Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 685604 - app-text/mupdf-1.15.0 : thirdparty/.../freeglut_std.h:144:13: fatal error: GL/glu.h: No such file or directory
Summary: app-text/mupdf-1.15.0 : thirdparty/.../freeglut_std.h:144:13: fatal error: GL...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Virgil Dupras (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-11 08:06 UTC by Toralf Förster
Modified: 2019-05-11 19:18 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,14.68 KB, text/plain)
2019-05-11 08:06 UTC, Toralf Förster
Details
app-text:mupdf-1.15.0:20190511-073628.log (app-text:mupdf-1.15.0:20190511-073628.log,189.21 KB, text/plain)
2019-05-11 08:07 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,23.71 KB, text/plain)
2019-05-11 08:07 UTC, Toralf Förster
Details
environment (environment,81.53 KB, text/plain)
2019-05-11 08:07 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,10.21 KB, application/x-bzip)
2019-05-11 08:07 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,6.16 KB, application/x-bzip)
2019-05-11 08:07 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,27.19 KB, application/x-bzip)
2019-05-11 08:07 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2019-05-11 08:06:55 UTC
                 from platform/gl/gl-app.h:11,
                 from platform/gl/gl-annotate.c:1:
thirdparty/freeglut/include/GL/freeglut_std.h:144:13: fatal error: GL/glu.h: No such file or directory
  144 | #   include <GL/glu.h>
      |             ^~~~~~~~~~
compilation terminated.

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-desktop_20190510-215723

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.1.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)





emerge -qpvO app-text/mupdf
[ebuild  N    ] app-text/mupdf-1.15.0  USE="X javascript opengl ssl -libressl -static-libs -vanilla"
Comment 1 Toralf Förster gentoo-dev 2019-05-11 08:06:57 UTC
Created attachment 575994 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-05-11 08:07:00 UTC
Created attachment 575996 [details]
app-text:mupdf-1.15.0:20190511-073628.log
Comment 3 Toralf Förster gentoo-dev 2019-05-11 08:07:03 UTC
Created attachment 575998 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-05-11 08:07:06 UTC
Created attachment 576000 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-05-11 08:07:09 UTC
Created attachment 576002 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-05-11 08:07:11 UTC
Created attachment 576004 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2019-05-11 08:07:14 UTC
Created attachment 576006 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2019-05-11 19:18:22 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d64194b301be4f86377379a7b52e71fb657f2c4e

commit d64194b301be4f86377379a7b52e71fb657f2c4e
Author:     Virgil Dupras <vdupras@gentoo.org>
AuthorDate: 2019-05-11 19:16:51 +0000
Commit:     Virgil Dupras <vdupras@gentoo.org>
CommitDate: 2019-05-11 19:16:51 +0000

    app-text/mupdf: fix opengl dependencies
    
    It was a very bad idea from me to remove dependency on freeglut
    on the account that we use the bundled version. I completely forgot
    about freeglut dependencies themselves. Bad me.
    
    These dependencies, however, are a bit complex and I find it fragile to
    copy-paste them in mupdf. At the cost of installing an extra system
    library (freeglut) that is rather small and probably already installed
    anyways, we potentially save ourselves tricky problems down the road.
    
    Closes: https://bugs.gentoo.org/685604
    Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
    Package-Manager: Portage-2.3.62, Repoman-2.3.11

 app-text/mupdf/mupdf-1.15.0.ebuild | 4 ++++
 1 file changed, 4 insertions(+)