From owner-freebsd-amd64@FreeBSD.ORG Wed Dec 7 02:55:49 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7664616A41F; Wed, 7 Dec 2005 02:55:49 +0000 (GMT) (envelope-from ganbold@micom.mng.net) Received: from publicd.ub.mng.net (publicd.ub.mng.net [202.179.0.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F3FC43D4C; Wed, 7 Dec 2005 02:55:48 +0000 (GMT) (envelope-from ganbold@micom.mng.net) Received: from [202.179.0.164] (helo=ganbold.micom.mng.net) by publicd.ub.mng.net with esmtpa (Exim 4.53 (FreeBSD)) id 1EjpYq-000LQr-IO; Wed, 07 Dec 2005 11:01:40 +0800 Message-Id: <7.0.0.16.0.20051207104632.01c92628@micom.mng.net> X-Mailer: QUALCOMM Windows Eudora Version 7.0.0.16 Date: Wed, 07 Dec 2005 10:55:34 +0800 To: Scott Long From: Ganbold In-Reply-To: <4396433C.3050701@samsco.org> References: <7.0.0.16.0.20051207093744.01c92628@micom.mng.net> <4396433C.3050701@samsco.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: freebsd-amd64@freebsd.org Subject: Re: 6.0 Buildworld on AMD64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Dec 2005 02:55:49 -0000 At 10:04 AM 12/7/2005, you wrote: >Ganbold wrote: >>Hi Scott, David and all, >>I have dual AMD Opteron(tm) Processor 248 (2193.18-MHz K8-class >>CPU) and 4GB of RAM. >>publica# uname -an >>FreeBSD publica.ub.mng.net 5.3-STABLE FreeBSD 5.3-STABLE #12: Mon >>Nov 22 12:04:57 ULAT 2004 >>tsgan@publicc.ub.mng.net:/usr/obj/usr/src/sys/AMD amd64 >>Yesterday I did cvsup to RELENG_6 from RELENG_5 and made >>buildworld. However buildworld finished in following way: >>cc -m32 -march=athlon-xp -msse2 -mfancy-math-387 -DCOMPAT_32BIT >>-I/usr/obj/usr/src/lib32/usr/include >>-L/usr/obj/usr/src/lib32/usr/lib32 >>-B/usr/obj/usr/src/lib32/usr/lib32 -O2 -fno-strict-aliasing -pipe >>-Wall -DFREEBSD_ELF -DIN_RTLD -I/usr/src/libexec/rtld-elf/i386 >>-I/usr/src/libexec/rtld-elf -elf -fpic -DPIC -Wformat=2 >>-Wno-format-extra-args -Werror -nostdlib -e .rtld_start -elf >>-shared -Wl,-Bsymbolic -o ld-elf32.so.1 rtld_start.o reloc.o rtld.o >>rtld_lock.o map_object.o malloc.o xmalloc.o debug.o libmap.o -lc_pic >>publica# >>Is it correct? It seems strange to me and I remember usually >>buildworld finishes in different way. Maybe I'm wrong. > >I think this is the output from compiling the 32-bit compatibility >libraries (lib32). It's a somewhat new thing, maybe 5-6 months old. OK. Then is it safe to continue upgrade? >>Also a long time ago I asked about ips driver from Scott whether it >>supports more than 4GB of RAM. Scott said it is fixed. >>However I'm still wondering is it OK to add 4GB of RAM to existing >>system with ips driver after upgrading machine to RELENG_6? >>A year ago more than 4GB of RAM caused file system break in my system. > >Yes, it should work. If it doesn't please let me know right away. OK, I'll let you know. Ganbold >Scott >