Description:
Compilation breaks with:
gcc -O3 -DDBUG_OFF -O2 -g -pipe -m32 -march=i386 -mtune=pentium4
-felide-constructors -fno-exceptions -fno-rtti -fno-implicit-templates
-fno-exceptions -fno-rtti -DUSE_MYSYS_NEW -DDEFINE_CXA_PURE_VIRTUAL
-rdynamic -o mysqld sql_lex.o sql_handler.o item.o item_sum.o
item_buff.o item_func.o item_cmpfunc.o item_strfunc.o item_timefunc.o
thr_malloc.o item_create.o item_subselect.o item_row.o item_geofunc.o
field.o strfunc.o key.o sql_class.o sql_list.o net_serv.o protocol.o
sql_state.o lock.o my_lock.o sql_string.o sql_manager.o sql_map.o
mysqld.o password.o hash_filo.o hostname.o set_var.o sql_parse.o
sql_yacc.o sql_base.o table.o sql_select.o sql_insert.o sql_prepare.o
sql_error.o sql_update.o sql_delete.o uniques.o sql_do.o procedure.o
item_uniq.o sql_test.o log.o log_event.o init.o derror.o sql_acl.o
unireg.o des_key_file.o discover.o time.o opt_range.o opt_sum.o
records.o filesort.o handler.o ha_heap.o ha_myisam.o ha_myisammrg.o
ha_berkeley.o ha_innodb.o ha_ndbcluster.o sql_db.o sql_table.o
sql_rename.o sql_crypt.o sql_load.o mf_iocache.o field_conv.o sql_show.o
sql_udf.o sql_analyse.o sql_cache.o slave.o sql_repl.o sql_union.o
sql_derived.o client.o sql_client.o mini_client_errors.o pack.o
stacktrace.o repl_failsafe.o sql_olap.o sql_view.o gstream.o spatial.o
sql_help.o protocol_cursor.o tztime.o my_time.o my_decimal.o sp_head.o
sp_pcontext.o sp_rcontext.o sp.o sp_cache.o parse_file.o sql_trigger.o
ha_example.o ha_archive.o ha_tina.o ha_federated.o
-L/usr/src/redhat/BUILD/mysql-5.0.3-beta/bdb/build_unix -ldb
../innobase/usr/libusr.a ../innobase/srv/libsrv.a
../innobase/dict/libdict.a ../innobase/que/libque.a
../innobase/srv/libsrv.a ../innobase/ibuf/libibuf.a
../innobase/row/librow.a ../innobase/pars/libpars.a
../innobase/btr/libbtr.a ../innobase/trx/libtrx.a
../innobase/read/libread.a ../innobase/usr/libusr.a
../innobase/buf/libbuf.a ../innobase/ibuf/libibuf.a
../innobase/eval/libeval.a ../innobase/log/liblog.a
../innobase/fsp/libfsp.a ../innobase/fut/libfut.a
../innobase/fil/libfil.a ../innobase/lock/liblock.a
../innobase/mtr/libmtr.a ../innobase/page/libpage.a
../innobase/rem/librem.a ../innobase/thr/libthr.a
../innobase/sync/libsync.a ../innobase/data/libdata.a
../innobase/mach/libmach.a ../innobase/ha/libha.a
../innobase/dyn/libdyn.a ../innobase/mem/libmem.a
../innobase/sync/libsync.a ../innobase/ut/libut.a ../innobase/os/libos.a
../innobase/ut/libut.a -lrt ../ndb/src/.libs/libndbclient.a
../myisam/libmyisam.a ../myisammrg/libmyisammrg.a ../heap/libheap.a
../vio/libvio.a ../mysys/libmysys.a ../dbug/libdbug.a
../regex/libregex.a ../strings/libmystrings.a -lz -ldl -lpthread -lcrypt
-lnsl -lm -lpthread
item.o(.text+0x63a): In function `Hybrid_type_traits::instance()':
/usr/src/redhat/BUILD/mysql-5.0.3-beta/sql/item.cc:49: undefined
reference to `__cxa_guard_acquire'
item.o(.text+0x654):/usr/src/redhat/BUILD/mysql-5.0.3-beta/sql/item.cc:49:
undefined reference to `__cxa_guard_release'
item.o(.text+0x6e4): In function `Hybrid_type_traits_decimal::instance()':
/usr/src/redhat/BUILD/mysql-5.0.3-beta/sql/item.cc:73: undefined
reference to `__cxa_guard_acquire'
item.o(.text+0x6fe):/usr/src/redhat/BUILD/mysql-5.0.3-beta/sql/item.cc:73:
undefined reference to `__cxa_guard_release'
item.o(.text+0x9fc): In function `Hybrid_type_traits_integer::instance()':
/usr/src/redhat/BUILD/mysql-5.0.3-beta/sql/item.cc:149: undefined
reference to `__cxa_guard_acquire'
item.o(.text+0xa16):/usr/src/redhat/BUILD/mysql-5.0.3-beta/sql/item.cc:149:
undefined reference to `__cxa_guard_release'
item_sum.o(.text+0x19ec): In function
`Item_sum_distinct::fix_length_and_dec()':
/usr/src/redhat/BUILD/mysql-5.0.3-beta/sql/item_sum.cc:526: undefined
reference to `__cxa_guard_acquire'
item_sum.o(.text+0x1a06):/usr/src/redhat/BUILD/mysql-5.0.3-beta/sql/item_sum.cc:526:
undefined reference to `__cxa_guard_release'
collect2: ld returned 1 exit status
make[4]: *** [mysqld] Error 1
make[4]: Leaving directory `/usr/src/redhat/BUILD/mysql-5.0.3-beta/sql'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/redhat/BUILD/mysql-5.0.3-beta/sql'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/redhat/BUILD/mysql-5.0.3-beta/sql'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/mysql-5.0.3-beta'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.17869 (%build)
How to repeat:
rpmbuild --rebuild ...
Suggested fix:
make it compile...