From owner-freebsd-questions@FreeBSD.ORG Fri Jun 10 11:57:48 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F58016A41C for ; Fri, 10 Jun 2005 11:57:48 +0000 (GMT) (envelope-from jpeg@thilelli.net) Received: from smtp.thilelli.net (smtp.thilelli.net [213.41.129.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8007043D49 for ; Fri, 10 Jun 2005 11:57:47 +0000 (GMT) (envelope-from jpeg@thilelli.net) Received: from localhost (localhost [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 7DC227302E; Fri, 10 Jun 2005 13:58:41 +0200 (CEST) Received: from bento.thilelli.net ([127.0.0.1]) by localhost (bento.thilelli.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 64256-02-10; Fri, 10 Jun 2005 13:58:36 +0200 (CEST) Received: from webmail.thilelli.net (localhost [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id B1AD373019; Fri, 10 Jun 2005 13:58:36 +0200 (CEST) Received: from 145.248.192.30 (SquirrelMail authenticated user jgabel) by webmail.thilelli.net with HTTP; Fri, 10 Jun 2005 13:58:36 +0200 (CEST) Message-ID: <58564.145.248.192.30.1118404716.squirrel@webmail.thilelli.net> In-Reply-To: <42A964C8.7010304@asba.no> References: <42A964C8.7010304@asba.no> Date: Fri, 10 Jun 2005 13:58:36 +0200 (CEST) From: "Julien Gabel" To: christian@asba.no User-Agent: SquirrelMail/1.4.4 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: amavisd-new at thilelli.net Cc: freebsd-questions@freebsd.org Subject: Re: error when trying to install mysql 4.1.12. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jpeg@thilelli.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jun 2005 11:57:48 -0000 > i'm having problems trying to install mysql41-server from ports since > 4.1.12 was made available, using freebsd 4.11: > > // > > [11:06:51] [root@thoth:/usr/ports/databases/mysql41-server] # make > install clean > > > > Making all in client > source='mysql.cc' object='mysql.o' libtool=no depfile='.deps/mysql.Po' > tmpdepfile='.deps/mysql.TPo' depmode=gcc /bin/sh ../depcomp cc > -DUNDEF_THREADS_HACK -I. -I. -I.. -I../include -I../regex > -DDBUG_OFF -O -pipe -D_THREAD_SAFE -I/usr/local/include -O -pipe > -D_THREAD_SAFE -I/usr/local/include -felide-constructors -fno-rtti > -fno-exceptions -fno-implicit-templates -fno-exceptions -fno-rtti > -DMYSQLD_NET_RETRY_COUNT=1000000 -c -o mysql.o mysql.cc > source='readline.cc' object='readline.o' libtool=no > depfile='.deps/readline.Po' tmpdepfile='.deps/readline.TPo' depmode=gcc > /bin/sh ../depcomp cc -DUNDEF_THREADS_HACK -I. -I. -I.. -I../include > -I../regex -DDBUG_OFF -O -pipe -D_THREAD_SAFE > -I/usr/local/include -O -pipe -D_THREAD_SAFE -I/usr/local/include > -felide-constructors -fno-rtti -fno-exceptions -fno-implicit-templates > -fno-exceptions -fno-rtti -DMYSQLD_NET_RETRY_COUNT=1000000 -c -o > readline.o readline.cc > source='sql_string.cc' object='sql_string.o' libtool=no > depfile='.deps/sql_string.Po' tmpdepfile='.deps/sql_string.TPo' > depmode=gcc /bin/sh ../depcomp cc -DUNDEF_THREADS_HACK -I. -I. -I.. > -I../include -I../regex -DDBUG_OFF -O -pipe -D_THREAD_SAFE > -I/usr/local/include -O -pipe -D_THREAD_SAFE -I/usr/local/include > -felide-constructors -fno-rtti -fno-exceptions -fno-implicit-templates > -fno-exceptions -fno-rtti -DMYSQLD_NET_RETRY_COUNT=1000000 -c -o > sql_string.o sql_string.cc > source='completion_hash.cc' object='completion_hash.o' libtool=no > depfile='.deps/completion_hash.Po' > tmpdepfile='.deps/completion_hash.TPo' depmode=gcc /bin/sh ../depcomp > cc -DUNDEF_THREADS_HACK -I. -I. -I.. -I../include -I../regex > -DDBUG_OFF -O -pipe -D_THREAD_SAFE -I/usr/local/include -O -pipe > -D_THREAD_SAFE -I/usr/local/include -felide-constructors -fno-rtti > -fno-exceptions -fno-implicit-templates -fno-exceptions -fno-rtti > -DMYSQLD_NET_RETRY_COUNT=1000000 -c -o completion_hash.o > completion_hash.cc > /usr/local/bin/libtool15 --preserve-dup-deps --mode=link cc -DDBUG_OFF > -O -pipe -D_THREAD_SAFE -I/usr/local/include -O -pipe -D_THREAD_SAFE > -I/usr/local/include -felide-constructors -fno-rtti -fno-exceptions > -fno-implicit-templates -fno-exceptions -fno-rtti > -DMYSQLD_NET_RETRY_COUNT=1000000 -o mysql mysql.o readline.o > sql_string.o completion_hash.o -lreadline -lncurses > ../libmysql/libmysqlclient.la -lcrypt -lm -lz > mkdir .libs > cc -DDBUG_OFF -O -pipe -D_THREAD_SAFE -I/usr/local/include -O -pipe > -D_THREAD_SAFE -I/usr/local/include -felide-constructors -fno-rtti > -fno-exceptions -fno-implicit-templates -fno-exceptions -fno-rtti > -DMYSQLD_NET_RETRY_COUNT=1000000 -o .libs/mysql mysql.o readline.o > sql_string.o completion_hash.o -lreadline -lncurses > ../libmysql/.libs/libmysqlclient.so -lcrypt -lm -lz -Wl,--rpath > -Wl,/usr/local/lib/mysql > mysql.o: In function `new_mysql_completion(char const *, int, int)': > mysql.o(.text+0x18b0): undefined reference to `rl_completion_matches' > *** Error code 1 > > Stop in /usr/ports/databases/mysql41-client/work/mysql-4.1.12/client. > *** Error code 1 > > Stop in /usr/ports/databases/mysql41-client/work/mysql-4.1.12. > *** Error code 1 > > Stop in /usr/ports/databases/mysql41-client/work/mysql-4.1.12. > *** Error code 1 > > Stop in /usr/ports/databases/mysql41-client. > *** Error code 1 > > Stop in /usr/ports/databases/mysql41-server. > > // > > before this, i had the 4.1.11 version which installed correctly just a > couple of days ago. today i uninstalled 4.1.11 after trying to run > 'portupgrade -arv' (which gave me the same error as the one above), ran > a 'make clean' in the mysql41-server directory just to make sure that > the old files were cleaned out and used 'make install clean' which led > me to the error above. > > all ports are updated via cvsup as of today (10:00 norwegian time). > > any ideas? thanks in advance. I upgraded to version 4.1.12 on RELENG_5 without problem. Just a thought: what about using GNU readline? -- -jpeg.