tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bulk build



On Thu, Apr 15, 2010 at 12:51:01AM +0200, Joerg Sonnenberger wrote:
> On Wed, Apr 14, 2010 at 06:38:53PM -0400, Sean Boudreau wrote:
> > I fixed this issue by seeding some envars in build-client-start
> > and scan-client start; however, I'm now failing in the install of
> > pkgtools/digest.  bulklog/digest-20080510/install.log contains
> > the following.  It looks like the mkdir is missing '/digest' on
> > the end.  If anyone has any ideas it would be appreciated.
> 
> No, this is either a bug in install-sh or in the shell.
> Basically:
>       mkdir -p /tmp/bar
>       install-sh foo /tmp/bar
> and
>       mkdir -p /tmp/bar
>       install-sh foo /tmp/bar/foo
> are suppossed to be identical. I don't know why that fails for you
> though.

/usr/pkg/bin/install-sh -c -s -o pbulk -g  -m 755 digest 
/pbulk/scratch/pkgtools/digest/work/.destdir/usr/pkg/bin/digest

-g is supposed to take an argument.  Where along the way is this group
(not) being pulled out?

Thanks,

-seanb


Home | Main Index | Thread Index | Old Index