Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80800 - media-sound/prokyon3 ebuild fails (no libz)
Summary: media-sound/prokyon3 ebuild fails (no libz)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-04 15:40 UTC by Rodrigo Fernandes
Modified: 2005-04-03 15:57 UTC (History)
3 users (show)

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


Attachments
Ebuild patch (prokyon3-0.9.1_p1.ebuild.patch,810 bytes, patch)
2005-02-08 15:40 UTC, Elfyn McBratney (beu) (RETIRED)
Details | Diff
One-liner patch (prokyon3-0.9.1_p1-ge-gcc31-compat.patch,561 bytes, patch)
2005-02-08 15:41 UTC, Elfyn McBratney (beu) (RETIRED)
Details | Diff
Configure.log interesting info (prokyon3_fail.log,12.27 KB, text/plain)
2005-03-31 23:01 UTC, Bertrand Jacquin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rodrigo Fernandes 2005-02-04 15:40:09 UTC
while in configuration, 'emerge prokyon3' outputs:

(...)
checking if Qt has mysql support... yes
configure: ======Checking general purpose libraries  ========
checking for main in -lz... no
configure: error: ******* libz library  required  ********

!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/prokyon3-0.9.2/work/prokyon3-0.9.2/config.log

!!! ERROR: media-sound/prokyon3-0.9.2 failed.
!!! Function econf, Line 485, Exitcode 0
!!! econf failed

If necessary I can attach /var/tmp/portage/prokyon3-0.9.2/work/prokyon3-0.9.2/config.log
(But I think the solution is trivial, even though it eludes me)

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

Actual Results:  
emerge unsuccessful 


zlib is present in the system 
 
/lib/libz.so 
/lib/libz.so.1.2.2 
 
(-pv) 
[ebuild   R   ] sys-libs/zlib-1.2.2  -build -debug 363 kB
Comment 1 Jan Brinkmann (RETIRED) gentoo-dev 2005-02-04 15:46:56 UTC
post the output of 'emerge info' , please
Comment 2 Rodrigo Fernandes 2005-02-04 16:19:53 UTC
Portage 2.0.51-r15 (default-linux/x86/2004.3, gcc-3.3.5, glibc-2.3.4.20040808-r1, 2.6.10-gentoo-r4 i686)
=================================================================
System uname: 2.6.10-gentoo-r4 i686 Intel(R) Pentium(R) 4 CPU 2.00GHz
Gentoo Base System version 1.6.9
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Jan  6 2005, 08:22:29)]
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.4
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.4
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=pentium4 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="ftp://mirrors1.netvisao.pt/gentoo/ ftp://ftp.rnl.ist.utl.pt/pub/gentoo/ ftp://ftp.gentoo-pt.org/pub/gentoo/ ftp://ftp.mirrorservice.org/sites/www.ibiblio.org/gentoo/ ftp://darkstar.ist.utl.pt/gentoo/"
LANG="ja_JP.utf8"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X acpi alsa apm arts audiofile avi bash-completion berkdb bitmap-fonts bzlib canna cdparanoia cdr cjk crypt cups dvd dvdr encode f77 fam flac font-server foomaticdb fortran gdbm gif gpm gtk2 imagemagick imap imlib ipv6 irda java jpeg junit kde libg++ libwww mad mikmod mmx motif mpeg mysql ncurses nls nptlnptlonly oggvorbis opengl oss pam pdflib perl png python qt quicktime readlinesamba sdl spell ssl svga tcpd tiff truetype truetype-fonts type1-fonts unicodewifi xinerama xml2 xscreensaver xv xvid zlib linguas_ja"
Unset:  ASFLAGS, CBUILD, CTARGET, LC_ALL, LDFLAGS, PORTDIR_OVERLAY
Comment 3 Elfyn McBratney (beu) (RETIRED) gentoo-dev 2005-02-08 15:36:33 UTC
I have a patch to prokyon3-0.9.1_p1 to get it to build here (needed it a while ago and hadn't got round to posting a bug - /me bad ;)  I'll have a look at 0.9.2 and try and work up a patch.
Comment 4 Elfyn McBratney (beu) (RETIRED) gentoo-dev 2005-02-08 15:40:31 UTC
Created attachment 50787 [details, diff]
Ebuild patch
Comment 5 Elfyn McBratney (beu) (RETIRED) gentoo-dev 2005-02-08 15:41:55 UTC
Created attachment 50788 [details, diff]
One-liner patch
Comment 6 Ian Frazer 2005-02-08 16:02:51 UTC
I'm having this problem as well.

P.S. thanks for the 0.9.1_p1 patch.

Portage 2.0.51-r15 (default-linux/x86/2004.3, gcc-3.4.3, glibc-2.3.4.20041102-r0, 2.6.10-nitro4 i686)
=================================================================
System uname: 2.6.10-nitro4 i686 AMD Athlon(tm) XP 2500+
Gentoo Base System version 1.6.9
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Jan 16 2005, 21:40:16)]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.8.5-r1, 1.8.5-r2, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r2
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=athlon-xp -mtune=athlon-xp -fomit-frame-pointer -ftracer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -mtune=athlon-xp -fomit-frame-pointer -ftracer -pipe -fvisibility-inlines-hidden"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://gentoo.llarian.net/ http://gentoo.ccccom.com http://mirror.datapipe.net/gentoo http://gentoo.oregonstate.edu"
LDFLAGS="-Wl,-O1 -Wl,--enable-new-dtags -Wl,--sort-common -s"
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="x86 3dnow 3dnowex S3TC X aac aalib acpi acpi4linux aim alsa anthy apm arts avi bash-completion berkdb bitmap-fonts canna cdb cddb cdparanoia cdr cdrom cjk codecs crypt css cups dhcp dict directfb divx4linux doc dvd dvdr dvdread emacs encode escreen f77 faac faad fam fbcon fbdev ffmpeg flac flash font-server foomaticdb foreign-package fortran freetype freewnn ftp gdbm gif gimp gimpprint gphoto2 gpm gtk gtk2 icq imagemagick imap imlib ipv6 jabber java javascript joystick jp2 jpeg jpeg2k junit kde kerberos lcms leim libg++ libwww mad maildir matroska md5sum migemo mikmod mime mjpeg mmx mmx2 motif mozsvg mp3 mpeg mpeg4 mplayer msn mysql nas ncurses net network nls no_wxgtk1 nosendmail nowin nptl nptlonly nvidia oav offensive oggvorbis openal opengl oscar oss pam pdf pdflib perl pic png posix ppds print python qt quicktime readline real recode rplay rtc samba sdl slang snmp spell sse ssl stroke svg svga tcpd tetex tidy tiff transcode truetype truetype-fonts type1-fonts uim unicode usb videos virus-scan wxwindows xanim xchatdccserver xine xinerama xml xml2 xmms xpm xscreensaver xv xvid yahoo zlib video_cards_nvidia"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL
Comment 7 Karim 2005-03-19 11:46:44 UTC
Have same libz problem for prokyon3-0.9.2:

configure: ======Checking general purpose libraries  ========
checking for main in -lz... no
configure: error: ******* libz library  required  ********

Comment 8 Bertrand Jacquin 2005-03-31 23:01:40 UTC
Created attachment 55001 [details]
Configure.log interesting info

I've got the same error

Also my emerge info is included
Comment 9 Gregorio Guidi (RETIRED) gentoo-dev 2005-04-03 15:57:22 UTC
The problem is that the configure script assumes that $x_libraries cannot be empty and fails ($x_libraries is empty with xorg-x11-6.8.2).

It should be fixed now.

(I guess the other patch is not needed anymore, then)