Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Oct 2019 13:35:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 241011] make buildworld fails in /usr/src/kerberos5/lib/libasn1
Message-ID:  <bug-241011-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241011

            Bug ID: 241011
           Summary: make buildworld fails in
                    /usr/src/kerberos5/lib/libasn1
           Product: Base System
           Version: 12.0-RELEASE
          Hardware: i386
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: oz42@oz42.eu

/usr/local/bin/clang80 -Wl,--no-undefined
-Wl,--version-script=3D/usr/src/kerberos5/lib/libasn1/version.map=20
-fstack-protector-strong -shared -Wl,-x -Wl,--fatal-warnings
-Wl,--warn-shared-textrel  -o libasn1.so.11 -Wl,-soname,libasn1.so.11  `NM=
=3D'nm'
NMFLAGS=3D'' lorder asn1_err.pico der.pico der_copy.pico der_cmp.pico
der_free.pico der_format.pico der_get.pico der_length.pico der_put.pico
extra.pico template.pico timegm.pico asn1_rfc2459_asn1.pico asn1_cms_asn1.p=
ico
asn1_krb5_asn1.pico asn1_pkinit_asn1.pico asn1_pkcs8_asn1.pico
asn1_pkcs9_asn1.pico asn1_pkcs12_asn1.pico asn1_digest_asn1.pico
asn1_kx509_asn1.pico |  tsort -q`  -lcom_err  -lroken
ld.lld: error: unable to find library -lcom_err
ld.lld: error: unable to find library -lroken
clang-8: error: linker command failed with exit code 1 (use -v to see
invocation)
*** Error code 1

Stop.
make[4]: stopped in /usr/src/kerberos5/lib/libasn1


but:
# find /usr/src -name libcom_err\*
./lib/libcom_err
# find /usr/src -name libroken\*
./kerberos5/lib/libroken

Instead of failing, these libraries should be built before libasn1.

--=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-241011-227>