Date: Fri, 1 Feb 2013 03:23:29 -0800 (PST) From: Jakub Lach <jakub_lach@mailplus.pl> To: freebsd-ports@freebsd.org Subject: shells/mksh does not compile with gcc47 Message-ID: <1359717809917-5782887.post@n5.nabble.com>
next in thread | raw e-mail | index | archive | help
With clang 3.2 it works fine though. No strange flags, only CPUTYPE?=native (penryn, detected correctly both by clang and gcc47) Related bit: conftest.c || for _f in ${tcfn}*; do case $_f in Build.sh|check.pl|check.t|dot.mkshrc|*.c|*.h|mksh.1) ;; *) rm -f "$_f" ;; esac; done ] conftest.c:29:1: error: variably modified 'ari_sign_32_bit_and_wrap' at file scope ==> whether compile-time assertions pass... no *** [do-build] Error code 1 Stop in /usr/ports/shells/mksh. -- View this message in context: http://freebsd.1045724.n5.nabble.com/shells-mksh-does-not-compile-with-gcc47-tp5782887.html Sent from the freebsd-ports mailing list archive at Nabble.com.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1359717809917-5782887.post>