Date: Thu, 4 Jun 2015 13:53:46 +0200 From: Baptiste Daroussin <bapt@FreeBSD.org> To: marino@freebsd.org Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r388045 - head/mail/sendmail Message-ID: <20150604115345.GB4753@ivaldir.etoilebsd.net> In-Reply-To: <55700BDB.4060904@marino.st> References: <201505302354.t4UNspIF017886@svn.freebsd.org> <556FE9D1.3090306@marino.st> <55700BDB.4060904@marino.st>
next in thread | previous in thread | raw e-mail | index | archive | help
--i9LlY+UWpKt15+FH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jun 04, 2015 at 10:27:07AM +0200, John Marino wrote: > On 6/4/2015 08:01, John Marino wrote: > > On 5/31/2015 01:54, Baptiste Daroussin wrote: > >> Author: bapt > >> Date: Sat May 30 23:54:51 2015 > >> New Revision: 388045 > >> URL: https://svnweb.freebsd.org/changeset/ports/388045 > >> > >> Log: > >> Allow packaging as regular user > >> =20 > >> Add USES=3Duidfix to get the definition of GID > >> Overwrite via MAKE_ARGS the owner and groups enforced by upstream Ma= kefile > >> Ownership remains unchanged in the final package given the ownership= is now set > >> by plist > >> Change modes when installing to allow stripping in post-install as a= regular > >> user > >> Replace INSTALL_SCRIPT by INSTALL_LIB which takes care of stripping = the binaries > >> when installing > >> > >> Modified: > >> head/mail/sendmail/Makefile > >> > >=20 > > This is failing on DragonFly now: > >=20 > > if [ ! -d /wrkdirs/mail/sendmail/work/stage/usr/local/share/sendmail ]; > > then mkdir -p > > /wrkdirs/mail/sendmail/work/stage/usr/local/share/sendmail; else :; fi > > install -c -o 0 -g -m 444 helpfile > > /wrkdirs/mail/sendmail/work/stage/usr/local/share/sendmail/helpfile > > install: unknown group -m > > *** Error code 67 > >=20 > > Stop. > > make[2]: stopped in > > /wrkdirs/mail/sendmail/work/sendmail-8.15.1/obj.DragonFly.4.1-DEVELOPME= NT.x86_64/sendmail > > Making install in: > > /wrkdirs/mail/sendmail/work/sendmail-8.15.1/editmap > > Configuration: pfx=3D, os=3DDragonFly, rel=3D4.1-DEVELOPMENT, rbase=3D4, > > rroot=3D4.1-DEVELOPMENT, arch=3Dx86_64, sfx=3D, variant=3Doptimized > > Making in > > /wrkdirs/mail/sendmail/work/sendmail-8.15.1/obj.DragonFly.4.1-DEVELOPME= NT.x86_64/editmap > > install -c -o 0 -g -m 0755 editmap > > /wrkdirs/mail/sendmail/work/stage/usr/local/sbin > > install: unknown group -m > > *** Error code 67 > >=20 > >=20 >=20 > Bapt, > On *** FREEBSD 9.2 *** >=20 > # cd /usr/ports/mail/sendmail > # make -V MAKE_ARGS > UBINOWN=3D0 UBINGRP=3D SBINOWN=3D0 SBINGRP=3D GBINOWN=3D0 GBINGRP=3D M= ANOWN=3D0 > MANGRP=3D LIBMODE=3D0644 UBINMODE=3D0755 GBINMODE=3D2755 > OPENSSL_CFLAGS=3D"-DNO_IDEA" DESTDIR=3D/work/mail/sendmail/work/stage >=20 > note: UBINGRP, SBINGRP, GBINGRP, MANGRP >=20 > I don't know if $GID is undefined on all FreeBSD releases, or just 9.2 > but this doesn't look like a DragonFly-specific issue to me. >=20 > John >=20 Fixed regards, Bapt --i9LlY+UWpKt15+FH Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlVwPEkACgkQ8kTtMUmk6EzHOgCfXcwSaiEfiutC8neNFGR7Dmg2 3CEAoJ8lyFGgS10op7i5lbvJDo0NtyMD =QHop -----END PGP SIGNATURE----- --i9LlY+UWpKt15+FH--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150604115345.GB4753>