Re: pkg writing to /

2023-03-06 Thread Baptiste Daroussin
On Mon, Mar 06, 2023 at 09:57:55AM +0200, Daniel Braniss wrote: > is this true also for ‘pky update’? I don't understand the question here, pkg update does not do anything in / Best regards, Bapt > > the /compat was a problem, > it was a symlink /usr/local/compat and for some reason the mkdir >

Re: pkg writing to /

2023-03-06 Thread Tatsuki Makino
Hello. I'm planning on using mount -t nullfs /usr/compat /compat or something like that, but I'm wondering if anyone else is already doing this? :) Regards.

Re: pkg writing to /

2023-03-06 Thread Daniel Braniss
oh well, back to the drawing board. thanks, danny > On 6 Mar 2023, at 10:07, Baptiste Daroussin wrote: > > On Mon, Mar 06, 2023 at 09:57:55AM +0200, Daniel Braniss wrote: >> is this true also for ‘pky update’? > > I don't understand the question here, pkg update does not do anything in

armv7 lang/gcc12 "no bootstrap" build via system clang 15.0.7 based poudriere build ends up stuck in a small loop

2023-03-06 Thread Mark Millard
Under main that has clang 15.0.7, I've had to locally switch to using the likes of: OPTIONS_DEFAULT_armv7=STANDARD_BOOTSTRAP (to express it in Makefile terms) for lang/gcc12 in order to avoid the following. The no bootstrap build ends up stuck in small loop in partition_union (in cc1): (gdb) in

Re: Possible regression in "make all-depends-list"

2023-03-06 Thread Jan Martin Mikkelsen
Hi! > On 3. Mar 2023, at 17:35, Kurt Jaeger wrote: > > Hi! > On Thu, Mar 2, 2023 at 6:35 PM Jan Martin Mikkelsen wrote: > > Running “make all-depends-list” on the hs-pandoc port shows none of the > dependencies listed in the USE_CABAL variable in the Makefile. In the >

Re: pkg writing to /

2023-03-06 Thread Daniel Braniss
so I’m trying again with a read-only root, /var is zfs and writable bhv-10# pkg update Updating FreeBSD repository catalogue... Fetching meta.conf: 100%163 B 0.2kB/s00:01 Fetching packagesite.pkg: 100%7 MiB 1.4MB/s00:05 pkg: Error extracting the archive: 'Write error' p

Re: pkg writing to /

2023-03-06 Thread Eugene Grosbein
06.03.2023 18:15, Daniel Braniss wrote: > so I’m trying again with a read-only root, /var is zfs and writable > > bhv-10# pkg update > Updating FreeBSD repository catalogue... > Fetching meta.conf: 100%163 B 0.2kB/s00:01 > Fetching packagesite.pkg: 100%7 MiB 1.4MB/s00:05

circular dependency for devel/glib20

2023-03-06 Thread Robert Huff
Hello: Can anyone tell me why I'm getting this since yesterday? ===>>> Gathering dependency list for devel/glib20 from ports ===>>> Launching child to update glib-2.74.5,2 to glib-2.74.6,2 ===>>> glib-2.74.5,2 >> glib-2.74.5,2 >> glib-2.74.5,2 (2/1) ===>>> Currently installed version:

Re: pkg writing to /

2023-03-06 Thread Daniel Braniss
> On 6 Mar 2023, at 13:30, Eugene Grosbein wrote: > > 06.03.2023 18:15, Daniel Braniss wrote: > >> so I’m trying again with a read-only root, /var is zfs and writable >> >> bhv-10# pkg update >> Updating FreeBSD repository catalogue... >> Fetching meta.conf: 100%163 B 0.2kB/s00:01

Re: pkg writing to /

2023-03-06 Thread Eugene Grosbein
06.03.2023 20:11, Daniel Braniss wrote: >>> bhv-10# pkg update >>> Updating FreeBSD repository catalogue... >>> Fetching meta.conf: 100%163 B 0.2kB/s00:01 >>> Fetching packagesite.pkg: 100%7 MiB 1.4MB/s00:05 >>> pkg: Error extracting the archive: 'Write error' >>> pkg:

Re: pkg writing to /

2023-03-06 Thread Daniel Braniss
> On 6 Mar 2023, at 16:33, Eugene Grosbein wrote: > > 06.03.2023 20:11, Daniel Braniss wrote: > bhv-10# pkg update Updating FreeBSD repository catalogue... Fetching meta.conf: 100%163 B 0.2kB/s00:01 Fetching packagesite.pkg: 100%7 MiB 1.4MB/s00:05

Re: armv7 lang/gcc12 "no bootstrap" build via system clang 15.0.7 based poudriere build ends up stuck in a small loop

2023-03-06 Thread Lorenzo Salvadore
--- Original Message --- On Monday, March 6th, 2023 at 9:46 AM, Mark Millard wrote: > > > Under main that has clang 15.0.7, I've had to locally > switch to using the likes of: > > OPTIONS_DEFAULT_armv7=STANDARD_BOOTSTRAP > > (to express it in Makefile terms) for lang/gcc12 in order >

