Summary: | emerging koffice-1.6.3-r1 fails multiple times, always with a different error | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Tiago <tjgq> |
Component: | [OLD] KDE | Assignee: | Gentoo KDE team <kde> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | High | ||
Version: | 2007.0 | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
Try #1
Try #2 Try #3 |
Description
Tiago
2007-08-18 17:08:00 UTC
Created attachment 128489 [details]
Try #1
Created attachment 128491 [details]
Try #2
Created attachment 128492 [details]
Try #3
> I've tried to emerge it for three times by now and all the attempts failed, > with a different error each time (even though they all happen while compiling > krita). The error is always > > /bin/sed: can't read XXX: No such file or directory > > Should I suspect memory or swap corruption? For what it's worth, my > PORTAGE_TMPDIR is in a tmpfs partition, but it seems strange to me that the > corruption always happens when compiling krita, and on a /bin/sed command. How much RAM and SWAP do you have? Have you tried to build the package without using the tmpfs partition? > ccache version 2.4 [enabled] > dev-util/ccache: 2.4-r7 > CFLAGS="-march=pentium4 -O3 -pipe" > CXXFLAGS="-march=pentium4 -O3 -pipe" > FEATURES="ccache distlocks fixpackages metadata-transfer notitles > parallel-fetch sandbox sfperms strict userfetch userpriv usersandbox" > PORTAGE_TMPDIR="/tmp" > USE="... kdeenablefinal kdexdeltas Before you open a bug you should disable ccache and try to build the package without kdeenablefinal. You should also think on replace -O3 with -O2. I don't know if you might have problems by using kdexdeltas. (In reply to comment #4) > How much RAM and SWAP do you have? Have you tried to build the package without > using the tmpfs partition? 512MB RAM, 4GB swap. > Before you open a bug you should disable ccache and try to build the package > without kdeenablefinal. You should also think on replace -O3 with -O2. I don't > know if you might have problems by using kdexdeltas. I will try again with your proposed settings. Will report back. (In reply to comment #4) > How much RAM and SWAP do you have? Have you tried to build the package without > using the tmpfs partition? > > Before you open a bug you should disable ccache and try to build the package > without kdeenablefinal. You should also think on replace -O3 with -O2. I don't > know if you might have problems by using kdexdeltas. > It compiled fine without ccache and kde{xdeltas,enablefinal} turned off. Compilation was with -O3 with PORTAGE_TMPDIR still in a tmpfs. I will do one or two extra compilations to see if I can find out which setting the problem came from (will report tomorrow or so). But for now it is solved, even if just by chance. (In reply to comment #6) > I will do one or two extra compilations to see if I can find out which setting > the problem came from (will report tomorrow or so). But for now it is solved, > even if just by chance. Apparently the problem is with kdeenablefinal. With this flag on (and the rest set as in the successful attempt) it failed again, even if the error is somewhat different from the other ones: libtool: link: cannot find the library `' make[4]: *** [keximigratetest] Error 1 make[4]: Leaving directory `/tmp/portage/app-office/koffice-1.6.3-r1/work/koffice-1.6.3/kexi/migration' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/tmp/portage/app-office/koffice-1.6.3-r1/work/koffice-1.6.3/kexi/migration' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/tmp/portage/app-office/koffice-1.6.3-r1/work/koffice-1.6.3/kexi' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/portage/app-office/koffice-1.6.3-r1/work/koffice-1.6.3' make: *** [all] Error 2 I think I'll leave it here. Thanks for your help. The problem is that you're using kdeenablefinal. It isn't marked as experimental for no reason. Simply don't use it or at least don't file bugs because of it. |