Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Mar 2014 20:17:03 +0100
From:      Dimitry Andric <dim@FreeBSD.org>
To:        Ivan Klymenko <fidaj@ukr.net>
Cc:        svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   Re: svn commit: r263508 - in stable/10: . contrib/gcc contrib/llvm contrib/llvm/include/llvm contrib/llvm/include/llvm-c contrib/llvm/include/llvm-c/Transforms contrib/llvm/include/llvm/ADT contrib/llv...
Message-ID:  <0ACA0301-B69A-45C1-A752-AC23DAA1AC83@FreeBSD.org>
In-Reply-To: <20140321210752.2b9098f6@nonamehost.local>
References:  <201403211754.s2LHs1Pk030364@svn.freebsd.org> <20140321210752.2b9098f6@nonamehost.local>

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

--Apple-Mail=_26184AD4-5F6C-44C4-A97E-A5536FB48E6F
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=utf-8

On 21 Mar 2014, at 20:07, Ivan Klymenko <fidaj@ukr.net> wrote:
> =D0=92 Fri, 21 Mar 2014 17:54:01 +0000 (UTC)
> Dimitry Andric <dim@FreeBSD.org> =D0=BF=D0=B8=D1=88=D0=B5=D1=82:
>=20
>> Author: dim
>> Date: Fri Mar 21 17:53:59 2014
>> New Revision: 263508
>> URL: http://svnweb.freebsd.org/changeset/base/263508
>>=20
>> Log:
>>  MFC 261991:
>>=20
>>  Upgrade our copy of llvm/clang to 3.4 release.  This version
>> supports all of the features in the current working draft of the
>> upcoming C++ standard, provisionally named C++1y.
>>=20
>=20
> =
http://svnweb.freebsd.org/base/stable/10/share/mk/bsd.sys.mk?limit_changes=
=3D0&r1=3D263508&r2=3D263507&pathrev=3D263508
>=20
> /usr/local/libexec/ccache/world/cc --sysroot=3D/usr/obj/usr/src/tmp =
-B/usr/obj/usr/src/tmp/usr/bin  -O2 -pipe -O3 -march=3Dcorei7-avx -fpic =
-fvisibility=3Dhidden -DVISIBILITY_HIDDEN -std=3Dgnu99 =
-Qunused-arguments  -fstack-protector -Wsystem-headers -Werror -Wall =
-Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body =
-Wno-string-plus-int -Wno-unused-const-variable =
-Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality =
-Wno-unused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum =
-Wno-knr-promoted-parameter -c =
/usr/src/lib/libcompiler_rt/../../contrib/compiler-rt/lib/addvdi3.c -o =
addvdi3.o
> --- absvsi2.o ---
> error: unknown warning option '-Wno-unused-const-variable'; did you =
mean '-Wno-unused-variable'? [-Werror,-Wunknown-warning-option]
> *** [absvsi2.o] Error code 1

Unfortunately ccache does not work properly for buildworld.  At least,
not when you are upgrading the compiler itself.  In this case, it seems
to be invoking the wrong compiler, e.g. running cc from /usr/bin instead
of /usr/obj/usr/src/tmp/usr/bin.  Please disable ccache, and try again.

-Dimitry


--Apple-Mail=_26184AD4-5F6C-44C4-A97E-A5536FB48E6F
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)

iEYEARECAAYFAlMskDUACgkQsF6jCi4glqMqUgCeLg/j2eXFXKSYwW6KbdqD5f6G
LcwAoPemKxARWVXgk33XXGjoj/XFHNk+
=hh4P
-----END PGP SIGNATURE-----

--Apple-Mail=_26184AD4-5F6C-44C4-A97E-A5536FB48E6F--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0ACA0301-B69A-45C1-A752-AC23DAA1AC83>