[kde-freebsd] [Bug 200734] graphics/libkdcraw-kde4 : broken with update to graphics/libraw (breaks all KDE4 on F8, F9, DF)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jun 11 15:07:57 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200734

--- Comment #4 from Alonso Schaich <alonso at freebsd.org> ---
Now that I think of it there either is no unwinding information because
exception handling is not supported - or there is no unwinding information
because there's no exception handling in the code (would violate fno-exceptions
and previously have broken the build), so the result is the same: no unwinding
information and throw statements result in ABORT(3).

Therefore I guess you won't even have to rebuild the kdelibs consumers (other
than libkdcraw), because there's no runtime/ABI changes, just a new way to call
ABORT(3) at this time.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the kde-freebsd mailing list