Date: Mon, 18 Apr 2016 18:49:43 +0200 From: Dimitry Andric <dim@FreeBSD.org> To: Willem@Offermans.Rompen.nl Cc: freebsd-ports@FreeBSD.org Subject: Re: Compiling binutils-2.25.1 failed Message-ID: <D1749738-68FE-4181-957E-E0D53E7271E7@FreeBSD.org> In-Reply-To: <20160418124325.GE4998@vpn.offrom.nl> References: <20160414121051.GA5047@vpn.offrom.nl> <5C562392-725E-46C4-BAD4-6D450CF4C86D@FreeBSD.org> <20160418124325.GE4998@vpn.offrom.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
--Apple-Mail=_A4B114B3-6D37-43F6-A8AF-4FF229612C78 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 18 Apr 2016, at 14:43, Willem Offermans <Willem@Offermans.Rompen.nl> = wrote: >=20 > On Fri, Apr 15, 2016 at 12:27:07AM +0200, Dimitry Andric wrote: >> On 14 Apr 2016, at 14:10, Willem Offermans = <Willem@Offermans.Rompen.nl> wrote: ... >> For some reason this doesn't seem to be picked up by your ports = build. >> For example, it is possible that your build picks up an ansidecl.h = from >> somewhere else, so search your system for duplicate copies of this >> header. >>=20 >> Also, can you preprocess the file with -E, or use -save-temps to save >> the intermediate result? Then you should be able to see what the = macro >> expands to, if anything. >>=20 >> -Dimitry >>=20 >=20 > I already found a solution by applying `pkg install devel/binutils`. >=20 > But to solve this issue, I did a search for the file ansidecl.h, as = you > suggested. There were several: >=20 > /usr/local/include/ansidecl.h > /usr/src/contrib/binutils/include/ansidecl.h > /usr/src/contrib/gcclibs/include/ansidecl.h > /usr/src/contrib/gdb/include/ansidecl.h > /usr/ports/devel/binutils/work/binutils-2.25.1/include/ansidecl.h >=20 > I would assume that the last one would have preference above the = others. Am > I wrong? Depending on the compiler and the flags, there is a chance the version in /usr/local/include will be found first. Using "pkg which /usr/local/include/ansidecl.h", you might be able to find out which port originally installed it. More current versions of the gcc ports install this header into version- specific directories, e.g.: $ find /usr/local -type f -name ansidecl.h = /usr/local/lib/gcc48/gcc/i386-portbld-freebsd11.0/4.8.5/plugin/include/ans= idecl.h = /usr/local/lib/gcc47/gcc/i386-portbld-freebsd11.0/4.7.4/plugin/include/ans= idecl.h = /usr/local/lib/gcc49/gcc/i386-portbld-freebsd11.0/4.9.4/plugin/include/ans= idecl.h = /usr/local/lib/gcc5/gcc/i386-portbld-freebsd11.0/5.3.0/plugin/include/ansi= decl.h = /usr/local/lib/gcc6/gcc/i386-portbld-freebsd11.0/6.0.0/plugin/include/ansi= decl.h This makes it less likely to be picked up by accident. If your /usr/local/include/ansidecl.h file is not owned by any port, you might as well delete it, or move it out of the way. -Dimitry --Apple-Mail=_A4B114B3-6D37-43F6-A8AF-4FF229612C78 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.30 iEYEARECAAYFAlcVEDcACgkQsF6jCi4glqM+6ACfSHfMsylkDnmLCAHYcwWxsxLu VhYAoIX6qAwjci4ZA4+pzavsBPajbmXM =sQBH -----END PGP SIGNATURE----- --Apple-Mail=_A4B114B3-6D37-43F6-A8AF-4FF229612C78--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?D1749738-68FE-4181-957E-E0D53E7271E7>