Bug 214878 - dev-games/libggz: environment: line 142: ggz-config: command not found
Bug#: 214878 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: minor Priority: P2
Resolution: FIXED Assigned To: games@gentoo.org Reported By: ssuominen@gentoo.org
Component: Games
URL: 
Summary: dev-games/libggz: environment: line 142: ggz-config: command not found
Keywords:  
Status Whiteboard: 
Opened: 2008-03-26 13:54 0000
Description:   Opened: 2008-03-26 13:54 0000
On fresh system, when installing games-arcade/kamikaze-0.2.2-r1 it installs
first libggz which spits out this during installation phase:

<snip>

>>> /usr/include/ggz_dio.h
>>> /usr/lib64/libggz.so.2 -> libggz.so.2.3.0
>>> /usr/lib64/libggz.so -> libggz.so.2.3.0
/var/tmp/portage/dev-games/libggz-0.0.14.1/temp/environment: line 142:
ggz-config: command not found
>>> Regenerating /etc/ld.so.cache...
>>> dev-games/libggz-0.0.14.1 merged.

</snip>

------- Comment #1 From Samuli Suominen 2008-03-26 13:58:02 0000 -------
Portage 2.1.4.4 (default-linux/amd64/2007.0/desktop, gcc-4.1.2, glibc-2.6.1-r0,
2.6.24-gentoo-r3 x86_64)
=================================================================
System uname: 2.6.24-gentoo-r3 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor
5000+
Timestamp of tree: Unknown
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p17-r1
dev-lang/python:     2.4.4-r9
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache:     2.4-r7
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.7.9-r1, 1.9.6-r2, 1.10
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.23-r3
ACCEPT_KEYWORDS="amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=k8"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config
/usr/kde/3.5/shutdown /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/fonts/fonts.conf /etc/gconf
/etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O2 -pipe -march=k8"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--nospinner"
FEATURES="ccache collision-protect cvs distlocks metadata-transfer
multilib-strict sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="fi_FI.utf8"
LDFLAGS="-Wl,-O1,--as-needed"
LINGUAS="fi"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress
--force --whole-file --delete --stats --timeout=180 --exclude=/distfiles
--exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/home/drac/gentoo-x86"
PORTDIR_OVERLAY="/usr/portage/local/layman/vdr-1.5 /usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow 3dnowext X a52 aac aalib acl acpi alsa amd64 berkdb bzip2 cairo cddb
cdparanoia cdr cli cracklib crypt dbus dri dts dvb dvd dvdr dvdread emboss
encode evo exif fam ffmpeg firefox flac fontconfig fortran ftp gdbm gif gimp
gpm gstreamer gtk hal iconv ipv6 isdnlog jpeg kerberos ldap libcaca libnotify
lm_sensors mad midi mikmod mmap mmx mmxext mp3 mpeg mplayer mudflap ncurses nls
nptl nptlonly ogg opengl openmp oss pam pcre pdf perl png pppd python
qt3support quicktime raw readline reflection rtc sdl session slang smp spell
spl srt sse sse2 ssl startup-notification svg tcpd theora threads tiff trayicon
truetype unicode v4l v4l2 vorbis x264 xcb xine xml xorg xpm xscreensaver xv
xvid zlib" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix
dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter
mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions
alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file
authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user
autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires
ext_filter file_cache filter headers include info log_config logio mem_cache
mime mime_magic negotiation rewrite setenvif speling status unique_id userdir
usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse"
KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001
mtxorb ncurses text" LINGUAS="fi" USERLAND="GNU" VIDEO_CARDS="vesa"
Unset:  CPPFLAGS, CTARGET, INSTALL_MASK, LC_ALL, PORTAGE_COMPRESS,
PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

------- Comment #2 From Tristan Heaven 2008-03-26 14:35:09 0000 -------
-       ggz-config -h > /dev/null || return 1
+       ggz-config -h &> /dev/null || return 1