Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 701412 - games-rpg/freedroidrpg-1.0_rc2 : configure: error: Package requirements (glew >= 1.6) were not met:
Summary: games-rpg/freedroidrpg-1.0_rc2 : configure: error: Package requirements (glew...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-28 18:36 UTC by Toralf Förster
Modified: 2021-06-03 06:08 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.19 KB, text/plain)
2019-11-28 18:36 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,46.24 KB, text/plain)
2019-11-28 18:36 UTC, Toralf Förster
Details
environment (environment,127.31 KB, text/plain)
2019-11-28 18:36 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.07 KB, application/x-bzip)
2019-11-28 18:36 UTC, Toralf Förster
Details
games-rpg:freedroidrpg-1.0_rc2:20191128-081616.log (games-rpg:freedroidrpg-1.0_rc2:20191128-081616.log,8.87 KB, text/plain)
2019-11-28 18:36 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,8.87 KB, application/x-bzip)
2019-11-28 18:36 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,31.46 KB, application/x-bzip)
2019-11-28 18:36 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-11-28 18:36:09 UTC
checking for openGL libraries... yes
checking for GLEW... no
configure: error: Package requirements (glew >= 1.6) were not met:

Package 'glew', required by 'virtual:world', not found


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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome_systemd-libressl-20191127-041626

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

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


llvm:
9.0.0
Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *

java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.13.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Thu, 28 Nov 2019 06:26:19 +0000

emerge -qpvO games-rpg/freedroidrpg
[ebuild  N    ] games-rpg/freedroidrpg-1.0_rc2  USE="nls opengl -debug -devtools -profile -sanitize -sound"
Comment 1 Toralf Förster gentoo-dev 2019-11-28 18:36:12 UTC
Created attachment 597742 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-11-28 18:36:15 UTC
Created attachment 597744 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-11-28 18:36:17 UTC
Created attachment 597746 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-11-28 18:36:20 UTC
Created attachment 597748 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-11-28 18:36:23 UTC
Created attachment 597750 [details]
games-rpg:freedroidrpg-1.0_rc2:20191128-081616.log
Comment 6 Toralf Förster gentoo-dev 2019-11-28 18:36:26 UTC
Created attachment 597752 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2019-11-28 18:36:28 UTC
Created attachment 597754 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2021-06-03 06:08:58 UTC
The bug has been closed via the following commit(s):

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

commit bec2289ff608900d9c0cceb46a246109dd0881be
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2021-06-03 05:55:20 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2021-06-03 06:07:38 +0000

    games-rpg/freedroidrpg: revamp ebuild, unbundle lua
    
    - add python3_9 and 3_10 compat
    - add media-libs/glew dep for USE=opengl (bug #701412)
    - remove sed given package respects docdir, no -pipe line exist, and
      pkgs/ subdirs allows the package to install its icons plus own
      .desktop file normally (fixes bug #700546)
    - remove -ffast-math filter, upstream discourages it but still keeps
      an option to enable it (shouldn't just force it off)
    - enable USE=sound by default and drop sanitize
    
    lua5-3 unbundling also fixes AR issues (bug #742497)
    --with-embedded-lua was due to slotted 5-3 former unavailability
    
    Closes: https://bugs.gentoo.org/700546
    Closes: https://bugs.gentoo.org/701412
    Closes: https://bugs.gentoo.org/742497
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 .../freedroidrpg/freedroidrpg-1.0_rc2-r1.ebuild    | 88 ++++++++++++++++++++++
 1 file changed, 88 insertions(+)