Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
KDE4 Overlay - monolithic ebuilds (Part 2)
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 26, 27, 28  
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
LAj
Apprentice
Apprentice


Joined: 22 May 2004
Posts: 294
Location: Avellino[Italy]

PostPosted: Sun Dec 23, 2007 11:31 pm    Post subject: Reply with quote

LAj wrote:
Do you know why portage want to emerge gnome-panel and evolution-data-server in emerging kde4 ???

_________________
They produce notes of any size as their own properties askng interests also.This is seignorage and goes to privates banks(FED, BCE).You don't have to pay to use $$,you can simply use your notes recovering monetary sovereignty.Public debt is not right!
Back to top
View user's profile Send private message
kavol
n00b
n00b


Joined: 31 Aug 2005
Posts: 57
Location: .cz

PostPosted: Mon Dec 24, 2007 8:02 am    Post subject: Reply with quote

LAj wrote:
Do you know why portage want to emerge gnome-panel and evolution-data-server in emerging kde4 ???


try emerge -ptD [your desired kde package] ... it should show you the dependency tree, then you can see which package is causing this dependency and examine it ...
Back to top
View user's profile Send private message
tytanick
Apprentice
Apprentice


Joined: 01 Feb 2006
Posts: 162
Location: Poland, Gdansk

PostPosted: Mon Dec 24, 2007 11:32 am    Post subject: Re: kdebase-9999.4 emerge error Reply with quote

bianco wrote:
smorg wrote:
sgao wrote:
I am getting this error when emerging kdebase-9999.4:

[...]

Anyone see similar error?

Simon


Nothing similar, but while emerging kdebase-9999.4 I got an access violation error:

Code:

Install the project...
-- Install configuration: "debugfull"
-- Installing /var/tmp/portage/kde-base/kdebase-9999.4/image/usr/kde/svn/share/apps/doc/kdm/README
-- Installing /var/tmp/portage/kde-base/kdebase-9999.4/image/usr/kde/svn/bin/kdm
-- Installing /var/tmp/portage/kde-base/kdebase-9999.4/image/usr/kde/svn/lib64/kde4/libexec/kdm_greet
-- Installing /var/tmp/portage/kde-base/kdebase-9999.4/image/usr/kde/svn/lib64/kde4/libexec/kdm_config
-- Installing /var/tmp/portage/kde-base/kdebase-9999.4/image/usr/kde/svn/lib64/kde4/libexec/krootimage
-- Installing /var/tmp/portage/kde-base/kdebase-9999.4/image/usr/kde/svn/bin/genkdmconf
-- Installing /var/tmp/portage/kde-base/kdebase-9999.4/image/usr/kde/svn/bin/kdmctl
running /var/tmp/portage/kde-base/kdebase-9999.4/work/kdebase_build/workspace/kdm/kfrontend/genkdmconf --in $DESTDIR/usr/kde/svn/share/config/kdm --face-src /var/tmp/portage/kde-base/kdebase-9999.4/work/kdebase-9999.4/workspace/kdm/kfrontend/pics $GENKDMCONF_FLAGS  2>&1
ACCESS DENIED  mkdir:     /usr/kde/svn/share/config/kdm/sessions
Cannot create sessions directory /usr/kde/svn/share/config/kdm/sessions: Permission denied
-- Installing /var/tmp/portage/kde-base/kdebase-9999.4/image/usr/kde/svn/share/apps/kdm/themes/circles/KdmGreeterTheme.desktop
[...]
-- Installing /var/tmp/portage/kde-base/kdebase-9999.4/image/usr/kde/svn/share/apps/kdm/sessions/xfce4.desktop
>>> Completed installing kdebase-9999.4 into /var/tmp/portage/kde-base/kdebase-9999.4/image/

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/var/log/sandbox/sandbox-kde-base_-_kdebase-9999.4-29613.log"

mkdir:     /usr/kde/svn/share/config/kdm/sessions
--------------------------------------------------------------------------------


