On Thu, Jan 23, 2014 at 12:19:22AM -0600, Bryan Drewery wrote:
> > > Modified: head/etc/Makefile
> > > ==============================================================================
> > > --- head/etc/Makefile     Wed Jan 22 16:50:18 2014        (r261030)
> > > +++ head/etc/Makefile     Wed Jan 22 16:59:53 2014        (r261031)
> > > @@ -198,6 +198,8 @@ distribution:
> > >       ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
> > >           ${BIN1} ${DESTDIR}/etc; \
> > >       cap_mkdb ${CAP_MKDB_ENDIAN} ${DESTDIR}/etc/login.conf; \
> > > +     services_mkdb ${CAP_MKDB_ENDIAN} -o ${DESTDIR}/var/db/services.db \
> > > +         ${DESTDIR}/etc/services; \
> > 
> > Something is not right here. Building in a jail with make distribution
> > fails:
> 
> Correction, I am not using jails here. This is setting TARGET_ARCH for a
> build.
> 
> It seems to be using the already installed host version (which does not
> have the -l support) and not the just-built version.
> 

It needs to use the build host version, because using (for example)
powerpc resulting binary won't work on and amd64 system.

Glen

Attachment: pgp64VYV17Nx6.pgp
Description: PGP signature

Reply via email to