Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
KDE CVS/Subversion Split Ebuilds (Replies Part 1)
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4 ... 38, 39, 40  Next  
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
Bonkie
Guru
Guru


Joined: 28 Oct 2002
Posts: 501
Location: Antwerpen, Belgium

PostPosted: Mon May 16, 2005 10:04 pm    Post subject: Reply with quote

/etc/portage/package.mask

Code:
=app-office/koffice-7


should do the trick.

Ive been wanted to tamper with cvs/svn ebuilds myself for a long time, but this is great, im gonna install as soon as I have time :D
_________________
"I would say we have a 50% chance of survival, but I consider myself an optimist so I'll give us 50,5% ..."
~ Arthur C. Clarke [Physics PHD,SF Writer], when asked about the chances of the human race's survival
Back to top
View user's profile Send private message
mario
Guru
Guru


Joined: 20 Apr 2002
Posts: 400
Location: Mountain View, CA

PostPosted: Mon May 16, 2005 11:39 pm    Post subject: Reply with quote

Bonkie wrote:
/etc/portage/package.mask

Code:
=app-office/koffice-7


should do the trick.

Ive been wanted to tamper with cvs/svn ebuilds myself for a long time, but this is great, im gonna install as soon as I have time :D


Help is needed BTW. If you're interested, send me an email, and I will give you a repository account (after I set it up, of course, noone has yet offered to help out).

One feature help is needed for is internationalization, but there are other things that need to be done, too.
Back to top
View user's profile Send private message
thubble
Tux's lil' helper
Tux's lil' helper


Joined: 16 May 2003
Posts: 119
Location: Winnipeg, Canada

PostPosted: Tue May 17, 2005 3:08 am    Post subject: Reply with quote

kde-base/kdebase-kioslaves seems to have an invalid digest. Did an "ebuild digest", trying again now...
Back to top
View user's profile Send private message
superstoned
Guru
Guru


Joined: 17 Dec 2004
Posts: 432

PostPosted: Tue May 17, 2005 1:34 pm    Post subject: Reply with quote

I recieved a lot of these errors:
Code:
LOG FILE = "/tmp/sandbox-app-office_-_koffice-libs-1.3.5-27654.log"

open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
open_wr:   /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock
open_wr:   /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock
open_wr:   /usr/qt/3/etc/settings/qt_plugins_3.3rc.tmp
open_wr:   /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock
open_wr:   /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock


removed sandbox from features in make.conf. it's working again...
Back to top
View user's profile Send private message
Shan
Guru
Guru


Joined: 04 Nov 2003
Posts: 558
Location: /dev/null

PostPosted: Tue May 17, 2005 9:57 pm    Post subject: Reply with quote

thubble wrote:
kde-base/kdebase-kioslaves seems to have an invalid digest. Did an "ebuild digest", trying again now...


New ebuilds were released today; found here. I've found that since quite a few have bad digests, its easier just to assume they're all bad by running

Code:
cd /path/to/my/portdir_overlay; for I in `find ./ -type f | grep ebuild`; do ebuild "${I}" digest; done


It'll take a minute or two to get the digests but from there you're more or less guaranteed to have all of them work (or atleast, not complain about bad digests XD)
_________________
{ NO -U } { STRIP }
{ TINY }
Back to top
View user's profile Send private message
mario
Guru
Guru


Joined: 20 Apr 2002
Posts: 400
Location: Mountain View, CA

PostPosted: Tue May 17, 2005 10:17 pm    Post subject: Reply with quote

Thanks for the advice. You can also always do emerge --digest packages which would generate the digest as you emerge the packages. Yeah, please DO NOT assume the digests are proper yet. At a certain point I (or someone else) will program an automated tool that will check the repository whether changes to a package have been committed and add a revision number to the ebuild, and of course digest it, perhaps once a week, about the time the Commit Digest is released, so people could upgrade as they read the digest and drink their tea. Until then, I cannot guarantee the ebuilds are digested properly.

The reason there were changes today was that they moved KDE/kde-i18n to l10n.

Shan wrote:
thubble wrote:
kde-base/kdebase-kioslaves seems to have an invalid digest. Did an "ebuild digest", trying again now...


