Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 446924 - x11-libs/fox-1.6.40 - Upstream bug makes build ignore -opengl.
Summary: x11-libs/fox-1.6.40 - Upstream bug makes build ignore -opengl.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matti Bickel (RETIRED)
URL:
Whiteboard:
Keywords:
: 449456 (view as bug list)
Depends on: 475654
Blocks:
  Show dependency tree
 
Reported: 2012-12-11 21:35 UTC by Johan Hovold
Modified: 2013-09-13 17:49 UTC (History)
1 user (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 Johan Hovold 2012-12-11 21:35:59 UTC
An confirmed bug in x11-libs/fox-1.6.40 makes configure ignore --without-opengl causing the build to fail e.g. when glu is not installed. Supposedly fixed in 1.6.41. Definitely fixed in 1.6.45.

Reproducible: Always

Steps to Reproduce:
1. emerge -C glu
2. USE='-opengl' emerge -va1 fox
3.
Actual Results:  
Build fails although configure is passed the correct options:

./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --enable-bz2lib --enable-jpeg --without-opengl --enable-png --enable-tiff --with-xft --enable-zlib --enable-release --without-profiling

<snip>

/usr/lib/gcc/i686-pc-linux-gnu/4.5.4/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lGLU
collect2: ld returned 1 exit status



Expected Results:  
Build should not depend on opengl when -opengl is used.

Supposedly fixed upstream in 1.6.41: 

http://fox-toolkit.2306850.n4.nabble.com/Building-Fox-without-OpenGL-d4012257.html
Comment 1 Matti Bickel (RETIRED) gentoo-dev 2013-01-02 19:32:57 UTC
*** Bug 449456 has been marked as a duplicate of this bug. ***
Comment 2 Matti Bickel (RETIRED) gentoo-dev 2013-09-13 17:49:34 UTC
fox-1.6.45 is stable on all arches, closing this.