From owner-freebsd-questions@FreeBSD.ORG Thu Feb 2 01:20:41 2006 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 0808216A420 for ; Thu, 2 Feb 2006 01:20:41 +0000 (GMT) (envelope-from mcrogerm@stjohn.ac.th) Received: from stjohn.ac.th (ns.stjohn.ac.th [202.21.144.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 359D543D6B for ; Thu, 2 Feb 2006 01:20:33 +0000 (GMT) (envelope-from mcrogerm@stjohn.ac.th) Received: from tulip.stjohn.ac.th [203.151.134.104] by stjohn.ac.th with ESMTP (SMTPD-8.21) id AE50093C; Thu, 02 Feb 2006 08:20:16 +0700 Message-Id: <5.2.0.9.0.20060202063945.00a8bdb8@127.0.0.1> X-Sender: 2-server.international.stjohn.ac.th:mcrogerm@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Thu, 02 Feb 2006 06:49:58 +0700 To: freebsd-questions@FreeBSD.ORG From: Roger Merritt Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: Unable to compile mysql50-server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Feb 2006 01:20:41 -0000 Yesterday I ran portinstall to install the mysql-server, left the job going overnight, and as expected had to reboot this morning. I noticed that portinstall did some configuring (which I had forgotten to do when I ran "make" the previous times), and I didn't want to waste anything that had gotten compiled, so rather than run portinstall again I went back to the mysql50-server directory and ran "make", since the configuration files were already there. This time I got: >root@poppy:/usr/ports/databases/mysql50-server# make >===> Building for mysql-server-5.0.18 >make all-recursive >Making all in include >make all-am >Making all in Docs >Making all in strings >Making all in mysys >Making all in dbug >Making all in extra >make all-recursive >Making all in regex >Making all in bdb >cd build_unix && make all >Making all in innobase >make all-recursive >Making all in os >Making all in ut >Making all in btr >Making all in buf >Making all in data >Making all in dict >Making all in dyn >Making all in eval >Making all in fil >Making all in fsp >Making all in fut >Making all in ha >Making all in ibuf >Making all in include >Making all in lock >Making all in log >Making all in mach >Making all in mem >Making all in mtr >Making all in page >Making all in pars >Making all in que >Making all in read >Making all in rem >Making all in row >Making all in srv >Making all in sync >Making all in thr >Making all in trx >Making all in usr >Making all in myisam >Making all in myisammrg >Making all in heap >Making all in vio >Making all in sql >make all-recursive >Making all in share >if c++ >-DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/local\"" >-DDATADIR="\"/var/db/mysql\"" -DSHAREDIR="\"/usr/local/share/mysql\"" >-DHAVE_CONFIG_H -I. -I. -I.. -I../bdb/build_unix >-I../innobase/include -I../include -I../include -I../regex >-I. -DDBUG_OFF -O -pipe -fconserve-space -O >-pipe -felide-constructors -fno-rtti >-fno-exceptions -fno-implicit-templates -fno-exceptions -fno-rtti >-DMYSQLD_NET_RETRY_COUNT=1000000 -MT sql_derived.o -MD -MP -MF >".deps/sql_derived.Tpo" -c -o sql_derived.o sql_derived.cc; then mv -f >".deps/sql_derived.Tpo" ".deps/sql_derived.Po"; else rm -f >".deps/sql_derived.Tpo"; exit 1; fi After a couple of minutes my console started filling up with messages: swap-pager: indefinite wait buffer: bufobj: 0, blkno: xxxxxx, size: 4096, or sometimes 8192. The blkno varies from 27852 to38249. -- Roger