New ebuilds were released today; found here. I've found that since quite a few have bad digests, its easier just to assume they're all bad by running

Code:
cd /path/to/my/portdir_overlay; for I in `find ./ -type f | grep ebuild`; do ebuild "${I}" digest; done


It'll take a minute or two to get the digests but from there you're more or less guaranteed to have all of them work (or atleast, not complain about bad digests XD)
Back to top
View user's profile Send private message
superstoned
Guru
Guru


Joined: 17 Dec 2004
Posts: 432

PostPosted: Wed May 18, 2005 6:22 am    Post subject: Reply with quote

superstoned wrote:
I recieved a lot of these errors:
Code:
LOG FILE = "/tmp/sandbox-app-office_-_koffice-libs-1.3.5-27654.log"

open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
open_wr:   /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock
open_wr:   /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock
open_wr:   /usr/qt/3/etc/settings/qt_plugins_3.3rc.tmp
open_wr:   /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock
open_wr:   /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock


removed sandbox from features in make.conf. it's working again...


its not. :(
damn, still every compile now hangs on this. does anyone know what is wrong?
Back to top
View user's profile Send private message
superstoned
Guru
Guru


Joined: 17 Dec 2004
Posts: 432

PostPosted: Wed May 18, 2005 6:28 am    Post subject: Reply with quote

superstoned wrote:
superstoned wrote:
I recieved a lot of these errors:
Code:
LOG FILE = "/tmp/sandbox-app-office_-_koffice-libs-1.3.5-27654.log"

open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
open_wr:   /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock
open_wr:   /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock
open_wr:   /usr/qt/3/etc/settings/qt_plugins_3.3rc.tmp
open_wr:   /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock
open_wr:   /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock


removed sandbox from features in make.conf. it's working again...


its not. :(
damn, still every compile now hangs on this. does anyone know what is wrong?

following some other advice, i've added -sandbox to my features, and removed /usr/qt/3/etc. see if it works now...
Back to top
View user's profile Send private message
mario
Guru
Guru


Joined: 20 Apr 2002
Posts: 400
Location: Mountain View, CA

PostPosted: Wed May 18, 2005 7:01 am    Post subject: Reply with quote

I do know what's wrong, but I have to find out where exactly to put the fix in :)

addwrite $QTDIR/etc/settings needs to be inserted at the proper place, but I don't have time to look at it now.
I am surprised your compillation bombs out - last time I ran into this, it was just a warning and nothing else happened. What username are you running emerge with?

What needs to be done is addwrite

superstoned wrote:
superstoned wrote:
superstoned wrote:
I recieved a lot of these errors:
Code:
LOG FILE = "/tmp/sandbox-app-office_-_koffice-libs-1.3.5-27654.log"

open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
open_wr:   /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock
open_wr:   /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock
open_wr:   /usr/qt/3/etc/settings/qt_plugins_3.3rc.tmp
open_wr:   /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock
open_wr:   /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock


removed sandbox from features in make.conf. it's working again...


its not. :(
damn, still every compile now hangs on this. does anyone know what is wrong?

following some other advice, i've added -sandbox to my features, and removed /usr/qt/3/etc. see if it works now...
Back to top
View user's profile Send private message
superstoned
Guru
Guru


Joined: 17 Dec 2004
Posts: 432

PostPosted: Wed May 18, 2005 7:24 am    Post subject: Reply with quote

mario wrote:
I do know what's wrong, but I have to find out where exactly to put the fix in :)

addwrite $QTDIR/etc/settings needs to be inserted at the proper place, but I don't have time to look at it now.
I am surprised your compillation bombs out - last time I ran into this, it was just a warning and nothing else happened. What username are you running emerge with?

What needs to be done is addwrite

well, i hope you can fix this. i DID run portage with username portage. but now i removed most of my "features" and added -sandbox. seems to work now (still compiling).
Back to top
View user's profile Send private message
mario
Guru
Guru


Joined: 20 Apr 2002
Posts: 400
Location: Mountain View, CA

PostPosted: Wed May 18, 2005 7:27 am    Post subject: Reply with quote

I think it may have something to do with running this as non-root though. I've seen other problems for people with non-root accounts. Ideally, everything should work with userpriv, but that has to be checked, and please try it with root to see if there is a difference - if there is, let's figure out where it lies.

superstoned wrote:
mario wrote:
I do know what's wrong, but I have to find out where exactly to put the fix in :)

addwrite $QTDIR/etc/settings needs to be inserted at the proper place, but I don't have time to look at it now.
I am surprised your compillation bombs out - last time I ran into this, it was just a warning and nothing else happened. What username are you running emerge with?

What needs to be done is addwrite

well, i hope you can fix this. i DID run portage with username portage. but now i removed most of my "features" and added -sandbox. seems to work now (still compiling).
Back to top
View user's profile Send private message
superstoned
Guru
Guru


Joined: 17 Dec 2004
Posts: 432

PostPosted: Wed May 18, 2005 7:38 am    Post subject: Reply with quote

mario wrote:
I think it may have something to do with running this as non-root though. I've seen other problems for people with non-root accounts. Ideally, everything should work with userpriv, but that has to be checked, and please try it with root to see if there is a difference - if there is, let's figure out where it lies.

superstoned wrote:
mario wrote:
I do know what's wrong, but I have to find out where exactly to put the fix in :)

addwrite $QTDIR/etc/settings needs to be inserted at the proper place, but I don't have time to look at it now.
I am surprised your compillation bombs out - last time I ran into this, it was just a warning and nothing else happened. What username are you running emerge with?

What needs to be done is addwrite

well, i hope you can fix this. i DID run portage with username portage. but now i removed most of my "features" and added -sandbox. seems to work now (still compiling).

well, actually i used a how-to for installing gentoo that just advised to use userpriv, sandbox and usersandbox as features. don't remember where i set up portage as using portage as user... anyway, it works now, so that was the problem i guess. it might also be the removal of /usr/qt/3/etc that fixed it.
Back to top
View user's profile Send private message
trINItr0n_
n00b
n00b


Joined: 05 Feb 2004
Posts: 44
Location: Belgium::Leuven

PostPosted: Wed May 18, 2005 10:32 am    Post subject: Reply with quote

Hi,

I wanted to install the latest svn-version of akregator because it seems they have implemented a new database backend system, and now is alot faster to load. I tried your ebuilds and thought since everything is installed in a new slot and in /usr/kde/devel it could do no harm.

Install went quite ok (only had to restart is sometimes because probs with svn-server), but when i try to launch the new akregator i get this:
Code:
$ /usr/kde/devel/bin/akregator
kio (KSycoca): WARNING: Found version 79, expecting version 90 or higher.
kio (KSycoca): WARNING: Outdated database found
kio (KMimeType): WARNING: KServiceType::offers : servicetype Akregator/Plugin not found
akregator: ERROR: Communication problem with akregator, it probably crashed.
KCrash: Application 'akregator' crashing...
Unable to start Dr. Konqi


My kde is just the kde 3.4 from portage, do you need to have the full 3.4 from svn running to get this working ?

Sry if this is quite a noobish question,
grtz,

-trn
Back to top
View user's profile Send private message
mario
Guru
Guru


Joined: 20 Apr 2002
Posts: 400
Location: Mountain View, CA

PostPosted: Wed May 18, 2005 2:40 pm    Post subject: Reply with quote

Are you saying you were able to install akregator-7 with the 3.4 kdelibs? The ebuilds should've enforced installation of kdelibs-7. One indicator might be this line:
kio (KSycoca): WARNING: Found version 79, expecting version 90 or higher.
It also might be dcop differences. I am not sure where the problem lies, will need more info to determine that.

trINItr0n_ wrote:
Hi,

I wanted to install the latest svn-version of akregator because it seems they have implemented a new database backend system, and now is alot faster to load. I tried your ebuilds and thought since everything is installed in a new slot and in /usr/kde/devel it could do no harm.

Install went quite ok (only had to restart is sometimes because probs with svn-server), but when i try to launch the new akregator i get this:
Code:
$ /usr/kde/devel/bin/akregator
kio (KSycoca): WARNING: Found version 79, expecting version 90 or higher.
kio (KSycoca): WARNING: Outdated database found
kio (KMimeType): WARNING: KServiceType::offers : servicetype Akregator/Plugin not found
akregator: ERROR: Communication problem with akregator, it probably crashed.
KCrash: Application 'akregator' crashing...
Unable to start Dr. Konqi


My kde is just the kde 3.4 from portage, do you need to have the full 3.4 from svn running to get this working ?

Sry if this is quite a noobish question,
grtz,

-trn
Back to top
View user's profile Send private message
trINItr0n_
n00b
n00b


Joined: 05 Feb 2004
Posts: 44
Location: Belgium::Leuven

PostPosted: Wed May 18, 2005 4:09 pm    Post subject: Reply with quote

No, i didnt change anything to the ebuild,
it installed arts-7, kdelibs-7, ktnef-7, libkcal-7, libkdepim-7, libkpgp-7, libkdenetwork-7, certmanager-7, libkpimidentities-7, kontact-7, akregator-7

How would i build it against the normal 3.4 libs ? unmerge everything and comment out the inherit line in the ebuild, and emerge akregator again ?
Back to top
View user's profile Send private message
mario
Guru
Guru


Joined: 20 Apr 2002
Posts: 400
Location: Mountain View, CA

PostPosted: Wed May 18, 2005 5:09 pm    Post subject: Reply with quote

Could you please post the output of
ldd /usr/kde/devel/bin/akregator

trINItr0n_ wrote:
No, i didnt change anything to the ebuild,
it installed arts-7, kdelibs-7, ktnef-7, libkcal-7, libkdepim-7, libkpgp-7, libkdenetwork-7, certmanager-7, libkpimidentities-7, kontact-7, akregator-7

How would i build it against the normal 3.4 libs ? unmerge everything and comment out the inherit line in the ebuild, and emerge akregator again ?
Back to top
View user's profile Send private message
trINItr0n_
n00b
n00b


Joined: 05 Feb 2004
Posts: 44
Location: Belgium::Leuven

PostPosted: Wed May 18, 2005 6:34 pm    Post subject: Reply with quote

sure,

Code:

$ ldd /usr/kde/devel/bin/akregator
        linux-gate.so.1 =>  (0xffffe000)
        libakregatorprivate.so => /usr/kde/devel/lib/libakregatorprivate.so (0xb7faa000)
        libkdepim.so.1 => /usr/kde/devel/lib/libkdepim.so.1 (0xb7e57000)
        libkcal.so.2 => /usr/kde/devel/lib/libkcal.so.2 (0xb7d40000)
        libktnef.so.1 => /usr/kde/devel/lib/libktnef.so.1 (0xb7d2d000)
        libkabc.so.1 => /usr/kde/devel/lib/libkabc.so.1 (0xb7c79000)
        libvcard.so.0 => /usr/kde/devel/lib/libvcard.so.0 (0xb7c54000)
        libkresources.so.1 => /usr/kde/devel/lib/libkresources.so.1 (0xb7c30000)
        libkimproxy.so.0 => /usr/kde/devel/lib/libkimproxy.so.0 (0xb7c1d000)
        libqui.so.1 => /usr/qt/3/lib/libqui.so.1 (0x4aaea000)
        libkhtml.so.4 => /usr/kde/devel/lib/libkhtml.so.4 (0xb78c5000)
        libkjs.so.1 => /usr/kde/devel/lib/libkjs.so.1 (0xb785a000)
        libpcreposix.so.0 => /usr/lib/libpcreposix.so.0 (0x4b5ad000)
        libpcre.so.0 => /usr/lib/libpcre.so.0 (0x4cabc000)
        libkdeprint.so.4 => /usr/kde/devel/lib/libkdeprint.so.4 (0xb7787000)
        libkparts.so.2 => /usr/kde/devel/lib/libkparts.so.2 (0xb7741000)
        libkutils.so.1 => /usr/kde/devel/lib/libkutils.so.1 (0xb76de000)
        libkio.so.4 => /usr/kde/devel/lib/libkio.so.4 (0xb73a9000)
        libkdeui.so.4 => /usr/kde/devel/lib/libkdeui.so.4 (0xb70d5000)
        libkdesu.so.4 => /usr/kde/devel/lib/libkdesu.so.4 (0xb70ba000)
        libfam.so.0 => /usr/lib/libfam.so.0 (0x4c723000)
        libstdc++.so.5 => /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/libstdc++.so.5 (0x4b356000)
        libkwalletclient.so.1 => /usr/kde/devel/lib/libkwalletclient.so.1 (0xb70a8000)
        libkdecore.so.4 => /usr/kde/devel/lib/libkdecore.so.4 (0xb6e6e000)
        libDCOP.so.4 => /usr/kde/devel/lib/libDCOP.so.4 (0xb6e39000)
        libresolv.so.2 => /lib/libresolv.so.2 (0x4b5e1000)
        libutil.so.1 => /lib/libutil.so.1 (0x4b689000)
        libart_lgpl_2.so.2 => /usr/lib/libart_lgpl_2.so.2 (0x4bdc9000)
        libidn.so.11 => /usr/lib/libidn.so.11 (0x4c05c000)
        libkdefx.so.4 => /usr/kde/devel/lib/libkdefx.so.4 (0xb6df0000)
        libqt-mt.so.3 => /usr/qt/3/lib/libqt-mt.so.3 (0x4b68f000)
        libaudio.so.2 => /usr/lib/libaudio.so.2 (0x4b5f6000)
        libXt.so.6 => /usr/lib/libXt.so.6 (0x4b2ad000)
        libmng.so.1 => /usr/lib/libmng.so.1 (0x4b643000)
        libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x4b51d000)
        libXi.so.6 => /usr/lib/libXi.so.6 (0x4b4e9000)
        libXrandr.so.2 => /usr/lib/libXrandr.so.2 (0x4b517000)
        libXcursor.so.1 => /usr/lib/libXcursor.so.1 (0x4b50c000)
        libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0x4b507000)
        libXft.so.2 => /usr/lib/libXft.so.2 (0x4b4f3000)
        libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x4b4b6000)
        libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x4b421000)
        libexpat.so.0 => /usr/lib/libexpat.so.0 (0x4b494000)
        libdl.so.2 => /lib/libdl.so.2 (0x4b197000)
        libpng.so.3 => /usr/lib/libpng.so.3 (0x4b610000)
        libz.so.1 => /usr/lib/libz.so.1 (0x4b279000)
        libXext.so.6 => /usr/lib/libXext.so.6 (0x4b269000)
        libX11.so.6 => /usr/lib/libX11.so.6 (0x4b19d000)
        libSM.so.6 => /usr/lib/libSM.so.6 (0x4b289000)
        libICE.so.6 => /usr/lib/libICE.so.6 (0x4b294000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x4b302000)
        libXrender.so.1 => /usr/lib/libXrender.so.1 (0x4b4df000)
        libgcc_s.so.1 => /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/libgcc_s.so.1 (0x4b417000)
        libm.so.6 => /lib/libm.so.6 (0x4b172000)
        libc.so.6 => /lib/libc.so.6 (0x4b05b000)
        libXau.so.6 => /usr/lib/libXau.so.6 (0x4b5dc000)
        /lib/ld-linux.so.2 (0x4a895000)
