From owner-freebsd-stable@FreeBSD.ORG Sun Apr 17 20:58:14 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FFBC16A4CE for ; Sun, 17 Apr 2005 20:58:14 +0000 (GMT) Received: from priv-edtnes51.telusplanet.net (outbound04.telus.net [199.185.220.223]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59C3B43D3F for ; Sun, 17 Apr 2005 20:58:13 +0000 (GMT) (envelope-from wwk761@telus.net) Received: from localhost ([199.185.220.240]) by priv-edtnes51.telusplanet.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050417205812.QGJO2333.priv-edtnes51.telusplanet.net@localhost> for ; Sun, 17 Apr 2005 14:58:12 -0600 Received: from 64.26.155.200 ( [64.26.155.200]) as user wwk761@192.168.200.1 by webmail.telus.net with HTTP; Sun, 17 Apr 2005 13:58:12 -0700 Message-ID: <1113771492.4262cde4d258e@webmail.telus.net> Date: Sun, 17 Apr 2005 13:58:12 -0700 From: wwk761@telus.net To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.1-cvs X-Originating-IP: 64.26.155.200 Subject: mysql40-server with linuxthreads and CFLAGS=-DUSE_OLD_FUNCTIONS X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2005 20:58:14 -0000 Does any 1-:) have a compiled mysql4*-server with linuxthreads and CFLAGS=- DUSE_OLD_FUNCTIONS I went by all the deltas from 5500 up to today ( 5734 ) and always get the same error <> cc -DDBUG_OFF -DUSE_OLD_FUNCTIONS -DUSE_OLD_FUNCTIONS -felide-constructors -fno- rtti -fno-exceptions -fno-implicit-templates -fno-exceptions -fno-rtti - DMYSQLD_NET_RETRY_COUNT=1000000 -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 field.o key.o sql_class.o sql_list.o net_serv.o net_pkg.o lock.o my_lock.o sql_string.o sql_manager.o sql_map.o mysqld.o password.o hash_filo.o hostname.o convert.o set_var.o sql_parse.o sql_yacc.o sql_base.o table.o sql_select.o sql_insert.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 time.o opt_range.o opt_sum.o opt_ft.o records.o filesort.o handler.o ha_heap.o ha_myisam.o ha_myisammrg.o ha_berkeley.o ha_innodb.o ha_isam.o ha_isammrg.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 mini_client.o mini_client_errors.o stacktrace.o repl_failsafe.o - static -DHAVE_GLIBC2_STYLE_GETHOSTBYNAME_R -D_THREAD_SAFE - I/usr/local/include/pthread/linuxthreads -DHAVE_GLIBC2_STYLE_GETHOSTBYNAME_R - D_THREAD_SAFE -I/usr/local/include/pthread/linuxthreads - L/usr/ports/databases/mysql40-server/work/mysql-4.0.24/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 ../in nobase/trx/libtrx.a ../innobase/read/libread.a ../innobase/usr/libusr.a ../innob ase/buf/libbuf.a ../innobase/ibuf/libibuf.a ../innobase/eval/libeval.a ../innoba se/log/liblog.a ../innobase/fsp/libfsp.a ../innobase/fut/libfut.a ../innobase/fi l/libfil.a ../innobase/lock/liblock.a ../innobase/mtr/libmtr.a ../innobase/page/ libpage.a ../innobase/rem/librem.a ../innobase/thr/libthr.a ../innobase/sync/lib sync.a ../innobase/data/libdata.a ../innobase/mach/libmach.a ../innobase/ha/libh a.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 ../isam/li bnisam.a ../merge/libmerge.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 -lwrap -L/usr/local/lib -llthread - llgcc_r -lz -lcrypt -lm -llthread -llgcc_r *** Error code 1 <> I will appreciate a compiled “work” directory. TIA /r/ Wlodek