Summary: | [qting-edge] x11-libs/qt-assistant-4.8.9999 fails to build | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Andreas Sturmlechner <asturm> |
Component: | New packages | Assignee: | Qt Bug Alias <qt> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log
emerge --info |
Do you have USE=doc enabled too? (In reply to comment #1) > Do you have USE=doc enabled too? * Package: x11-libs/qt-assistant-4.8.9999 * Repository: qting-edge * Maintainer: qt@gentoo.org * USE: amd64 consolekit elibc_glibc exceptions glib kernel_linux multilib policykit qt3support userland_GNU * FEATURES: preserve-libs sandbox No, you don't :P ...exactly ;) Fails as well with MAKEOPTS="-j1" and USE="doc". turns out someone had the exact same issue already with 4.7.0? http://forums.gentoo.org/viewtopic-p-6433808.html#6433808 Created attachment 295405 [details]
emerge --info
emerge --info for completeness.
Several weeks later and I've still no clue what's the problem. I rebuilt several packages that were in the depgraph, upgraded perl, ran perl-cleaner and python-updater... no luck. Does 4.8.0 fail too? Just emerged qt-assistant-4.8.0 with --nodeps and it built successfully. similar stuff in the log without impact on the emerge though: qdeclarative.qdocconf: error: Cannot open C++ source file '/var/tmp/portage/x11-libs/qt-assistant-4.8.0/work/qt-everywhere-opensource-src-4.8.0/doc/src/tutorials/declarative.qdoc' (No such file or directory) Since I didn't want to downgrade all of qt, but I also don't want to have broken dependencies for another several weeks, I did this to the qt-assistant ebuild: - emake qch_docs || die "emake qch_docs failed" if use doc; then + emake qch_docs || die "emake qch_docs failed" After all, *_docs sounds like something really only belonging only to USE="doc" - that changed, qt-assistant-4.8.9999 emerged fine. pushed, thanks |
Created attachment 295393 [details] build.log First attempt at qt-4.8 failed. USE="exceptions glib qt3support"