From owner-freebsd-ports@freebsd.org Sat Sep 28 14:17:46 2019 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C2228128751 for ; Sat, 28 Sep 2019 14:17:46 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46gW2y4hsMz4GqV for ; Sat, 28 Sep 2019 14:17:46 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 7AF5FE05A; Sat, 28 Sep 2019 14:17:46 +0000 (UTC) From: Jan Beich To: freebsd-ports@freebsd.org Subject: Re: make.conf for a poudriere jail and CPUTYPE References: <20190928135343.GE49516@bastion.zyxst.net> Date: Sat, 28 Sep 2019 16:17:43 +0200 In-Reply-To: <20190928135343.GE49516@bastion.zyxst.net> (tech-lists@zyxst.net's message of "Sat, 28 Sep 2019 14:53:43 +0100") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Sep 2019 14:17:46 -0000 tech-lists writes: > On Fri, Sep 27, 2019 at 12:33:36PM +0100, tech-lists wrote: > >> Hi, >> >> If I'm building ports on a poudriere and the jail I'm building for has say >> Host CPU: btver1 and the host running poudriere is Host CPU: sandybridge, is >> there any benefit or advantage in defining CPUTYPE?= in the jail's make.conf? >> >> If yes, which programs does it benefit? I guess maybe openssl > > thought I'd experiment. Seems setting CPUTYPE?=btver1 causes some ports to > fail at the configure or build stage. python36 and lzo2 for example. Unsure > why that should be (or where to ask???) I can't reproduce. Provide poudriere log which documents FreeBSD version, compiler type/version/flags, port options, make.conf, etc.