On 04/22/2014 08:42 AM, Nikita Tropin wrote:
> Hi, I'm trying to update Gentoo with I_KNOW_WHAT_I_AM_DOING=1 emerge
> --deep --update --newuse --with-bdeps=y @world
> 
> and process fails on OpenSP-1.5.2-r3. I am tried to compile it myself
> and find those lacking `new.h' mentioned in build.log. I found in
> include/xnew.h ifdef construction that responsible of choosing
> appropriate file (<new> or <new.h>), find utility not found any
> `new.h' on my /usr or build directory of OpenSP in my home dir,
> however `new' was found -
> /usr/lib64/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4/new

Any time I see build errors in c++ programs I suspect libtool.
(No, I can't explain why, I just do ;)

For that reason I'd suggest running fix_libtool_files.sh, just
in case your gcc ebuild didn't do it automatically.

FWIW, opensp builds successfully for me and my configure logs
look very much like yours (I'm using gcc-4.8.2/~amd64, though.)


Reply via email to