From owner-freebsd-ports@freebsd.org Fri Dec 1 18:47:06 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E129E678F6 for ; Fri, 1 Dec 2017 18:47:06 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3FB976C3A3; Fri, 1 Dec 2017 18:47:06 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 8D08F56ED; Fri, 1 Dec 2017 18:47:05 +0000 (UTC) From: Jan Beich To: Oliver Schonrock Cc: freebsd-ports@freebsd.org Subject: Re: details of beefy12 poudriere jail pkg build environments References: <6f1ba3c7-142b-b0e9-3922-20b6cf1c08c5@schonrocks.com> <25ac5867-faff-1ed9-8c9d-df21983c3972@schonrocks.com> Date: Fri, 01 Dec 2017 19:46:59 +0100 In-Reply-To: <25ac5867-faff-1ed9-8c9d-df21983c3972@schonrocks.com> (Oliver Schonrock's message of "Fri, 1 Dec 2017 18:23:13 +0000") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2017 18:47:06 -0000 (disclaimer: only portmgr@ knows enough details how builds are done) Oliver Schonrock 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";