From nobody Wed Nov 17 20:07:21 2021 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 2835E18A3E6F for ; Wed, 17 Nov 2021 20:07:26 +0000 (UTC) (envelope-from se@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HvYqy0S9Yz4jXZ; Wed, 17 Nov 2021 20:07:26 +0000 (UTC) (envelope-from se@freebsd.org) Received: from [IPV6:2003:cd:5f2e:2500:fc45:3285:e123:4572] (p200300cd5f2e2500fc453285e1234572.dip0.t-ipconnect.de [IPv6:2003:cd:5f2e:2500:fc45:3285:e123:4572]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: se/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 803D4F736; Wed, 17 Nov 2021 20:07:25 +0000 (UTC) (envelope-from se@freebsd.org) Message-ID: Date: Wed, 17 Nov 2021 21:07:21 +0100 List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.3.0 Content-Language: en-US From: Stefan Esser To: FreeBSD CURRENT Subject: Incompatible change in LLD13 causing link errors? Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------gEb4qyRsoCQhzgoIqxQXDmf8" X-ThisMailContainsUnwantedMimeParts: N This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------------gEb4qyRsoCQhzgoIqxQXDmf8 Content-Type: multipart/mixed; boundary="------------QGSakzp46Y2h82iqf5c0AWU0"; protected-headers="v1" From: Stefan Esser To: FreeBSD CURRENT Message-ID: Subject: Incompatible change in LLD13 causing link errors? --------------QGSakzp46Y2h82iqf5c0AWU0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I have just received pkg-fallout for a port that has not been touched for several months, specifically lang/silq. ld.lld: error: undefined hidden symbol: __start___minfo >>> referenced by terminal.d >>> silq.o:(ldc.register_dso) ld.lld: error: undefined hidden symbol: __stop___minfo >>> referenced by terminal.d >>> silq.o:(ldc.register_dso) cc: error: linker command failed with exit code 1 (use -v to see invocati= on) Error: /usr/bin/cc failed with status: 1 *** Error code 1 This port builds correctly with LLD12 from a port, but fails with the error message included above for both LLD13 from a port and LLD from the FreeBSD-CURRENT base system. There seems to be a difference in the visibility of symbols between the LLD versions 12 and 13, but I have no idea what changed and which LLD flags might be available to restore the previous behavior. Any ideas? --------------QGSakzp46Y2h82iqf5c0AWU0-- --------------gEb4qyRsoCQhzgoIqxQXDmf8 Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature" -----BEGIN PGP SIGNATURE----- wsB5BAABCAAjFiEEo3HqZZwL7MgrcVMTR+u171r99UQFAmGVYPkFAwAAAAAACgkQR+u171r99UTA wwf/QI/XscBfa3LfgsiMoDFQ8MNH1Zr0dQult5MF4H/tipGXiUNms5HYPvyWq8EZ9JwDsyBuGw5K 6rdAoT4bvJlMADIYBXFdavJ3GcrUO34rVIo4DHWFe4WWoQNywiq/wzm6wQVHaSqNAO0aA1BNRefU XI5ZL2XnTiB3k5i6FZgLlQswDe7d1hpsTRovzcIbQt4aIUmxPLHKwQc9uxKuLIPUl+gEIyZqQqGo 3iP8cBv3ItCWYZnvWBnPYBziGa1ldDWaDr8PjgOYq5Mb8HpWSMvrHkd1ddsOYZD4xp8bQKUnYAb8 DhL17PSL3bxUlF1qF5GTw+Riw33B0Pf7SXNd8+gRYw== =xJ4f -----END PGP SIGNATURE----- --------------gEb4qyRsoCQhzgoIqxQXDmf8--