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