19.02.2023 18:03, Klemens Nanni пишет:
> coeurl:  OK

Has no tests, no progress.

> mtxclient:
> - examples are built but not packaged -> `-DLIB_BUILD_EXAMPLES=OFF'
>   (still takes awfully long to build 118 -> 106 targets)

I've disabled them.

> - "14: responses(83527) in free(): bogus pointer (double free?) 
> 0xdbdbdbdbdbdbdbdb"
>   seen in test output
> - last test seems to stalls on
>   79675 _pbuild   10    5 1828K 9460K sleep/0   nanoslp   0:00  0.00% 
> /usr/ports/pobj/mtxclient-0.9.1/build-amd64/device

In GDB backtraces I saw freshly built 0.9.2 (newly released) test
programs being linked against the installed 0.8.1 which can't be right.

`pkg_delete mtxclient ; make clean=all ; make test' also builds but
fails to crash.  Smells like  system libs are preferred to local ones.

Only the first test is run and stalls until I ^C it.

Since README.md says that tests require a local synapse server running,
I've disabled them for now (cuts build time by ~25%) since we have no
plan for that, yet.

I won't dig into this test setup.

> nheko:
> - uses gnu++20 -> COMPILER comment bump
> - I see this on startup:
> 
> QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-kn'
> [2023-02-19 21:59:08.272] [ui] [info] Restoring window size 1366x741
> [2023-02-19 21:59:08.351] [ui] [info] WebRTC: initialised GStreamer 1.22.0
> nheko:/usr/local/lib/libv4l2.so.0.0: undefined symbol '__syscall'
> [2023-02-19 21:59:08.563] [ui] [info] jdenticon plugin not found.
> [2023-02-19 21:59:10.619] [qml] [warning] load glyph failed err=7 
> face=0xd3157303000, glyph=883 (:0, )
> [2023-02-19 21:59:10.619] [qml] [warning] load glyph failed err=7 
> face=0xd3157303000, glyph=883 (:0, )
> Segmentation fault (core dumped) 
> 
> I see no commit in multimedia/libv4l to treat syscall(2) usage, so that
> needs to be done -- taking a look now.

lib4vl has a pending __syscall fix on ports@ but needs more attention.

> Until then I can't run-test nheko...

0.11.2 came out, will build and retest with that one soon.

Reply via email to