On 31 oct. 2020 10:34, Christian Marillat <[email protected]> wrote:
> On 22 oct. 2020 18:22, Christian Marillat <[email protected]> wrote: > >> On 21 oct. 2020 12:05, John Paul Adrian Glaubitz >> <[email protected]> wrote: >> >> [...] >> >>> Anyway, I will have a look later this week. I'm currently swamped in >>> work. Help is therefore >>> appreciated. >> >> The best I think is to wait for 5.15 now in experimental. > > Here is the backtrace from the 5.15.1 build from my G5 under pbuilder : > > ,---- > | Command Line: ./tst_declarative_ui -import > /build/qtlocation-opensource-src-5.15.1+dfsg/tests/auto/declarative_ui/../../../qml > | Executable: > /home/marillat/pbuilder/16289/build/qtlocation-opensource-src-5.15.1+dfsg/tests/auto/declarative_ui/tst_declarative_ui > | Storage: > /var/lib/systemd/coredump/core.tst_declarative.1000.0875b3df4dd043ac92f0b8ad451dc02e.29686.1604135850000000.zst > | Message: Process 29686 (tst_declarative) of user 1000 dumped core. > | > | Stack trace of thread 29738: > | #0 0x00000000f75308ac __libc_signal_restore_set (libc.so.6 > + 0x408ac) > | #1 0x00000000f7515840 __GI_abort (libc.so.6 + 0x25840) > | #2 0x00000000e93e5c90 > _ZN4llvm18report_fatal_errorERKNS_5TwineEb (libLLVM-11.so.1 + 0x835c90) > `---- Note : the crash is the same than the Debian build: https://buildd.debian.org/status/fetch.php?pkg=qtlocation-opensource-src&arch=powerpc&ver=5.15.1%2Bdfsg-2&stamp=1604009241&raw=0 And the command line : ,---- | cd qgeosatelliteinfo/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /build/qtlocation-opensource-src-5.15.1+dfsg/tests/auto/qgeosatelliteinfo/qgeosatelliteinfo.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 -fdebug-prefix-map=/build/qtlocation-opensource-src-5.15.1+dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 -fdebug-prefix-map=/build/qtlocation-opensource-src-5.15.1+dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -fdebug-prefix-map=/build/qtlocation-opensource-src-5.15.1+dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -fdebug-prefix-map=/build/qtlocation-opensource-src-5.15.1+dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' QMAKE_LFLAGS_RELEASE=-Wl,-z,relro QMAKE_LFLAGS_DEBUG=-Wl,-z,relro QMAKE_STRIP=: PREFIX=/usr QT_BUILD_PARTS+=tests ) && make -f Makefile check | PASS : declarative_core::CoordinateAnimation::test_default_coordinate_animation() | Aborted (core dumped) `---- Christian

