Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Mar 2026 09:09:25 +0100
From:      =?UTF-8?Q?Fernando_Apestegu=C3=ADa?= <fernape@freebsd.org>
To:        Cy Schubert <Cy.Schubert@cschubert.com>
Cc:        Daroussin <bapt@freebsd.org>, Vladimir Druzenko <vvd@freebsd.org>, ports-committers@freebsd.org,  dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org
Subject:   Re: git: 513318c5d748 - main - ports-mgmt/pkg: update to 2.6.0
Message-ID:  <CAGwOe2biPUu3CSL2HHPAS_VgyYtmV5wiwX=7XcRwPAdrj76Low@mail.gmail.com>
In-Reply-To: <20260303062924.1FB2112D@slippy.cwsent.com>
References:  <69a5c6d9.3c55e.b9459b1@gitrepo.freebsd.org> <9c9fa1eb-29fa-4d5d-a385-f7c134ff82ea@freebsd.org> <E1763356-B984-435B-93CC-FFAB6997FE43@FreeBSD.org> <20260303062924.1FB2112D@slippy.cwsent.com>

index | next in thread | previous in thread | raw e-mail

[-- Attachment #1 --]
On Tue, Mar 3, 2026 at 7:29 AM Cy Schubert <Cy.Schubert@cschubert.com>
wrote:

> In message <E1763356-B984-435B-93CC-FFAB6997FE43@FreeBSD.org>, Daroussin
> writes
> :
> >
> >
> > Le 2 mars 2026 20:30:05 GMT+01:00, Vladimir Druzenko <vvd@freebsd=2Eorg>
> a=
> >  =C3=A9crit=C2=A0:
> > >Hello!
> > >
> > >02=2E03=2E2026 20:20, Baptiste Daroussin =D0=BF=D0=B8=D1=88=D0=B5=D1=82:
> > >> The branch main has been updated by bapt:
> > >>=20
> > >> URL: https://cgit
> =2EFreeBSD=2Eorg/ports/commit/?id=3D513318c5d7487c5d47=
> > a91651bfbe8e08edc3ff42
> > >>=20
> > >> commit 513318c5d7487c5d47a91651bfbe8e08edc3ff42
> > >> Author:     Baptiste Daroussin <bapt@FreeBSD=2Eorg>
> > >> AuthorDate: 2026-03-02 17:18:16 +0000
> > >> Commit:     Baptiste Daroussin <bapt@FreeBSD=2Eorg>
> > >> CommitDate: 2026-03-02 17:20:16 +0000
> > >>=20
> > >>      ports-mgmt/pkg: update to 2=2E6=2E0
> > >>           Major Changes
> > >>           * create: use -t to specify the timestamp for the manifest
> fi=
> > le=2E
> > >>      * fetch: add -s/--sumlink option for mirror mode
> > >>      * triggers: only defer triggers when the need to execute an
> extern=
> > al program
> > >>      * db: enable WAL mode for local databases
> > >>      * query: add support for query evaluation of complex attributes
> > >>      * libpkg: store ignored shlibs in manifest and db
> > >>      * libpkg: respect ignred shlibs for BACKUP_LIBRARIES
> > >>      * drastically reduce memory usage for all operations
> > >>      * fix reproducible build issue
> > >>      * autoremove: fix deletion order
> > >>      * lots of documentation updates
> > >>           Other Changes
> > >>           * use C23 __has_include to reduce configure checks
> > >>      * fix issue hiding the unit in progress bar
> > >>      * if for anyreason the extraction rename failed, keep the file
> aro=
> > und with a =2Epkgnew suffix
> > >>      * plenty of fixes in the upgrade decision process
> > >>      * plenty of corner cases crash fixed
> > >>      * prevent fetching a file twice
> > >> ---
> > >>   ports-mgmt/pkg/Makefile  | 2 +-
> > >>   ports-mgmt/pkg/distinfo  | 6 +++---
> > >>   ports-mgmt/pkg/pkg-plist | 2 ++
> > >>   3 files changed, 6 insertions(+), 4 deletions(-)
> > >>=20
> > >> diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile
> > >> index 9cea6e2a885b=2E=2Ee391d8a6759d 100644
> > >> --- a/ports-mgmt/pkg/Makefile
> > >> +++ b/ports-mgmt/pkg/Makefile
> > >> @@ -1,5 +1,5 @@
> > >>   PORTNAME=3D      pkg
> > >> -DISTVERSION=3D    2=2E5=2E1
> > >> +DISTVERSION=3D    2=2E6=2E0
> > >>   _PKG_VERSION=3D  ${DISTVERSION}
> > >>   CATEGORIES=3D    ports-mgmt
> > >>   diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo
> > >> index 00bfef22dd7d=2E=2E3ccd1a59316c 100644
> > >> --- a/ports-mgmt/pkg/distinfo
> > >> +++ b/ports-mgmt/pkg/distinfo
> > >> @@ -1,3 +1,3 @@
> > >> -TIMESTAMP =3D 1766485622
> > >> -SHA256 (freebsd-pkg-2=2E5=2E1_GH0=2Etar=2Egz) =3D
> 05aa40cc01e48e4933b7=
> > a96a996831b3215de18558a16f48859417b183b1c19b
> > >> -SIZE (freebsd-pkg-2=2E5=2E1_GH0=2Etar=2Egz) =3D 16511454
> > >> +TIMESTAMP =3D 1772471682
> > >> +SHA256 (freebsd-pkg-2=2E6=2E0_GH0=2Etar=2Egz) =3D
> 2a0f05a79e13cd7c996f=
> > 93979eb3156ae96c32394cff1677394c6c3c6fdf6f92
> > >> +SIZE (freebsd-pkg-2=2E6=2E0_GH0=2Etar=2Egz) =3D 16517834
> > >> diff --git a/ports-mgmt/pkg/pkg-plist b/ports-mgmt/pkg/pkg-plist
> > >> index 7b5f70ad6c94=2E=2E8f3ca495cb16 100644
> > >> --- a/ports-mgmt/pkg/pkg-plist
> > >> +++ b/ports-mgmt/pkg/pkg-plist
> > >> @@ -36,10 +36,12 @@ share/man/man8/pkg-config=2E8=2Egz
> > >>   share/man/man8/pkg-create=2E8=2Egz
> > >>   share/man/man8/pkg-delete=2E8=2Egz
> > >>   share/man/man8/pkg-fetch=2E8=2Egz
> > >> +share/man/man8/pkg-help=2E8=2Egz
> > >>   share/man/man8/pkg-info=2E8=2Egz
> > >>   share/man/man8/pkg-install=2E8=2Egz
> > >>   share/man/man8/pkg-key=2E8=2Egz
> > >>   share/man/man8/pkg-lock=2E8=2Egz
> > >> +share/man/man8/pkg-plugins=2E8=2Egz
> > >>   share/man/man8/pkg-query=2E8=2Egz
> > >>   share/man/man8/pkg-register=2E8=2Egz
> > >>   share/man/man8/pkg-remove=2E8=2Egz
> > >
> > >After this update portmaster is totally broken=2E
> > >It removes a lot of ports instead of updated only one=2E
> > >I tested with previous pkg 2=2E5=2E1 and just updated portmaster 3=2E33
> -=
> >  work as expected=2E
> > >But pkg 2=2E6=2E0 breaks the system - look at example:
> > >
> > >> =3D=3D=3D>>> Creating a backup package for old version
> bash-completion-=
> > 2=2E17=2E0_1,2
> > >> Creating package for bash-completion-2=2E17=2E0_1,2
> > >> Checking integrity=2E=2E=2E done (0 conflicting)
> > >> Deinstallation has been requested for the following 3 packages (of 0
> pa=
> > ckages in the universe):
> > >>=20
> > >> Installed packages to be REMOVED:
> > >> =C2=A0 =C2=A0 =C2=A0 =C2=A0 bash-completion: 2=2E17=2E0_1,2
> > >These lines shouldn't be here: {
> > >> =C2=A0 =C2=A0 =C2=A0 =C2=A0 lives: 3=2E2=2E0_26
> > >> =C2=A0 =C2=A0 =C2=A0 =C2=A0 x264: 0=2E164=2E3095_3
> > >}
> > >>=20
> > >> Number of packages to be removed: 3
> > >>=20
> > >> The operation will free 10 MiB=2E
> > >> [1/3] Deinstalling lives-3=2E2=2E0_26=2E=2E=2E
> > >> [1/3] Deleting files for lives-3=2E2=2E0_26: 100%
> > >> [2/3] Deinstalling x264-0=2E164=2E3095_3=2E=2E=2E
> > >> [2/3] Deleting files for x264-0=2E164=2E3095_3: 100%
> > >> [3/3] Deinstalling bash-completion-2=2E17=2E0_1,2=2E=2E=2E
> > >> [3/3] Deleting files for bash-completion-2=2E17=2E0_1,2: 100%
> > >> =3D=3D> Running trigger: desktop-file-utils=2Eucl
> > >> Building cache database of MIME types
> > >> =3D=3D> Running trigger: gtk-update-icon-cache=2Eucl
> > >> Generating GTK icon cache for /usr/local/share/icons/hicolor
> > >>=20
> > >> =3D=3D=3D>=C2=A0 Installing for bash-completion-2=2E17=2E0_1,2
> > >> =3D=3D=3D>=C2=A0 Checking if bash-completion is already installed
> > >> =3D=3D=3D>=C2=A0 =C2=A0Registering installation for bash-completion-2=
> > =2E17=2E0_1,2
> > >> Installing bash-completion-2=2E17=2E0_1,2=2E=2E=2E
> > >> To enable the bash completion library, add the following to
> > >> your =2Ebashrc file:
> > >>=20
> > >> [[ $PS1 && -f /usr/local/share/bash-completion/bash_completion=2Esh
> ]] =
> > && \
> > >> =C2=A0 =C2=A0 =C2=A0 =C2=A0 source
> /usr/local/share/bash-completion/bas=
> > h_completion=2Esh
> > >>=20
> > >> See /usr/local/share/doc/bash-completion/README=2Emd for more
> informati=
> > on=2E
> > >>=20
> > >>=20
> > >> =3D=3D=3D>>> Waiting for background 'make clean' processes to finish
> > >>=20
> > >> =3D=3D=3D>>> pkg-message for bash-completion-2=2E17=2E0_1,2
> > >> On install:
> > >> To enable the bash completion library, add the following to
> > >> your =2Ebashrc file:
> > >>=20
> > >> [[ $PS1 && -f /usr/local/share/bash-completion/bash_completion=2Esh
> ]] =
> > && \
> > >> =C2=A0 =C2=A0 =C2=A0 =C2=A0 source
> /usr/local/share/bash-completion/bas=
> > h_completion=2Esh
> > >>=20
> > >> See /usr/local/share/doc/bash-completion/README=2Emd for more
> informati=
> > on=2E
> > >>=20
> > >> =3D=3D=3D>>> Done displaying pkg-message files
> > >>=20
> > >> =3D=3D=3D>>> Re-installation of bash-completion-2=2E17=2E0_1,2
> complete
> > >
> >
> >
> > thabks for the report, I may have an idea of what could cause this issue
> b=
> > ut I first need to check portmaster code to understand what it does
>
> The regression is with the -f / --force flag. The force flag now defaults
> to recursive whereas before it did not.
>

