On Sat May 16, 2020 at 05:38:20PM +0200, Marc Espie 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. > > > > (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) > > > > > Looks like it's the infamous linux's mutex_trylock again. > > Can anyone remind me of the fix ? > > #1 0x000002474a5468be in _libc_abort () at > /usr/src/lib/libc/stdlib/abort.c:51 > #2 0x000002474a524c49 in _rthread_mutex_trylock (mutex=<optimized out>, > trywait=<optimized out>, abs=<optimized out>) > at /usr/src/lib/libc/thread/rthread_mutex.c:117 > #3 _rthread_mutex_timedlock (mutexp=<optimized out>, trywait=0, abs=0x0, > timed=<optimized out>) at /usr/src/lib/libc/thread/rthread_mutex.c:167 > #4 0x0000024824b78be6 in time_clock_to_frames (self=0x247c71ce500, > s=0x24752378a00 "00:00:00.000", fps=29.75, locale=0x24785627f40) > at mlt_property.c:300 > #5 0x0000024824b76070 in mlt_property_get_position (self=0x247c71ce500, > fps=29.75, locale=0x24785627f40) at mlt_property.c:598
Welcome to the party: https://marc.info/?l=openbsd-ports&m=155630863205569&w=2 > > > Attached my current take on bentley's wip