Index | Thread | Search

From:
Marc Espie <marc.espie.openbsd@gmail.com>
Subject:
Re: roadmap for more privsep in pkgland
To:
ports@openbsd.org
Date:
Fri, 27 Sep 2024 12:02:27 +0200

Download raw body.

Thread
On Sat, Sep 21, 2024 at 04:28:25AM -0600, Anthony J. Bentley wrote:
> Marc Espie writes:
> > Here's the basic pkg_add change, very lightly tested for now.
> > Not that many lines, considering :)
> 
> The manpage changes make sense to me.
> 
> Typo:
> 
> > +	my $o = $class->new_owned_objet($args);
> 
> "pkg_add docbook" (with its @tag libxml2/rebuild) has problems:
> 
> Running tags|*************************************************************|100%C
> an't exec "CODE(0xb87b7be2958)": No such file or directory at /usr/libdata/perl5/OpenBSD/Log.pm line 107.
> system(CODE(0xb87b7be2958), /bin/sh, -c, /usr/local/share/libxml2/rebuild) was not run: No such file or directory exit(0)
> Running tags: ok
> 
> 
This is what the tech patch about Log->system actually addresses