On 2020/05/16 18:04, Rafael Sadowski wrote: > 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
strip ought to be neutered for DEBUG_PACKAGES or if DEBUG is set in the environment (same cases as where INSTALL_STRIP is unset), not just for FLAVOR=debug