[MacPorts] #52862: qt4-mac +debug: non-debug QtWebkit links to debug frameworks, and QtWebkit_debug does not exist
MacPorts
noreply at macports.org
Sat Nov 12 17:35:52 CET 2016
#52862: qt4-mac +debug: non-debug QtWebkit links to debug frameworks, and
QtWebkit_debug does not exist
-----------------------+--------------------------------
Reporter: devernay | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: qt4-mac |
-----------------------+--------------------------------
Comment (by RJVB):
PS: are you running on a 32bit machine?
There's a relevant comment in the Portfile:
{{{
If the library is QtWebKit,
# and the build is library (no-framework), universal, and debug, then
# the linkage is just -lQtWebKit, not -lQtWebKit_debug because the
# debug library for 32-bit system cannot be created (too large).
}}}
and further down
{{{
if {[variant_isset debug]} {
# but not if QtWebKit and +universal, since that one does
# not exist (the 32-bit version of the debug library is
# larger than fits into the 32-bit filespace).
}}}
which AFAICT means the distinction between framework and non-framework
builds is moot as one would expect.
--
Ticket URL: <https://trac.macports.org/ticket/52862#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list