Re: RELENG_6_1 unstable also ...




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@xxxxxxxxxxxxxxxxxxxx:/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:

<internal>:0: internal compiler error: Abort trap: 6
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> 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@xxxxxxx MSN . scrappy@xxxxxxx
Yahoo . yscrappy Skype: hub.org ICQ . 7615664


----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email . scrappy@xxxxxxx MSN . scrappy@xxxxxxx
Yahoo . yscrappy Skype: hub.org ICQ . 7615664
_______________________________________________
freebsd-stable@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: clock reverts to epoch on boot?
    ... gain much by using the machine-specific compiler optimizations for the kernel, ... So far buildworld isn't using CPU specific optimizations with the CPUTYPE?=pentium4 as documented so I have a feeling that will fix my problem. ... I had the same problem despite what settings I used for CPUTYPE in my make.conf file. ... Actually, I'm sure of that now, so nevermind. ...
    (freebsd-stable)
  • Re: RELENG_6_1 unstable also ...
    ... 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 ... ... with preprocessed source if appropriate. ... *** Error code 1 ...
    (freebsd-stable)
  • cant buildworld - boot2
    ... On 2004-10-19 I did a successful cvsup build install of world & kernel. ... The last few days I have not been able to buildworld any more. ... *** Error code 1 ... This message was sent using IMP, the Internet Messaging Program. ...
    (freebsd-current)
  • Re: New Kernel Breaks IPFW
    ... >> rebooted, ipfw fell over, specifically, even after ipfw firewall enable, ... > Probably because the ABI between ipfwand it's kernel counterpart has ... Alas make buildworld fails for the past few days: ... /usr/include/stdlib.h:102: previous declaration of `restrict' ...
    (freebsd-current)
  • CFLAGS=-O2 -pipe problems in RELENG_5 ?
    ... I did a buildworld /buildkernel with a RELENG_5 box using the following flags ... MODULES_WITH_WORLD=true # do not build modules when building kernel ... [ns4-new]# make buildworld ... *** Error code 1 ...
    (freebsd-stable)