From owner-freebsd-alpha Wed Sep 16 14:49:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA14803 for freebsd-alpha-outgoing; Wed, 16 Sep 1998 14:49:41 -0700 (PDT) (envelope-from owner-freebsd-alpha@FreeBSD.ORG) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA14228 for ; Wed, 16 Sep 1998 14:46:54 -0700 (PDT) (envelope-from gallatin@duke.cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.8.5/8.8.5) with ESMTP id RAA25209 for ; Wed, 16 Sep 1998 17:12:11 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.8.8/8.8.8) id RAA28334; Wed, 16 Sep 1998 17:12:10 -0400 (EDT) (envelope-from gallatin) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 16 Sep 1998 17:12:10 -0400 (EDT) To: freebsd-alpha@FreeBSD.ORG Subject: buildworld, anyone? X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <13824.9321.674465.157851@grasshopper.cs.duke.edu> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Has anybody managed to build the world since P day? I'm attempting to get a recent world onto a machine that's running -current from about 1 month ago. My first problem was that contrib/perl5/pp.c causes gcc to die. This allows me to make it past that point: RCS file: /scratch/freebsd-cvs/src/contrib/perl5/pp.c,v retrieving revision 1.1.1.1 diff -r1.1.1.1 pp.c 1658a1659 > #if !(defined __FreeBSD__ && defined (__alpha)) 1659a1661 > #endif But I now die much later on: cat /usr/src/gnu/usr.bin/perl/perl/../../../../contrib/perl5/ext/re/re.pm > /usr/obj/elf/usr/src/gnu/usr.bin/perl/perl/lib/re.pm miniperl /usr/src/gnu/usr.bin/perl/perl/../../../../contrib/perl5/configpm Config.pm Porting/Glossary myconfig config.sh pid 24498 (miniperl): unaligned access: va=0x1202595cc pc=0x12005f570 ra=0x12005cebc op=stq ... ... pid 24498 (miniperl): unaligned access: va=0x120271284 pc=0x12005fc04 ra=0x12005b398 op=ldq *** Signal 11 I also whacked src/lib/libcam/scsi_cmdparse.c into submission via: RCS file: /scratch/freebsd-cvs/src/lib/libcam/scsi_cmdparse.c,v retrieving revision 1.1 diff -r1.1 scsi_cmdparse.c 658c658 < ap = (va_list)0; --- > bzero((caddr_t)&ap, sizeof(va_list)); 681c681 < ap = (va_list)0; --- > bzero((caddr_t)&ap, sizeof(va_list)); 735c735 < ap = (va_list)0; --- > bzero((caddr_t)&ap, sizeof(va_list)); 776c776 < ap = (va_list)0; --- > bzero((caddr_t)&ap, sizeof(va_list)); 787c787 < ap = (va_list) 0; --- > bzero((caddr_t)&ap, sizeof(va_list)); Also, is there any way to pick up a buildworld *EXACTLY* where you left off, like a normal make would do? I'm doing this in the background on a slow box, and its getting rather frustrating.. Thanks, Drew ------------------------------------------------------------------------------ Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University Email: gallatin@cs.duke.edu Department of Computer Science Phone: (919) 660-6590 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message