Your message dated Thu, 16 Jul 2020 19:33:54 +0000
with message-id <[email protected]>
and subject line Bug#963546: fixed in meson 0.55.0-2
has caused the Debian Bug report #963546,
regarding meson: autopkgtest failures
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
963546: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=963546
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: meson
Version: 0.54.3-1
Severity: serious
Hello, as you can see, two tests can't be run on ppc64el and s390x, because of
missing:
g++-arm-linux-gnueabihf and ldc
https://ci.debian.net/data/autopkgtest/unstable/ppc64el/m/meson/6017346/log.gz
Marking the two tests as "skip-not-installed" works
diff -Nru meson-0.54.3/debian/tests/control meson-0.54.3/debian/tests/control
--- meson-0.54.3/debian/tests/control 2020-03-27 23:40:23.000000000 +0000
+++ meson-0.54.3/debian/tests/control 2020-06-23 13:25:22.000000000 +0000
@@ -10,6 +10,8 @@
# tests are run and thus block broken uploads.
Tests: exhaustive
Depends: meson, @builddeps@, valac, rustc, ldc
+Restrictions: skip-not-installable
Tests: crossbuild
Depends: meson, g++, g++-arm-linux-gnueabihf
+Restrictions: skip-not-installable
Also, I noticed a failure on Ubuntu:
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-groovy/groovy/amd64/m/meson/20200616_020946_f376b@/log.gz
Failed test during build: 'test cases/frameworks/1 boost (static=false)'
Reason: Compiling source code failed.
Skipping: test cases/frameworks/1 boost (static=false b_vscrt=md)
Skipping: test cases/frameworks/1 boost (static=false b_vscrt=mdd)
Succeeded test: test cases/frameworks/1 boost (static=true)
Skipping: test cases/frameworks/1 boost (static=true b_vscrt=md)
Skipping: test cases/frameworks/1 boost (static=true b_vscrt=mdd)
Skipping: test cases/frameworks/1 boost (static=true b_vscrt=mt)
Skipping: test cases/frameworks/1 boost (static=true b_vscrt=mtd)
Mesonlogs of failing tests
The Meson build system
Version: 0.54.3
Source dir: /tmp/autopkgtest.u568ol/build.zhB/src/test cases/frameworks/1 boost
Build dir: /tmp/autopkgtest.u568ol/build.zhB/src/b 125f976e40
Build type: native build
Project name: boosttest
Project version: undefined
C++ compiler for the host machine: c++ (gcc 9.3.0 "c++ (Ubuntu 9.3.0-13ubuntu1)
9.3.0")
C++ linker for the host machine: c++ ld.bfd 2.34
Host machine cpu family: x86_64
Host machine cpu: x86_64
Found pkg-config: /usr/bin/pkg-config (0.29.2)
Run-time dependency Boost found: YES 1.71.0 (/usr/include)
Run-time dependency Boost (found: date_time, system, thread) found: YES 1.71.0
(/usr)
Run-time dependency Boost (found: unit_test_framework) found: YES 1.71.0 (/usr)
Dependency boost found: YES 1.71.0 (cached)
Run-time dependency Boost (found: date_time, filesystem, log, log_setup, regex,
system, thread) found: YES 1.71.0 (/usr)
Run-time dependency Boost (missing: this_should_not_exist_on_any_systen) found:
NO
Program python2 found: YES (/usr/bin/python2)
Program python3 found: YES (/usr/bin/python3)
test cases/frameworks/1 boost/meson.build:27: WARNING: Passed invalid keyword
argument "disabler".
WARNING: This will become a hard error in the future.
Dependency python found: NO
test cases/frameworks/1 boost/meson.build:28: WARNING: Passed invalid keyword
argument "disabler".
WARNING: This will become a hard error in the future.
Dependency python found: YES (pkgconfig)
Run-time dependency Boost (found: python38) found: YES 1.71.0 (/usr)
Program /usr/bin/python2 found: YES (/usr/bin/python2)
Program /usr/bin/python3 found: YES (/usr/bin/python3)
Run-time dependency Boost found: YES 1.71.0 (/usr/include)
Dependency boost found: YES 1.71.0 (cached)
Build targets in project: 7
Found ninja-1.10.0 at /usr/bin/ninja
[1/14] Compiling C++ object 'utf@exe/unit_test.cpp.o'
[2/14] Linking target utf
[3/14] Compiling C++ object 'nomod@exe/nomod.cpp.o'
[4/14] Linking target nomod
[5/14] Compiling C++ object 'linkedexe@exe/linkexe.cc.o'
[6/14] Linking target linkedexe
[7/14] Compiling C++ object 'extralibexe@exe/extralib.cpp.o'
FAILED: extralibexe@exe/extralib.cpp.o
c++ -Iextralibexe@exe -I. '-I../test cases/frameworks/1 boost' -I/usr/include
-fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch
-Wnon-virtual-dtor -std=c++14 -g -pthread -DBOOST_DATE_TIME_DYN_LINK=1
-DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_LOG_SETUP_DYN_LINK=1
-DBOOST_THREAD_BUILD_DLL=1 -DBOOST_SYSTEM_DYN_LINK=1 -DBOOST_THREAD_USE_DLL=1
-DBOOST_LOG_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ
'extralibexe@exe/extralib.cpp.o' -MF 'extralibexe@exe/extralib.cpp.o.d' -o
'extralibexe@exe/extralib.cpp.o' -c '../test cases/frameworks/1
boost/extralib.cpp'
c++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
[8/14] Compiling C++ object 'python3_module@sha/python_module.cpp.o'
ninja: build stopped: subcommand failed.
ninja explain: deps for 'linkedexe@exe/linkexe.cc.o' are missing
ninja explain: linkedexe@exe/linkexe.cc.o is dirty
ninja explain: linkedexe is dirty
ninja explain: deps for 'utf@exe/unit_test.cpp.o' are missing
ninja explain: utf@exe/unit_test.cpp.o is dirty
ninja explain: utf is dirty
ninja explain: deps for 'nomod@exe/nomod.cpp.o' are missing
ninja explain: nomod@exe/nomod.cpp.o is dirty
ninja explain: nomod is dirty
ninja explain: deps for 'extralibexe@exe/extralib.cpp.o' are missing
ninja explain: extralibexe@exe/extralib.cpp.o is dirty
ninja explain: extralibexe is dirty
ninja explain: deps for 'python3_module@sha/python_module.cpp.o' are missing
ninja explain: python3_module@sha/python_module.cpp.o is dirty
ninja explain: python3_module.so is dirty
ninja explain: deps for 'partial_dep/218a4f5@@foo@sta/foo.cpp.o' are missing
ninja explain: partial_dep/218a4f5@@foo@sta/foo.cpp.o is dirty
ninja explain: partial_dep/libfoo.a is dirty
ninja explain: deps for 'partial_dep/218a4f5@@external_dep@exe/main.cpp.o' are
missing
ninja explain: partial_dep/218a4f5@@external_dep@exe/main.cpp.o is dirty
ninja explain: partial_dep/libfoo.a is dirty
ninja explain: partial_dep/external_dep is dirty
do you have any clue?
thanks
Gianfranco
--- End Message ---
--- Begin Message ---
Source: meson
Source-Version: 0.55.0-2
Done: Jussi Pakkanen <[email protected]>
We believe that the bug you reported is fixed in the latest version of
meson, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jussi Pakkanen <[email protected]> (supplier of updated meson package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 16 Jul 2020 22:15:06 +0300
Source: meson
Architecture: source
Version: 0.55.0-2
Distribution: unstable
Urgency: medium
Maintainer: Jussi Pakkanen <[email protected]>
Changed-By: Jussi Pakkanen <[email protected]>
Closes: 963546 965033
Changes:
meson (0.55.0-2) unstable; urgency=medium
.
* Fix crossbuild test from Gianfranco Costamagna. Closes: #963546
* Add dep to Python pkg resources from Kunal Mehta. Closes: #965033.
Checksums-Sha1:
416525ac2526aacd15feac1b9906abed81b19ca6 3433 meson_0.55.0-2.dsc
604a93643c127d32912da978dbdc7a94a43836ee 13832 meson_0.55.0-2.debian.tar.xz
093961d050b6ec6f8883df879f4e5832fe372a84 6176 meson_0.55.0-2_source.buildinfo
Checksums-Sha256:
74c5d3dcdd7c5f8eb8a07c9f7b5c0d8c8492436ceaef4266b17155283a0796ad 3433
meson_0.55.0-2.dsc
6c808fc8fb729d73e596a6d5b4ddfad1466609d5494a33076c18f1678371dbba 13832
meson_0.55.0-2.debian.tar.xz
761e3862e3af5b6d9166419ef24fec46b67987618630904c88dcfbb43d853151 6176
meson_0.55.0-2_source.buildinfo
Files:
6395d069eb69ed0afa9146597de05153 3433 devel optional meson_0.55.0-2.dsc
c1bcc2dd85bd74a4ebac8bf804d7c5e3 13832 devel optional
meson_0.55.0-2.debian.tar.xz
8a891b48d3a92ae0366e6a9b43169d30 6176 devel optional
meson_0.55.0-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEPbRrVe+lnUDmIyFI0U7xXa/hE0cFAl8QqHYACgkQ0U7xXa/h
E0cVww/+IO0hz2+YxtBVRmoEobUwE0uEz/9gujU4d06ZhwfKWThf7Mqi3lx+UOBz
3qjqKqnmJo/50FbjdGU5fMoFLPs7o1gxOxCwi9R4Eo3M9MQ1jvBRY1uq+scoEkqm
/B4DO07VY8/q0MLC/nRGCSUnejobqz8/az+e0xVSaOnvWT3a6Il7/oAw1HA3UL6b
TQkCoXdWIxRw6veNE0Psuh1xZLjM/5YwFQzJ4xFSU3+zYGO5hhHcXMkRe6k2vwV0
DNQonnsgDsHlMLsaB5WtfTwz2crgKY7ni+Zm1jcEa1vpyoUBOK8cJ78It3081y+U
SczHfHu7EYyqOOplMsIqhBP+gd83WoSqmxOhzpChpHNdjfyKzpML7Cq2mdDsjk67
8OVDMX2+qayiTeEOCA2FCfvh27eNXr/OmkARAnsDhjB80YCRVXurkMBfCzL1Mt5J
udnexk/jdZSWDQ//SSFWuhZjxp9gkKpI9konLSGtEAPIUFIae5hxdehkgnDk3S1c
eeVw9OtMa9JceJjAoDXlLpq/i/BezqRrWEfMvxGK+CjnoN2iShX5eKggqofM03XM
VdvxOoL0m6Wp9B8gEjrmXi6duStXysaU9jbqMrM2MYeA4/dmQiJ4fT1MvD4xFGkR
3707Kl+bDxVHGyw5M+0+Irmi07mkuM6iXWttdZIidMnzmWVRiuU=
=4msu
-----END PGP SIGNATURE-----
--- End Message ---