Your message dated Wed, 08 Jul 2020 08:41:49 +0000
with message-id <e1jt5eh-0008zd...@fasolo.debian.org>
and subject line Bug#963546: fixed in meson 0.55.0~rc2-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~rc2-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: Wed, 08 Jul 2020 10:51:14 +0300
Source: meson
Architecture: source
Version: 0.55.0~rc2-1
Distribution: experimental
Urgency: medium
Maintainer: Jussi Pakkanen <jpakk...@gmail.com>
Changed-By: Jussi Pakkanen <jpakk...@gmail.com>
Closes: 963546
Changes:
 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:
 9d7d7b8e4b882ac4bb87f64fc38c5039e5281c43 3461 meson_0.55.0~rc2-1.dsc
 2062c82a30ac117cff657939034544090c4e2395 1740891 meson_0.55.0~rc2.orig.tar.gz
 5eb7996a1c7f4b10ffc3405d1373fae86f1b66ed 13768 meson_0.55.0~rc2-1.debian.tar.xz
 23b3c683bb9198680f3bdb0a54c2abfb4710e4bf 6192 
meson_0.55.0~rc2-1_source.buildinfo
Checksums-Sha256:
 318fc9c4258c63f3d99b235fc8149cbc1de4e015d534ad4ef54090efa8864630 3461 
meson_0.55.0~rc2-1.dsc
 f36c72cf96f837d5b6289c1c443fb67f3ee398a756ccfd80e92fb9d3c377a243 1740891 
meson_0.55.0~rc2.orig.tar.gz
 3aa3c338e8d9153c2bd02c11555a41a888679ffe0e986fc8a76d763a8541c146 13768 
meson_0.55.0~rc2-1.debian.tar.xz
 ef33d642182e96d63b6b3d948271616628bfa4fe4d49cdb7cdb4c76656652cfe 6192 
meson_0.55.0~rc2-1_source.buildinfo
Files:
 a6ab3dc25bb3e745769e883c6f82a2f7 3461 devel optional meson_0.55.0~rc2-1.dsc
 3b6e05a2378e524a168812deb2bf4de0 1740891 devel optional 
meson_0.55.0~rc2.orig.tar.gz
 60044fa591c49f5fa734336de382e5c7 13768 devel optional 
meson_0.55.0~rc2-1.debian.tar.xz
 bafa426cd5708f82a120118029c5ac93 6192 devel optional 
meson_0.55.0~rc2-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEPbRrVe+lnUDmIyFI0U7xXa/hE0cFAl8FgOgACgkQ0U7xXa/h
E0ckcw/+OGBt16RWTXxkV4ACtgokArO/p32M74fgN93/IMqg+PVM+JI7vTWYL6Aq
fnO2WrCOXhpVBeHpz7PLSfEAtpbFPzmCjuuf3KKfC5yeum75MhPlg3D5Sg2H/pCH
RHPKKdOIg3uLFr3YuLR7Mbsrm4/Vcaq7SvZ6guQ6uw5C7jIqgBiAtTQRS9Gxg9qp
7prsF40gnyt7x7VhjkHQ9oj4Q1fb+DqVC7o746MrBk+6wQwhYwJX6BYdpxxYZJCX
zdzdhKzIkH7KnZ6jIGBzyJFPN3B98IuuwFdqIlDiqhTA68x8jWk+T1/DiK+58GkI
dQKaRk/M+tnQjr2DY+qcSjNhqFmcTMoUFE9CoJzUGnRPl3rLS2zgyHiyOE5lFEI2
54agpo9YpgWC+o2ZN15BGzGQTpEcbmXalbJorc7peZYbdneDDH343J8Nq1cY+/av
JrKDsmtV5PdIGDbD7BShZ2cR8qg1aN8sspaJdaBedpvLBcnVi7JYYXstKcZMqVyQ
ZvftIAyJoU9H/+dEZ5rFN0ab3MNTtCyRPygnjFHt1GifPbkSdbT9CRiZywfe5PpP
aQisfcmcHUJ81fnngOA/BdUYkH+aO/KRpdTDLsMkashLpygskGU7WiyaBlTjSB38
5BCsk78XEuO+vbvu2+PtwC6nveSH4fGLwmkkefPWHV/xjHwQMlQ=
=zaLt
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to