Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27204 - dev-db/mysql-4.0.14-r1 fails to compile
Summary: dev-db/mysql-4.0.14-r1 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-23 19:28 UTC by FieldySnuts
Modified: 2003-09-01 06:53 UTC (History)
0 users

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


Attachments
portage log: CFLAGS as shown in emerge info, paralell makes enabled (1879-mysql-4.0.14-r1.log,708.71 KB, text/plain)
2003-08-23 19:30 UTC, FieldySnuts
Details
portage log: CFLAGS minus -D__SMP__, paralell makes enabled (1879-mysql-4.0.14-r1.log,601.13 KB, text/plain)
2003-08-23 19:37 UTC, FieldySnuts
Details
portage log: CFLAGS="", paralell makes enabled (1879-mysql-4.0.14-r1.log,490.06 KB, text/plain)
2003-08-23 19:46 UTC, FieldySnuts
Details
portage log: CFLAGS="", paralell makes DISabled (MAKEOPTS=-j3 commented out) (1879-mysql-4.0.14-r1.log,489.59 KB, text/plain)
2003-08-23 19:58 UTC, FieldySnuts
Details

Note You need to log in before you can comment on or make changes to this bug.
Description FieldySnuts 2003-08-23 19:28:31 UTC
dev-db/mysql-4.0.14-r1 fails to compile.

I have tried with my usual strict CFLAGS. I also tried with the same, but
-D__SMP__ removed. Then, I tried with no CFLAGS at all. Finally, I tried with no
CFLAGS, and paralell makes disabled. I will attach the portage logs for each of
these.

This output of emerge info only applies for the first try as above, the rest are
changed as detailed above.

Portage 2.0.48-r7 (default-1.0, gcc-3.2.2, glibc-2.2.5-r2,2.2.5-r8)
=================================================================
System uname: 2.4.21 i686 AMD Athlon(TM) XP 1800+
GENTOO_MIRRORS="ftp://ftp.ussg.iu.edu/pub/linux/gentoo ftp://csociety-ftp.ecn.purd
ue.edu/pub/gentoo/"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/c
onfig /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/home/portage"
DISTDIR="/home/portage/distfiles"
PKGDIR="/home/portage/packages"
PORTAGE_TMPDIR="/home/portage/tmp"
PORTDIR_OVERLAY=""
USE="x86 oss apm avi crypt cups jpeg libg++ mikmod mpeg ncurses quicktime spell xm
l2 xv aalib alsa berkdb bonobo directfb esd gdbm ggi gif gnome-libs gtkhtml guile
imlib java ldap libwww motif mozilla nls opengl pam png python qt readline scanner
 sdl slang ssl svga tcltk tcpd tetex tiff X gtk gtk2 gpm gnome -arts 3dnow cdr enc
ode kde mmx oggvorbis pdflib perl sse truetype xmms ipv6"
COMPILER=""
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O3 -pipe -fexpensive-optimizations -fomit-frame-pointer
-D__SMP__ -mmmx -msse -m3dnow -mfpmath=sse,387"
CXXFLAGS="-march=athlon-xp -O3 -pipe -fexpensive-optimizations -fomit-frame-pointe
r -D__SMP__ -mmmx -msse -m3dnow -mfpmath=sse,387"
ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS="-j3"
AUTOCLEAN="yes"
SYNC="rsync://rsync10.us.gentoo.org/gentoo-portage"
FEATURES="sandbox buildpkg ccache fixpackages notitle"
Comment 1 FieldySnuts 2003-08-23 19:30:09 UTC
Created attachment 16521 [details]
portage log: CFLAGS as shown in emerge info, paralell makes enabled
Comment 2 FieldySnuts 2003-08-23 19:37:49 UTC
Created attachment 16523 [details]
portage log: CFLAGS minus -D__SMP__, paralell makes enabled
Comment 3 FieldySnuts 2003-08-23 19:41:26 UTC
More attachments coming, doing a new build each time here...
Comment 4 FieldySnuts 2003-08-23 19:46:59 UTC
Created attachment 16524 [details]
portage log: CFLAGS="", paralell makes enabled
Comment 5 FieldySnuts 2003-08-23 19:58:25 UTC
Created attachment 16525 [details]
portage log: CFLAGS="", paralell makes DISabled (MAKEOPTS=-j3 commented out)
Comment 6 FieldySnuts 2003-08-23 19:58:54 UTC
End of attachments. Cheers.
Comment 7 Glenn Aitchison 2003-08-27 15:10:26 UTC
Im having a problem as well with compiling mysql 4.0.14 when emerging kde 3.1.3
with the command ACCEPT_KEYWORDS="~x86" emerge kde .... my use variables in make.conf contains mysql.
Comment 8 Marius Mauch (RETIRED) gentoo-dev 2003-08-27 20:21:25 UTC
according to http://forums.gentoo.org/viewtopic.php?t=75091 it's a problem with tcp-wrappers < 7.6-r6
Comment 9 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-08-27 21:56:46 UTC
fixed in CVS. sorry about the delay, I was on vacation for a few days.
Comment 10 FieldySnuts 2003-09-01 06:53:06 UTC
Okay thanks, it works for me now. Good work.