[Bug 240494] x11-toolkits/qt5-declarative: fails to install with debugging support

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Oct 13 00:24:02 BST 2019


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

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> ---
This seems to affect all ports that use qmake as a build system (i.e. not the
ports that use CMake and have USES=qmake).

Even though qmake is invoked with CONFIG+=debug and QT_CONFIG+='debug
separate_debug_info', /usr/local/lib/qt5/mkspecs/qconfig.pri has
"separate_debug_info" in QT.global.disabled_features, so the
qtConfig(separate_debug_info) check in /usr/local/lib/qt5/mkspecs/qt_common.prf
will fail.

Adding "separate_debug_info" to 

    QMAKE_ARGS+=            CONFIG+="debug separate_debug_info" \

in Uses/qmake.mk, but it might break pkg-plist in ports that don't have
separate .debug entries for their libraries.

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


More information about the kde-freebsd mailing list