Bug 227245 - Compiling error on x86/solaris 10 with gcc
Summary: Compiling error on x86/solaris 10 with gcc
Status: RESOLVED UNMAINTAINED
Alias: None
Product: kdelibs
Classification: Unmaintained
Component: general (show other bugs)
Version: 4.4
Platform: Compiled Sources Solaris
: NOR normal
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-16 19:33 UTC by Daniel Vergien
Modified: 2021-07-12 10:49 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
build.log (34.06 KB, text/x-log)
2010-02-23 14:37 UTC, Daniel Vergien
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Vergien 2010-02-16 19:33:57 UTC
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.
Comment 1 Romain Perier 2010-02-23 14:10:32 UTC
Daniel : Even if this is not the gentoo bugzilla, you could past your build.log anyway :) .
Comment 2 Daniel Vergien 2010-02-23 14:37:23 UTC
Created attachment 41037 [details]
build.log 

Here it is, gcc is 4.4.3 now but it's the same error
Comment 3 tropikhajma 2010-04-09 23:02:19 UTC
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
Comment 4 Andrew Crouthamel 2018-11-02 23:05:38 UTC
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!
Comment 5 Andrew Crouthamel 2018-11-16 05:37:17 UTC
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!