| Summary: | media-libs/libjpeg-turbo-1.2.0-r2 wants C++ CPP (?) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Sylvain BERTRAND <sylvain.bertrand> |
| Component: | Current packages | Assignee: | Gentoo Graphics Project <graphics+disabled> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
emerge --info
build.log build.log emerge -pv sys-devel/gcc config.log.bz2 |
||
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 |
Created attachment 317081 [details] emerge --info fail to compile because configure is looking for a C++ CPP, but this is a C lib.