Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 445810 - sci-mathematics/octave should depend on virtual/glu
Summary: sci-mathematics/octave should depend on virtual/glu
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Mathematics related packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-03 16:16 UTC by Niklas Johansson
Modified: 2012-12-04 19:12 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 Niklas Johansson 2012-12-03 16:16:50 UTC
I got the following error after:
1) emerge --update
2) emerge --depclean
3) revdep-rebuild

octave: error while loading shared libraries: libGLU.so.1: cannot open shared object file: No such file or directory

However, after:

emerge --oneshot  media-libs/glu

everything works fine. I therefore suspect that octave should depend on media-libs/glu.




Reproducible: Always
Comment 1 Franz Trischberger 2012-12-03 16:36:56 UTC
Not media-libs/glu but virtual/glu.
Comment 2 Niklas Johansson 2012-12-04 10:42:48 UTC
This change works for me:

--- octave-3.6.3.ebuild 2012-11-22 21:01:28.000000000 +0100
+++ octave-3.6.3-r1.ebuild      2012-12-04 11:27:47.113800490 +0100
@@ -35,7 +35,8 @@
        opengl? (
                media-libs/freetype:2
                media-libs/fontconfig
-               >=x11-libs/fltk-1.3:1[opengl] )
+               >=x11-libs/fltk-1.3:1[opengl] 
+               virtual/glu )
        qhull? ( media-libs/qhull )
        qrupdate? ( sci-libs/qrupdate )
        readline? ( sys-libs/readline )
Comment 3 Sébastien Fabbro (RETIRED) gentoo-dev 2012-12-04 18:45:11 UTC
+  04 Dec 2012; Sébastien Fabbro <bicatali@gentoo.org> octave-3.6.3.ebuild:
+  Added virtual/glu, thanks Niklas Johansson bug #445810
+
Comment 4 Niklas Johansson 2012-12-04 19:12:13 UTC
(In reply to comment #3)
> +  04 Dec 2012; Sébastien Fabbro <bicatali@gentoo.org> octave-3.6.3.ebuild:
> +  Added virtual/glu, thanks Niklas Johansson bug #445810
> +

Thank you for your dev-work in gentoo :)