Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 279653 - Hugin 0.8 needs wxGTK with opengl use flag enabled
Summary: Hugin 0.8 needs wxGTK with opengl use flag enabled
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-30 11:22 UTC by Sven Wehner
Modified: 2009-08-01 09:50 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 Sven Wehner 2009-07-30 11:22:53 UTC
When I try to emerge hugin version 0.8. I receive the following error at 60%:

Linking CXX executable hugin_stitch_project                                                                                                                                                         
/usr/lib/gcc/i686-pc-linux-gnu/4.3.2/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lwx_gtk2u_gl-2.8

When I use "locate wx_gtk2" I get a lot of results, but wx_gtk2u_gl.

Enabling the opengl use flag, makes it possible to compile hugin.

Reproducible: Always
Comment 1 James Earl Spahlinger 2009-07-30 22:38:07 UTC
Thanks for reporting, can you paste the output of 'emerge --sync' please. This looks somewhat related to issues seen in bug 269689 as well but seems to be a slightly different problem. 

By your bug description, I can be pretty sure that adding a dependency on:
opengl? ( x11-libs/wxGTK ) in the ebuild would resolve your issue.
Comment 2 Sven Wehner 2009-07-31 08:02:49 UTC
Sorry, James, but I don't see any relation to bug 269689.
As you said:
> By your bug description, I can be pretty sure that adding a dependency on:
opengl? ( x11-libs/wxGTK ) in the ebuild would resolve your issue.
I emerged wxGTK with the opengl use flag enabled and everything worked fine. So I think, a corresponding dependency would do the trick.
Comment 3 Markus Meier gentoo-dev 2009-08-01 09:50:26 UTC
fixed in cvs, thanks for the report and solution.

  01 Aug 2009; Markus Meier <maekke@gentoo.org> hugin-0.8.0.ebuild:
  tweak x11-libs/wxGTK dep for bug #279653 and bug #269689