Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 305049 - media-gfx/hugin-2009.4.0 should depend on virtual/glut
Summary: media-gfx/hugin-2009.4.0 should depend on virtual/glut
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-14 12:09 UTC by Seerp
Modified: 2010-02-17 17:42 UTC (History)
0 users

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 Seerp 2010-02-14 12:09:00 UTC
media-gfx/hugin-2009.4.0 depends on virtual/glut; without it compilation will fail.

Reproducible: Always

Steps to Reproduce:
Try to emerge hugin-2009.4.0 without having virtual/glut installed.
Actual Results:  
Emerge will try to install the following packages.

[ebuild  N    ] media-gfx/hugin-2009.4.0  USE="sift -lapack" LINGUAS="en_GB -bg -ca -cs -de -es -fr -hu -it -ja -ko -nl -pl -pt_BR -ru -sk -sl -sv -uk -zh_CN -zh_TW" 0 kB
[ebuild  N    ]  media-gfx/enblend-4.0  USE="image-cache openexr openmp -debug -doc -gpu" 0 kB
[ebuild  N    ]   media-libs/glew-1.5.1  0 kB
[ebuild  N    ]   media-libs/plotutils-2.5.1  USE="X" 0 kB
[ebuild  N    ]   media-libs/openexr-1.6.1  USE="-doc -examples" 0 kB
[ebuild  N    ]    media-libs/ilmbase-1.0.1  0 kB
[ebuild  N    ]  media-gfx/autopano-sift-C-2.5.1  0 kB
[ebuild  N    ]  media-libs/exiftool-8.10  0 kB
[ebuild  N    ]  media-libs/libpano13-2.9.14  USE="-java" 0 kB

But the compilation of hugin fails with

CMake Error at CMakeModules/FindGLUT.cmake:77 (MESSAGE):
  Could not find GLUT
Call Stack (most recent call first):
  CMakeLists.txt:175 (FIND_PACKAGE)

Expected Results:  
The ebuild for hugin should pull in virtual/glut; after installing that hugin compiles fine.
Comment 1 Markus Meier gentoo-dev 2010-02-17 17:42:26 UTC
fixed in cvs, thanks for the report.

  17 Feb 2010; Markus Meier <maekke@gentoo.org> hugin-2009.4.0.ebuild:
  add virtual/glut to dependencies by Seerp in bug #305049