Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 509680 - [qt overlay] dev-qt/qtwidgets-5.3.0_beta - .../work/qtbase-opensource-src-5.3.0-beta/config.tests/unix/cups/cups.cpp:42:23: fatal error: cups/cups.h: No such file or directory
Summary: [qt overlay] dev-qt/qtwidgets-5.3.0_beta - .../work/qtbase-opensource-src-5.3...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-06 11:13 UTC by Michael Dec
Modified: 2014-05-28 01:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
included build log (build.log,864.79 KB, text/plain)
2014-05-06 12:55 UTC, Michael Dec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Dec 2014-05-06 11:13:44 UTC
It fails to build due to undefined references, probably not compiled in at some point. The breakage starts at line 890 of the included build.log.
Comment 1 Michael Dec 2014-05-06 12:55:55 UTC
Created attachment 376476 [details]
included build log
Comment 2 Uwe L. Korn 2014-05-12 13:04:49 UTC
It seems that it is checked for cups here but QtGui does not seem to use it, so this should not be a problem.

Probably you are hitting bug #451456 according to the log. Can you please uninstall any previously installed Qt5 version and try to reinstall and see if the error is reproducible?
Comment 3 Davide Pesavento (RETIRED) gentoo-dev 2014-05-12 13:17:14 UTC
Yeah the real failure here is the undefined references at the end, cups has nothing to do with it.
Comment 4 Michael Palimaka (kensington) gentoo-dev 2014-05-23 07:32:08 UTC
Please try again with 5.3.0, this is probably fixed as per comment #2.
Comment 5 Michael Dec 2014-05-28 01:32:33 UTC
It compiles without CUPS fine.