From owner-freebsd-emulation@freebsd.org Fri Sep 9 13:14:58 2016 Return-Path: Delivered-To: freebsd-emulation@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 2D47BBD220F for ; Fri, 9 Sep 2016 13:14:58 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 15E002D2 for ; Fri, 9 Sep 2016 13:14:58 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 15333BD220D; Fri, 9 Sep 2016 13:14:58 +0000 (UTC) Delivered-To: emulation@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 14D80BD220C for ; Fri, 9 Sep 2016 13:14:58 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay117.isp.belgacom.be (mailrelay117.isp.belgacom.be [195.238.20.144]) (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 80F1D2D1 for ; Fri, 9 Sep 2016 13:14:57 +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?A2BUAwABtNJX/9SdgG1dGgEBAQECAQEBA?= =?us-ascii?q?QgBAQEBgzkBAQEBAR5JgQqNM55fjDeCA4YWBAICgU45FAECAQEBAQEBAV4nhGI?= =?us-ascii?q?BAQQ6HCMQCw4KCSUPEhgeBhOIMAMbunANgxgBAQEBAQEEAQEBASOKfoJDh1kBB?= =?us-ascii?q?JksNYxlglVxjnmIR4QMg3seNoJxG4FQOjSHKgEBAQ?= 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; 09 Sep 2016 15:13:44 +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 u89DDgQb006237; Fri, 9 Sep 2016 15:13:43 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Fri, 9 Sep 2016 15:13:42 +0200 From: Tijl Coosemans To: Kevin Oberman Cc: "freebsd-emulation@freebsd.org" Subject: Re: 64-bin linux-c6 ports not building Message-ID: <20160909151342.56c08e43@kalimero.tijl.coosemans.org> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2016 13:14:58 -0000 On Thu, 8 Sep 2016 23:27:06 -0700 Kevin Oberman wrote: > I tried updating a batch of linux-c6_64 ports and they built as just > linux-c6. I have DEFAULT_VERSIONS+=linux=c6_64 > OVERRIDE_LINUX_NONBASE_PORTS=c6_64 > in /etc/make.conf, but I still get the 32-bit ports even though the ports > were 64-bit before the "upgrade". > > Did I miss something? Has something changed so that I need something else > to make this work? Or so 64-bit ports no longer include the "_64"? The latter. It's always linux-c6-foo now. You can verify with "file /compat/linux/bin/ls". You can also remove OVERRIDE_LINUX_NONBASE_PORTS. DEFAULT_VERSIONS is enough.