configuring gcc-3.3.6-r1 will fail during emerge. Seems the problem is an incorrectly specified argument to configure in toolchain.eclass. Below is the suggested fix for the configure error: --- /usr/portage/eclass/toolchain.eclass 2008-04-21 23:05:54.000000000 -0700 +++ toolchain.eclass-patched 2008-04-22 04:46:37.011978270 -0700 @@ -1306,7 +1306,7 @@ elif [[ ${CTARGET} == *-freebsd* ]]; then confgcc="${confgcc} --enable-__cxa_atexit" fi - [[ ${GCCMAJOR}.${GCCMINOR} < 3.4 ]] && confgcc="${confgcc} ---disable-libunwind-exceptions" + [[ ${GCCMAJOR}.${GCCMINOR} < 3.4 ]] && confgcc="${confgcc} --disable-libunwind-exceptions" tc_version_is_at_least 4.3 && set -- "$@" \ --with-bugurl=http://bugs.gentoo.org/ \
thanks, fixed in cvs http://sources.gentoo.org/eclass/toolchain.eclass?r1=1.353&r2=1.354
*** Bug 218998 has been marked as a duplicate of this bug. ***
*** Bug 219050 has been marked as a duplicate of this bug. ***