Unmaintained FreeBSD ports which are out of date

2023-03-06 Thread portscout
Dear port maintainers, The portscout new distfile checker has detected that one or more unmaintained ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. Please consider also adopting this po

Re: armv7 lang/gcc12 "no bootstrap" build via system clang 15.0.7 based poudriere build ends up stuck in a small loop

2023-03-06 Thread Mark Millard
On Mar 6, 2023, at 08:37, Lorenzo Salvadore wrote: > --- Original Message --- > On Monday, March 6th, 2023 at 9:46 AM, Mark Millard wrote: > > >> >> >> Under main that has clang 15.0.7, I've had to locally >> switch to using the likes of: >> >> OPTIONS_DEFAULT_armv7=STANDARD_BOOTST

Re: armv7 lang/gcc12 "no bootstrap" build via system clang 15.0.7 based poudriere build ends up stuck in a small loop

2023-03-06 Thread Mark Millard
[Some more context notes.] On Mar 6, 2023, at 09:12, Mark Millard wrote: > On Mar 6, 2023, at 08:37, Lorenzo Salvadore > wrote: > >> --- Original Message --- >> On Monday, March 6th, 2023 at 9:46 AM, Mark Millard >> wrote: >> >> >>> >>> >>> Under main that has clang 15.0.7, I've

Re: armv7 lang/gcc12 "no bootstrap" build via system clang 15.0.7 based poudriere build ends up stuck in a small loop

2023-03-06 Thread Mark Millard
[Backtrace added.] > On Mar 6, 2023, at 09:46, Mark Millard wrote: > > [Some more context notes.] > > On Mar 6, 2023, at 09:12, Mark Millard wrote: > >> On Mar 6, 2023, at 08:37, Lorenzo Salvadore >> wrote: >> >>> --- Original Message --- >>> On Monday, March 6th, 2023 at 9:46 AM,

Re: Unmaintained FreeBSD ports which are out of date

2023-03-06 Thread Dave Horsfall
On Mon, 6 Mar 2023, portsc...@freebsd.org wrote: [...] > +-+ > cad/ifcopenshell| 0.6.0 | > blenderbim-230306 > +-+

Re: Unmaintained FreeBSD ports which are out of date

2023-03-06 Thread Michael Gmelin
> On 6. Mar 2023, at 21:29, Dave Horsfall wrote: > > On Mon, 6 Mar 2023, portsc...@freebsd.org wrote: > > [...] > >> +-+ >> cad/ifcopenshell| 0.6.0 | >> blenderbim-230306 >

Re: armv7 lang/gcc12 "no bootstrap" build via system clang 15.0.7 based poudriere build ends up stuck in a small loop

2023-03-06 Thread Mark Millard
[devel/llvm16 use added: still gets stuck in my context.] On Mar 6, 2023, at 10:13, Mark Millard wrote: > [Backtrace added.] > >> On Mar 6, 2023, at 09:46, Mark Millard wrote: >> >> [Some more context notes.] >> >> On Mar 6, 2023, at 09:12, Mark Millard wrote: >> >>> On Mar 6, 2023, at 08:

Re: Unmaintained FreeBSD ports which are out of date

2023-03-06 Thread Shane Ambler
On 7/3/23 07:17, Michael Gmelin wrote: > > >> On 6. Mar 2023, at 21:29, Dave Horsfall wrote: >> >> On Mon, 6 Mar 2023, portsc...@freebsd.org wrote: >> >> [...] >> >>> +-+ >>> cad/ifcopenshell

Re: poudriere-devel based aarch64 llvm16-16.0.0.r3 build got: bad make -VBE_FREEBSD_PLIST_FILES result leads to "pkg-static: pkg_checksum_hash_sha256_file(read failed): Is a directory"

2023-03-06 Thread Brooks Davis
On Sun, Mar 05, 2023 at 07:48:33PM -0800, Mark Millard wrote: > I'm now doing my devel/llvm16 builds via the Makefile changes: > (leading or other whitespace may not be preserved) > > diff --git a/devel/llvm16/Makefile b/devel/llvm16/Makefile > index 42b2b24e..a1e4a3ab5f35 100644 > --- a/devel

Re: pkg insists on uninstalling NextCloud ...

2023-03-06 Thread Charlie Li
Kevin P. Neal wrote: Installed packages to be REMOVED: ImageMagick6-nox11: 6.9.12.65,1 nextcloud-calendar-php80: 4.1.0 nextcloud-contacts-php80: 5.0.1 nextcloud-php80: 25.0.1 nextcloud-talk-php80: 15.0.0 php80-pecl-imagick: 3.7.0 Installed packages

Re: pkg insists on uninstalling NextCloud ...

2023-03-06 Thread Matthias Fechner
Am 07.03.2023 um 02:27 schrieb Kevin P. Neal: Installed packages to be REMOVED: ImageMagick6-nox11: 6.9.12.65,1 nextcloud-calendar-php80: 4.1.0 nextcloud-contacts-php80: 5.0.1 nextcloud-php80: 25.0.1 nextcloud-talk-php80: 15.0.0 php80-pecl-imagick: