Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 83226 - opengl-update fails to symlink GL/glxext.h
Summary: opengl-update fails to symlink GL/glxext.h
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
: 83990 (view as bug list)
Depends on:
Blocks: 83645
  Show dependency tree
 
Reported: 2005-02-24 13:07 UTC by Mike C. Fletcher
Modified: 2005-03-05 14:56 UTC (History)
4 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 Mike C. Fletcher 2005-02-24 13:07:25 UTC
Noticed while building Qt 3.3.4-r2.  Qt tries to import glx.h, which in turn tries to import GL/glxext.h , however, this file is not available at that location.  It *is* available at /usr/lib/opengl/global/include/glxext.h , and manually symlinking from /usr/include/GL/glxext.h to that location allows Qt to continue building.

x11-base/opengl-update-2.1.1-r1
x11-base/xorg-x11-6.8.2


Reproducible: Always
Steps to Reproduce:
1. emerge qt-3.3.4-r2
2.
3.

Actual Results:  
Failure on #including GL/glxext.h during the Qt build process.

Expected Results:  
Should be able to find the header.

Portage 2.0.51-r15 (default-linux/amd64/2004.3, gcc-3.3.4,
glibc-2.3.4.20041102-r0, 2.6.10-gentoo-r7 x86_64)
=================================================================
System uname: 2.6.10-gentoo-r7 x86_64 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, Feb 18 2005, 01:10:42)]
dev-lang/python:     2.3.5
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CFLAGS="-O2"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.2/share/config
/usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown
/usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/home/mcfletch/portagedev"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X aalib acpi alsa arts berkdb bitmap-fonts cdr crypt cups curl dvd
esd f77 fam flac font-server fortran gdbmgif gpm gtk imlib ipv6 java jp2 jpeg
junit kde ldap lzw lzw-tiff mikmod motif mozilla multilib mysql ncurses nls
oggvorbis opengl oss pam perl png postgres python qt readline samba sdl slang
ssl tcltk tcpd tiff truetype truetype-fonts type1-fonts usb userlocales xml xml2
xmms xpm xrandr xv zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-03-03 16:50:58 UTC
*** Bug 83990 has been marked as a duplicate of this bug. ***
Comment 2 Jeremy Huddleston (RETIRED) gentoo-dev 2005-03-04 14:41:30 UTC
It works for me.  Run 'opengl-update xorg-x11'
Comment 3 Jeremy Huddleston (RETIRED) gentoo-dev 2005-03-05 14:56:10 UTC
closing