Re: make release fails on find

2012-11-01 Thread Andreas Nilsson
On Wed, Oct 31, 2012 at 3:12 PM, Glen Barber wrote: > On Wed, Oct 31, 2012 at 08:30:29AM +0100, Andreas Nilsson wrote: > > On a more whislist topic: I'd really appreciate if .zfs dirs would be > > excluded from the tarballs. > > > > Hmm, I didn't realize this was happening. > > So I can verify

Re: make release fails on find

2012-10-31 Thread Glen Barber
On Wed, Oct 31, 2012 at 08:30:29AM +0100, Andreas Nilsson wrote: > On a more whislist topic: I'd really appreciate if .zfs dirs would be > excluded from the tarballs. > Hmm, I didn't realize this was happening. So I can verify my change works for all environments, are you using any local zfs d

Re: make release fails on find

2012-10-31 Thread Glen Barber
On Wed, Oct 31, 2012 at 02:07:56PM +0100, Andreas Nilsson wrote: > First, late me state status more clearly: solved :) Big thanks for fixing > it. > Glad to help. To answer one of your previous questions, I've already merged this to stable/9. > On a side note, how has re-team not run into this?

Re: make release fails on find

2012-10-31 Thread Andreas Nilsson
First, late me state status more clearly: solved :) Big thanks for fixing it. On a side note, how has re-team not run into this? Best regards Andreas ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To

Re: make release fails on find

2012-10-31 Thread Andreas Nilsson
On Wed, Oct 31, 2012 at 4:35 AM, Glen Barber wrote: > On Tue, Oct 30, 2012 at 11:19:12PM -0400, Glen Barber wrote: > > So, please also do: > > > > svn merge -c241451 ^/head/release release > > > > You'll want to merge one more revision: > > svn merge -c241596 ^/head/release release > > Sa

Re: make release fails on find

2012-10-31 Thread Andreas Nilsson
On Wed, Oct 31, 2012 at 4:07 AM, Glen Barber wrote: > On Tue, Oct 30, 2012 at 08:11:15PM -0400, Glen Barber wrote: > > > Oops, my bad. Yes exact same behavior; make -C release cdrom fails > with > > > ... > > > find //tank/cvs/9.1/src/release/dist/doc -empty -delete > > > find //tank/cvs/9.1/src

Re: make release fails on find

2012-10-30 Thread Glen Barber
On Tue, Oct 30, 2012 at 11:19:12PM -0400, Glen Barber wrote: > So, please also do: > > svn merge -c241451 ^/head/release release > You'll want to merge one more revision: svn merge -c241596 ^/head/release release Same as before - I _think_ this should work. :-) Glen pgpQRYOYHWRns.p

Re: make release fails on find

2012-10-30 Thread Glen Barber
On Tue, Oct 30, 2012 at 11:07:24PM -0400, Glen Barber wrote: > I do not remember why, specifically, but the change in question was not > merged to the releng/9.1 branch. > > Please try the following, in the top-level directory of your releng/9.1 > source checkout: > > svn merge -c240077 ^/hea

Re: make release fails on find

2012-10-30 Thread Glen Barber
On Tue, Oct 30, 2012 at 08:11:15PM -0400, Glen Barber wrote: > > Oops, my bad. Yes exact same behavior; make -C release cdrom fails with > > ... > > find //tank/cvs/9.1/src/release/dist/doc -empty -delete > > find //tank/cvs/9.1/src/release/dist/games -empty -delete > > find: -delete: //tank/cvs/9

Re: make release fails on find

2012-10-30 Thread Glen Barber
On Wed, Oct 31, 2012 at 01:08:13AM +0100, Andreas Nilsson wrote: > On Wed, Oct 31, 2012 at 12:14 AM, Glen Barber wrote: > > > On Wed, Oct 31, 2012 at 12:11:22AM +0100, Andreas Nilsson wrote: > > > > interesting idea, would be pretty bad if sudo caused that. > > > > > > > > Indeed, but sudo only k

Re: make release fails on find

2012-10-30 Thread Andreas Nilsson
On Wed, Oct 31, 2012 at 12:14 AM, Glen Barber wrote: > On Wed, Oct 31, 2012 at 12:11:22AM +0100, Andreas Nilsson wrote: > > > interesting idea, would be pretty bad if sudo caused that. > > > > > Indeed, but sudo only keeps certain environment variables, so it's not > entirely unexpected if this i

Re: make release fails on find

2012-10-30 Thread Glen Barber
On Wed, Oct 31, 2012 at 12:11:22AM +0100, Andreas Nilsson wrote: > > interesting idea, would be pretty bad if sudo caused that. > > Indeed, but sudo only keeps certain environment variables, so it's not entirely unexpected if this is the case. > > I gave it run without direct sudo call ( ie sudo

Re: make release fails on find

2012-10-30 Thread Andreas Nilsson
On Tue, Oct 30, 2012 at 11:29 PM, Andreas Nilsson wrote: > > > On Tue, Oct 30, 2012 at 6:09 PM, Glen Barber wrote: > >> On Tue, Oct 30, 2012 at 05:32:20PM +0100, Andreas Nilsson wrote: >> > > Are you defining WITH*_GAMES in src.conf or make.conf? If this looks >> > > like what I think it looks l

Re: make release fails on find

