Version: (using KDE 4.4.0) Compiler: gcc-Version 4.2.4 (Gentoo 4.2.4-r01.2 p1.1) gentoo-prefix toolchain OS: Solaris Installed from: Compiled From Sources Compiling on x86/solaris 10 fails for kdecore/io/kdebug.cpp because of missing headerfile <execinfo.h>. There is no execinfo.h on solaris 10. It seems that this is introduced to opensolaris, but the preprocesor assumes that every solaris has it. See in the kdebug.cpp at line 85.
Daniel : Even if this is not the gentoo bugzilla, you could past your build.log anyway :) .
Created attachment 41037 [details] build.log Here it is, gcc is 4.4.3 now but it's the same error
Hi, I confirm this. The guys from the kde-solaris team who built kde 4.4.0/4.4.1 on S10 use the below construct to disable this on s10 in the kdelibs spec file: %if %{is_s10} # S10 does not have the backtrace function.... sed -i 's,#define HAVE_BACKTRACE (1),#undef HAVE_BACKTRACE,' kdecore/io/kdebug.cpp
Dear Bug Submitter, This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond. Thank you for helping us make KDE software even better for everyone!
Dear Bug Submitter, This is a reminder that this bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? Thank you for helping us make KDE software even better for everyone!