Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 305001 - x11-libs/qt-core references /usr/X11R6 in mkspecs
Summary: x11-libs/qt-core references /usr/X11R6 in mkspecs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-14 00:45 UTC by Nathan Phillip Brink (binki) (RETIRED)
Modified: 2010-02-20 09:56 UTC (History)
0 users

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 Nathan Phillip Brink (binki) (RETIRED) gentoo-dev 2010-02-14 00:45:44 UTC
abcd asked me to file this bug about qt using deprecated references to /usr/X11R6 in response to my first patch for bug 304975


ohnobinki@ohnopublishing ~/multilib-overlay/profiles/base $ grep X11 /usr/share/qt4/mkspecs/common/linux.conf
QMAKE_INCDIR_X11      = /usr/X11R6/include
QMAKE_LIBDIR_X11      = /usr/X11R6/lib
QMAKE_INCDIR_OPENGL   = /usr/X11R6/include
QMAKE_LIBDIR_OPENGL   = /usr/X11R6/lib
QMAKE_LIBS_X11        = -lXext -lX11 -lm
QMAKE_LIBS_X11SM      = -lSM -lICE
ohnobinki@ohnopublishing ~/multilib-overlay/profiles/base $
Comment 1 Davide Pesavento gentoo-dev 2010-02-14 11:00:39 UTC
Yeah I noticed this too... but does this actually cause any problems?
Comment 2 Dominik Kapusta (RETIRED) gentoo-dev 2010-02-20 09:56:24 UTC
Fixed for qt-core-4.6. Thanks for reporting.


+*qt-core-4.6.2-r1 (20 Feb 2010)
+*qt-core-4.6.1-r1 (20 Feb 2010)
+
+  20 Feb 2010; Dominik Kapusta <ayoy@gentoo.org>
+  +files/qt-4.6-nox11r6.patch, -qt-core-4.6.1.ebuild,
+  +qt-core-4.6.1-r1.ebuild, -qt-core-4.6.2.ebuild, +qt-core-4.6.2-r1.ebuild:
+  Remove X11R6 from include dirs and libdirs in mkspecs (bug #305001)
+