From owner-freebsd-ports@freebsd.org Tue May 30 18:19:40 2017 Return-Path: Delivered-To: freebsd-ports@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 85E42B95E52 for ; Tue, 30 May 2017 18:19:40 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 6D45273FE9 for ; Tue, 30 May 2017 18:19:40 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 6C7DCB95E51; Tue, 30 May 2017 18:19:40 +0000 (UTC) Delivered-To: ports@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 6C128B95E50 for ; Tue, 30 May 2017 18:19:40 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2F19373FE8 for ; Tue, 30 May 2017 18:19:40 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from [IPv6:2001:470:7a58::e89a:2c13:f68d:fce3] (unknown [IPv6:2001:470:7a58:0:e89a:2c13:f68d:fce3]) (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 0E7BA190C2; Tue, 30 May 2017 20:19:37 +0200 (CEST) From: Dimitry Andric Message-Id: <24926F0B-3B89-4264-9ABA-EAFDE23976E5@FreeBSD.org> Content-Type: multipart/signed; boundary="Apple-Mail=_AFB4F603-98AB-428E-95B6-CC869A022070"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: gcc5 not building on 11-0-RELEASE Date: Tue, 30 May 2017 20:19:33 +0200 In-Reply-To: Cc: "ports@FreeBSD.org" To: =?utf-8?Q?Fernando_Herrero_Carr=C3=B3n?= References: X-Mailer: Apple Mail (2.3273) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 18:19:40 -0000 --Apple-Mail=_AFB4F603-98AB-428E-95B6-CC869A022070 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 On 30 May 2017, at 19:19, Fernando Herrero Carr=C3=B3n = wrote: >=20 > Hi everyone: >=20 > I am trying to build lang/gcc5 using Poudriere from ports tree just = updated > a couple of hours ago. >=20 > The port fails to link with: >=20 > /usr/local/bin/ld: > /wrkdirs/usr/ports/lang/gcc5/work/.build/./gcc/liblto_plugin.so: error > loading plugin: Service unavailable This is usually the message you get when static executables attempt to use dlopen(). Did you manage to link /usr/local/bin/ld as a static executable? -Dimitry --Apple-Mail=_AFB4F603-98AB-428E-95B6-CC869A022070 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.0.30 iEYEARECAAYFAlktt7oACgkQsF6jCi4glqMzsQCg4luyfyG/c5ye324t+jqANWay JZUAoP0BKHPJGaWdcDc2sfttyf6bY1wQ =6jE4 -----END PGP SIGNATURE----- --Apple-Mail=_AFB4F603-98AB-428E-95B6-CC869A022070--