Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2019 14:52:37 +0200
From:      Emmanuel Vadot <manu@bidouilliste.com>
To:        mj-mailinglist@gmx.de
Cc:        manu@FreeBSD.org, freebsd-current@freebsd.org, freebsd-pkgbase@freebsd.org
Subject:   Re: svn commit: r351858 - in head: bin/uuidgen ...
Message-ID:  <20190916145237.f478506d1064b1349ca59376@bidouilliste.com>
In-Reply-To: <trinity-63fe34bf-bec3-4db3-9e79-eb8c3212749e-1568482866702@3c-app-gmx-bs69>
References:  <trinity-63fe34bf-bec3-4db3-9e79-eb8c3212749e-1568482866702@3c-app-gmx-bs69>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 14 Sep 2019 19:41:06 +0200
mj-mailinglist@gmx.de wrote:

> Building a jail from pkgbase packages after base r351858 shows this cap_mkdb message:
> 
> to create the jail this command is used:
> 
> pkg --rootdir /jails/test01 -o 'ASSUME_ALWAYS_YES=true' -o 'ABI=FreeBSD:13:amd64' install --repository FreeBSD-base FreeBSD-utilities FreeBSD-rc
> (note: FreeBSD-base is the repository name, not a package)
> 
> ...
> Checking integrity... done (0 conflicting)
> [1/20] Installing FreeBSD-clibs-13.0.s20190914152450...
> [1/20] Extracting FreeBSD-clibs-13.0.s20190914152450: .......... done
> [2/20] Installing FreeBSD-runtime-13.0.s20190914152450...
> [2/20] Extracting FreeBSD-runtime-13.0.s20190914152450: .......... done
> cap_mkdb: file argument: No such file or directory
> [3/20] Installing FreeBSD-utilities-13.0.s20190914152450...
> [3/20] Extracting FreeBSD-utilities-13.0.s20190914152450: .......... done
> [4/20] Installing FreeBSD-rc-13.0.s20190914152450...
> [4/20] Extracting FreeBSD-rc-13.0.s20190914152450: .......... done
> ...
> 
> This happens, after the login.conf file was moved into the Freebsd-utilities package.
> The order in which the packages are installed is problematic, since cap_mkdb is executed in step 2, the FreeBSD-runtime package installation,
> but the login.conf file is installed in step 3, the FreeBSD-utilities.
> 
> 
> I opened a bugreport: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240582
> 
> --
> Martin

 Hi,

 thanks for the report, it's now fixed in r352389.

-- 
Emmanuel Vadot <manu@bidouilliste.com> <manu@freebsd.org>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190916145237.f478506d1064b1349ca59376>