Back to top
View user's profile Send private message
9numbernine9
n00b
n00b


Joined: 16 Oct 2003
Posts: 10

PostPosted: Wed May 18, 2005 10:07 pm    Post subject: Reply with quote

OK, sorry for the delay since my last post, mario.

With the most recent ebuilds (May 17th), I get the following error when trying to compile krec:
Code:

/bin/sh ../../../libtool --silent --mode=link --tag=CXX x86_64-pc-linux-gnu-g++  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -DNDEBUG -DNO_DEBUG -O2 -march=athlon64 -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION    -o libartsgui.la -rpath /usr/kde/devel/lib -L/usr/kde/devel/lib -L/usr/qt/3/lib -L/usr/lib64    -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined genericguifactory_impl.lo libartsgui_idl.la
/var/tmp/portage/krec-7/work/KDE/kdemultimedia
/var/tmp/portage/krec-7/work/KDE/kdemultimedia/arts/modules/effects /var/tmp/portage/krec-7/work/KDE/kdemultimedia
Making all in freeverb
make[1]: Entering directory `/var/tmp/portage/krec-7/work/KDE/kdemultimedia/arts/modules/effects/freeverb'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/var/tmp/portage/krec-7/work/KDE/kdemultimedia/arts/modules/effects/freeverb'
make[1]: Entering directory `/var/tmp/portage/krec-7/work/KDE/kdemultimedia/arts/modules/effects'
make[1]: *** No rule to make target `../common/artsmodulescommon.h', needed by `artsmoduleseffects.cc'.  Stop.
make[1]: Leaving directory `/var/tmp/portage/krec-7/work/KDE/kdemultimedia/arts/modules/effects'
make: *** [all-recursive] Error 1

!!! ERROR: kde-base/krec-7 failed.
!!! Function kde-meta_src_compile, Line 491, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.

_________________
Illegitimi non Carborundum.
Back to top
View user's profile Send private message
superstoned
Guru
Guru


Joined: 17 Dec 2004
Posts: 432

PostPosted: Thu May 19, 2005 9:09 am    Post subject: Reply with quote

k3b won't work anymore in the 'normal' kde version (and its not a svn version either). does this have to do with kde-svn?

Code:
11:05 AM superstoned:~/>k3b
kio (KSycoca): WARNING: Found version 79, expecting version 90 or higher.
kio (KSycoca): WARNING: Outdated database found
kio (KSycoca): WARNING: Found version 79, expecting version 90 or higher.
kio (KSycoca): WARNING: Outdated database found
kio (KSycoca): WARNING: Found version 79, expecting version 90 or higher.
kio (KSycoca): WARNING: Outdated database found
k3b: ERROR: (K3bSongManager) Can't open file /home/superstoned/.kde3.4/share/apps/k3b/songlist.xml
KCrash: Application 'k3b' crashing...


btw the kde-svn compile hangs on kviewshell:
Code:
(a few hundred errors like the following)
IW44Image.cpp:1365: warning: unused parameter 'nchunks'
IW44Image.cpp:1090: warning: unused parameter 'bit'
IW44Image.cpp:997: warning: unused parameter 'zp'
IW44Image.cpp:944: warning: unused parameter 'bit'
GException.cpp:276: warning: 'old_handler' defined but not used
make[5]: *** [libdjvu_la.all_cpp.lo] Error 1
make[5]: Leaving directory `/var/tmp/portage/kviewshell-7/work/KDE/kdegraphics/kviewshell/plugins/djvu/libdjvu'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/var/tmp/portage/kviewshell-7/work/KDE/kdegraphics/kviewshell/plugins/djvu'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/kviewshell-7/work/KDE/kdegraphics/kviewshell/plugins'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kviewshell-7/work/KDE/kdegraphics/kviewshell'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kviewshell-7/work/KDE/kdegraphics'
make: *** [all] Error 2

