Date: Wed, 01 Mar 2023 11:56:48 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 267364] "make install" target does not fail if target "fake-pkg" fails Message-ID: <bug-267364-7788-I5FL7LNYPa@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-267364-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-267364-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267364 --- Comment #6 from Michael Osipov <michael.osipov@siemens.com> --- Here is the reason: https://github.com/freebsd/pkg/issues/2073 Combined with the patch of https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267384 and this PR https://github.com/freebsd/pkg/pull/2111 the port is finally failing: gmake[3]: Leaving directory '/root/freebsd-ports/devel/git/work-default/git-2.39.2/contrib/subtree' =3D=3D=3D=3D> Compressing man pages (compress-man) =3D=3D=3D> Staging rc.d startup script(s) =3D=3D=3D> Installing for git-2.39.2 =3D=3D=3D> Checking if git is already installed =3D=3D=3D> Registering installation for git-2.39.2 [deblndw013x3j.ad001.siemens.net] Installing git-2.39.2... =3D=3D=3D> Creating groups Using existing group 'git_daemon'. =3D=3D=3D> Creating users Creating user 'git_daemon' with uid '964'. pw: uid `964' has already been allocated pkg-static: PRE-INSTALL script failed *** Error code 1 Stop. make[2]: stopped in /root/freebsd-ports/devel/git *** Error code 1 Stop. make[1]: stopped in /root/freebsd-ports/devel/git *** Error code 1 Stop. make: stopped in /root/freebsd-ports/devel/git --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267364-7788-I5FL7LNYPa>