Date: Mon, 22 Apr 2013 20:47:05 +0200 From: "O. Hartmann" <ohartman@zedat.fu-berlin.de> To: FreeBSD ports <freebsd-ports@freebsd.org>, FreeBSD Current <freebsd-current@freebsd.org> Subject: 10.0-CURRENT #0 r249720: graphics/jasper: eval: @CC@: not found Message-ID: <1366656425.1416.8.camel@thor.walstatt.dyndns.org>
next in thread | raw e-mail | index | archive | help
--=-z49PGp9tKZOyWG80Ovsi Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Trying to update port graphics/jasper on our FreeBSD 10.0-CURRENT boxes (all r249720 or higher) fails on all(!) Core2Duo based systems (Intel E8400 or Q6600) (CLANG 3.3) with the below shown error. Interestingly, the port does compile on all boxes running the very same FreeBSD 10.0-CURRENT with either Sandy-Bridge-E (i7-3939K) or Ivy Bridge (i3-3220) CPUs. All systems have in common that I compile world and kernel with option -O3 (CLANG 3.3), -march=3Dnative. I also use the very same /etc/src.conf on all boxes: WITH_CLANG_EXTRAS=3D YES WITH_LLVM=3D YES WITH_LLVM_EXTRAS=3D YES # WITH_BIND_LIBS=3D YES WITH_BIND_SIGCHASE=3D YES WITH_BIND_LARGE_FILE=3D YES # WITH_IDEA=3D YES # #WITH_ICONV=3D YES #WITH_BSD_GREP=3D YES WITH_BSD_SORT=3D YES WITH_BSDCONFIG=3D YES WITH_BSD_PATCH=3D YES # #WITH_OFED=3D YES WITH_NAND=3D YES WITH_NMTREE=3D YES #WITH_BMAKE=3D YES #WITH_CTF=3D YES # MALLOC_PRODUCTION=3D YES I guess I hit a miscompilation with either option -O3 -march=3Dnative on "Penryn" architectures with the new CLANG 3.3 compiler? (By the way, I also see this obscure "@CC@: not found" error in compiling games/qstat and it hits also the Core2Duo boxes, but not any CPU type beyond the C2D). Error compiling port graphics/jasper: =3D=3D=3D> Building for jasper-1.900.1_12 Making all in src Making all in libjasper Making all in include Making all in jasper /usr/bin/make all-am Making all in base if /bin/sh /usr/local/bin/libtool --tag=3DCC --mode=3Dcompile @CC@ -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -I/usr/local/include -O2 -pipe -O3 -march=3Dnative -fno-strict-aliasing -MT jas_cm.lo -MD -MP -MF ".deps/jas_cm.Tpo" -c -o jas_cm.lo jas_cm.c; then mv -f ".deps/jas_cm.Tpo" ".deps/jas_cm.Plo"; else rm -f ".deps/jas_cm.Tpo"; exit 1; fi libtool: compile: @CC@ -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -I/usr/local/include -O2 -pipe -O3 -march=3Dnative -fno-strict-aliasing -MT jas_cm.lo -MD -MP -MF .deps/jas_cm.Tpo -c jas_cm.c -fPIC -DPIC -o .libs/jas_cm.o eval: @CC@: not found *** [jas_cm.lo] Error code 1 Stop in /usr/ports/graphics/jasper/work/jasper-1.900.1/src/libjasper/base. *** [all-recursive] Error code 1 Stop in /usr/ports/graphics/jasper/work/jasper-1.900.1/src/libjasper. *** [all-recursive] Error code 1 Stop in /usr/ports/graphics/jasper/work/jasper-1.900.1/src. *** [all-recursive] Error code 1 Stop in /usr/ports/graphics/jasper/work/jasper-1.900.1. *** [do-build] Error code 1 Stop in /usr/ports/graphics/jasper. *** [build] Error code 1 Stop in /usr/ports/graphics/jasper. =3D=3D=3D>>> make failed for graphics/jasper =3D=3D=3D>>> Aborting update =3D=3D=3D>>> Killing background jobs --=-z49PGp9tKZOyWG80Ovsi Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iQEcBAABAgAGBQJRdYWpAAoJEOgBcD7A/5N89fUH/iIIC3lR44F2t+iVedPbscos roIcX6Rgc7mEiwubWIzMEl8Hy+AhLR4e11folfYHTBN1hbHrh4mtYhDnUjiTTPZQ TOP2wKv0VlQEXApYdf1LibCh9HngzJeeqNBi5iyYy6CEvS/lJfoNV5Y0ZnsqHNEF c690I1iVd09TxDbx0cq303inES7D+YwVnza5SUrhjFVD5TtPjbYh3J+hgXuhvIuI pNlmw5RwvCooNmQGSiohD5+VOundZNumr2OCywfjXyCsmTlf2Fa7mCHrMfWyILiB Ep+ojx1lbqqd/2zaUuBSah/2CsI6XdCY7zOKFKlmlEBgwwGMbJHksv8ktzKci/4= =1DGS -----END PGP SIGNATURE----- --=-z49PGp9tKZOyWG80Ovsi--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1366656425.1416.8.camel>