Bug 181018

Summary: incomplete dependencies in gtkglext-devel : libGLU-devel
Product: [Fedora] Fedora Reporter: Kevin Fenzi <kevin>
Component: gtkglextAssignee: Ralf Corsepius <rc040203>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: extras-qa
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-14 15:13:25 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 162161    

Description Kevin Fenzi 2006-02-11 19:36:49 UTC
Description of problem:
gai-temp doesn't build under current devel/fc5, possibly due to a missing
BuildRequires. 

From the end of the mock build.log: 

gcc -o gai-temp gai-temp.o readtemp.o -pthread -Wl,--export-dynamic -lgai
-lpanel-applet-2 -lgtkglext-x11-1.0 -lgnomeui-2 -lSM -lICE -lbonoboui-2
-lgnome-keyring -lxml2 -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2
-lpangoft2-1.0 -lgnomevfs-2 -lbonobo-2 -lgconf-2 -lbonobo-activation -lORBit-2
-lgthread-2.0 -lgdkglext-x11-1.0 -lGLU -lGL -lgtk-x11-2.0 -lpangox-1.0
-lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0
-lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
/usr/bin/ld: cannot find -lGLU
collect2: ld returned 1 exit status
make: *** [gai-temp] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.11408 (%build)

Possibly needs a BuildRequires of mesa-libGLU?

Full mock output available on request.

Comment 1 Michael Schwendt 2006-02-11 22:15:04 UTC
[Reassigning]

This -lGLU comes from a libtool archive found in "gtkglext-devel".

gai-temp buildrequires gai-devel which requires gtkglext-devel
which in turn requires libGL-devel instead of libGLU-devel