| Summary: | app-office/kmymoney2-0.9.3 fails to compile | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Matthew Schultz <mattsch> |
| Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED TEST-REQUEST | ||
| Severity: | normal | CC: | opensource, stsander |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
build.log
build.log build.log without parallel make |
||
|
Description
Matthew Schultz
2009-06-10 14:06:18 UTC
Created attachment 194169 [details]
build.log
*** This bug has been marked as a duplicate of bug 266016 *** I unmerged kmymoney2, ran a revdep-rebuild and ran a new emerge to reemerge kmymoney2. It still doesn't compile and install: /usr/bin/install -c -p -m 644 'kmymoneycompletion.h' '/var/tmp/portage/portage/app-office/kmymoney2-0.9.3/image//usr/kde/3.5/include/kmymoney/kmymoneycompletion.h' /usr/bin/install -c -p -m 644 'kmymoneycombo.h' '/var/tmp/portage/portage/app-office/kmymoney2-0.9.3/image//usr/kde/3.5/include/kmymoney/kmymoneycombo.h' /usr/bin/install -c -p -m 644 'kbudgetvalues.h' '/var/tmp/portage/portage/app-office/kmymoney2-0.9.3/image//usr/kde/3.5/include/kmymoney/kbudgetvalues.h' /usr/bin/install -c -p -m 644 'kaccounttemplateselector.h' '/var/tmp/portage/portage/app-office/kmymoney2-0.9.3/image//usr/kde/3.5/include/kmymoney/kaccounttemplateselector.h' /usr/bin/install -c -p -m 644 'transactionsortoption.h' '/var/tmp/portage/portage/app-office/kmymoney2-0.9.3/image//usr/kde/3.5/include/kmymoney/transactionsortoption.h' make[5]: Leaving directory `/var/tmp/portage/portage/app-office/kmymoney2-0.9.3/work/kmymoney2-0.9.3/kmymoney2/widgets' make[4]: *** [install-am] Error 2 make[4]: Leaving directory `/var/tmp/portage/portage/app-office/kmymoney2-0.9.3/work/kmymoney2-0.9.3/kmymoney2/widgets' make[3]: *** [install] Error 2 make[3]: Leaving directory `/var/tmp/portage/portage/app-office/kmymoney2-0.9.3/work/kmymoney2-0.9.3/kmymoney2/widgets' make[2]: *** [install-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/portage/app-office/kmymoney2-0.9.3/work/kmymoney2-0.9.3/kmymoney2' make[1]: *** [install] Error 2 make[1]: Leaving directory `/var/tmp/portage/portage/app-office/kmymoney2-0.9.3/work/kmymoney2-0.9.3/kmymoney2' make: *** [install-recursive] Error 1 Created attachment 194184 [details]
build.log
new build.log with different install error
Try: MAKEOPTS=-j1 emerge -1 kmymoney2 To check if it's a parallel-make issue. Created attachment 194250 [details]
build.log without parallel make
Apparently make install is looking for an image that doesn't exist: /usr/bin/install: cannot stat `./kmymoneytitlelabel.png': No such file or directory About the last comment, the kmymoneytitlelabel.png missing file error is probably due to qtdesigner use flag. I stumbled upon this error too and disabling the use flag helped me emerge kmymoney2-0.9.3. I got a hint from this conversation: http://www.nabble.com/cmake-and-qtdesigner-td22265608.html Please run lafilefixer from the dev-util/lafilefixer package and reopen this bug report if kmymoney then still fails to emerge. Nope kmymoney2 still doesn't compile after running lafilefixer. The problem isn't a .la file anyway. It's trying to install a missing file called kmymoneytitlelabel.png. |