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
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}
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
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
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
5 matches
Mail list logo