Created attachment 317081 [details] emerge --info fail to compile because configure is looking for a C++ CPP, but this is a C lib.
Created attachment 317083 [details] build.log
Created attachment 317085 [details] build.log
It says: See `config.log' for more details. Always when you have problem with ./configure on a autotools based package (has econf in ebuild) then attach config.log right next to build.log.
Reopen the bug from NEEDINFO status when you have config.log and 'emerge -pv sys-devel/gcc' outputs provided.
Created attachment 317103 [details] emerge -pv sys-devel/gcc
Created attachment 317115 [details] config.log.bz2
logs added
[ebuild R ] sys-devel/gcc-4.6.3 USE="nls nocxx nptl (-altivec) -bootstrap -build -cxx ^ USE="-cxx" means you don't have g++ C++ compiler installed at all. is that in purpose? anyway... Try if adding epunt_cxx to the end of src_prepare() (as last command of the function)
(In reply to comment #8) [ ... ] > to the end of src_prepare() (as last command of the function) --- libjpeg-turbo-1.2.0-r2.ebuild +++ libjpeg-turbo-1.2.0-r2.ebuild @@ -49,6 +49,8 @@ eautoreconf fi java-pkg-opt-2_src_prepare + + epunt_cxx }
"epunt_cxx" works: configuring without pb, compiling ok.
cool epunt_cxx added to tree for -r2