From owner-freebsd-arch@FreeBSD.ORG Sun Apr 5 00:36:04 2015 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E8512CF6; Sun, 5 Apr 2015 00:36:04 +0000 (UTC) Received: from mail-pd0-x229.google.com (mail-pd0-x229.google.com [IPv6:2607:f8b0:400e:c02::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AC8347FB; Sun, 5 Apr 2015 00:36:04 +0000 (UTC) Received: by pddn5 with SMTP id n5so3644397pdd.2; Sat, 04 Apr 2015 17:36:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :message-id:references:to; bh=6tWouP+EDT4girZy5S/iMxpDrnoS1PSTQMlt4TXKH8w=; b=jSin6+iyrwPovmpbWMohdv9t+y9dtTp+idYRW5YJKOXFdP8OjLJA8rybNjyOTiE3hs pdf0YsxC7h9WdLQ/1qEJLsI8EdQ906dhV316vyZYvqGVwYa+RXvfSvrnTpkOZ0WsujNJ X2/eaXffenCZFmvmtwjW/DhiaPbDpKbeY6yIHCpmT3Ea01tsv/0KG2Bv3U1Wn4s7eyJM RyipWL4IJJZfHFZbAHTaP3fKXzLU0pv6I1gekcK6siIUU6Iw0i6re+6spqvJZpc5y/op vSPolcJ9tLl0hXl0hDNCvGNrsZ5Pl5QKK5403K/P0OqOXCjzV8iyc9kFT4UUhgjxacI3 aliA== X-Received: by 10.68.69.45 with SMTP id b13mr15911128pbu.150.1428194164145; Sat, 04 Apr 2015 17:36:04 -0700 (PDT) Received: from ?IPv6:2601:8:ab80:7d6:981:fa61:f8b7:c531? ([2601:8:ab80:7d6:981:fa61:f8b7:c531]) by mx.google.com with ESMTPSA id g10sm132934pdm.29.2015.04.04.17.36.03 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 04 Apr 2015 17:36:03 -0700 (PDT) Content-Type: multipart/signed; boundary="Apple-Mail=_31F18AF5-0939-4C0A-ADFB-6879430D0460"; protocol="application/pgp-signature"; micalg=pgp-sha512 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: make universe failures? From: Garrett Cooper In-Reply-To: Date: Sat, 4 Apr 2015 17:36:03 -0700 Message-Id: <43D75544-1458-4AE1-BCC1-DC5DB5AB72DA@gmail.com> References: <310573CF-443F-47BA-9F96-630107A4BD52@gmail.com> To: Adrian Chadd X-Mailer: Apple Mail (2.1878.6) 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: Sun, 05 Apr 2015 00:36:05 -0000 --Apple-Mail=_31F18AF5-0939-4C0A-ADFB-6879430D0460 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 On Apr 4, 2015, at 17:33, Adrian Chadd wrote: > On 4 April 2015 at 17:25, Garrett Cooper = wrote: >> On Apr 4, 2015, at 17:22, Adrian Chadd wrote: >>=20 >>> On 4 April 2015 at 16:33, Garrett Cooper = wrote: >>>> On Apr 4, 2015, at 16:28, Adrian Chadd wrote: >>>>=20 >>>>> Hi, >>>>>=20 >>>>> cc -O -pipe = -I/usr/home/adrian/work/freebsd/uverse/head/lib/libcrypt >>>>> -std=3Dgnu99 -Qunused-arguments >>>>> = -L/home/adrian/work/freebsd/uverse/obj/arm.arm/usr/home/adrian/work/freebs= d/uverse/head/tmp/usr/lib/private >>>>> -rpath /usr/lib/private -rpath /usr/lib/private -o crypt_tests >>>>> crypt_tests.o = /home/adrian/work/freebsd/uverse/obj/arm.arm/usr/home/adrian/work/freebsd/= uverse/head/lib/atf/libatf-c/libatf-c.so >>>>> -lcrypt >>>>> cc: error: no such file or directory: >>>>> = '/home/adrian/work/freebsd/uverse/obj/arm.arm/usr/home/adrian/work/freebsd= /uverse/head/lib/atf/libatf-c/libatf-c.so' >>>>>=20 >>>>> .. this happens for make universe on at least amd64, arm and = armeb. >>>>> I'm still waiting for the others to (not) complete. >>>>=20 >>>> Might be related to r280179 and r273449, but more info=92s needed. = Your src.conf for the build host and targets would be helpful. >>>> Thanks! >>>=20 >>> adrian@bruce:~/work/freebsd/uverse/head % cat /etc/make.conf >>> cat: /etc/make.conf: No such file or directory >>> adrian@bruce:~/work/freebsd/uverse/head % cat /etc/src.conf >>> cat: /etc/src.conf: No such file or directory >>>=20 >>> adrian@bruce:~/work/freebsd/uverse/head % env >>> MAKEOBJDIRPREFIX=3D/home/adrian/work/freebsd/uverse/obj make -j2 >>> universe JFLAG=3D-j8 >>>=20 >>> Thanks for replying so quickly! >>=20 >> -j2 and JFLAG probably isn=92t the best idea in the world. JFLAG = should be ok... >=20 > Why not? Based on personal experience, parallelizing on two levels just seems = like a bad idea, especially with recursive make and when dealing with = .PHONY targets. I haven=92t followed through the logic exactly to know = where it falls apart, but I know I always run into issues when I use -j = instead of JFLAG for specifying -j. Cheers, --Apple-Mail=_31F18AF5-0939-4C0A-ADFB-6879430D0460 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJVIINzAAoJEMZr5QU6S73eGvIH/1SDfc8HvTq3iEB8Wd8VOmSm ArvNzgsjH7dUzjCwO3gttdbhvT+3eYReLBztFO1Rfpick5HXWEBg40sjWIFN09eA cM+rt5qRMbzWUH99qZ2frTrbCgSdLEbQPlrONCR0R8FwZA/KT5/aw1lUWxKkSKYJ tViqZD1xlCExEuBFL+SMoHT1RB/neJlud4mCwurevvH33EaeOro8UUE/JyqOk7fd wB6VRA+73qpoCbodagyp8i+z8YPB58rcKzIqQVKzcCAvhSSIG+hAK8MtC5ef3bCo tncq1WmGKqcEv1G0jgMayCX4mS+cVp12cdjjy+e9EZ/umfUgEOzmHIsGkkRFAOs= =7H/E -----END PGP SIGNATURE----- --Apple-Mail=_31F18AF5-0939-4C0A-ADFB-6879430D0460--