Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 217528 - [Tracker] x11-libs/qt-4.4 unmasking
Summary: [Tracker] x11-libs/qt-4.4 unmasking
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords: Tracker
: 220967 (view as bug list)
Depends on: 217161
Blocks: 202014 222103
  Show dependency tree
 
Reported: 2008-04-13 17:47 UTC by Ingmar Vanhassel (RETIRED)
Modified: 2017-01-19 18:46 UTC (History)
6 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ingmar Vanhassel (RETIRED) gentoo-dev 2008-04-13 17:47:05 UTC
$subject
Comment 1 Ben de Groot (RETIRED) gentoo-dev 2008-05-08 18:49:02 UTC
*** Bug 220967 has been marked as a duplicate of this bug. ***
Comment 2 Darren Dale 2008-05-14 19:41:50 UTC
Any chance of getting the actual release into portage, even if it is still masked? I tried simply copying the rc ebuilds into a local overlay and renaming them, but couldnt get qt-sql to compile without adding additional target dirs.
Comment 3 Ingmar Vanhassel (RETIRED) gentoo-dev 2008-05-14 20:23:03 UTC
Yes, I'm working on that. I'm not committing Qt-4.4.0 without sufficient testing. And bumping vs committing are entirely unrelated, unmasking depends on tree-wide dependencies on x11-libs/qt:4 being fixed.
Comment 4 Rafał Mużyło 2008-05-17 23:31:07 UTC
On topic of qt-sql: it has an unneeded dependency.
dev-db/postgresql is in no way needed to build qt-sql with postgres useflag.
Only a simple fix is needed:
adding `sed -i -e '/pg_config --libs/d' "${S}"/configure`
to src_unpack.
Comment 5 Rafał Mużyło 2008-05-20 10:50:38 UTC
Hey, the ebuild that got today into the tree (one depending on the virtual) is broken.
It still needs that sed line.
It's due to the fact that `pg_config --libs` prints:
-lpgport -lpam -lssl -lcrypto -lkrb5 -lcom_err -lz -lreadline -lcrypt -ldl -lm
and pgport is neither installed by libpq ebuild nor needed by qt-sql.
Please, add this line.
Comment 6 Rafał Mużyło 2008-05-26 15:53:20 UTC
Anything new about qt-sql ?
I restate:
if you have only libpq installed (no dev-db/postgresql),
then x11-libs/qt-sql with useflag postgres will simply fail
to build without that sed line.
Comment 7 Piotr Malinski 2008-05-29 10:20:14 UTC
I've emerge QT 4.4 yesterday on Portage 2.1.5.2 (default-linux/amd64/2007.0, gcc-4.2.4, glibc-2.7-r1, 2.6.25-gentoo-r4 x86_64) and it works. QT-webkit also (tested by compiling and using arora). PyQt4.4 also builds against QT 4.4 and works nicely.
Comment 8 Rafał Mużyło 2008-06-14 10:36:43 UTC
Is my comment being ignored for some reason or is just ignored ?
Comment 9 Ben de Groot (RETIRED) gentoo-dev 2008-08-12 01:05:37 UTC
I've commmitted 4.4.1 and unmasked that version only.

qt-sql now depends on virtual/postgresql-base, so that is addressed as well.

Enjoy!