Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Feb 2016 19:45:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 207027] Link failure during parallel build of base system lib/clang on 10.3Beta1
Message-ID:  <bug-207027-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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 the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207027-8>