!!! ERROR: kde-base/kviewshell-7 failed.
!!! Function kde_src_compile, Line 171, Exitcode 2
!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, NOT this status message.
[/quote]
Back to top
View user's profile Send private message
ktech
Guru
Guru


Joined: 12 Apr 2003
Posts: 340

PostPosted: Thu May 19, 2005 10:51 am    Post subject: Reply with quote

superstoned wrote:
k3b won't work anymore in the 'normal' kde version (and its not a svn version either). does this have to do with kde-svn?

Code:
11:05 AM superstoned:~/>k3b
kio (KSycoca): WARNING: Found version 79, expecting version 90 or higher.
kio (KSycoca): WARNING: Outdated database found
kio (KSycoca): WARNING: Found version 79, expecting version 90 or higher.
kio (KSycoca): WARNING: Outdated database found
kio (KSycoca): WARNING: Found version 79, expecting version 90 or higher.
kio (KSycoca): WARNING: Outdated database found
k3b: ERROR: (K3bSongManager) Can't open file /home/superstoned/.kde3.4/share/apps/k3b/songlist.xml
KCrash: Application 'k3b' crashing...


btw the kde-svn compile hangs on kviewshell:
Code:
(a few hundred errors like the following)
IW44Image.cpp:1365: warning: unused parameter 'nchunks'
IW44Image.cpp:1090: warning: unused parameter 'bit'
IW44Image.cpp:997: warning: unused parameter 'zp'
IW44Image.cpp:944: warning: unused parameter 'bit'
GException.cpp:276: warning: 'old_handler' defined but not used
make[5]: *** [libdjvu_la.all_cpp.lo] Error 1
make[5]: Leaving directory `/var/tmp/portage/kviewshell-7/work/KDE/kdegraphics/kviewshell/plugins/djvu/libdjvu'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/var/tmp/portage/kviewshell-7/work/KDE/kdegraphics/kviewshell/plugins/djvu'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/kviewshell-7/work/KDE/kdegraphics/kviewshell/plugins'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kviewshell-7/work/KDE/kdegraphics/kviewshell'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kviewshell-7/work/KDE/kdegraphics'
make: *** [all] Error 2

!!! ERROR: kde-base/kviewshell-7 failed.
!!! Function kde_src_compile, Line 171, Exitcode 2
!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, NOT this status message.
[/quote]

I think "dejavú" support is being added to KDE right now, so I think you should try in a few hours / days and perhaps it's fixed.

By the way, ksstd (dunno if it's that name, the "speech daemon" of kde) can be compiled with gstreamer and it don't need arts. Mario, can you give a look at that dependencie? When I choose -arts +gstreamer, arts is still needed. I'll test a bit later if I can compile it without arts (not tested yet, but should work).

Cheers.
Back to top
View user's profile Send private message
mario
Guru
Guru


Joined: 20 Apr 2002
Posts: 400
Location: Mountain View, CA

PostPosted: Thu May 19, 2005 1:14 pm    Post subject: Reply with quote

ktech wrote:

I think "dejavú" support is being added to KDE right now, so I think you should try in a few hours / days and perhaps it's fixed.

Cheers.


What is dejavu and is it supposed to be in portage? There's an ebuild for fonts called DejaVu, but I don't see how they would be related.
Back to top
View user's profile Send private message
ktech
Guru
Guru


Joined: 12 Apr 2003
Posts: 340

PostPosted: Thu May 19, 2005 1:28 pm    Post subject: Reply with quote

dejavu is supposed to be a "new" graphic file encoding. Something like JPEG or PNG, but better. It was released a bunch of years ago, but I think nobody uses it. I think kde people was going to include the sources of dejavu inside kde, so could be that we need another module from svn? (more details in svn-digest from this weekend).

By the way, would be nice to have kde-bluetooth in your ebuilds :lol: :wink:

Cheers.
Back to top
View user's profile Send private message
mario
Guru
Guru


Joined: 20 Apr 2002
Posts: 400
Location: Mountain View, CA

PostPosted: Thu May 19, 2005 1:38 pm    Post subject: Reply with quote

ktech wrote:

By the way, would be nice to have kde-bluetooth in your ebuilds :lol: :wink:

Cheers.


It is there, ~x86 etc. keyworded. If you don't see it in net-wireless, download the latest tarball (I don't always update the date on the webpage :)
Back to top
View user's profile Send private message
mario
Guru
Guru


Joined: 20 Apr 2002
Posts: 400
Location: Mountain View, CA

PostPosted: Thu May 19, 2005 1:56 pm    Post subject: Reply with quote

ktech wrote:


By the way, ksstd (dunno if it's that name, the "speech daemon" of kde) can be compiled with gstreamer and it don't need arts. Mario, can you give a look at that dependencie? When I choose -arts +gstreamer, arts is still needed. I'll test a bit later if I can compile it without arts (not tested yet, but should work).

Cheers.


It doesn't seem there is a way to disable artsplayer by configure, anything beyond that, I think, would be shaky trickery.
Back to top
View user's profile Send private message
ktech
Guru
Guru


Joined: 12 Apr 2003
Posts: 340

PostPosted: Thu May 19, 2005 2:02 pm    Post subject: Reply with quote

mario wrote:
ktech wrote:

By the way, would be nice to have kde-bluetooth in your ebuilds :lol: :wink:

Cheers.


It is there, ~x86 etc. keyworded. If you don't see it in net-wireless, download the latest tarball (I don't always update the date on the webpage :)


ohh... will try this night.

thanks!
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, 4 ... 38, 39, 40  Next
Page 3 of 40

 
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