Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Nov 2025 09:35:09 +0100 (CET)
From:      Ronald Klop <ronald-lists@klop.ws>
To:        Mark Millard <marklmi@yahoo.com>
Cc:        FreeBSD-STABLE Mailing List <freebsd-stable@freebsd.org>, Colin Percival <cperciva@freebsd.org>, FreeBSD-pkgbase@freebsd.org
Subject:   Re: Is there a reason that the various https://download.freebsd.org/ftp/releases/PKGBASE-REPOS/15.0-*/ do not have armv7?
Message-ID:  <1673006355.2342.1763627709833@localhost>
In-Reply-To: <0DD49193-6E35-45A7-AD45-2B4FB4B2A548@yahoo.com>
References:  <2F8667C4-BE76-47AE-938E-3CCEC61A830E.ref@yahoo.com> <2F8667C4-BE76-47AE-938E-3CCEC61A830E@yahoo.com> <52ee7e88-e70a-4711-b571-215f62834156@freebsd.org> <0DD49193-6E35-45A7-AD45-2B4FB4B2A548@yahoo.com>

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

[-- Attachment #1 --]
Van: Mark Millard <marklmi@yahoo.com>
Datum: woensdag, 19 november 2025 22:14
Aan: Colin Percival <cperciva@freebsd.org>, FreeBSD-pkgbase@freebsd.org, FreeBSD-STABLE Mailing List <freebsd-stable@freebsd.org>
Onderwerp: Re: Is there a reason that the various https://download.freebsd.org/ftp/releases/PKGBASE-REPOS/15.0-*/ do not have armv7?
> 
> On Nov 19, 2025, at 08:21, Colin Percival <cperciva@freebsd.org> wrote:
> 
> > On 11/19/25 08:05, Mark Millard wrote:
> >> The various:
> >> https://download.freebsd.org/ftp/releases/PKGBASE-REPOS/15.0-*/
> >> have: aarch64/ arm64/ powerpc64/ powerpc64le/ riscv64/
> >> So they include the tier 2 powerpc64 and powerpc64le but not
> >> the tier 2 armv7. Is that intentional?
> >
> > Sort of.  The pkgbase repos are built as part of the process of building
> > installer images, which we don't do for armv7; all we provide for armv7 is
> > a single embedded image.
> 
> 
> Does that mean that the default:
> 
> pkg+https://pkgbase.freebsd.org/FreeBSD:15:armv7/base_release_0/
> 
> (or whatever the details) will not work? Will that be
> documented/handled someplace?
> 
> Will armv7 folks wanting to try pkgbase need to cause the use of
> the likes of:
> 
> pkg+https://pkg.freebsd.org/FreeBSD:15:armv7/base_release_0/
> 
> instead? (kmods_latest_0 and kmodes_quarterly_0 too.)
> 
> 
> ===
> Mark Millard
> marklmi at yahoo.com
> 
>  
> 
> 
> 


Hi Mark,

This point doesn't fix your pkgbase issue, but mind that armv7 never had the "legacy" distribution sets (like base.txz, kernel.txz) either.

This directory https://download.freebsd.org/releases/arm64/aarch64/13.5-RELEASE/ is not available for armv7 https://download.freebsd.org/releases/arm/armv7/.
So it is not really a regression. It is more that having the distribution set/pkgbase build would be a new feature for armv7 releases.

BTW: in Jenkins the base.txz is generated so the building blocks are in place somewhere. Although I can't find pkgbase artifacts.
https://artifact.ci.freebsd.org/snapshot/16.0-CURRENT/latest/arm/armv7/

Regards,
Ronald.
 
[-- Attachment #2 --]
<html><head></head><body><br>
<p><strong>Van:</strong> Mark Millard &lt;marklmi@yahoo.com&gt;<br>
<strong>Datum:</strong> woensdag, 19 november 2025 22:14<br>
<strong>Aan:</strong> Colin Percival &lt;cperciva@freebsd.org&gt;, FreeBSD-pkgbase@freebsd.org, FreeBSD-STABLE Mailing List &lt;freebsd-stable@freebsd.org&gt;<br>
<strong>Onderwerp:</strong> Re: Is there a reason that the various https://download.freebsd.org/ftp/releases/PKGBASE-REPOS/15.0-*/ do not have armv7?</p>

<blockquote style="padding-right: 0px; padding-left: 5px; margin-left: 5px; border-left: #000000 2px solid; margin-right: 0px">
<div class="MessageRFC822Viewer" id="P">
<div class="TextPlainViewer" id="P.P">On Nov 19, 2025, at 08:21, Colin Percival &lt;cperciva@freebsd.org&gt; wrote:<br>
<br>
&gt; On 11/19/25 08:05, Mark Millard wrote:<br>
&gt;&gt; The various:<br>
&gt;&gt; <a href="https://download.freebsd.org/ftp/releases/PKGBASE-REPOS/15.0-*/">https://download.freebsd.org/ftp/releases/PKGBASE-REPOS/15.0-*/</a><br>;
&gt;&gt; have: aarch64/ arm64/ powerpc64/ powerpc64le/ riscv64/<br>
&gt;&gt; So they include the tier 2 powerpc64 and powerpc64le but not<br>
&gt;&gt; the tier 2 armv7. Is that intentional?<br>
&gt;<br>
&gt; Sort of. &nbsp;The pkgbase repos are built as part of the process of building<br>
&gt; installer images, which we don't do for armv7; all we provide for armv7 is<br>
&gt; a single embedded image.<br>
<br>
<br>
Does that mean that the default:<br>
<br>
pkg+<a href="https://pkgbase.freebsd.org/FreeBSD:15:armv7/base_release_0/">https://pkgbase.freebsd.org/FreeBSD:15:armv7/base_release_0/</a><br>;
<br>
(or whatever the details) will not work? Will that be<br>
documented/handled someplace?<br>
<br>
Will armv7 folks wanting to try pkgbase need to cause the use of<br>
the likes of:<br>
<br>
pkg+<a href="https://pkg.freebsd.org/FreeBSD:15:armv7/base_release_0/">https://pkg.freebsd.org/FreeBSD:15:armv7/base_release_0/</a><br>;
<br>
instead? (kmods_latest_0 and kmodes_quarterly_0 too.)<br>
<br>
<br>
===<br>
Mark Millard<br>
marklmi at yahoo.com<br>
<br>
&nbsp;</div>

<hr></div>
</blockquote>
<br>
<br>
Hi Mark,<br>
<br>
This point doesn't fix your pkgbase issue, but mind that armv7 never had the "legacy" distribution sets (like base.txz, kernel.txz) either.<br>
<br>
This directory https://download.freebsd.org/releases/arm64/aarch64/13.5-RELEASE/ is not available for armv7&nbsp;https://download.freebsd.org/releases/arm/armv7/.<br>;
So it is not really a regression. It is more that having the distribution set/pkgbase build would be a new feature for armv7 releases.<br>
<br>
BTW: in Jenkins the base.txz is generated so the building blocks are in place somewhere. Although I can't find pkgbase artifacts.<br>
https://artifact.ci.freebsd.org/snapshot/16.0-CURRENT/latest/arm/armv7/<br>;
<br>
Regards,<br>
Ronald.<br>
&nbsp;</body></html>

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