Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 45141 - x11-misc/xdiskusage depends on media-libs/glut but the ebuild doesn't check
Summary: x11-misc/xdiskusage depends on media-libs/glut but the ebuild doesn't check
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-19 10:58 UTC by Ingo Bormuth
Modified: 2008-09-23 10:39 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 Ingo Bormuth 2004-03-19 10:58:46 UTC
When I tried to emerge xdiskusage without glut installed, I got a link error.
Afterwards it worked fine.
Nothinghuge just a bit annoying.



Reproducible: Always
Steps to Reproduce:
1. emerge -C media-libs/glut
2. emerge x11-misc/xdiskusage
3.

Actual Results:  
creating makeinclude
g++ -march=pentium3 -O3 -pipe -I/usr/include/fltk-1.1 -I/usr/include/freetype2
-march=pentium3 -O3 -pipe -I/usr/X11R6/include -c panels.C
g++ -march=pentium3 -O3 -pipe -I/usr/include/fltk-1.1 -I/usr/include/freetype2
-march=pentium3 -O3 -pipe -I/usr/X11R6/include -c xdiskusage.C
g++ -march=pentium3 -O3 -pipe -I/usr/include/fltk-1.1 -I/usr/include/freetype2
-march=pentium3 -O3 -pipe -I/usr/X11R6/include -o xdiskusage panels.o
xdiskusage.o -lfltk -lGL -lGLU -lglut -L/usr/lib/fltk-1.1
-Wl,-rpath,/usr/lib/fltk-1.1 -L/usr/X11R6/lib -lfltk -lXft -lpthread -lXext
-lX11 -lsupc++
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/../../../../i686-pc-linux-gnu/bin/ld:
cannot find -lglut
collect2: ld returned 1 exit status
make: *** [xdiskusage] Error 1

!!! ERROR: x11-misc/xdiskusage-1.46 failed.
!!! Function src_compile, Line 22, Exitcode 2
!!! parallel make failed


Expected Results:  
guess what
Comment 1 Markus Nigbur (RETIRED) gentoo-dev 2004-03-20 15:23:30 UTC
fixed in cvs.
Comment 2 Peter Weller (RETIRED) gentoo-dev 2007-02-03 22:47:03 UTC
22:45 < Simon`> it should not depend on glut at all
22:45 < Simon`> it only needs fltk
Comment 3 David Shakaryan (RETIRED) gentoo-dev 2007-02-03 23:07:04 UTC
Fixed.