Re: git: 18617a0174cc - main - sysutils/pftop: Update to 0.10
- In reply to: Michael Gmelin : "Re: git: 18617a0174cc - main - sysutils/pftop: Update to 0.10"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Nov 2023 23:41:20 UTC
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: > > > > On 13/11/2023 12:05, Michael Gmelin wrote: > >> The branch main has been updated by grembo: > >> URL: > >> https://cgit.FreeBSD.org/ports/commit/?id=18617a0174cc5069611a7f1c37ba9b80feb70a7a > >> 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= pftop > >> -PORTVERSION= 0.9 > >> +PORTVERSION= 0.10 > > > > [...] > > > >> -do-install: > >> - ${INSTALL_PROGRAM} ${WRKSRC}/pftop \ > >> - ${STAGEDIR}${PREFIX}/sbin > >> - ${INSTALL_MAN} ${WRKSRC}/pftop.8 \ > >> - ${STAGEDIR}${MANPREFIX}/man/man8 > >> - > > > > This is now failing to build as non-root in my poudriere: > > > > ``` > > =======================<phase: stage > > >============================ ===== env: NO_DEPENDS=yes USER=nobody > > >UID=65534 GID=65534 > > ===> Staging for pftop-0.10 > > ===> Generating temporary packing list > > 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 > > > > Stop. > > make[1]: stopped in > > /wrkdirs/usr/ports/sysutils/pftop/work/pftop-0.10 *** Error code 1 > > > > Stop. > > make: stopped in /usr/ports/sysutils/pftop > > ``` > > > > Cheers, > > > > Matthew > > > (With list CCed): > > I’ll fix it in a few hours, thanks for reporting (it’s an obvious > problem that slipped through). > > Cheees > Should be fixed now. -- Michael Gmelin