2012-10-30 Thread Andreas Nilsson
On Tue, Oct 30, 2012 at 6:09 PM, Glen Barber wrote: > On Tue, Oct 30, 2012 at 05:32:20PM +0100, Andreas Nilsson wrote: > > > Are you defining WITH*_GAMES in src.conf or make.conf? If this looks > > > like what I think it looks like, I fixed this a few months ago. > > > > > > > Used same command

Re: make release fails on find

2012-10-30 Thread Glen Barber
On Tue, Oct 30, 2012 at 05:32:20PM +0100, Andreas Nilsson wrote: > > Are you defining WITH*_GAMES in src.conf or make.conf? If this looks > > like what I think it looks like, I fixed this a few months ago. > > > > Used same command for building both, see below. And yes, WITHOUT_GAMES is > set in

Re: make release fails on find

2012-10-30 Thread Andreas Nilsson
On Tue, Oct 30, 2012 at 5:08 PM, Glen Barber wrote: > On Tue, Oct 30, 2012 at 04:58:52PM +0100, Andreas Nilsson wrote: > > I'm trying to build some images for 9-stable ( r242349 ) and 9.1-RC3, but > > using the release tools doesn't really work. > > > > 9.1-RC3 fails with: > > ... > > cd /tank/cv

Re: make release fails on find

2012-10-30 Thread Glen Barber
On Tue, Oct 30, 2012 at 04:58:52PM +0100, Andreas Nilsson wrote: > I'm trying to build some images for 9-stable ( r242349 ) and 9.1-RC3, but > using the release tools doesn't really work. > > 9.1-RC3 fails with: > ... > cd /tank/cvs/9.1/src/libexec/rtld-elf; make install -DNO_SUBDIR > DESTDIR=/tm

make release fails on find

2012-10-30 Thread Andreas Nilsson
I'm trying to build some images for 9-stable ( r242349 ) and 9.1-RC3, but using the release tools doesn't really work. 9.1-RC3 fails with: ... cd /tank/cvs/9.1/src/libexec/rtld-elf; make install -DNO_SUBDIR DESTDIR=/tmp/newdist/lib32 SHARED=copies install -s -o root -g wheel -m 555 -C -b -fschg

make release fails if ghostscript8-8.70 is installed

2010-01-29 Thread David Boyd
When attempting make release (7.3-PRERELEASE or 7.2-RELEASE or 8.0-RELEASE-p2) and ghostscript8-8.70 is installed on the build machine the following error occurs: ===> ghostscript8-nox11-8.70 conflicts with installed package(s): ghostscript8-8.70 They install files into the same

Re: make release fails

2005-03-31 Thread Andrey V. Elsukov
Hi, Michael Lednev, Tuesday, March 29, 2005, 4:41:55 PM: ML> what to change in my make command or in system to build release? host ML> system is 5.3-STABLE You can try the following: 1. Change /etc/make.conf OSVERSION=491102 # st this to kern.osreldate value in RELENG_4 OSREL=4.11 2. make

Re: make release fails

2005-03-31 Thread Michael Lednev
On Thu, 31 Mar 2005 09:02:16 +0400, Igor Pokrovsky <[EMAIL PROTECTED]> wrote: This is not an officially supported way of building releases. That's why there is some magic to finish this procedure. Even if it will complete successfully it won't neccessary mean it will work correctly. You'd bett

Re: make release fails

2005-03-31 Thread Igor Pokrovsky
On Tue, Mar 29, 2005 at 04:41:55PM +0400, Michael Lednev wrote: > hello > > i'm trying to build my own release cd for 4-STABLE branch. doing make > release BUILDNAME=4-STABLE-20050328-0300 CHROOTDIR=/usr/release > CVSROOT=/home/ncvs RELEASETAG=RELENG_4 -DSEPARATE_LIVEFS in > /usr/src/release

make release fails

2005-03-29 Thread Michael Lednev
hello i'm trying to build my own release cd for 4-STABLE branch. doing make release BUILDNAME=4-STABLE-20050328-0300 CHROOTDIR=/usr/release CVSROOT=/home/ncvs RELEASETAG=RELENG_4 -DSEPARATE_LIVEFS in /usr/src/release results in error like this cd /usr/src/release/../etc && make distrib-dirs

Re: make release fails

2002-11-18 Thread Eugene Grosbein
On Mon, Nov 18, 2002 at 11:25:11AM +0200, Ruslan Ermilov wrote: > You should have built your current world before attempting to > make release. Refer to the release(7) manpage for details. Of course, it is built. Eugene Grosbein To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Stable 'make release' fails

2000-12-17 Thread Greg Lehey
I'm trying to do a 'make release' with today's -stable. It dies in perl: ===> gnu/usr.bin/perl/miniperl cc -O -pipe -I/usr/src/gnu/usr.bin/perl/miniperl/../../../../contrib/perl5 -I/usr/obj/usr/src/gnu/usr.bin/perl/miniperl -I/usr/obj/usr/src/i386/usr/include -c /usr/src/gnu/usr.bin/perl/min

make release fails

2000-12-03 Thread Tomasz Paszkowski
Every time I do 'make release, it fails when doing 'make installworld' in chroot-ed enviroment. The message is: ln -sf libm.so.2 /usr/obj/usr/src/i386/usr/lib/libm.so cd /usr/src/lib/libncurses; make depend; make all; make install ./make_keys /usr/src/lib/libncurses/../../contrib/ncurses/n