From owner-freebsd-ports@freebsd.org Sat Mar 23 23:57:18 2019 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 179811561564 for ; Sat, 23 Mar 2019 23:57:18 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "tensor.andric.com", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6BEDB89057; Sat, 23 Mar 2019 23:57:17 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from [IPv6:2001:470:7a58::1c3b:aef2:64ea:291] (unknown [IPv6:2001:470:7a58:0:1c3b:aef2:64ea:291]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 75F0746B65; Sun, 24 Mar 2019 00:57:14 +0100 (CET) From: Dimitry Andric Message-Id: Content-Type: multipart/signed; boundary="Apple-Mail=_CA3D4BFE-E5EA-4FBD-A1DB-504960E1E738"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Subject: Re: Clang Import Breakage Date: Sun, 24 Mar 2019 00:57:13 +0100 In-Reply-To: <393c9f59-6896-8ffc-6101-6d74e79eff4c@freebsd.org> Cc: freebsd-ports@freebsd.org To: Sean Bruno References: <393c9f59-6896-8ffc-6101-6d74e79eff4c@freebsd.org> X-Mailer: Apple Mail (2.3445.102.3) X-Rspamd-Queue-Id: 6BEDB89057 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.964,0]; ASN(0.00)[asn:12859, ipnet:87.251.32.0/19, country:NL]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Mar 2019 23:57:18 -0000 --Apple-Mail=_CA3D4BFE-E5EA-4FBD-A1DB-504960E1E738 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 24 Mar 2019, at 00:22, Sean Bruno wrote: >=20 > audio/shout-idjc seems to have broken in a new and exciting way after > the 8.0 import. >=20 > It would appear that the ports infrastructure detects libssl and = libogg > exist (if the beginning of my logs are to be believed) but then are = not > used during libtool/LD stages later on resulting in missing symbols. > This does not happen prior to the import so I am assuming I am missing > something explicit here. >=20 > = http://beefy12.nyi.freebsd.org/data/head-amd64-default/p496405_s345355/log= s/errors/libshout-idjc-2.4.2.log This is fallout of , which enabled --no-allow-shlib-undefined by default. See also . Executive summary: lots of programs do not specify all their required libraries, a.k.a. "under-linking". I haven't yet reverted lld's new default, since it seems that a lot of under-linking fixes are now being made. These problems will also occur when linking with gold, for instance, so it is quite useful to solve them once and for all. -Dimitry --Apple-Mail=_CA3D4BFE-E5EA-4FBD-A1DB-504960E1E738 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.2 iF0EARECAB0WIQR6tGLSzjX8bUI5T82wXqMKLiCWowUCXJbH2QAKCRCwXqMKLiCW o8QKAKCmxVwI0K3UzRbjJZz8gc7gr2CS2wCgkJiKP1l402UsWGMUoMn1vnu3Hyo= =2T9w -----END PGP SIGNATURE----- --Apple-Mail=_CA3D4BFE-E5EA-4FBD-A1DB-504960E1E738--