On Sat May 16, 2020 at 05:10:23PM +0200, Marc Espie wrote:
> On Sat, May 16, 2020 at 08:20:55AM -0600, Tracey Emery wrote:
> > On Sat, May 16, 2020 at 02:38:22PM +0200, Marc Espie wrote:
> > > With that update, I've been able to build a recent shotcut
> > > 
> > > The timeline stuff seems to be missing in action, though,
> > > which is weird.
> > 
> > Which version? I couldn't get 20.04.12 to start, without crashing.
> 
> 20.04.12 did start without crashing... I found where the missing timeline
> stuff comes from, it needs a run depends on qtgraphicaleffects
> 
> I can start videos and not much else... I end up in an abort trap.
> 
> I have zero idea how to convince qmake NOT to strip, so no debugging info
> yet.

This one worked pretty well for me: MODQMAKE_ARGS += CONFIG+=force_debug_info

If it works as well for you, I would suggest:

Index: qmake.port.mk
===================================================================
RCS file: /cvs/ports/devel/qmake/qmake.port.mk,v
retrieving revision 1.9
diff -u -p -u -p -r1.9 qmake.port.mk
--- qmake.port.mk       2 Dec 2017 21:38:10 -0000       1.9
+++ qmake.port.mk       16 May 2020 15:59:30 -0000
@@ -40,6 +40,7 @@ _MODQMAKE_FAKE_FLAGS =                INSTALL_ROOT=${M
 FLAVOR ?=
 .if ${FLAVOR:Mdebug}
 MODQMAKE_ARGS +=       CONFIG+=debug
+MODQMAKE_ARGS +=       CONFIG+=force_debug_info
 .endif
 
 .for _l _v in ${SHARED_LIBS}


> 
> (doing some crazy in WRKDIR/bin to try to neutralize strip when DEBUG_PACKAGES
> is active... might even work, unless qmake hardcodes strip's location)
> 

Reply via email to