From owner-freebsd-ports@FreeBSD.ORG Thu Mar 13 12:35:07 2014 Return-Path: Delivered-To: freebsd-ports@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 ESMTPS id 5DEBD1F2; Thu, 13 Mar 2014 12:35:07 +0000 (UTC) Received: from spectrum.skysmurf.nl (spectrum.skysmurf.nl [82.95.125.145]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C27DB11A; Thu, 13 Mar 2014 12:35:06 +0000 (UTC) Received: from spectrum.skysmurf.nl (mail.skysmurf.nl [192.168.42.4] (may be forged)) by spectrum.skysmurf.nl (8.14.7/8.14.7) with SMTP id s2DCZ3Tv026649; Thu, 13 Mar 2014 13:35:03 +0100 (CET) (envelope-from freebsd@skysmurf.nl) Received: by spectrum.skysmurf.nl (sSMTP sendmail emulation); Thu, 13 Mar 2014 13:35:03 +0100 Date: Thu, 13 Mar 2014 13:35:03 +0100 From: "A.J. 'Fonz' van Werven" To: Don Lewis Subject: Re: [graphics/libcdr] Boost issue breaks build? Message-ID: <20140313123503.GA14436@spectrum.skysmurf.nl> References: <20140312184108.GA2311@spectrum.skysmurf.nl> <201403122006.s2CK6DmR044112@gw.catspoiler.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tThc/1wpZn/ma/RB" Content-Disposition: inline In-Reply-To: <201403122006.s2CK6DmR044112@gw.catspoiler.org> X-PGP-Key: http://www.skysmurf.nl/~fonz/fonz_pubkey.asc User-Agent: Mutt/1.5.22 (2013-10-16) Cc: richardt@maths.tcd.ie, roberthuff@rcn.com, freebsd-office@FreeBSD.org, freebsd-ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2014 12:35:07 -0000 --tThc/1wpZn/ma/RB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Don Lewis wrote: >>> Adding this to /etc/make.conf seems to work >>> >>> .if !empty(.CURDIR:M/usr/ports/graphics/libcdr) && exists(/usr/local/bi= n/gcc47) >>> CC=3Dgcc47 >>> CXX=3Dg++47 >>> CPP=3Dcpp47 >>> .endif >>=20 >> Thanks for the suggestion. Unfortunately, I can't even build GCC itself: >>=20 [snip] > > strverscmp.o > > Shared object "libfl.so.2" not found, required by "ar" > > gmake[3]: *** [libiberty.a] Error 1 [snip] > Looks like ar from devel/binutils is broken on your machine. On my most > recently updated machine: [snip] > In any case, rebuilding and reinstalling devel/binutils should get you > to the point where you can build lang/gcc47. Thanks, that helped. I actually tried lang/gcc49 instead of lang/gcc47, but still: rebuilding devel/binutils did the trick. GCC now builds, which in turn "unbreaks" a bunch of other ports, chief among which are x11/rxvt-unicode and editors/libreoffice (graphics/libcdr). Thanks again, AvW --=20 I'm not completely useless, I can be used as a bad example. --tThc/1wpZn/ma/RB Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQIcBAEBAgAGBQJTIaX2AAoJEAfP7gJTaCe8qfMQAMWMfWVNpukN4o/DeO4YL+bZ WZP63TAzqv1117Qjkavbpmr/1gdfk56uNv2A79+smps6+f+DQdMyYr/DShZbqe4l FTirAkSgUWjuHzBNq0S1rt6AxeUZCDsviyk+Pl8qsld0499lRmJPUq3i+a8L5zBi 6OKmHp/k8rNYOVi/a1ec+UrbnS5sunJzT148Nvey9ZOxucONSA44X91ePHRexwop LgdixRplIYsh9SX6MPkeCZReUdSumke5WjxAM3CqfmUXp/EQxb3fVqPihBcY5d8P 1YinkMLUyzvRbCrrx6pf/c5on5gKLxXzHRm4L+sXpRGsFWo+Wm8h/CptOZGmGCfp YE8wGWkD6ZKBornucLZLakhmyz6YXTMOPpuqVBu+70Y9GN642Q2EYxCbFTnsH2cf C+7WFMyL4oL+8A8J4AIgvb3aflYYmx8F/7NT0Kd5F4N2zd/+TCsh5wdhQikv2/iz QGT8Fd2kEHYKsQoutat4e+qTFlc4NF3qYK8bS+kI3EDe26zOBaDxDxhGJV73MxQG Xouz6vXEbNa4cQoNjsVqwzgeZgUesm+az8uOW/O9jsSPnum7tXi6y1HzPPHs1Exj scqjrW2JOU4zvDKKZQKPEXkEOXxmsEwgUUtTqGIYukjcHGe71AVbN0KdQACpH8uq MHe66sonVtT3Vv7ETeCk =MxoM -----END PGP SIGNATURE----- --tThc/1wpZn/ma/RB--