Re: Troubles compiling 4.8-stable userland on amd64

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Don Jackson
Date: Wednesday, November 24, 2010 - 12:07 am

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}/etc
	export DESTDIR=/
	make distrib-dirs

And up until now, that has always worked for me.  But now it doesn't, so based
on Stuart's advice, I removed the
	"export DESTDIR=/"

Is the FAQ incorrect, or was my translation of the FAQ into a ksh script
incorrect, which then failed when DESTDIR suppport during userland builds
changed?

Thank you so much for pointing out a workaround to my problem, I've been stuck
on this for days!

Don


On Nov 23, 2010, at 9:32 PM, Don Jackson wrote:

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Troubles compiling 4.8-stable userland on amd64, Don Jackson, (Tue Nov 23, 3:26 pm)
Re: Troubles compiling 4.8-stable userland on amd64, Stuart Henderson, (Tue Nov 23, 4:06 pm)
Re: Troubles compiling 4.8-stable userland on amd64, Don Jackson, (Tue Nov 23, 10:32 pm)
Re: Troubles compiling 4.8-stable userland on amd64, Don Jackson, (Wed Nov 24, 12:07 am)
Re: Troubles compiling 4.8-stable userland on amd64, Sebastian Reitenbach, (Wed Nov 24, 1:13 am)