Date: Wed, 01 Mar 2000 13:38:23 -0800 From: Kent Stewart <kstewart@3-cities.com> To: Tracey King <tp-king@dircon.co.uk> Cc: questions@FreeBSD.ORG Subject: Re: trouble with make world on upgrade Message-ID: <38BD8DCF.BB5EE45C@3-cities.com> References: <38BCEF66.5862A058@dircon.co.uk> <38BCEE0F.4EB9F30D@3-cities.com> <38BD34B7.F54DA660@dircon.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
Tracey King wrote: > > Thanks , wish I had seen your site before starting! However I seem to run into > a similar problem when I run make upgrade, it ran for quite some time then > fell over. I think there is a problem trying to go to 3.4-Stable. You might try upgrading to 3.2 first using tag=RELENG_3_2_0_RELEASE and then try tag=RELENG_3. I don't know if this will work without removing the 3.4 source. BTW, it isn't my site but one from the San Diego FreeBSD group. I think the author is Doug Gorean. I tried to look up his last name but didn't have any email from on my machine. > > Could it be that I don't have enough space in /usr/obj, if so how do I go > about making more space, if I delete everything in there will it cause > problems? I can't think of anything else, but perhaps I am missin something? Do the cvsup to 3.2R and follow Nik's guide on removing the files in /usr/obj. Someone pointed out that it was faster to do the "rm -rf *" in /usr/obj/ first and then do the chflags operation and a second rm. You aren't chflag'ing all files but only the ones that need to be changed. I have /usr/obj and /usr/src mounted on different 13GB UDMA66 HD's. I link /usr4/obj as /usr/obj. They are on different IDE channels, which gives me a small boost in speed and allows me to split stuff I had in /. There are major changes in the /dev files and /etc. Mergemaster will help with the /etc files. You will need to do a ./MAKEDEV all in your /dev directory. There are some device name changes. This occurs again at 4.0. I haven't been following that side yet :). Good Luck, Kent > > Thanks > Tracey > > Kent Stewart wrote: > > > Tracey King wrote: > > > > > > Hi, > > > > > > I am trying to drag my machine up to date, it had version 2.2.5 which I > > > managed to upgrade to 2.2.8 (many thanks for help provided, hurray!). > > > Now, trying to upgrade to version 3 make world trundles along for a > > > while and then falls over . I pulled down the source using cvsup, my > > > supfile looks like this: > > > > > > "*default host=cvsup.uk.FreeBSD.org > > > *default base=/usr > > > *default prefix=/usr > > > *default release=cvs > > > *default tag=RELENG_3 > > > *default delete use-rel-suffix > > > *default compress > > > > > > src-all > > > *default tag=. > > > ports-all > > > doc-all" > > > > > > I'd be greatfull if anyone could help out as the online handbook was too > > > helpfull. > > > > > > TIA > > > Tracey > > > make world error:> > > > cc -O -pipe -elf -Wall -fkeep-inline-functions > > > -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/lib/csu/i386-elf/crt1.c > > > -o crt1.o > > > cc -O -pipe -elf -Wall -fkeep-inline-functions > > > -I/usr/obj/usr/src/tmp/usr/include -c > > > /usr/src/lib/csu/i386-elf/crtbegin.c -o crtbegin.o > > > /usr/src/lib/csu/i386-elf/crtbegin.c:32: section attributes are not > > > supported for this target > > > /usr/src/lib/csu/i386-elf/crtbegin.c:33: section attributes are not > > > supported for this target > > > {standard input}: Assembler messages: > > > {standard input}:68: Error: Unknown pseudo-op: `.section' > > > > The basis of 3.x is elf instead of a.out and you have to do a "make > > upgrade" first. See the make upgrade tutorial at > > http://freebsd.simplenet.com/. > > > > Kent > > > > -- > > Kent Stewart > > Richland, WA > > > > mailto:kstewart@3-cities.com > > http://www.3-cities.com/~kstewart/index.html > > FreeBSD News http://daily.daemonnews.org/ > > > > SETI(Search for Extraterrestrial Intelligence) @ HOME > > http://setiathome.ssl.berkeley.edu/ > > > > Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR > > http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html http://daily.daemonnews.org/ SETI (Search for Extraterrestrial Intelligence) @ Home http://setiathome.ssl.berkeley.edu/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38BD8DCF.BB5EE45C>