Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Apr 2014 23:58:44 +0200
From:      Dimitry Andric <dim@FreeBSD.org>
To:        Ruslan Makhmatkhanov <cvs-src@yandex.ru>
Cc:        FreeBSD Current <freebsd-current@freebsd.org>
Subject:   Re: libllvmmc build is broken on i386
Message-ID:  <ACFDE753-FF78-4422-8B76-5368EEE3126B@FreeBSD.org>
In-Reply-To: <53594466.10601@yandex.ru>
References:  <53594466.10601@yandex.ru>

next in thread | previous in thread | raw e-mail | index | archive | help

--Apple-Mail=_6295AE90-AAD1-4B3D-AD8C-23AC516A0050
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=us-ascii

On 24 Apr 2014, at 19:05, Ruslan Makhmatkhanov <cvs-src@yandex.ru> =
wrote:
> I can't build current on i386 (last tried revision is 264886) for =
couple of days. Every time trying to build with making `make clean` and =
rm'ing /usr/obj first.
>=20
> The first error is appearing when building MCAsmBackend.cpp:
> """
> /../contrib/llvm/lib/MC/MCAsmBackend.cpp -o MCAsmBackend.o
> In file included from =
/usr/src/lib/clang/libllvmmc/../../../contrib/llvm/lib/MC/MCAsmBackend.cpp=
:10:
> In file included from =
/usr/src/lib/clang/libllvmmc/../../../contrib/llvm/include/llvm/MC/MCAsmBa=
ckend.h:13:
> In file included from =
/usr/src/lib/clang/libllvmmc/../../../contrib/llvm/include/llvm/ADT/ArrayR=
ef.h:14:
> In file included from =
/usr/src/lib/clang/libllvmmc/../../../contrib/llvm/include/llvm/ADT/SmallV=
ector.h:17:
> In file included from =
/usr/src/lib/clang/libllvmmc/../../../contrib/llvm/include/llvm/Support/Al=
ignOf.h:19:
> In file included from /usr/include/c++/v1/cstddef:36:
> /usr/include/c++/v1/__config:314:2: error: invalid preprocessing =
directive
> """
>=20
> Here is the full buildlog: http://pastebin.com/mp4mrUTb

Looks like your /usr/include/c++/v1/__config file is corrupt.  Try =
reinstalling the file, e.g.:

sudo install -o root -g wheel -m 444 =
/usr/src/contrib/libc++/include/__config /usr/include/c++/v1

Or alternatively, running:

sudo make -C /usr/src/lib/libc++ install

-Dimitry


--Apple-Mail=_6295AE90-AAD1-4B3D-AD8C-23AC516A0050
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.22 (Darwin)

iEYEARECAAYFAlNZiR8ACgkQsF6jCi4glqO8rgCfbaEF9VzLKLzxQajyCKEZwpJJ
xjMAn3l4/z4XAqye0/8+7d6AtfqzRRsh
=jxub
-----END PGP SIGNATURE-----

--Apple-Mail=_6295AE90-AAD1-4B3D-AD8C-23AC516A0050--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ACFDE753-FF78-4422-8B76-5368EEE3126B>