Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 May 2000 00:13:50 -0500 (CDT)
From:      Larry Rosenman <ler@lerctr.org>
To:        freebsd-stable@freebsd.org
Subject:   Re: make buildworld, I give up.
Message-ID:  <200005300513.e4U5DoP04521@lerami.lerctr.org>
In-Reply-To: <200005300028.e4U0S7i20986@lerami.lerctr.org> "from Larry Rosenman at May 29, 2000 07:28:07 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
More news.....

It seems it may have been a hardware flake...

It hung at one point in that make buildworld, and after reset
the problem (objcopy not compiling) was back. 

After a number of the below recipes, I moved the 128Meg SDRAM stick
to the other socket on the motherboard, and it's chugging along again. 

I hate hardware flakes. 

LER

> Ok, I fixed it myself...
> 
> After newfs'ing the /usr/src directory, and reinstalling
> the sources from my 4.0-RELEASE cdrom, and then 
> cd /usr/include
> rm -rf * 
> cd /usr/src
> make includes 
> cd /usr/obj
> rm -rf usr
> cd /usr/src
> make buildworld >& make.out &
> 
> it seems to be working. 
> 
> What happened?  I don't know, but I seem to be on the way to getting
> back to 4.0-STABLE. 
> 
> Larry Rosenman
> 
> 
> > From owner-freebsd-stable@FreeBSD.ORG Mon May 29 17:55:09 2000
> > Delivered-To: freebsd-stable@freebsd.org
> > From: Larry Rosenman <ler@lerctr.org>
> > Message-Id: <200005292253.e4TMrh516527@lerami.lerctr.org>
> > Subject: make buildworld, I give up.
> > To: freebsd-stable@FreeBSD.ORG
> > Date: Mon, 29 May 2000 17:53:43 -0500 (CDT)
> > X-Mailer: ELM [version 2.4ME+ PL77 (25)]
> > Sender: owner-freebsd-stable@FreeBSD.ORG
> > X-Loop: FreeBSD.ORG
> > Precedence: bulk
> > X-Status: 
> > X-SCO-PAD: XXXXXX
> Content-Length:  5722
> 
> > OK, I'm the one having trouble with objcopy dieing when compiling.
> > 
> > Here's what I've tried, and I give up.
> > 
> > 1) re-installed the 4.0-RELEASE source tree from the 4.0-RELEASE
> > CD I got from WC on my subscription
> > 2) make buildworld (dies in the same place)
> > 3) FTP installed the Sources from the primary site
> > 4) make buildworld dies in the same place.
> > 5) took /usr/src from a KNOWN WORKING 4.0-STABLE system, and 
> > restored it (after verifying it still worked...)
> > 6) it dies too on a make buildworld. 
> > 
> > I'm at a big loss. 
> > 
> > Anyone got ANY ideas?
> > 
> > The system running is now 4.0-RELEASE just installed from
> > the 4.0-RELEASE CD set.
> > 
> > I'm willing to give shell/root access to anyone willing to
> > help (contact me off list or by phone). 
> > 
> > System Details:
> > 
> > AMD K6-2 3D 550
> > 128 Meg SDRAM
> > AHA-2940 ctrlr
> > 2 1.0 GIG Seagates
> > 1 4.2 GIG Seagate
> > 1 9.0 GIG IBM
> > 
> > KERNEL Config:
> > 
> > #
> > # LERBSD
> > #
> > 
> > machine		i386
> > cpu		I586_CPU
> > cpu		I686_CPU
> > ident		LERBSD
> > maxusers	64
> > 
> > #makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
> > 
> > options 	INET			#InterNETworking
> > options 	INET6			#IPv6 communications protocols
> > options 	FFS			#Berkeley Fast Filesystem
> > options 	FFS_ROOT		#FFS usable as root device [keep this!]
> > options 	NFS			#Network Filesystem
> > options 	MSDOSFS			#MSDOS Filesystem
> > options 	CD9660			#ISO 9660 Filesystem
> > options 	CD9660_ROOT		#CD-ROM usable as root, CD9660 required
> > options 	PROCFS			#Process filesystem
> > options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
> > options 	SCSI_DELAY=10000	#Delay (in ms) before probing SCSI
> > options 	UCONSOLE		#Allow users to grab the console
> > options 	KTRACE			#ktrace(1) support
> > options 	SYSVSHM			#SYSV-style shared memory
> > options 	SYSVMSG			#SYSV-style message queues
> > options 	SYSVSEM			#SYSV-style semaphores
> > options 	P1003_1B		#Posix P1003_1B real-time extentions
> > options 	_KPOSIX_PRIORITY_SCHEDULING
> > options		ICMP_BANDLIM		#Rate limit bad replies
> > ##
> > options		CPU_WT_ALLOC
> > options		NO_F00F_HACK
> > options		NO_MEMORY_HOLE
> > # To make an SMP kernel, the next two are needed
> > #options 	SMP			# Symmetric MultiProcessor Kernel
> > #options 	APIC_IO			# Symmetric (APIC) I/O
> > # Optionally these may need tweaked, (defaults shown):
> > #options 	NCPU=2			# number of CPUs
> > #options 	NBUS=4			# number of busses
> > #options 	NAPIC=1			# number of IO APICs
> > #options 	NINTR=24		# number of INTs
> > 
> > device		isa
> > device		pci
> > 
> > # Floppy drives
> > device		fdc0	at isa? port IO_FD1 irq 6 drq 2
> > device		fd0	at fdc0 drive 0
> > 
> > # SCSI Controllers
> > device		ahc		# AHA2940 and onboard AIC7xxx devices
> > 
> > 
> > # SCSI peripherals
> > device		scbus		# SCSI bus (required)
> > device		da		# Direct Access (disks)
> > device		sa		# Sequential Access (tape etc)
> > device		cd		# CD
> > device		pass		# Passthrough device (direct SCSI access)
> > 
> > 
> > # atkbdc0 controls both the keyboard and the PS/2 mouse
> > device		atkbdc0	at isa? port IO_KBD
> > device		atkbd0	at atkbdc? irq 1
> > device		psm0	at atkbdc? irq 12
> > 
> > device		vga0	at isa?
> > 
> > # splash screen/screen saver
> > pseudo-device	splash
> > 
> > # syscons is the default console driver, resembling an SCO console
> > device		sc0	at isa?
> > 
> > # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
> > #device		vt0	at isa?
> > #options 	XSERVER			# support for X server on a vt console
> > #options 	FAT_CURSOR		# start with block cursor
> > # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines
> > #options 	PCVT_SCANSET=2		# IBM keyboards are non-std
> > 
> > # Floating point support - do not disable.
> > device		npx0	at nexus? port IO_NPX irq 13
> > 
> > # Power management support (see LINT for more options)
> > device		apm0    at nexus? disable flags 0x20 # Advanced Power Management
> > 
> > 
> > # Serial (COM) ports
> > device		sio0	at isa? port IO_COM1 flags 0x10 irq 4
> > device		sio1	at isa? port IO_COM2 irq 3
> > 
> > # Parallel port
> > device		ppc0	at isa? irq 7
> > device		ppbus		# Parallel port bus (required)
> > device		lpt		# Printer
> > device		plip		# TCP/IP over parallel
> > device		ppi		# Parallel port interface device
> > #device		vpo		# Requires scbus and da
> > 
> > 
> > # ISA Ethernet NICs.
> > device		ep
> > 
> > # Pseudo devices - the number indicates how many units to allocated.
> > pseudo-device	loop		# Network loopback
> > pseudo-device	ether		# Ethernet support
> > pseudo-device	sl	1	# Kernel SLIP
> > pseudo-device	ppp	1	# Kernel PPP
> > pseudo-device	tun		# Packet tunnel.
> > pseudo-device	pty		# Pseudo-ttys (telnet etc)
> > pseudo-device	md		# Memory "disks"
> > pseudo-device	gif	4	# IPv6 and IPv4 tunneling
> > pseudo-device	faith	1	# IPv6-to-IPv4 relaying (translation)
> > 
> > # The `bpf' pseudo-device enables the Berkeley Packet Filter.
> > # Be aware of the administrative consequences of enabling this!
> > pseudo-device	bpf		#Berkeley packet filter
> > 
> > # USB support
> > #device		uhci		# UHCI PCI->USB interface
> > #device		ohci		# OHCI PCI->USB interface
> > #device		usb		# USB Bus (required)
> > #device		ugen		# Generic
> > #device		uhid		# "Human Interface Devices"
> > #device		ukbd		# Keyboard
> > #device		ulpt		# Printer
> > #device		umass		# Disks/Mass storage - Requires scbus and da
> > #device		ums		# Mouse
> > # USB Ethernet, requires mii
> > #device		aue		# ADMtek USB ethernet
> > #device		cue		# CATC USB ethernet
> > #device		kue		# Kawasaki LSI USB ethernet
> > 
> > #### END ###
> > 
> > Any Ideas?
> > 
> > LER
> > 
> > -- 
> > Larry Rosenman                      http://www.lerctr.org/~ler
> > Phone: +1 972-414-9812 (voice) Internet: ler@lerctr.org
> > US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749
> > 
> > 
> > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > with "unsubscribe freebsd-stable" in the body of the message
> 
> 
> -- 
> Larry Rosenman                      http://www.lerctr.org/~ler
> Phone: +1 972-414-9812 (voice) Internet: ler@lerctr.org
> US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-stable" in the body of the message


-- 
Larry Rosenman                      http://www.lerctr.org/~ler
Phone: +1 972-414-9812 (voice) Internet: ler@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005300513.e4U5DoP04521>