Am I correct assuming I'm affected by this when running a poudriere
testport?

=>> Error: Filesystem touched during build:
extra: var/db/pkg/local.sqlite-wal
extra: var/db/pkg/local.sqlite-shm

How can I fix/workaround it?

Best regards.


>
> >
> > best regards,
> > Bapt
> >
>
>
> --
> Cheers,
> Cy Schubert <Cy.Schubert@cschubert.com>
> FreeBSD UNIX:  <cy@FreeBSD.org>   Web:  https://FreeBSD.org
> NTP:           <cy@nwtime.org>    Web:  https://nwtime.org
>
>                         e**(i*pi)+1=0
>
>
>
>

[-- Attachment #2 --]
<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Tue, Mar 3, 2026 at 7:29 AM Cy Schubert &lt;<a href="mailto:Cy.Schubert@cschubert.com">Cy.Schubert@cschubert.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">In message &lt;E1763356-B984-435B-93CC-FFAB6997FE43@FreeBSD.org&gt;, Daroussin <br>
writes<br>
:<br>
&gt; <br>
&gt;<br>
&gt; Le 2 mars 2026 20:30:05 GMT+01:00, Vladimir Druzenko &lt;vvd@freebsd=2Eorg&gt; a=<br>
&gt;  =C3=A9crit=C2=A0:<br>
&gt; &gt;Hello!<br>
&gt; &gt;<br>
&gt; &gt;02=2E03=2E2026 20:20, Baptiste Daroussin =D0=BF=D0=B8=D1=88=D0=B5=D1=82:<br>
&gt; &gt;&gt; The branch main has been updated by bapt:<br>
&gt; &gt;&gt;=20<br>
&gt; &gt;&gt; URL: <a href="https://cgit" rel="noreferrer" target="_blank">https://cgit</a>=2EFreeBSD=2Eorg/ports/commit/?id=3D513318c5d7487c5d47=<br>;
&gt; a91651bfbe8e08edc3ff42<br>
&gt; &gt;&gt;=20<br>
&gt; &gt;&gt; commit 513318c5d7487c5d47a91651bfbe8e08edc3ff42<br>
&gt; &gt;&gt; Author:     Baptiste Daroussin &lt;bapt@FreeBSD=2Eorg&gt;<br>
&gt; &gt;&gt; AuthorDate: 2026-03-02 17:18:16 +0000<br>
&gt; &gt;&gt; Commit:     Baptiste Daroussin &lt;bapt@FreeBSD=2Eorg&gt;<br>
&gt; &gt;&gt; CommitDate: 2026-03-02 17:20:16 +0000<br>
&gt; &gt;&gt;=20<br>
&gt; &gt;&gt;      ports-mgmt/pkg: update to 2=2E6=2E0<br>
&gt; &gt;&gt;           Major Changes<br>
&gt; &gt;&gt;           * create: use -t to specify the timestamp for the manifest fi=<br>
&gt; le=2E<br>
&gt; &gt;&gt;      * fetch: add -s/--sumlink option for mirror mode<br>
&gt; &gt;&gt;      * triggers: only defer triggers when the need to execute an extern=<br>
&gt; al program<br>
&gt; &gt;&gt;      * db: enable WAL mode for local databases<br>
&gt; &gt;&gt;      * query: add support for query evaluation of complex attributes<br>
&gt; &gt;&gt;      * libpkg: store ignored shlibs in manifest and db<br>
&gt; &gt;&gt;      * libpkg: respect ignred shlibs for BACKUP_LIBRARIES<br>
&gt; &gt;&gt;      * drastically reduce memory usage for all operations<br>
&gt; &gt;&gt;      * fix reproducible build issue<br>
&gt; &gt;&gt;      * autoremove: fix deletion order<br>
&gt; &gt;&gt;      * lots of documentation updates<br>
&gt; &gt;&gt;           Other Changes<br>
&gt; &gt;&gt;           * use C23 __has_include to reduce configure checks<br>
&gt; &gt;&gt;      * fix issue hiding the unit in progress bar<br>
&gt; &gt;&gt;      * if for anyreason the extraction rename failed, keep the file aro=<br>
&gt; und with a =2Epkgnew suffix<br>
&gt; &gt;&gt;      * plenty of fixes in the upgrade decision process<br>
&gt; &gt;&gt;      * plenty of corner cases crash fixed<br>
&gt; &gt;&gt;      * prevent fetching a file twice<br>
&gt; &gt;&gt; ---<br>
&gt; &gt;&gt;   ports-mgmt/pkg/Makefile  | 2 +-<br>
&gt; &gt;&gt;   ports-mgmt/pkg/distinfo  | 6 +++---<br>
&gt; &gt;&gt;   ports-mgmt/pkg/pkg-plist | 2 ++<br>
&gt; &gt;&gt;   3 files changed, 6 insertions(+), 4 deletions(-)<br>
&gt; &gt;&gt;=20<br>
&gt; &gt;&gt; diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile<br>
&gt; &gt;&gt; index 9cea6e2a885b=2E=2Ee391d8a6759d 100644<br>
&gt; &gt;&gt; --- a/ports-mgmt/pkg/Makefile<br>
&gt; &gt;&gt; +++ b/ports-mgmt/pkg/Makefile<br>
&gt; &gt;&gt; @@ -1,5 +1,5 @@<br>
&gt; &gt;&gt;   PORTNAME=3D      pkg<br>
&gt; &gt;&gt; -DISTVERSION=3D    2=2E5=2E1<br>
&gt; &gt;&gt; +DISTVERSION=3D    2=2E6=2E0<br>
&gt; &gt;&gt;   _PKG_VERSION=3D  ${DISTVERSION}<br>
&gt; &gt;&gt;   CATEGORIES=3D    ports-mgmt<br>
&gt; &gt;&gt;   diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo<br>
&gt; &gt;&gt; index 00bfef22dd7d=2E=2E3ccd1a59316c 100644<br>
&gt; &gt;&gt; --- a/ports-mgmt/pkg/distinfo<br>
&gt; &gt;&gt; +++ b/ports-mgmt/pkg/distinfo<br>
&gt; &gt;&gt; @@ -1,3 +1,3 @@<br>
&gt; &gt;&gt; -TIMESTAMP =3D 1766485622<br>
&gt; &gt;&gt; -SHA256 (freebsd-pkg-2=2E5=2E1_GH0=2Etar=2Egz) =3D 05aa40cc01e48e4933b7=<br>
&gt; a96a996831b3215de18558a16f48859417b183b1c19b<br>
&gt; &gt;&gt; -SIZE (freebsd-pkg-2=2E5=2E1_GH0=2Etar=2Egz) =3D 16511454<br>
&gt; &gt;&gt; +TIMESTAMP =3D 1772471682<br>
&gt; &gt;&gt; +SHA256 (freebsd-pkg-2=2E6=2E0_GH0=2Etar=2Egz) =3D 2a0f05a79e13cd7c996f=<br>
&gt; 93979eb3156ae96c32394cff1677394c6c3c6fdf6f92<br>
&gt; &gt;&gt; +SIZE (freebsd-pkg-2=2E6=2E0_GH0=2Etar=2Egz) =3D 16517834<br>
&gt; &gt;&gt; diff --git a/ports-mgmt/pkg/pkg-plist b/ports-mgmt/pkg/pkg-plist<br>
&gt; &gt;&gt; index 7b5f70ad6c94=2E=2E8f3ca495cb16 100644<br>
&gt; &gt;&gt; --- a/ports-mgmt/pkg/pkg-plist<br>
&gt; &gt;&gt; +++ b/ports-mgmt/pkg/pkg-plist<br>
&gt; &gt;&gt; @@ -36,10 +36,12 @@ share/man/man8/pkg-config=2E8=2Egz<br>
&gt; &gt;&gt;   share/man/man8/pkg-create=2E8=2Egz<br>
&gt; &gt;&gt;   share/man/man8/pkg-delete=2E8=2Egz<br>
&gt; &gt;&gt;   share/man/man8/pkg-fetch=2E8=2Egz<br>
&gt; &gt;&gt; +share/man/man8/pkg-help=2E8=2Egz<br>
&gt; &gt;&gt;   share/man/man8/pkg-info=2E8=2Egz<br>
&gt; &gt;&gt;   share/man/man8/pkg-install=2E8=2Egz<br>
&gt; &gt;&gt;   share/man/man8/pkg-key=2E8=2Egz<br>
&gt; &gt;&gt;   share/man/man8/pkg-lock=2E8=2Egz<br>
&gt; &gt;&gt; +share/man/man8/pkg-plugins=2E8=2Egz<br>
&gt; &gt;&gt;   share/man/man8/pkg-query=2E8=2Egz<br>
&gt; &gt;&gt;   share/man/man8/pkg-register=2E8=2Egz<br>
&gt; &gt;&gt;   share/man/man8/pkg-remove=2E8=2Egz<br>
&gt; &gt;<br>
&gt; &gt;After this update portmaster is totally broken=2E<br>
&gt; &gt;It removes a lot of ports instead of updated only one=2E<br>
&gt; &gt;I tested with previous pkg 2=2E5=2E1 and just updated portmaster 3=2E33 -=<br>
&gt;  work as expected=2E<br>
&gt; &gt;But pkg 2=2E6=2E0 breaks the system - look at example:<br>
&gt; &gt;<br>
&gt; &gt;&gt; =3D=3D=3D&gt;&gt;&gt; Creating a backup package for old version bash-completion-=<br>
&gt; 2=2E17=2E0_1,2<br>
&gt; &gt;&gt; Creating package for bash-completion-2=2E17=2E0_1,2<br>
&gt; &gt;&gt; Checking integrity=2E=2E=2E done (0 conflicting)<br>
&gt; &gt;&gt; Deinstallation has been requested for the following 3 packages (of 0 pa=<br>
&gt; ckages in the universe):<br>
&gt; &gt;&gt;=20<br>
&gt; &gt;&gt; Installed packages to be REMOVED:<br>
&gt; &gt;&gt; =C2=A0 =C2=A0 =C2=A0 =C2=A0 bash-completion: 2=2E17=2E0_1,2<br>
&gt; &gt;These lines shouldn&#39;t be here: {<br>
&gt; &gt;&gt; =C2=A0 =C2=A0 =C2=A0 =C2=A0 lives: 3=2E2=2E0_26<br>
&gt; &gt;&gt; =C2=A0 =C2=A0 =C2=A0 =C2=A0 x264: 0=2E164=2E3095_3<br>
&gt; &gt;}<br>
&gt; &gt;&gt;=20<br>
&gt; &gt;&gt; Number of packages to be removed: 3<br>
&gt; &gt;&gt;=20<br>
&gt; &gt;&gt; The operation will free 10 MiB=2E<br>
&gt; &gt;&gt; [1/3] Deinstalling lives-3=2E2=2E0_26=2E=2E=2E<br>
&gt; &gt;&gt; [1/3] Deleting files for lives-3=2E2=2E0_26: 100%<br>
&gt; &gt;&gt; [2/3] Deinstalling x264-0=2E164=2E3095_3=2E=2E=2E<br>
&gt; &gt;&gt; [2/3] Deleting files for x264-0=2E164=2E3095_3: 100%<br>
&gt; &gt;&gt; [3/3] Deinstalling bash-completion-2=2E17=2E0_1,2=2E=2E=2E<br>
&gt; &gt;&gt; [3/3] Deleting files for bash-completion-2=2E17=2E0_1,2: 100%<br>
&gt; &gt;&gt; =3D=3D&gt; Running trigger: desktop-file-utils=2Eucl<br>
&gt; &gt;&gt; Building cache database of MIME types<br>
&gt; &gt;&gt; =3D=3D&gt; Running trigger: gtk-update-icon-cache=2Eucl<br>
&gt; &gt;&gt; Generating GTK icon cache for /usr/local/share/icons/hicolor<br>
&gt; &gt;&gt;=20<br>
&gt; &gt;&gt; =3D=3D=3D&gt;=C2=A0 Installing for bash-completion-2=2E17=2E0_1,2<br>
&gt; &gt;&gt; =3D=3D=3D&gt;=C2=A0 Checking if bash-completion is already installed<br>
&gt; &gt;&gt; =3D=3D=3D&gt;=C2=A0 =C2=A0Registering installation for bash-completion-2=<br>
&gt; =2E17=2E0_1,2<br>
&gt; &gt;&gt; Installing bash-completion-2=2E17=2E0_1,2=2E=2E=2E<br>
&gt; &gt;&gt; To enable the bash completion library, add the following to<br>
&gt; &gt;&gt; your =2Ebashrc file:<br>
&gt; &gt;&gt;=20<br>
&gt; &gt;&gt; [[ $PS1 &amp;&amp; -f /usr/local/share/bash-completion/bash_completion=2Esh ]] =<br>
&gt; &amp;&amp; \<br>
&gt; &gt;&gt; =C2=A0 =C2=A0 =C2=A0 =C2=A0 source /usr/local/share/bash-completion/bas=<br>
&gt; h_completion=2Esh<br>
&gt; &gt;&gt;=20<br>
&gt; &gt;&gt; See /usr/local/share/doc/bash-completion/README=2Emd for more informati=<br>
&gt; on=2E<br>
&gt; &gt;&gt;=20<br>
&gt; &gt;&gt;=20<br>
&gt; &gt;&gt; =3D=3D=3D&gt;&gt;&gt; Waiting for background &#39;make clean&#39; processes to finish<br>
&gt; &gt;&gt;=20<br>
&gt; &gt;&gt; =3D=3D=3D&gt;&gt;&gt; pkg-message for bash-completion-2=2E17=2E0_1,2<br>
&gt; &gt;&gt; On install:<br>
&gt; &gt;&gt; To enable the bash completion library, add the following to<br>
&gt; &gt;&gt; your =2Ebashrc file:<br>
&gt; &gt;&gt;=20<br>
&gt; &gt;&gt; [[ $PS1 &amp;&amp; -f /usr/local/share/bash-completion/bash_completion=2Esh ]] =<br>
&gt; &amp;&amp; \<br>
&gt; &gt;&gt; =C2=A0 =C2=A0 =C2=A0 =C2=A0 source /usr/local/share/bash-completion/bas=<br>
&gt; h_completion=2Esh<br>
&gt; &gt;&gt;=20<br>
&gt; &gt;&gt; See /usr/local/share/doc/bash-completion/README=2Emd for more informati=<br>
&gt; on=2E<br>
&gt; &gt;&gt;=20<br>
&gt; &gt;&gt; =3D=3D=3D&gt;&gt;&gt; Done displaying pkg-message files<br>
&gt; &gt;&gt;=20<br>
&gt; &gt;&gt; =3D=3D=3D&gt;&gt;&gt; Re-installation of bash-completion-2=2E17=2E0_1,2 complete<br>
&gt; &gt;<br>
&gt;<br>
&gt;<br>
&gt; thabks for the report, I may have an idea of what could cause this issue b=<br>
&gt; ut I first need to check portmaster code to understand what it does<br>
<br>
The regression is with the -f / --force flag. The force flag now defaults <br>
to recursive whereas before it did not.<br></blockquote><div><br></div><div>Am I correct assuming I&#39;m affected by this when running a poudriere testport?</div><div><br></div><div>=&gt;&gt; Error: Filesystem touched during build:<br>extra: var/db/pkg/local.sqlite-wal<br>extra: var/db/pkg/local.sqlite-shm<br><br></div><div>How can I fix/workaround it?</div><div><br></div><div>Best regards.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
&gt;<br>
&gt; best regards,<br>
&gt; Bapt<br>
&gt;<br>
<br>
<br>
-- <br>
Cheers,<br>
Cy Schubert &lt;<a href="mailto:Cy.Schubert@cschubert.com" target="_blank">Cy.Schubert@cschubert.com</a>&gt;<br>
FreeBSD UNIX:  &lt;cy@FreeBSD.org&gt;   Web:  <a href="https://FreeBSD.org" rel="noreferrer" target="_blank">https://FreeBSD.org</a><br>;
NTP:           &lt;<a href="mailto:cy@nwtime.org" target="_blank">cy@nwtime.org</a>&gt;    Web:  <a href="https://nwtime.org" rel="noreferrer" target="_blank">https://nwtime.org</a><br>;
<br>
                        e**(i*pi)+1=0<br>
<br>
<br>
<br>
</blockquote></div></div>
home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGwOe2biPUu3CSL2HHPAS_VgyYtmV5wiwX=7XcRwPAdrj76Low>