Subject: Re: group confusion in non-NetBSD hosted build
To: Luke Mewburn <lukem@NetBSD.org>
From: Simon Gerraty <sjg@juniper.net>
List: tech-toolchain
Date: 05/16/2004 16:24:34
>  | maketars is running somestep using without specifying $etcdir.
>  | I did an unpriv'd build the actual ownership of postdrop in my destdir
>  | is totally unrelated, and the METALOG has the correct info
>  | gname=3Dmaildrop.
>  |=20
>  | Clue anyone?
>
>Does
>	cd gnu/usr.sbin/postfix/postdrop
>	$TOOLDIR/bin/nbmake-$MACHINE MAKEVERBOSE=3D2 MKUPDATE=3Dno install
>reveal anything useful?
>

Not really, the output looks correct:


#   install  /c/sjg/work/NetBSD/current/obj/i386/destdir/usr/sbin/postdrop
STRIP=/c/sjg/work/NetBSD/current/tools/FreeBSD-4.10-PRERELEASE-20040428-i386/bin/i386--netbsdelf-strip /c/sjg/work/NetBSD/current/tools/FreeBSD-4.10-PRERELEASE-20040428-i386/bin/nbinstall -U -M /c/sjg/work/NetBSD/current/obj/i386/destdir/METALOG -D /c/sjg/work/NetBSD/current/obj/i386/destdir -h sha1 -N /c/sjg/work/NetBSD/current/src/etc -c  -r -o root -g maildrop -m 2555    postdrop /c/sjg/work/NetBSD/current/obj/i386/destdir/usr/sbin/postdrop

I suspect the damage is happening in maketars, but haven't had time to
look into it.

--sjg