This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
COMPILE ERRORS in MySQL-3.23.33-1.src.rpm
- To: gcc-bugs at gcc dot gnu dot org
- Subject: COMPILE ERRORS in MySQL-3.23.33-1.src.rpm
- From: "David Killingsworth" <killer at myweb dot net>
- Date: Sun Mar 4 12:46:49 2001
I'm trying to install the src.rpm and get an error message to
email you.
command line:
rpm --rebuild MySQL-3.23.33-1.src.rpm
------ gcc -v output begin--------
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 20000731 (Red Hat Linux 7.0)
------ gcc -v output end--------
------------- MySQL-3.23.33-1.src.rpm compile error begin---------------
make[2]: Leaving directory `/usr/src/redhat/BUILD/mysql-3.23.33/libmysql'
Making all in client
make[2]: Entering directory `/usr/src/redhat/BUILD/mysql-3.23.33/client'
egcs -DUNDEF_THREADS_HACK -I./../include -I../include -I./.. -I.. -I.. -O3
-DDBUG_OFF -O6 -felide-constructors -fno-exceptions -fno-rtti
-fno-implicit-templates -c
mysql.cc
In file included from mysql.cc:53:
/usr/include/curses.h:201: warning: `ERR' redefined
/usr/i386-glibc21-linux/include/sys/ucontext.h:74: warning: this is the
location of the previous definition
egcs -DUNDEF_THREADS_HACK -I./../include -I../include -I./.. -I.. -I.. -O3
-DDBUG_OFF -O6 -felide-constructors -fno-exceptions -fno-rtti
-fno-implicit-templates -c readline.cc
egcs -DUNDEF_THREADS_HACK -I./../include -I../include -I./.. -I.. -I.. -O3
-DDBUG_OFF -O6 -felide-constructors -fno-exceptions
-fno-rtt -fno-implicit-templates -c sql_string.cc
<internal>:0: Internal compiler error.
<internal>:0: Please submit a full bug report to
`egcs-bugs@egcs.cygnus.com'.
<internal>:0: See <URL:http://egcs.cygnus.com/faq.html#bugreport> for
details.
make[2]: *** [sql_string.o] Error 1
make[2]: Leaving directory `/usr/src/redhat/BUILD/mysql-3.23.33/client'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/mysql-3.23.33'
make: *** [all-recursive-am] Error 2
Bad exit status from /var/tmp/rpm-tmp.42650 (%build)
-------------MySQL-3.23.33-1.src.rpm compile error end--------------