Date: Tue, 14 Nov 2023 00:41:20 +0100 From: Michael Gmelin <grembo@freebsd.org> To: Matthew Seaman <matthew@freebsd.org> Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 18617a0174cc - main - sysutils/pftop: Update to 0.10 Message-ID: <20231114004120.28800389.grembo@freebsd.org> In-Reply-To: <D77790DA-D610-4EAE-84A9-AD68894197F0@freebsd.org> References: <d72696a0-7fcf-4db7-845a-edd4ac5be6e3@FreeBSD.org> <D77790DA-D610-4EAE-84A9-AD68894197F0@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 13 Nov 2023 21:24:21 +0100 Michael Gmelin <grembo@freebsd.org> wrote: > > On 13. Nov 2023, at 19:00, Matthew Seaman <matthew@freebsd.org> > > wrote: > >=20 > > =EF=BB=BFOn 13/11/2023 12:05, Michael Gmelin wrote: =20 > >> The branch main has been updated by grembo: > >> URL: > >> https://cgit.FreeBSD.org/ports/commit/?id=3D18617a0174cc5069611a7f1c37= ba9b80feb70a7a > >> commit 18617a0174cc5069611a7f1c37ba9b80feb70a7a Author: > >> Michael Gmelin <grembo@FreeBSD.org> AuthorDate: 2023-11-13 > >> 12:04:28 +0000 Commit: Michael Gmelin <grembo@FreeBSD.org> > >> CommitDate: 2023-11-13 12:04:28 +0000 > >> sysutils/pftop: Update to 0.10 > >> --- > >> sysutils/pftop/Makefile | 12 ++---------- > >> sysutils/pftop/distinfo | 6 +++--- > >> 2 files changed, 5 insertions(+), 13 deletions(-) > >> diff --git a/sysutils/pftop/Makefile b/sysutils/pftop/Makefile > >> index a48c78026d7c..c05b8533eaf0 100644 > >> --- a/sysutils/pftop/Makefile > >> +++ b/sysutils/pftop/Makefile > >> @@ -1,5 +1,5 @@ > >> PORTNAME=3D pftop > >> -PORTVERSION=3D 0.9 > >> +PORTVERSION=3D 0.10 =20 > >=20 > > [...] > > =20 > >> -do-install: > >> - ${INSTALL_PROGRAM} ${WRKSRC}/pftop \ > >> - ${STAGEDIR}${PREFIX}/sbin > >> - ${INSTALL_MAN} ${WRKSRC}/pftop.8 \ > >> - ${STAGEDIR}${MANPREFIX}/man/man8 > >> - =20 > >=20 > > This is now failing to build as non-root in my poudriere: > >=20 > > ``` > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<p= hase: stage > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D =3D=3D=3D=3D=3D env: NO_DEPENDS=3Dyes USER=3Dnobody > > >UID=3D65534 GID=3D65534 =20 > > =3D=3D=3D> Staging for pftop-0.10 > > =3D=3D=3D> Generating temporary packing list =20 > > install -s -o root -g wheel -m 555 pftop > > /wrkdirs/usr/ports/sysutils/pftop/work/stage/usr/local/sbin/pftop > > install: > > /wrkdirs/usr/ports/sysutils/pftop/work/stage/usr/local/sbin/pftop: > > chown/chgrp: Operation not permitted *** Error code 71 > >=20 > > Stop. > > make[1]: stopped in > > /wrkdirs/usr/ports/sysutils/pftop/work/pftop-0.10 *** Error code 1 > >=20 > > Stop. > > make: stopped in /usr/ports/sysutils/pftop > > ``` > >=20 > > Cheers, > >=20 > > Matthew =20 >=20 >=20 > (With list CCed): >=20 > I=E2=80=99ll fix it in a few hours, thanks for reporting (it=E2=80=99s an= obvious > problem that slipped through). >=20 > Cheees >=20 Should be fixed now. --=20 Michael Gmelin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20231114004120.28800389.grembo>