Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 305001

Summary: x11-libs/qt-core references /usr/X11R6 in mkspecs
Product: Gentoo Linux Reporter: Nathan Phillip Brink (binki) (RETIRED) <binki>
Component: [OLD] LibraryAssignee: Qt Bug Alias <qt>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 (RETIRED) 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)
+