From owner-freebsd-ports@freebsd.org Tue Sep 20 09:42:36 2016 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 BF42CBE1001 for ; Tue, 20 Sep 2016 09:42:36 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay102.isp.belgacom.be (mailrelay102.isp.belgacom.be [195.238.20.129]) (using TLSv1.2 with cipher RC4-SHA (128/128 bits)) (Client CN "relay.skynet.be", Issuer "GlobalSign Organization Validation CA - SHA256 - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 36D2EF3C for ; Tue, 20 Sep 2016 09:42:35 +0000 (UTC) (envelope-from tijl@freebsd.org) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2BjAwDNA+FX/9SdgG1dGQEBAQEBAQEBA?= =?us-ascii?q?QEBBwEBAQEBgzsBAQEBAR5JgQqNM5gTky6CBIYeAoFeORQBAgEBAQEBAQFeJ4R?= =?us-ascii?q?iAQEEIzMjEAsOCgICBSECAg8qHgYTiE6wKoxCAQEBAQEFAQEBASOBBooFhESDA?= =?us-ascii?q?oJaBZlwj1RxjwNIjByDex42hQU8NIciAQEB?= Received: from 212.157-128-109.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([109.128.157.212]) by relay.skynet.be with ESMTP; 20 Sep 2016 11:41:23 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.15.2/8.15.2) with ESMTP id u8K9fLot009548; Tue, 20 Sep 2016 11:41:22 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Tue, 20 Sep 2016 11:41:21 +0200 From: Tijl Coosemans To: Matthias Apitz Cc: freebsd-ports@freebsd.org Subject: Re: linux_base-c6 (....) on amd64 without x86_64 support Message-ID: <20160920114121.2a416cad@kalimero.tijl.coosemans.org> In-Reply-To: <20160920083411.GA2770@c720-r292778-amd64> References: <20160919105017.GB3529@c720-r292778-amd64> <20160919135119.48b5587b@kalimero.tijl.coosemans.org> <20160920083411.GA2770@c720-r292778-amd64> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2016 09:42:36 -0000 On Tue, 20 Sep 2016 10:34:11 +0200 Matthias Apitz wrote: > El d=C3=ADa Monday, September 19, 2016 a las 01:51:19PM +0200, Tijl Coose= mans escribi=C3=B3: >> On Mon, 19 Sep 2016 12:50:17 +0200 Matthias Apitz wro= te: =20 >>> I have compiled my ports with poudriere on amd64, based on ports r414411 >>> at the moment, and learned that the linux*c6 packages does not have >>> x86_64 support; I recompiled as test emulators/linux_base-c6 and only if >>> I set in /etc/make.conf: >>>=20 >>> OVERRIDE_LINUX_BASE_PORT=3Dc6_64 >>>=20 >>> the package is built as linux_base-c6_64-6.7_1.txz and has 64-bit >>> support (and 32-bit too). Why do I have to set this extra variable >>> OVERRIDE_LINUX_BASE_PORT? =20 >>=20 >> Because it is new and experimental. I plan to enable it by default in >> January 2017, after FreeBSD 9, 10.1 and 10.2 EoL. =20 >=20 > I have checked out head of ports, but it is unwilling to build it on: >=20 > # uname -a > FreeBSD c720-r292778-amd64 11.0-CURRENT FreeBSD 11.0-CURRENT #0 > r292778: Mon Dec 28 05:45:37 CET 2015 > root@poudriere-amd64:/usr/local/r292778/obj/usr/local/r292778/src/sys/GEN= ERIC > amd64 You need at least r297602, so try a more recent 11-stable or 12-current.