Re: Troubles compiling 4.8-stable userland on amd64

2010-11-24 Thread Sebastian Reitenbach
On Wednesday 24 November 2010 08:07:49 am Don Jackson wrote: > OK, removing DESTDIR from my "build-userland" shell script fixed the > problem. > > To be specific, the FAQ says: > > Make sure all the appropriate directories are created. > # cd /usr/src/etc && env DESTDIR=/ make distrib-dirs He

Re: Troubles compiling 4.8-stable userland on amd64

2010-11-23 Thread Don Jackson
OK, removing DESTDIR from my "build-userland" shell script fixed the problem. To be specific, the FAQ says: Make sure all the appropriate directories are created. # cd /usr/src/etc && env DESTDIR=/ make distrib-dirs And here is what I had in my build script (ksh): cd ${BSDSRCDIR}

Re: Troubles compiling 4.8-stable userland on amd64

2010-11-23 Thread Don Jackson
On Nov 23, 2010, at 3:06 PM, Stuart Henderson wrote: > looks like you are setting DESTDIR during build. unfortunately DESTDIR builds > got broken with the move to GCC 4 and aren't supported during the build phase > any more. > > http://marc.info/?l=openbsd-tech&m=128072148432121&w=2 > > the patche

Re: Troubles compiling 4.8-stable userland on amd64

2010-11-23 Thread Stuart Henderson
looks like you are setting DESTDIR during build. unfortunately DESTDIR builds got broken with the move to GCC 4 and aren't supported during the build phase any more. http://marc.info/?l=openbsd-tech&m=128072148432121&w=2 the patches in the previous message in the thread do work (you must build an

Troubles compiling 4.8-stable userland on amd64

2010-11-23 Thread Don Jackson
Hello, In general, I run/track stable. I periodically rebuild the OS from source. I've done this successfully probably about 50 times over the past N years. I have a set of shell scripts I use to set up the various directories, pull from CVS, build kernel, build userland, build release, etc, so m