From owner-freebsd-arch@FreeBSD.ORG Mon Nov 17 00:10:57 2014 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E4A658BB for ; Mon, 17 Nov 2014 00:10:57 +0000 (UTC) Received: from mail.ignoranthack.me (ignoranthack.me [199.102.79.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C2B61D54 for ; Mon, 17 Nov 2014 00:10:57 +0000 (UTC) Received: from [192.168.200.212] (unknown [50.136.155.142]) (using SSLv3 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: sbruno@ignoranthack.me) by mail.ignoranthack.me (Postfix) with ESMTPSA id 01E05193964; Mon, 17 Nov 2014 00:10:56 +0000 (UTC) Subject: Re: mips misbehaving, not respecting make.conf From: Sean Bruno Reply-To: sbruno@freebsd.org To: Warner Losh In-Reply-To: <2A2AD781-06B3-4450-9631-D83822016D0B@bsdimp.com> References: <1416179733.1098.1200.camel@bruno> <2A2AD781-06B3-4450-9631-D83822016D0B@bsdimp.com> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-Q6oPpeQSDDCg0/W7hJuS" Date: Sun, 16 Nov 2014 16:10:55 -0800 Message-ID: <1416183055.1098.1205.camel@bruno> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Cc: freebsd-arch@freebsd.org X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2014 00:10:58 -0000 --=-Q6oPpeQSDDCg0/W7hJuS Content-Type: text/plain; charset="iso-8859-7" Content-Transfer-Encoding: quoted-printable On Sun, 2014-11-16 at 16:55 -0700, Warner Losh wrote: > On Nov 16, 2014, at 4:15 PM, Sean Bruno wrote: >=20 > > I have set make.conf to use AS=3D/nxb-bin/usr/bin/as and > > CC=3D/nxb-bin/usr/bin/cc > >=20 > > Yet, while monitoring, I still see the ports build process > > using /usr/bin/as and /usr/bin/ld and /usr/libexec/cc1 > >=20 > > I don't see this on armv6 when building in a jail + qemu. > >=20 > > I'm trying to understand what is missing from our gcc toolchain here > > that is causing the builds to ignore my directives. >=20 > Let=A2s start with the first question: How are you seeing this? >=20 > Warner >=20 Setup a qemu-user enabled jail for mips based on head. Start poudriere building audio/speex (nice, short depend chain). While all this is running, I have a "ps auwxxx|grep qemu" running that catches some of the invocations of qemu that are happening. When running a mips jail I see the tool chain being invoked, partially, from /usr/bin instead of /nxb-bin/usr/bin. http://dpaste.com/12SD5TE This is just a primitive profile attempt on my part. This shows that qemu is being invoked *a lot* to get cc1 and as running via emulation. sean --=-Q6oPpeQSDDCg0/W7hJuS Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQF8BAABCgBmBQJUaT0PXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRCQUFENDYzMkU3MTIxREU4RDIwOTk3REQx MjAxRUZDQTFFNzI3RTY0AAoJEBIB78oecn5kUGYH+QG9lb5/LuRqmzKil/BDoZcL bG1T/Ow6obTzyGF1/jwYsNi2zT6E/v8bw8+xPZ3XKT0QW7i0b9+l5SUZ0/Bms5Xj 59wZ6xDHxwW1/ZpnG15vvwy6kkGOQw+5jt63cH5boXVGjcvrr7zwJWYuRopoj6Rp cKgBTmRLz+hw1DsuhYwV3kuK/QCDjDn/c7E10lRZx7VWJyWgpNplWBc20bcofttV ddRMBZzrCAhOop/ZqhAQHMFPU15O7kYLsKrj7Mu/ST79Y3Icjc+NA4eO/Zdbav3B 7tdzckABxLgD124+BlrviIKMlZxUK+uvl6LOhjuYBdksZl1Ch+INT5oC+Yce/LQ= =U2gh -----END PGP SIGNATURE----- --=-Q6oPpeQSDDCg0/W7hJuS--