No more sandbox violations for me.
Can't wait till some of the Desktop Tools get fixed, so there is more to try out.
Code: Select all
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/var/log/sandbox/sandbox-kde-base_-_kdeedu-9999.4-16698.log"
symlink: /usr/kde/svn/bin/indi_lx200classic (symlink to /usr/kde/svn/bin/indi_lx200generic)
symlink: /usr/kde/svn/bin/indi_lx200autostar (symlink to /usr/kde/svn/bin/indi_lx200generic)
symlink: /usr/kde/svn/bin/indi_lx200_16 (symlink to /usr/kde/svn/bin/indi_lx200generic)
symlink: /usr/kde/svn/bin/indi_lx200gps (symlink to /usr/kde/svn/bin/indi_lx200generic)
--------------------------------------------------------------------------------Code: Select all
[ebuild R ] kde-base/kdeedu-9999.4 USE="fits gps kig-scripting ksolver readline -cviewer -debug -designer-plugin -htmlhandbook -pie -test -xinerama" 0 kB
Code: Select all
Generating printwrapper.moc
Scanning dependencies of target kdeinit_kprinter
[ 14%] Building CXX object runtime/kdeprint/kprinter/CMakeFiles/kdeinit_kprinter.dir/kdeinit_kprinter_automoc.o
[ 14%] Building CXX object runtime/kdeprint/kprinter/CMakeFiles/kdeinit_kprinter.dir/main.o
[ 14%] Building CXX object runtime/kdeprint/kprinter/CMakeFiles/kdeinit_kprinter.dir/printwrapper.o
/usr/kde/svn/lib/libkresources.so: undefined reference to `KConfig::group(QString const&)'
/usr/kde/svn/lib/libkresources.so: undefined reference to `KConfig::KConfig(QString const&, KConfig::OpenFlags)'
/usr/kde/svn/lib/libkresources.so: undefined reference to `KConfigGroup::readEntry(char const*, char const*) const'
/usr/kde/svn/lib/libkabc.so: undefined reference to `KConfigGroup::KConfigGroup(KSharedPtr<KSharedConfig>, char const*)'
/usr/kde/svn/lib/libkresources.so: undefined reference to `KConfigGroup::writeEntry(char const*, QStringList const&, char, QFlags<KConfigFlags::WriteConfigFlag>)'
/usr/kde/svn/lib/libkabc.so: undefined reference to `KConfigGroup::readEntry(char const*, QList<QVariant> const&) const'
/usr/kde/svn/lib/libkresources.so: undefined reference to `KConfigGroup::readEntry(char const*, QVariant const&) const'
/usr/kde/svn/lib/libkresources.so: undefined reference to `KConfig::group(char const*)'
/usr/kde/svn/lib/libkresources.so: undefined reference to `KConfigGroup::writeEntry(char const*, char const*, QFlags<KConfigFlags::WriteConfigFlag>)'
/usr/kde/svn/lib/libkabc.so: undefined reference to `KConfigGroup::writeEntry(QString const&, QStringList const&, char, QFlags<KConfigFlags::WriteConfigFlag>)'
/usr/kde/svn/lib/libkresources.so: undefined reference to `KConfigBase::deleteGroup(QString const&, QFlags<KConfigFlags::WriteConfigFlag>)'
/usr/kde/svn/lib/libkresources.so: undefined reference to `KConfigGroup::writeEntry(char const*, QString const&, QFlags<KConfigFlags::WriteConfigFlag>)'
/usr/kde/svn/lib/libkabc.so: undefined reference to `KConfigGroup::readEntry(char const*, QString const&) const'
/usr/kde/svn/lib/libkresources.so: undefined reference to `KConfigGroup::writeEntry(char const*, QVariant const&, QFlags<KConfigFlags::WriteConfigFlag>)'
collect2: выполнение ld завершилось с кодом возврата 1
make[2]: *** [runtime/kdeprint/kdeprintfax/kdeprintfax] Ошибка 1
make[1]: *** [runtime/kdeprint/kdeprintfax/CMakeFiles/kdeprintfax.dir/all] Ошибка 2
make[1]: *** Ожидание завершения заданий...
Linking CXX shared library ../../../lib/libkdeinit4_kprinter.so
[ 14%] Built target kdeinit_kprinter
make: *** [all] Ошибка 2
*
* ERROR: kde-base/kdebase-9999.4 failed.
* Call stack:
* ebuild.sh, line 1684: Called dyn_compile
* ebuild.sh, line 1020: Called qa_call 'src_compile'
* ebuild.sh, line 44: Called src_compile
* kdebase-9999.4.ebuild, line 128: Called kde4-base_src_compile
* kde4-base.eclass, line 243: Called kde4-base_src_make
* kde4-base.eclass, line 334: Called cmake-utils_src_make
* cmake-utils.eclass, line 111: 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'.
*
* Messages for package kde-base/kdebase-9999.4:
* 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!
*
* ERROR: kde-base/kdebase-9999.4 failed.
* Call stack:
* ebuild.sh, line 1684: Called dyn_compile
* ebuild.sh, line 1020: Called qa_call 'src_compile'
* ebuild.sh, line 44: Called src_compile
* kdebase-9999.4.ebuild, line 128: Called kde4-base_src_compile
* kde4-base.eclass, line 243: Called kde4-base_src_make
* kde4-base.eclass, line 334: Called cmake-utils_src_make
* cmake-utils.eclass, line 111: 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'.

You're using svn sources, so don't hope it always build fine...strufkin wrote:Can anybody help me , i have this error:
Uuh, normally it should be /usr/portage/distfiles/svn-src/kde* that is to be deleted.tytanick wrote:As dracula1985 said, svn version isnt always fine, so best you can do is delete /var/tmp/portage/svn and reemerge

