Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 701412

Summary: games-rpg/freedroidrpg-1.0_rc2 : configure: error: Package requirements (glew >= 1.6) were not met:
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
games-rpg:freedroidrpg-1.0_rc2:20191128-081616.log
logs.tbz2
temp.tbz2

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(+)