Your message dated Tue, 14 Jul 2020 05:18:33 +0000
with message-id <e1jvdkr-000ivz...@fasolo.debian.org>
and subject line Bug#963546: fixed in meson 0.55.0-1
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 ow...@bugs.debian.org
immediately.)
--
963546: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=963546
Debian Bug Tracking System
Contact ow...@bugs.debian.org 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-1
Done: Jussi Pakkanen <jpakk...@gmail.com>
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 963...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jussi Pakkanen <jpakk...@gmail.com> (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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 12 Jul 2020 17:29:15 +0300
Source: meson
Architecture: source
Version: 0.55.0-1
Distribution: unstable
Urgency: medium
Maintainer: Jussi Pakkanen <jpakk...@gmail.com>
Changed-By: Jussi Pakkanen <jpakk...@gmail.com>
Closes: 963546
Changes:
meson (0.55.0-1) unstable; urgency=medium
.
* New upstream release.
.
meson (0.55.0~rc2-1) experimental; urgency=medium
.
* New upstream release.
* Fix test dependency setup to work on all arches. Closes: #963546.
Checksums-Sha1:
53d6be2b40cfd0614cc7bf386cf56c27b1c2522b 3433 meson_0.55.0-1.dsc
266c35ad4ea0b526e3437500b99a0745adf82d92 1742882 meson_0.55.0.orig.tar.gz
c32b86872e2202bfa0e7d5af6343486ffedaba2a 13764 meson_0.55.0-1.debian.tar.xz
99f66baafda17db378918e93c504cd950d1017df 6176 meson_0.55.0-1_source.buildinfo
Checksums-Sha256:
e25ae98cdc3943af9c87c4005191d91e868bc62c630e52eee41e44ef98ecf516 3433
meson_0.55.0-1.dsc
0a1ae2bfe2ae14ac47593537f93290fb79e9b775c55b4c53c282bc3ca3745b35 1742882
meson_0.55.0.orig.tar.gz
68dd64a59ce68714e3c02ff6870665d77cf40d56172d901fed9892f27e304349 13764
meson_0.55.0-1.debian.tar.xz
e6b2050354862df2861797269eb19d2ec0e13a3f787b6a821fd8d28e22dcb242 6176
meson_0.55.0-1_source.buildinfo
Files:
26cd2218a0d2784d8df6ddd84c0ecc2b 3433 devel optional meson_0.55.0-1.dsc
9dd395356f7ec6ef40e2449fc9db3771 1742882 devel optional
meson_0.55.0.orig.tar.gz
e93f91dc0636a002130c1ef71bc4243c 13764 devel optional
meson_0.55.0-1.debian.tar.xz
054d0a483f042cf9748911000c713fe1 6176 devel optional
meson_0.55.0-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEPbRrVe+lnUDmIyFI0U7xXa/hE0cFAl8NPTYACgkQ0U7xXa/h
E0fdhQ/9HSm+XVzQZ5qbLZ6Ta9Uto4rrXoQP1p6Tr0FEmNsD1uILd8X/Eno23ahd
cYat9qmqvaZzZtLG73/j03J1AinsX8SmozA1BK9xACCUivIeEYhTBbG3s4bRdp1o
HG3stGOz9D+qiJmEamMRNwELtbCmpdp6KfVghzI471JDc6fWQ2Qshl1Z92jgB6Hn
LxIx9MEs+KDSXujDTZ4hSIkTzOZwPU5p7KD4oMMwPfrhg/iDYXTU8Hesl7mVQfQe
hS06WuK7ulIOyrgkLoLca+V+4wzfI29WeIHqsIibm1bFmib9tZhxRRPkBz6rVySq
r/SptDyxYKyaaudnz+4rbYwoZxOU3O3PrfHfADKEW895dYWCy8syaSE5RQtBOTXx
OHJU9Epl/FaS1uIy/Z3uArQVt+ij8p1k/KfPwml4ifViudb4T0n+VQCB0llkCf3W
A+Tk62DltwpFDlEpK1k6D2HpTvj4Wp1CC3G4ESdfXg47oG5JJbDbfMbHmErOaETm
VIw/t0tXn2Ae5apA8UCsV1/e53BYg+CUCu/O/LFnhbXvsBORgJd3FBDN6aPw5dfT
PAMwXl+V4FWEsElG4x+RXbeQD0/d6TFJWyGv6JgybzcVK8r1OqSUxpQOAiwcTvcc
xbQw1T2ZADxAbbcU++THWLD3crDJfHf3OnNQ/HgJ7vCSSiSSE9I=
=aVmo
-----END PGP SIGNATURE-----
--- End Message ---