Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 122349 - internal compiler error when emerging mysql-5.0.18-r30
Summary: internal compiler error when emerging mysql-5.0.18-r30
Status: RESOLVED DUPLICATE of bug 74457
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-10 03:43 UTC by Nicolas Laplante
Modified: 2006-02-10 04:43 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Laplante 2006-02-10 03:43:01 UTC
Tried to emerge mysql-5.0.18-r30 2 times with no luck. I got this error (same each time):

if i686-pc-linux-gnu-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql-500\"" -DSHAREDIR="\"/usr/share/mysql-500\"" -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../bdb/build_unix -I../innobase/include -I../include -I../include -I../regex -I.      -DDBUG_OFF -O2 -march=pentium3 -mtune=pentium3 -fomit-frame-pointer -momit-leaf-frame-pointer -pipe -DHAVE_ERRNO_AS_DEFINE=1 -felide-constructors -fno-exceptions -fno-rtti -fno-implicit-templates   -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_cache.o -MD -MP -MF ".deps/sql_cache.Tpo" -c -o sql_cache.o sql_cache.cc; \
then mv -f ".deps/sql_cache.Tpo" ".deps/sql_cache.Po"; else rm -f ".deps/sql_cache.Tpo"; exit 1; fi
opt_range.cc: In member function `int SQL_SELECT::test_quick_select(THD*, key_map, table_map, ha_rows, bool)':
opt_range.cc:1962: internal compiler error: in sweep_string_variable, at protector.c:1158
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
Preprocessed source stored into /var/tmp/portage/mysql-5.0.18-r30/temp/ccMfBdfK.out file, please attach this to your bugreport.
make[4]: *** [opt_range.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory `/var/tmp/portage/mysql-5.0.18-r30/work/mysql/sql'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/mysql-5.0.18-r30/work/mysql/sql'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/mysql-5.0.18-r30/work/mysql/sql'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/mysql-5.0.18-r30/work/mysql'
make: *** [all] Error 2

Here is emerge info:

Portage 2.0.54 (default-linux/x86/2005.1, gcc-3.4.4, glibc-2.3.5-r2, 2.6.14-hardened-r1 i686)
=================================================================
System uname: 2.6.14-hardened-r1 i686 Pentium III (Coppermine)
Gentoo Base System version 1.6.14
ccache version 2.3 [enabled]
dev-lang/python:     2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium3 -mtune=pentium3 -fomit-frame-pointer -momit-leaf-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium3 -mtune=pentium3 -fomit-frame-pointer -momit-leaf-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig buildpkg ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="acl acpi adns apache2 apm arts avi bash-completion berkdb bitmap-fonts bzip2 caps ccache chroot crypt cscope curl custom-cflags eds emboss encode erandom expat extensions fam foomaticdb gdbm gif glibc-omitfp gmp gpm gstreamer hardened hpn imlib java jpeg junit libclamav libedit libg++ libwww mad max-idx-128 mcal mhash mikmod mmx motif mp3 mpeg mysql ncurses nptl nptlonly oav ogg oggvorbis oss pam pcre pdflib perl php pic png python quicktime readline recode samba sftp sftplogging spell srvdir sse tcpd tiff truetype truetype-fonts type1-fonts udev unicode userlocales vorbis x86 xml xml2 xmms xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-02-10 04:43:49 UTC

*** This bug has been marked as a duplicate of 74457 ***