From owner-freebsd-stable@FreeBSD.ORG Sun Jun 25 04:09:05 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF5D916A494 for ; Sun, 25 Jun 2006 04:09:04 +0000 (UTC) (envelope-from scrappy@hub.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FD4243D45 for ; Sun, 25 Jun 2006 04:09:04 +0000 (GMT) (envelope-from scrappy@hub.org) Received: from localhost (mx1.hub.org [200.46.208.251]) by hub.org (Postfix) with ESMTP id 1FACB290C25 for ; Sun, 25 Jun 2006 01:09:03 -0300 (ADT) Received: from hub.org ([200.46.204.220]) by localhost (mx1.hub.org [200.46.208.251]) (amavisd-new, port 10024) with ESMTP id 93806-07 for ; Sun, 25 Jun 2006 01:09:03 -0300 (ADT) Received: from ganymede.hub.org (blk-7-151-244.eastlink.ca [71.7.151.244]) by hub.org (Postfix) with ESMTP id 21182290C1E for ; Sun, 25 Jun 2006 01:09:02 -0300 (ADT) Received: by ganymede.hub.org (Postfix, from userid 1000) id A2D523D340; Sun, 25 Jun 2006 01:09:01 -0300 (ADT) Received: from localhost (localhost [127.0.0.1]) by ganymede.hub.org (Postfix) with ESMTP id 9E1BE33FE1 for ; Sun, 25 Jun 2006 01:09:01 -0300 (ADT) Date: Sun, 25 Jun 2006 01:09:01 -0300 (ADT) From: "Marc G. Fournier" To: freebsd-stable@freebsd.org In-Reply-To: <20060625002416.R1114@ganymede.hub.org> Message-ID: <20060625010814.X1114@ganymede.hub.org> References: <20060625001030.Q1114@ganymede.hub.org> <20060625002416.R1114@ganymede.hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: RELENG_6_1 unstable also ... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jun 2006 04:09:05 -0000 make -j3 buildworld just completed on the April 10th kernel, something that I could not get to complete on either the RELENG_6_1 or RELENG_6 kernels ... Am running it a second time right now ... On Sun, 25 Jun 2006, Marc G. Fournier wrote: > > As an appendum, the kernel that so far *appears* to work properly (about to > re-start yet another buildworld on it) is from an April CD I burnt: > > FreeBSD jupiter.hub.org 6.1-RC1 FreeBSD 6.1-RC1 #0: Mon Apr 10 17:03:22 UTC > 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386 > > My kernel config looks like: > > ---- > machine i386 > cpu I686_CPU > ident kernel > > makeoptions DEBUG=-g # Build kernel with gdb(1) debug > symbols > > options SMP > > options SCHED_4BSD # 4BSD scheduler > options PREEMPTION # Enable kernel thread preemption > options INET # InterNETworking > options FFS # Berkeley Fast Filesystem > options SOFTUPDATES # Enable FFS soft updates support > options UFS_ACL # Support for access control lists > options UFS_DIRHASH # Improve performance on big > directories > options NFSCLIENT # Network Filesystem Client > options NFSSERVER # Network Filesystem Server > > options PROCFS # Process filesystem (requires > PSEUDOFS) > options PSEUDOFS # Pseudo-filesystem framework > options COMPAT_43 # Compatible with BSD 4.3 [KEEP > THIS!] > options COMPAT_FREEBSD5 # Compatible with FreeBSD5 > options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI > options KTRACE # ktrace(1) support > > options SYSVSHM > options SHMMAXPGS=199608 > options SHMMAX=(SHMMAXPGS*PAGE_SIZE+1) > > options SYSVSEM > options SEMMNI=4096 > options SEMMNS=8192 > > options SYSVMSG # SYSV-style message queues > > options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time > extensions > options KBD_INSTALL_CDEV # install a CDEV entry in /dev > > options ADAPTIVE_GIANT # Giant mutex is adaptive. > > device apic # I/O APIC > device pci > > device scbus # SCSI bus (required for SCSI) > device da # Direct Access (disks) > device pass # Passthrough device (direct SCSI access) > device ses # SCSI Environmental Services (and SAF-TE) > > device iir # Intel Integrated RAID > > device atkbdc # AT keyboard controller > device atkbd # AT keyboard > device psm # PS/2 mouse > > device kbdmux # keyboard multiplexer > > device vga # VGA video card driver > > device splash # Splash screen and screen saver support > > device sc > > device agp # support several AGP chipsets > device miibus # MII bus support > device fxp # Intel EtherExpress PRO/100B (82557, 82558) > > device loop # Network loopback > device random # Entropy device > device ether # Ethernet support > device pty # Pseudo-ttys (telnet etc) > > device bpf # Berkeley packet filter > > options INCLUDE_CONFIG_FILE > > > > > On Sun, 25 Jun 2006, Marc G. Fournier wrote: > >> >> 'k, here's what I have so far: >> >> cvsup'd both RELENG_6 and RELENG_6_1 ... both cause the server to crash ... >> in fact, barely get into a buildworld with RELENG_6_1 and get: >> >> :0: internal compiler error: Abort trap: 6 >> Please submit a full bug report, >> with preprocessed source if appropriate. >> See for instructions. >> mkdep: compile failed >> *** Error code 1 >> >> Stop in /usr/src/gnu/usr.bin/gperf. >> *** Error code 1 >> >> Stop in /usr/src. >> *** Error code 1 >> >> >> but, just finished a clean buildworld with RELENG_6_1 sources on a 6.1-RC1 >> kernel installed from CD, and not a hiccup ... >> >> Now, this time, it actually gave me a crash dump to look at, if that helps >> any? >> >> ---- >> Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) >> Email . scrappy@hub.org MSN . scrappy@hub.org >> Yahoo . yscrappy Skype: hub.org ICQ . 7615664 >> > > ---- > Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) > Email . scrappy@hub.org MSN . scrappy@hub.org > Yahoo . yscrappy Skype: hub.org ICQ . 7615664 > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email . scrappy@hub.org MSN . scrappy@hub.org Yahoo . yscrappy Skype: hub.org ICQ . 7615664