From owner-freebsd-emulation@FreeBSD.ORG Sun Nov 3 10:10:02 2013 Return-Path: Delivered-To: vbox@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 87246EC3 for ; Sun, 3 Nov 2013 10:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 749F62720 for ; Sun, 3 Nov 2013 10:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rA3AA1F8094429 for ; Sun, 3 Nov 2013 10:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rA3AA1UI094428; Sun, 3 Nov 2013 10:10:01 GMT (envelope-from gnats) Date: Sun, 3 Nov 2013 10:10:01 GMT Message-Id: <201311031010.rA3AA1UI094428@freefall.freebsd.org> To: vbox@FreeBSD.org From: Peter Jeremy Subject: Re: ports/182468: [patch] lang/gcc builds unrunnable emulators/virtualbox-ose X-Mailman-Approved-At: Sun, 03 Nov 2013 11:33:39 +0000 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Peter Jeremy List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Nov 2013 10:10:02 -0000 The following reply was made to PR ports/182468; it has been noted by GNATS. From: Peter Jeremy To: Volodymyr Kostyrko Cc: bug-followup@FreeBSD.org Subject: Re: ports/182468: [patch] lang/gcc builds unrunnable emulators/virtualbox-ose Date: Sun, 3 Nov 2013 21:09:07 +1100 --jI8keyz6grp/JLjh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2013-Nov-01 15:19:32 +0200, Volodymyr Kostyrko wrote: >Isn't it easier to map libstdc++.so.6 to gcc46/libstdc++.so.6 in=20 >/etc/libmap.conf? As a general solution, definitely not - that would break programs (eg those compiled with the base C++) that expect libstdc++.so.6 to be the one in /usr/lib. As a specific solution for VBox-ose, not really. That would require hand-crafting a libmap.conf entry that is only valid for one version of gcc and is unknown to the ports/pkg system. It would look like it works up until VBox gets copied onto another system or lang/gcc changed to a different version. Any fix has to fit into the ports/pkg system so it gets handled automatical= ly and doesn't get lost. Ideally, lang/gcc (etc) would be fixed so they were usable without having to rely on hacks in Mk/bsd.gcc.mk. --=20 Peter Jeremy --jI8keyz6grp/JLjh Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.21 (FreeBSD) iKYEARECAGYFAlJ2IMNfFIAAAAAALgAoaXNzdWVyLWZwckBub3RhdGlvbnMub3Bl bnBncC5maWZ0aGhvcnNlbWFuLm5ldDBCRjc3QTcyNTg5NEVCRTY0RjREN0VFRUZF OEE0N0JGRjAwRkI4ODcACgkQ/opHv/APuIdMgACZAUlD2snT239g/tUE8DAuLRiX vTAAnihkGEfsczkKjGd+dR+XS/ZDGO52 =2rRy -----END PGP SIGNATURE----- --jI8keyz6grp/JLjh--