same here :(




hi, try emerge kde with this:
FEATURES="-sandbox" emerge kde
_________________
Contact with me: http://www.tytanick.eu
Back to top
View user's profile Send private message
LAj
Apprentice
Apprentice


Joined: 22 May 2004
Posts: 294
Location: Avellino[Italy]

PostPosted: Mon Dec 24, 2007 4:23 pm    Post subject: Reply with quote

kavol wrote:
LAj wrote:
Do you know why portage want to emerge gnome-panel and evolution-data-server in emerging kde4 ???


try emerge -ptD [your desired kde package] ... it should show you the dependency tree, then you can see which package is causing this dependency and examine it ...


networkmanager require gnome-extra/nm-applet
nm-applet require gnome-panel and evolution-data-server

I'm going to remove networkmanager use flag
_________________
They produce notes of any size as their own properties askng interests also.This is seignorage and goes to privates banks(FED, BCE).You don't have to pay to use $$,you can simply use your notes recovering monetary sovereignty.Public debt is not right!
Back to top
View user's profile Send private message
bianco
n00b
n00b


Joined: 21 Jun 2005
Posts: 54

PostPosted: Mon Dec 24, 2007 11:50 pm    Post subject: Reply with quote

this is the exact message kdebase emerge gave me....

Code:
ocalhost bianco # emerge kde
Calculating dependencies... done!
>>> Verifying ebuild Manifests...
>>> starting parallel fetching

>>> Emerging (1 of 9) kde-base/kdebase-9999.4 to /
 * checking ebuild checksums ;-) ...                                                               [ ok ]
 * checking auxfile checksums ;-) ...                                                              [ ok ]
 * checking miscfile checksums ;-) ...                                                             [ ok ]

 * WARNING! This is an experimental ebuild of the kdebase KDE4 SVN tree.
 * Use at your own risk. Do _NOT_ file bugs at bugs.gentoo.org because
 * of this ebuild!

>>> Unpacking source...
ACCESS DENIED  mkdir:     /usr/portage/distfiles/svn-src
mkdir: cannot create directory `/usr/portage/distfiles/svn-src': Permission denied
 *
 * ERROR: kde-base/kdebase-9999.4 failed.
 * Call stack:
 *           ebuild.sh, line 1701:  Called dyn_unpack
 *           ebuild.sh, line  817:  Called qa_call 'src_unpack'
 *           ebuild.sh, line   44:  Called src_unpack
 *           ebuild.sh, line 1383:  Called kde4svn_src_unpack
 *      kde4svn.eclass, line   94:  Called subversion_src_unpack
 *   subversion.eclass, line  254:  Called subversion_fetch
 *   subversion.eclass, line  152:  Called die
 * The specific snippet of code:
 *              mkdir -p "${ESVN_STORE_DIR}" || die "${ESVN}: can't mkdir ${ESVN_STORE_DIR}."
 *  The die message:
 *   subversion.eclass: can't mkdir /usr/portage/distfiles/svn-src/KDE.
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/kde-base/kdebase-9999.4/temp/build.log'.
 *
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/var/log/sandbox/sandbox-kde-base_-_kdebase-9999.4-10453.log"

mkdir:     /usr/portage/distfiles/svn-src
--------------------------------------------------------------------------------


still no solution...
also without sendbox FEATURE....

NB i've problem also unmerging kdebase 3.5.8 (currently running) or reemerging it (no package found or access violation error) :(

what i can do?

EDIT:

more info
Code:

emerge -pv qt:4
[ebuild   R   ] x11-libs/qt-4.3.3  USE="accessibility cups dbus gif jpeg mng opengl png postgres qt3support sqlite3 ssl tiff xinerama zlib -debug* -doc -examples -firebird -glib -mysql -nas -nis -odbc -pch -sqlite" INPUT_DEVICES="-wacom"


same problem reemerging kdelibs...

Code:
emerge kdelibs
Calculating dependencies... done!
>>> Verifying ebuild Manifests...

>>> Emerging (1 of 1) kde-base/kdelibs-9999.4 to /
 * checking ebuild checksums ;-) ...                                                               [ ok ]
 * checking auxfile checksums ;-) ...                                                              [ ok ]
 * checking miscfile checksums ;-) ...                                                             [ ok ]

 * WARNING! This is an experimental ebuild of the kdelibs KDE4 SVN tree.
 * Use at your own risk. Do _NOT_ file bugs at bugs.gentoo.org because
 * of this ebuild!

>>> Unpacking source...
ACCESS DENIED  mkdir:     /usr/portage/distfiles/svn-src
mkdir: cannot create directory `/usr/portage/distfiles/svn-src': Permission denied
 *
 * ERROR: kde-base/kdelibs-9999.4 failed.
 * Call stack:
 *           ebuild.sh, line 1701:  Called dyn_unpack
 *           ebuild.sh, line  817:  Called qa_call 'src_unpack'
 *           ebuild.sh, line   44:  Called src_unpack
 *           ebuild.sh, line 1383:  Called kde4svn_src_unpack
 *      kde4svn.eclass, line   94:  Called subversion_src_unpack
 *   subversion.eclass, line  254:  Called subversion_fetch
 *   subversion.eclass, line  152:  Called die
 * The specific snippet of code:
 *              mkdir -p "${ESVN_STORE_DIR}" || die "${ESVN}: can't mkdir ${ESVN_STORE_DIR}."
 *  The die message:
 *   subversion.eclass: can't mkdir /usr/portage/distfiles/svn-src/KDE.
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/kde-base/kdelibs-9999.4/temp/build.log'.
 *
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/var/log/sandbox/sandbox-kde-base_-_kdelibs-9999.4-15084.log"

