Re: list of valid ABI combinations
- In reply to: Dan Langille: "Re: list of valid ABI combinations"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Dec 2023 02:15:04 UTC
On Dec 10, 2023, at 16:58, Dan Langille <dan@langille.org> wrote: > On Sun, Dec 10, 2023, at 7:27 PM, Mark Millard wrote: >> On Dec 9, 2023, at 10:02, Dan Langille <dan@langille.org> wrote: >> >>>>>> >>>>>> . . . >>>>> >>>>> The name list in the middle (/bin/sh context): >>>>> >>>>> # fetch https://pkg.freebsd.org/index.html >>>>> index.html 3606 B 103 MBps 00s >>>>> >>>>> # grep FreeBSD: index.html | sed -e 's@.*\(FreeBSD:[^ <]*\).*@\1@' | sort >>>>> FreeBSD:12:aarch64 >>>>> FreeBSD:12:amd64 >>>>> FreeBSD:12:armv6 >>>>> FreeBSD:12:armv7 >>>>> FreeBSD:12:i386 >>>>> FreeBSD:13:aarch64 >>>>> FreeBSD:13:amd64 >>>>> FreeBSD:13:armv6 >>>>> FreeBSD:13:armv7 >>>>> FreeBSD:13:i386 >>>>> FreeBSD:13:powerpc >>>>> FreeBSD:13:powerpc64 >>>>> FreeBSD:13:powerpc64le >>>>> FreeBSD:14:aarch64 >>>>> FreeBSD:14:amd64 >>>>> FreeBSD:14:armv6 >>>>> FreeBSD:14:armv7 >>>>> FreeBSD:14:i386 >>>>> FreeBSD:14:powerpc >>>>> FreeBSD:14:powerpc64 >>>>> FreeBSD:14:powerpc64le >>>>> FreeBSD:15:aarch64 >>>>> FreeBSD:15:amd64 >>>>> FreeBSD:15:armv6 >>>>> FreeBSD:15:armv7 >>>>> FreeBSD:15:i386 >>>>> FreeBSD:15:powerpc >>>>> FreeBSD:15:powerpc64 >>>>> FreeBSD:15:powerpc64le >> > . . . >> The various FreeBSD:*:mips64 still show up (version numbers >> being "-") but are not in the list above. > > I suspect mips was added for 13 and 14 because the ABI for 12 existed. > >> There are also FreeBSD:12:mips , FreeBSD:13:mips , and >> FreeBSD:14:mips (32-bit mips) showing (version numbers being "-"). >> (No 32 bit mips shown for FreeBSD:15:* .) > > I think you're saying remove mips. :) True. Using https://pkg-status.freebsd.org/?all=1&type=package and searching for mips reports that the most recent build was: quarterly for 130releng-mips64 Sat, 23 Jul 2022 01:41:13 GMT. (But nothing built.) The most recent that actually built something: main-mips64 Thu, 27 Jan 2022 02:30:02 GMT As far as 32-bit mips goes, the most recent is: quarterly 121mips Thu, 31 Dec 2020 01:03:30 GMT It did build something. So, none of the FreeBSD:*:mips* variants are likely needed for FreshPorts any more. As a separate note: https://pkg-status.freebsd.org/?all=1&type=package does not cover any modern powerpc, powerpc64, or powerpc64le build. They are using some other process that is not exposed (as far as I know). So, for the various powerpc* I can only look in the various examples of the patterns: https://pkg.freebsd.org/FreeBSD:*:powerpc*/quarterly/ <https://pkg.freebsd.org/FreeBSD::powerpc*/quarterly/> https://pkg.freebsd.org/FreeBSD:*:powerpc*/latest/ linked to at https://pkg.freebsd.org/ and see what dates (if any) show up. That is how I found the fairly recent dates that I reported. === Mark Millard marklmi at yahoo.com