I think it isn't needed, because when you restart emerge on the same ebuild, it empy the folder and replaces it with the last svn sources.tytanick wrote:As dracula1985 said, svn version isnt always fine, so best you can do is delete /var/tmp/portage/svn and reemerge

SVN should automatically update the sources without need to empty the directory every time.Berniyh wrote:Uuh, normally it should be /usr/portage/distfiles/svn-src/kde* that is to be deleted.
(Or for those who defined $DISTDIR in make.conf it is $DISTDIR/svn-src/kde*)
But svn doesn't seem to be as bad as CVS in that matter (minefield CVS is horrible).
Yes, true, but on testing of Firefox 3.0 (minefield) it has been discovered, that you can get really strange errors when you don't do a cleandracula1985 wrote:SVN should automatically update the sources without need to empty the directory every time.Berniyh wrote:Uuh, normally it should be /usr/portage/distfiles/svn-src/kde* that is to be deleted.
(Or for those who defined $DISTDIR in make.conf it is $DISTDIR/svn-src/kde*)
But svn doesn't seem to be as bad as CVS in that matter (minefield CVS is horrible).
The operation you described is usefull when svn goes lock cause of some kind of error (connection lost during update for example).

Anther suggestion would be to change the uri of the svn server to point to the tagged beta3 release, that way you will pull in beta3 and not completely live data that will change and break at moment's notice. But, it's not really that fun linking to "stable" sources.strufkin wrote:Can anybody help me , i have this error:
This is just normal at the moment.tytanick wrote:hi gays, i finally compiled kde4 with succes, but i have problem when i turn it on
take a look on this screenshot: http://img65.imageshack.us/img65/5882/39101390ee2.png
As you can see, problem is with taskbar and i recive those 2 errors
this is my .xinitrc:
exec /usr/kde/svn/bin/startkde
so what is a problem? what i need to do to fix this
THX


Code: Select all
USE="clucene -debug" emerge =kde-9999.4 -av
Lots of plasmoids were moved from playground to extragear. I'm working on updating the ebuilds. Stay tuned.jcalado wrote:I emerged plasma-extras but they don't show up in the top-left config box.
Am I missing something?
In that case you're better of waiting for the 3.94 tarballs.StifflerStealth wrote:Anther suggestion would be to change the uri of the svn server to point to the tagged beta3 release, that way you will pull in beta3 and not completely live data that will change and break at moment's notice. But, it's not really that fun linking to "stable" sources.strufkin wrote:Can anybody help me , i have this error:

But I don't like waiting.Ingmarv wrote:Lots of plasmoids were moved from playground to extragear. I'm working on updating the ebuilds. Stay tuned.jcalado wrote:I emerged plasma-extras but they don't show up in the top-left config box.
Am I missing something?
In that case you're better of waiting for the 3.94 tarballs.StifflerStealth wrote:Anther suggestion would be to change the uri of the svn server to point to the tagged beta3 release, that way you will pull in beta3 and not completely live data that will change and break at moment's notice. But, it's not really that fun linking to "stable" sources.strufkin wrote:Can anybody help me , i have this error:
well, I just tried to remember how long did it take to get rid of GTK+ 1.x in favour of GTK+ 2 from the initial talk to actually removing it ... err, removing?StifflerStealth wrote:Now all I need to do is figure out how to hack the ebuilds of qt3 apps to get them to compile with qt4 qt3support. ^^ Then I will be pure qt4 when kde4 is final. Oh yeah.
Code: Select all
$ equery d =x11-libs/gtk+-1*
[ Searching for packages depending on =x11-libs/gtk+-1*... ]
dev-cpp/gtkmm-1.2.9-r2 (=x11-libs/gtk+-1.2*)
media-libs/imlib-1.9.15-r1 (gtk? =x11-libs/gtk+-1.2*)
media-sound/gtkguitune-0.7-r1 (=x11-libs/gtk+-1.2*)
media-video/transcode-1.0.3 (gtk? =x11-libs/gtk+-1.2*)
net-dialup/ppp-2.4.4-r9 (gtk? =x11-libs/gtk+-1*)
$ equery d =media-libs/imlib-1*
[ Searching for packages depending on =media-libs/imlib-1*... ]
kde-base/kuickshow-3.5.7 (media-libs/imlib)
Hopefully qt and kde situation is different (most projects are still maintained) and somewhat faster.kavol wrote:well, I just tried to remember how long did it take to get rid of GTK+ 1.x in favour of GTK+ 2 from the initial talk to actually removing it ... err, removing?StifflerStealth wrote:Now all I need to do is figure out how to hack the ebuilds of qt3 apps to get them to compile with qt4 qt3support. ^^ Then I will be pure qt4 when kde4 is final. Oh yeah.
... nevermindCode: Select all
$ equery d =x11-libs/gtk+-1* [ Searching for packages depending on =x11-libs/gtk+-1*... ] dev-cpp/gtkmm-1.2.9-r2 (=x11-libs/gtk+-1.2*) media-libs/imlib-1.9.15-r1 (gtk? =x11-libs/gtk+-1.2*) media-sound/gtkguitune-0.7-r1 (=x11-libs/gtk+-1.2*) media-video/transcode-1.0.3 (gtk? =x11-libs/gtk+-1.2*) net-dialup/ppp-2.4.4-r9 (gtk? =x11-libs/gtk+-1*) $ equery d =media-libs/imlib-1* [ Searching for packages depending on =media-libs/imlib-1*... ] kde-base/kuickshow-3.5.7 (media-libs/imlib)
Code: Select all
media-libs/imlib -gtk