From owner-freebsd-amd64@freebsd.org Mon Feb 8 19:45:53 2016 Return-Path: Delivered-To: freebsd-amd64@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 B5BE5AA0A7C for ; Mon, 8 Feb 2016 19:45:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 691A11C45 for ; Mon, 8 Feb 2016 19:45:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u18JjrSA052171 for ; Mon, 8 Feb 2016 19:45:53 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-amd64@FreeBSD.org Subject: [Bug 207027] Link failure during parallel build of base system lib/clang on 10.3Beta1 Date: Mon, 08 Feb 2016 19:45:53 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: dewayne@heuristicsystems.com.au X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-Mailman-Approved-At: Mon, 08 Feb 2016 20:51:39 +0000 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 19:45:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207027 Bug ID: 207027 Summary: Link failure during parallel build of base system lib/clang on 10.3Beta1 Product: Base System Version: 10.2-STABLE Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: misc Assignee: freebsd-bugs@FreeBSD.org Reporter: dewayne@heuristicsystems.com.au CC: freebsd-amd64@FreeBSD.org CC: freebsd-amd64@FreeBSD.org I repeatedly failed to perform a buildworld using the latest 10.3Beta from = svn due to=20 c++: error: no such file or directory: '/usr/obj/prod/100202/P/PRESCOTT/i386.i386/pd3/src/tmp/pd3/src/usr.bin/clan= g/tblgen/../../../lib/clang/libllvmtablegen/libllvmtablegen.a' c++: error: no such file or directory: '/usr/obj/prod/100202/P/PRESCOTT/i386.i386/pd3/src/tmp/pd3/src/usr.bin/clan= g/tblgen/../../../lib/clang/libllvmsupport/libllvmsupport.a' I commented out SUBDIR_PARALLEL=3D in src/lib/clang/Makefile which was succ= essful but it made the build horrendously slow. Re-ordering the sequence fixed the problem and returned to a speedy build. --- /pd3/src/lib/clang/Makefile.orig 2014-05-27 18:19:16.000000000 +1000 +++ /pd3/src/lib/clang/Makefile 2016-02-05 17:14:19.000000000 +1100 @@ -36,6 +40,9 @@ libclangserialization \ ${_libclangstaticanalyzer} \ \ + libllvmsupport \ + libllvmtablegen \ + \ libllvmanalysis \ libllvmasmparser \ libllvmasmprinter \ @@ -56,8 +63,6 @@ libllvmoption \ libllvmscalaropts \ libllvmselectiondag \ - libllvmsupport \ - libllvmtablegen \ libllvmtarget \ libllvmtransformutils \ libllvmvectorize \ Yes, libllvmtablegen also caused a problem. One build job was, also, tryin= g to use it before it was built... --=20 You are receiving this mail because: You are on the CC list for the bug.=