details of beefy12 poudriere jail pkg build environments

Jan Beich jbeich at FreeBSD.org
Fri Dec 1 18:47:06 UTC 2017


(disclaimer: only portmgr@ knows enough details how builds are done)

Oliver Schonrock <oliver at schonrocks.com> writes:

> I am not familiar with the intricacies of how the relevant package is
> selected. Looking at this page again:
>
> https://pkg-status.freebsd.org/

Only builds from "Type: package" are uploaded to pkg.freebsd.org.
Packages are built on the *oldest* supported release for a given branch.
Until a day ago packages for 11.* were built on 11.0 which has Clang 3.8
in base. The next build should happen on 11.1 which has Clang 4.0.

> Not sure how you got from there to the link for the actual package

Click on poudriere icon[1] that leads to beefy* hosts. If some don't
open try a IPv6-proxy.

[1] https://pkg-status.freebsd.org/static/poudriere.png

> Is there any way I can tell my local pkg to install only from repos
> which have been built under 11.1 , eg:

Probably not. pkg doesn't seem to track ABI of minor FreeBSD releases.

$ pkg -vv | fgrep ABI
ABI = "FreeBSD:11:amd64";
ALTABI = "freebsd:11:x86:64";


More information about the freebsd-ports mailing list