Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85062 - games-emulation/zsnes-1.42 fails: configure: error: ZLIB >= 1.1.0 is required
Summary: games-emulation/zsnes-1.42 fails: configure: error: ZLIB >= 1.1.0 is required
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-13 04:14 UTC by Nuno Alexandre
Modified: 2005-03-13 06:20 UTC (History)
1 user (show)

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


Attachments
zsnes-1.42 config.log (config.log,13.33 KB, text/plain)
2005-03-13 05:19 UTC, Nuno Alexandre
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nuno Alexandre 2005-03-13 04:14:07 UTC
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ANSI C... none needed
checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
checking for x86_64-pc-linux-gnu-nasm... no
checking for nasm... nasm
checking for a BSD-compatible install... /bin/install -c
checking for sdl-config... /usr/bin/sdl-config
checking for SDL - version >= 1.2.0... cross compiling; assumed OK... 
yes
checking for zlib - version >= 1.1.0... configure: WARNING: Cross Compiling
no
configure: error: ZLIB >= 1.1.0 is required

!!! ERROR: games-emulation/zsnes-1.42 failed.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Portage 2.0.51.19 (default-linux/amd64/2004.3, gcc-3.4.3-20050110,
glibc-2.3.4.20050125-r0, 2.6.11-mm3CFQ x86_64)
=================================================================
System uname: 2.6.11-mm3CFQ x86_64 AMD Athlon(tm) 64 Processor 3500+
Gentoo Base System version 1.6.10
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, Feb 26 2005, 16:27:31)]
ccache version 2.4 [enabled]
dev-lang/python:     2.3.5
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r6
sys-devel/libtool:   1.5.14
virtual/os-headers:  2.6.8.1-r3
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CFLAGS="-march=k8 -O2 -pipe -ftracer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=k8 -O2 -pipe -ftracer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoclean autoconfig ccache distlocks noinfo notitles sandbox"
GENTOO_MIRRORS="http://mirror.uni-c.dk/gentoo/ ftp://ftp.dkuug.dk/pub/gentoo/
ftp://rsync.gentoo.diku.dk http://ftp.du.se/pub/os/gentoo"
LANG="en_US"
LDFLAGS="-Wl,-O1"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 ncurses"
Unset:  ASFLAGS, CBUILD, CTARGET, LC_ALL
Comment 1 SpanKY gentoo-dev 2005-03-13 04:15:59 UTC
checking whether we are cross compiling... yes <- that looks a little weird

please grab the config.log from the build dir and post it as an attachment
Comment 2 Nuno Alexandre 2005-03-13 05:19:36 UTC
Created attachment 53321 [details]
zsnes-1.42 config.log
Comment 3 SpanKY gentoo-dev 2005-03-13 05:38:37 UTC
./a.out: error while loading shared libraries: /lib/libsandbox.so: cannot open shared object file: No such file or directory

looks like you have a multilib bug

i'd suggest you rebuild portage with USE=multilib and gcc (i think you need gcc too ...) so that you have both a 32bit and 64bit sandbox
Comment 4 Nuno Alexandre 2005-03-13 06:19:56 UTC
re-emerging portage did the trick.

Should I resolve the bug as fixed, or leave for other to find usefull?
Comment 5 Nuno Alexandre 2005-03-13 06:20:47 UTC
nevermind the question.