From owner-freebsd-current@FreeBSD.ORG Sun Dec 4 12:52:22 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C20BA16A41F for ; Sun, 4 Dec 2005 12:52:22 +0000 (GMT) (envelope-from kometen@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6DA543D8E for ; Sun, 4 Dec 2005 12:51:41 +0000 (GMT) (envelope-from kometen@gmail.com) Received: by wproxy.gmail.com with SMTP id i34so428887wra for ; Sun, 04 Dec 2005 04:51:40 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bgCvEoS4FEBjdKzz7kFR3A1JoCl06+nbTzkOSMPK5sWbDmqvGiYENXzCAPYCXCis7ij/ahtEc698y74rHhzCpYZ09co1DVpVRnJ+8S9oUWKYEEITbczxhJ/Lr7son/upX/ooSpGM46PsYDP8dS7Zwu6ri3VzOURYKwM8fqGfbY0= Received: by 10.64.150.8 with SMTP id x8mr2261981qbd; Sun, 04 Dec 2005 04:51:39 -0800 (PST) Received: by 10.65.192.14 with HTTP; Sun, 4 Dec 2005 04:51:39 -0800 (PST) Message-ID: Date: Sun, 4 Dec 2005 13:51:39 +0100 From: Claus Guttesen To: Jason Evans In-Reply-To: <7318D807-9086-4817-A40B-50D6960880FB@canonware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <0B746373-8C29-4ADF-9218-311AE08F3834@canonware.com> <7318D807-9086-4817-A40B-50D6960880FB@canonware.com> Cc: current@freebsd.org Subject: Re: New libc malloc patch X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Dec 2005 12:52:23 -0000 > Did you use the 20051202b patch? I thought I had fixed the problem, > but I don't have an amd64 system to test on. In any case, I'll be > uploading up a new patch in a few minutes that removes the offending > code entirely. I was able to do a buildworld on current with this patch, but I had problems getting X to run and kldxref took all my space on the root-partition doing a installkernel. So I downgraded to 6.0 stable and get this error: =3D=3D=3D> libexec/atrun (all) cc -O2 -fno-strict-aliasing -pipe -march=3Dathlon64 -DATJOB_DIR=3D\"/var/at/jobs/\" -DLFILE=3D\"/var/at/jobs/.lockfile\"=20 -DLOADAVG_MX=3D1.5 -DATSPOOL_DIR=3D\"/var/at/spool\" -DVERSION=3D\"2.9\" -DDAEMON_UID=3D1 -DDAEMON_GID=3D1 -DDEFAULT_BATCH_QUEUE=3D\'E\'=20 -DDEFAULT_AT_QUEUE=3D\'c\' -DPERM_PATH=3D\"/var/at/\" -I/usr/src/libexec/atrun/../../usr.bin/at -I/usr/src/libexec/atrun -c /usr/src/libexec/atrun/atrun.c cc -O2 -fno-strict-aliasing -pipe -march=3Dathlon64 -DATJOB_DIR=3D\"/var/at/jobs/\" -DLFILE=3D\"/var/at/jobs/.lockfile\"=20 -DLOADAVG_MX=3D1.5 -DATSPOOL_DIR=3D\"/var/at/spool\" -DVERSION=3D\"2.9\" -DDAEMON_UID=3D1 -DDAEMON_GID=3D1 -DDEFAULT_BATCH_QUEUE=3D\'E\'=20 -DDEFAULT_AT_QUEUE=3D\'c\' -DPERM_PATH=3D\"/var/at/\" -I/usr/src/libexec/atrun/../../usr.bin/at -I/usr/src/libexec/atrun -c /usr/src/libexec/atrun/gloadavg.c cc -O2 -fno-strict-aliasing -pipe -march=3Dathlon64 -DATJOB_DIR=3D\"/var/at/jobs/\" -DLFILE=3D\"/var/at/jobs/.lockfile\"=20 -DLOADAVG_MX=3D1.5 -DATSPOOL_DIR=3D\"/var/at/spool\" -DVERSION=3D\"2.9\" -DDAEMON_UID=3D1 -DDAEMON_GID=3D1 -DDEFAULT_BATCH_QUEUE=3D\'E\'=20 -DDEFAULT_AT_QUEUE=3D\'c\' -DPERM_PATH=3D\"/var/at/\" -I/usr/src/libexec/atrun/../../usr.bin/at -I/usr/src/libexec/atrun =20 -o atrun atrun.o gloadavg.o /usr/obj/usr/src/tmp/usr/lib/libc.so: undefined reference to `calloc' /usr/obj/usr/src/tmp/usr/lib/libc.so: undefined reference to `posix_memalig= n' *** Error code 1 Stop in /usr/src/libexec/atrun. *** Error code 1 Stop in /usr/src/libexec. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. make buildworld 1122,93s user 217,28s system 84% cpu 26:18,72 total twin/usr/src#>uname -a FreeBSD twin.gnome.no 6.0-STABLE FreeBSD 6.0-STABLE #0: Sun Dec 4 01:18:58 CET 2005 root@twin.gnome.no:/usr/obj/usr/src/sys/TWIN=20 amd64 regards Claus