[kde-freebsd] [Bug 206679] www/webkit-qt5: ar: libWebCore.a: File truncated for debug/libWebCore.a

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jan 27 21:05:44 UTC 2016


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

Raphael Kubo da Costa <rakuco at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|maintainer-feedback?(kde at Fr |maintainer-feedback+
                   |eeBSD.org)                  |

--- Comment #1 from Raphael Kubo da Costa <rakuco at FreeBSD.org> ---
It's running out of memory because you're linking a debug version of WebKit.
Doing that requires quite a lot of resources.

With that said, it looks like this is the opposite of what you want when you
did WITH_DEBUG=. Since bsd.qt.mk does `if defined(WITH_DEBUG)' it will build a
debug version instead of the default release one. Is there a reason for setting
WITH_DEBUG like that instead of just not setting it at all?

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


More information about the kde-freebsd mailing list