Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 110139 - emerge mysql aborts with : Cannot find zlib/Makefile.in
Summary: emerge mysql aborts with : Cannot find zlib/Makefile.in
Status: VERIFIED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-22 06:58 UTC by Peter Kunze
Modified: 2005-10-22 15:24 UTC (History)
0 users

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


Attachments
config.log of the ebuild process (config.log,499.34 KB, text/plain)
2005-10-22 07:01 UTC, Peter Kunze
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Kunze 2005-10-22 06:58:08 UTC
Can't give you much details. :(
Simply did and emerge sync and then emerge -u world


Reproducible: Always
Steps to Reproduce:
1. emerge sync
2. emerge -u world or emerge -u mysql
3.

Actual Results:  
config.status: creating zlib/Makefile
config.status: error: cannot find input file: zlib/Makefile.in

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

!!! ERROR: dev-db/mysql-4.1.14 failed.
!!! Function econf, Line 485, Exitcode 0
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.



Gentoo Base System version 1.6.13
Portage 2.0.51.22-r3 (default-linux/x86/2005.0, gcc-3.3.6, glibc-2.3.5-r2,
2.6.11-gentoo-r8 i686)
=================================================================
System uname: 2.6.11-gentoo-r8 i686 AMD Athlon(tm) Processor
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.7.9-r1, 1.9.6-r1
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon -O2 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.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/lib/mozilla/defaults/pref
/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="-march=athlon -O2 -pipe"
DISTDIR="/mnt/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS=""
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow X apm arts avi berkdb bitmap-fonts cdr crypt cups curl doc dvb
dvd dvdr eds emboss encode esd fam flac foomatic foomaticdb gd gdbm gif gpm
gstreamer gtk gtk2 imagemagick imlib ipv6 java jpeg junit kde libg++ libwww mad
mikmod motif mozilla mp3 mpeg mysql ncurses nls nocardbus ogg oggvorbis opengl
oss pam pdflib perl png python qt quicktime readline sdl slang spell ssl svga
tcltk tcpd tetex tiff truetype truetype-fonts type1-fonts udev vorbis xine xml
xml2 xmms xv zlib video_cards_r128 userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Peter Kunze 2005-10-22 07:01:45 UTC
Created attachment 71195 [details]
config.log of the ebuild process

Ebuild asked me to attach config.log to the bug description.
Comment 2 Francesco R. (RETIRED) gentoo-dev 2005-10-22 09:54:25 UTC
We force usage of system zlib, it's gentoo policy (make life easyer on bugfixes
and securyty bumps)

Maybe the removal of zlib were too distructive, now it delete only source code
files .c and .h , please test and report.

(need an emerge --sync)

Comment 3 Peter Kunze 2005-10-22 15:13:40 UTC
(In reply to comment #2)
> We force usage of system zlib, it's gentoo policy (make life easyer on bugfixes
> and securyty bumps)
> 
> Maybe the removal of zlib were too distructive, now it delete only source code
> files .c and .h , please test and report.
> 
> (need an emerge --sync)
> 
> 

emerge --sync
emerge -u mysql 

worked right away!
Thanks!
Comment 4 Francesco R. (RETIRED) gentoo-dev 2005-10-22 15:24:36 UTC
closing, thanks for the fast response