poudriere-devel based llvm16-16.0.0.r3 build got: "pkg-static: pkg_checksum_hash_sha256_file(read failed): Is a directory"

2023-03-05 Thread Mark Millard
My poudriere-devel based ports update got: === . . . ===> Building package for llvm16-16.0.0.r3 pkg-static: pkg_checksum_hash_sha256_file(read failed): Is a directory *** Error code 1 Stop. make: stopped in /usr/ports/devel/llvm16 FYI: This was my

Re: poudriere-devel based llvm16-16.0.0.r3 build got: "pkg-static: pkg_checksum_hash_sha256_file(read failed): Is a directory"

2023-03-05 Thread Tatsuki Makino
Hello. I saw it in python relations. It was due to differences between setuptools and distutils, etc. For example, bug 265203 of bugzilla. If not, I don't know :) Regards.

Re: poudriere-devel based llvm16-16.0.0.r3 build got: "pkg-static: pkg_checksum_hash_sha256_file(read failed): Is a directory"

2023-03-05 Thread Mark Millard
On Mar 5, 2023, at 00:03, Mark Millard wrote: > My poudriere-devel based ports update got: > > === > . . . > ===> Building package for llvm16-16.0.0.r3 > pkg-static: pkg_checksum_hash_sha256_file(read failed): Is a directory > *** Error code 1 >

Re: How do I determine the ABI string used by pkg?

2023-03-05 Thread Dan Langille
Ian Smith wrote on 3/5/23 12:09 AM: On 2 March 2023 6:50:13 pm AEDT, Mel Pilgrim wrote: > I need to determine the ABI string pkg uses on a given system, and > need to do so when there are no pkgs installed. # pkg -N -vv | grep ABI Will that install pkg "when there are no pkgs installed",

Re: How do I determine the ABI string used by pkg?

2023-03-05 Thread Kyle Evans
On Sat, Mar 4, 2023 at 11:10 PM Ian Smith wrote: > > On 2 March 2023 6:50:13 pm AEDT, Mel Pilgrim > wrote: > > I need to determine the ABI string pkg uses on a given system, and > > need to do so when there are no pkgs installed. > > # pkg -N -vv | grep ABI > > gets you ABI and ALTABI; the fo

Unmaintained FreeBSD ports which are out of date

2023-03-05 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: How do I determine the ABI string used by pkg?

2023-03-05 Thread Mark Millard
Mel Pilgrim wrote on Date: Thu, 02 Mar 2023 07:50:13 UTC : > I need to determine the ABI string pkg uses on a given system, and need > to do so when there are no pkgs installed. There may be more to that question than you are expecting and you may have to establish more about what you want (and

Re: How do I determine the ABI string used by pkg?

2023-03-05 Thread Mark Millard
On Mar 5, 2023, at 09:54, Mark Millard wrote: > Mel Pilgrim wrote on > Date: Thu, 02 Mar 2023 07:50:13 UTC : > >> I need to determine the ABI string pkg uses on a given system, and need >> to do so when there are no pkgs installed. > > There may be more to that question than you are expecting

Re: How do I determine the ABI string used by pkg?

2023-03-05 Thread Tatsuki Makino
Uh-huh? :) You are doing something that doesn't use pkg, so it is going into libpkg/pkg_elf.c, right?

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-05 Thread Mark Millard
[Looks like the problem is not on the pkg side of things. I adjusted the subject to indicate the newly identified context as well.] On Mar 5, 2023, at 01:52, Mark Millard wrote: > On Mar 5, 2023, at 00:03, Mark Millard wrote: > >> My poudriere-devel based ports update got: >> >> =

Re: pkg writing to /

2023-03-05 Thread Kevin Oberman
On Sat, Mar 4, 2023 at 11:37 PM Daniel Braniss wrote: > Hi, > how can I tell pkg not to write to /? in my case sometimes / > is mounted ro, and so for example pkg update failed, or > / - which is usually- kept as small as possible gets filled up, eg > by /.pkgtemp.compat.x/linux > > t

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-05 Thread Mark Millard
[I found a related partial edit in the llvm16 Makefile.] On Mar 5, 2023, at 15:53, Mark Millard wrote: > [Looks like the problem is not on the pkg side of things. > I adjusted the subject to indicate the newly identified > context as well.] > > On Mar 5, 2023, at 01:52, Mark Millard wrote: >

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-05 Thread Mark Millard
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/llvm16/Makefile +++ b/devel/llvm16/Makefile @@ -117,7 +117,7 @@ BE_STANDA

Re: pkg writing to /

2023-03-05 Thread Daniel Braniss
> On 6 Mar 2023, at 02:56, Kevin Oberman wrote: > > On Sat, Mar 4, 2023 at 11:37 PM Daniel Braniss > wrote: > Hi, > how can I tell pkg not to write to /? in my case sometimes / > is mounted ro, and so for example pkg update failed, or > / - which is usually-

Re: pkg writing to /

2023-03-05 Thread Baptiste Daroussin
On Sun, Mar 05, 2023 at 09:37:32AM +0200, Daniel Braniss wrote: > Hi, > how can I tell pkg not to write to /? in my case sometimes / > is mounted ro, and so for example pkg update failed, or > / - which is usually- kept as small as possible gets filled up, eg > by /.pkgtemp.compat.x/linu

Re: How do I determine the ABI string used by pkg?

2023-03-05 Thread Baptiste Daroussin
On Wed, Mar 01, 2023 at 11:50:13PM -0800, Mel Pilgrim wrote: > I need to determine the ABI string pkg uses on a given system, and need to > do so when there are no pkgs installed. pkg config ABI pkg config ALTABI > > I've read through libpkg/pkg_elf.c and I can see how it's reading ELF > headers

Re: pkg writing to /

2023-03-05 Thread Daniel Braniss
is this true also for ‘pky update’? the /compat was a problem, it was a symlink /usr/local/compat and for some reason the mkdir /compat/linux failed, i did as root ‘mkdir /usr/local/compat/linux’, and linux installed ok. danny > On 6 Mar 2023, at 09:52, Baptiste Daroussin wrote: > > On Sun, M