mkdir:     /usr/portage/distfiles/svn-src
--------------------------------------------------------------------------------



Obiuvsly I'm root and I can mkdir in /usr/portage...
I've also tryed to make a chown to /usr/portage/distfiles/ or build manually the required directories with no good result

EDIT:
Solved disabling 'usersandbox'


Last edited by bianco on Tue Dec 25, 2007 4:43 pm; edited 2 times in total
Back to top
View user's profile Send private message
Ingmarv
Retired Dev
Retired Dev


Joined: 27 Feb 2007
Posts: 188
Location: Belgium

PostPosted: Mon Dec 24, 2007 11:52 pm    Post subject: Reply with quote

LAj wrote:
kavol wrote:
LAj wrote:
Do you know why portage want to emerge gnome-panel and evolution-data-server in emerging kde4 ???


try emerge -ptD [your desired kde package] ... it should show you the dependency tree, then you can see which package is causing this dependency and examine it ...


networkmanager require gnome-extra/nm-applet
nm-applet require gnome-panel and evolution-data-server

I'm going to remove networkmanager use flag


It only does so if you have the "gnome" USE flag set.
Back to top
View user's profile Send private message
damoncf
Guru
Guru


Joined: 05 Oct 2004
Posts: 388
Location: US OH

PostPosted: Tue Dec 25, 2007 1:48 am    Post subject: Reply with quote

startkde gives me:
Code:

~/.kde is not a symlink. Please move ~/.kde to ~/.kde3.5 (if appropriate) and symlink ~/.kde to it.



I am not sure what to do because doing this just resets back to the way it was.

Damon
Back to top
View user's profile Send private message
jupi
n00b
n00b


Joined: 13 Oct 2004
Posts: 21

PostPosted: Tue Dec 25, 2007 9:08 am    Post subject: Re: libkleo Reply with quote

damoncf wrote:
libkleo dies on me during my install. Here is the output:
Code:

-- Configuring done
-- Generating done
-- Build files have been written to: /var/tmp/portage/portage/kde-base/libkleo-3.97.0/work/libkleo_build
>>> Source compiled.
>>> Test phase [not enabled]: kde-base/libkleo-3.97.0

>>> Install libkleo-3.97.0 into /var/tmp/portage/portage/kde-base/libkleo-3.97.0/image/ category kde-base
make: *** No rule to make target `install'.  Stop.
 *
 * ERROR: kde-base/libkleo-3.97.0 failed.
 * Call stack:
 *               ebuild.sh, line   46:  Called src_install
 *             environment, line 2793:  Called kde4-meta_src_install
 *             environment, line 2165:  Called kde4-meta_src_make_install
 *             environment, line 2184:  Called cmake-utils_src_install
 *             environment, line  713:  Called die
 * The specific snippet of code:
 *       emake install DESTDIR="${D}" || diefunc "$FUNCNAME" "$LINENO" "$?" "Make install failed";
 *  The die message:
 *   Make install failed

Please help.
Damon


Same problem for me... I'm trying to compile kdepim-meta-3.97.0 on AMD64.
Back to top
View user's profile Send private message
Belliash
Advocate
Advocate


Joined: 24 Nov 2004
Posts: 2503
Location: Wroclaw, Poland

PostPosted: Tue Dec 25, 2007 9:44 am    Post subject: Reply with quote

any news from latest SVN snapshot?


does it already have desktop icons?
What about taskbar and tray? Does it still have troubles to put elements back to taskbar after removal?

What about stability?

Any new or improved effects?
Any way to enable explode effects only for windows? It makes me nervous when every windows, menu etc... explodes on whole the screen...

Any way to get them more customisable?



BTW: Maybe anyone tried KDE4 with Compiz? :P
_________________
Asio Software Technologies
Belliash IT Weblog
Back to top
View user's profile Send private message
Finswimmer
Bodhisattva
Bodhisattva


Joined: 02 Sep 2004
Posts: 5467
Location: Langen (Hessen), Germany

PostPosted: Tue Dec 25, 2007 10:01 am    Post subject: Reply with quote

I tested okular and wanted to show a slideshow with 100 images. So i put them per drag&drop in okular, but only the first one was shown.
Is it a user failure?

Tobi
_________________
Bitte auf Rechtschreibung, korrekte Formatierung und Höflichkeit achten!
Danke
Back to top
View user's profile Send private message
kavol
n00b
n00b


Joined: 31 Aug 2005
Posts: 57
Location: .cz

PostPosted: Tue Dec 25, 2007 10:42 am    Post subject: Reply with quote

damoncf wrote:
startkde gives me:
Code:

~/.kde is not a symlink. Please move ~/.kde to ~/.kde3.5 (if appropriate) and symlink ~/.kde to it.



I am not sure what to do because doing this just resets back to the way it was.


well, and I am not sure what do you mean by "resets back" and why this is a problem for you, but concerning the user configuration directory, you may be interested in this code, which handles the possibility of ~/.kde (or $KDEHOME to be exact) being a dir, not a symlink ... or at least it should handle it, no guarantees ;-)
Back to top
View user's profile Send private message
Belliash
Advocate
Advocate


Joined: 24 Nov 2004
Posts: 2503
Location: Wroclaw, Poland

PostPosted: Tue Dec 25, 2007 3:45 pm    Post subject: Reply with quote

also... anyone tried qtcurve with kde4?

how does it look? :)

can someone post screenshots?[/glep]
_________________
Asio Software Technologies
Belliash IT Weblog
Back to top
View user's profile Send private message
Berniyh
l33t
l33t


Joined: 07 Jun 2006
Posts: 677

PostPosted: Tue Dec 25, 2007 6:07 pm    Post subject: Reply with quote

damoncf wrote:
startkde gives me:
Code:

~/.kde is not a symlink. Please move ~/.kde to ~/.kde3.5 (if appropriate) and symlink ~/.kde to it.



I am not sure what to do because doing this just resets back to the way it was.

Damon

I had this. Look at /usr/kde/svn/bin/startkde and make sure, that $KDEDIR is not empty.
A reemerge of kdebase did work for me (and I think layman sync).
Or just set KDEDIR there.
Belliash wrote:
any news from latest SVN snapshot?


does it already have desktop icons?

The icons on the desktop did not work anymore, when I recompiled the last time (Saturday I think).
It did show an error. I guess that shows, that they are currently working on that issue.

Quote:
What about taskbar and tray? Does it still have troubles to put elements back to taskbar after removal?

Same here. The taskbar is still not configurable, but you can see, that things are changing.

Quote:
Any new or improved effects?
Any way to enable explode effects only for windows? It makes me nervous when every windows, menu etc... explodes on whole the screen...

I guess there won't be more effects in the final release. Since the effects are just plugins you can install your own
effects, that you fetch from kde-looks.org or similar.

Quote:
BTW: Maybe anyone tried KDE4 with Compiz? :P

There is no reason to use Compiz. ;)
Back to top
View user's profile Send private message
bianco
n00b
n00b


Joined: 21 Jun 2005
Posts: 54

PostPosted: Wed Dec 26, 2007 1:39 am    Post subject: Reply with quote

Maleita wrote:
Code:

[ 90%] Building CXX object workspace/ksysguard/gui/CMakeFiles/kdeinit_ksysguard.dir/HostConnector.o
[ 90%] Building CXX object workspace/ksysguard/gui/CMakeFiles/kdeinit_ksysguard.dir/StyleEngine.o
[ 90%] Building CXX object workspace/ksysguard/gui/CMakeFiles/kdeinit_ksysguard.dir/TimerSettings.o
[ 90%] Building CXX object workspace/ksysguard/gui/CMakeFiles/kdeinit_ksysguard.dir/ksysguard.o
Linking CXX shared library ../../../lib/libkdeinit4_ksysguard.so
[ 90%] Built target kdeinit_ksysguard
make: *** [all] Error 2

:oops:


still not solved?

Code:


.....

Linking C executable ksysguardd
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../../i686-pc-linux-gnu/bin/ld: warning: libsysfs.so.1, needed by /usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libsensors.so, not found (try using -rpath or -rpath-link)
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libsensors.so: undefined reference to `_dlist_mark_move'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libsensors.so: undefined reference to `sysfs_get_mnt_path'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libsensors.so: undefined reference to `sysfs_open_class'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libsensors.so: undefined reference to `sysfs_get_classdev_attr'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libsensors.so: undefined reference to `sysfs_close_bus'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libsensors.so: undefined reference to `sysfs_read_attribute'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libsensors.so: undefined reference to `sysfs_get_classdev_device'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libsensors.so: undefined reference to `sysfs_get_class_devices'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libsensors.so: undefined reference to `dlist_start'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libsensors.so: undefined reference to `sysfs_close_attribute'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libsensors.so: undefined reference to `sysfs_get_bus_devices'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libsensors.so: undefined reference to `sysfs_open_bus'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libsensors.so: undefined reference to `sysfs_get_device_attr'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libsensors.so: undefined reference to `sysfs_close_class'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libsensors.so: undefined reference to `sysfs_open_attribute'
collect2: ld returned 1 exit status
make[2]: *** [workspace/ksysguard/ksysguardd/ksysguardd] Error 1
make[1]: *** [workspace/ksysguard/ksysguardd/CMakeFiles/ksysguardd.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....


..............

Linking CXX shared library ../../../lib/libkdeinit4_konqueror.so
[ 93%] Building CXX object workspace/ksysguard/gui/CMakeFiles/kdeinit_ksysguard.dir/WorkSheetSettings.o
[ 93%] Built target kdeinit_konqueror
[ 93%] Building CXX object workspace/ksysguard/gui/CMakeFiles/kdeinit_ksysguard.dir/Workspace.o
[ 93%] Building CXX object workspace/ksysguard/gui/CMakeFiles/kdeinit_ksysguard.dir/HostConnector.o
[ 93%] Building CXX object workspace/ksysguard/gui/CMakeFiles/kdeinit_ksysguard.dir/StyleEngine.o
[ 93%] Building CXX object workspace/ksysguard/gui/CMakeFiles/kdeinit_ksysguard.dir/TimerSettings.o
[ 93%] Building CXX object workspace/ksysguard/gui/CMakeFiles/kdeinit_ksysguard.dir/ksysguard.o
Linking CXX shared library ../../../lib/libkdeinit4_ksysguard.so
[ 93%] Built target kdeinit_ksysguard
make: *** [all] Error 2
 *
 * ERROR: kde-base/kdebase-9999.4 failed.
 * Call stack:
 *               ebuild.sh, line 1701:  Called dyn_compile
 *               ebuild.sh, line 1039:  Called qa_call 'src_compile'
 *               ebuild.sh, line   44:  Called src_compile
 *   kdebase-9999.4.ebuild, line  133:  Called kde4-base_src_compile
 *        kde4-base.eclass, line  308:  Called kde4-base_src_make
 *        kde4-base.eclass, line  360:  Called cmake-utils_src_make
 *      cmake-utils.eclass, line  146:  Called die
 * The specific snippet of code:
 *              emake "$@" || die "Make failed!"
 *  The die message:
 *   Make failed!
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/kde-base/kdebase-9999.4/temp/build.log'.
 *


EDIT:

I'm tryng recompiling kdebase after
Code:

revdep-rebuild --library=libsysfs.so.1
revdep-rebuild --library=libsysfs.so.2

(as specified in https://forums.gentoo.org/viewtopic-t-470628-highlight-libsysfs+revdeprebuild.html)

This solved the above problem.
Back to top
View user's profile Send private message
Maleita
Apprentice
Apprentice


Joined: 16 Sep 2004
Posts: 246
Location: Brasil -> São Paulo->Campinas

PostPosted: Wed Dec 26, 2007 12:16 pm    Post subject: Reply with quote

well d'ont cust nothing try :D thanks anyway bianco!!
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54422
Location: 56N 3W

PostPosted: Wed Dec 26, 2007 12:36 pm    Post subject: Reply with quote

Contined in part 3

Please post new issues to part 3 of this thread. I'll be locking this part in a few days.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Display posts from previous:   
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3 ... 26, 27, 28
Page 28 of 28

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum