------- Comment #4 from wuddja at yahoo dot de 2009-05-22 06:04 ------- Now its fixed. It was a gentoo related bug. In the gentoo ebuild or toolchain.eclass are a few lines causing this error message.
# protoize don't build on FreeBSD, skip it if ! is_crosscompile && ! use elibc_FreeBSD ; then # enable protoize / unprotoize sed -i -e '/^LANGUAGES =/s:$: proto:' "${S}"/gcc/Makefile.in fi and with FEATURES="-sandbox" it works -- wuddja at yahoo dot de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |RESOLVED Resolution| |FIXED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40198