Re: FreeBSD-dtb, FreeBSD-syscons orphaned?
- In reply to: Mark Millard : "RE: FreeBSD-dtb, FreeBSD-syscons orphaned?"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 26 Oct 2024 04:51:14 UTC
On 26/10/2024 05:40, Mark Millard wrote:
>
> Lexi Winter <lexi_at_le-fay.org> wrote on
> Date: Sat, 26 Oct 2024 04:19:48 UTC :
>
>> Checking for out of date packages:
>> FreeBSD-dtb-15.snap20240917032829 orphaned: base
>> FreeBSD-syscons-15.snap20240917032829 orphaned: base
>>
>> have these packages been removed from base, or have i done something
>> wrong to cause them not to be built?
>>
>> i don't see anything relevent in /etc/src{,-env}.conf or /etc/make.conf.
> Based on what I currently find . . .
>
>
> *-dtb-* :
>
> https://pkg.freebsd.org/FreeBSD:15:aarch64/base_latest/FreeBSD-dtb-15.snap20241009162208.pkg
>
> https://pkg.freebsd.org/FreeBSD:15:armv7/base_latest/FreeBSD-dtb-15.snap20241009161500.pkg
>
> By contrast, https://pkg.freebsd.org/FreeBSD:15:amd64/base_latest/ does not have FreeBSD-dtb-* .
>
> So: Platform specific is a guess as to what might be going on for you.
makes sense that FreeBSD-dtb would not be available on amd64, as that
platform doesn't normally use DTB. however, i encountered this on arm64:
1!fuchsia ~% uname -v
FreeBSD 15.0-CURRENT #0 lf/main-n269062-8b0d50ee49b: Fri Oct 18 10:27:54
BST 2024
srcmastr@hemlock.eden.le-fay.org:/data/build/obj/freebsd/data/build/src/freebsd/lf/main/arm64.aarch64/sys/LF
2!fuchsia ~% pkg search FreeBSD-dtb
1? 3!fuchsia ~%
> *-syscons-* :
>
> https://pkg.freebsd.org/FreeBSD:15:amd64/base_latest/FreeBSD-syscons-data-15.snap20241009160717.pkg
>
> https://pkg.freebsd.org/FreeBSD:15:aarch64/base_latest/FreeBSD-syscons-data-15.snap20241009162208.pkg
>
> https://pkg.freebsd.org/FreeBSD:15:armv7/base_latest/FreeBSD-syscons-data-15.snap20241009161500.pkg
>
> So: *-syscons-data-*
so was FreeBSD-syscons removed and FreeBSD-syscons-data replaces it, or...?