Your message dated Sun, 23 Sep 2018 10:50:17 +0000 with message-id <[email protected]> and subject line Bug#907324: fixed in meson 0.48.0-1 has caused the Debian Bug report #907324, regarding FTBFS on armhf - cannot find -lquadmath 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.) -- 907324: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907324 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: meson Version: 0.47.1-2 Severity: normal Hi, afaik, an Architecture: all package needs to build correctly on all release arches. I cannot find policy lanugage that defines that, therefore this is only a "normal" bug. When I try building meson on armhf[1], the build fails with "/usr/bin/ld: cannot find -lquadmath". The same build on amd64 goes through just fine. Tail of the build log: ninja explain: Meson-1.0.gir is dirty ninja explain: Meson-1.0.gir is dirty ninja explain: Meson-1.0.typelib is dirty ninja explain: output build.ninja older than most recent input ../test cases/frameworks/22 gir link order/meson.build (1535290699 vs 1535290719) ninja explain: output PHONY of phony edge with no inputs doesn't exist ninja explain: PHONY is dirty ninja explain: command line changed for libsample.so ninja explain: libsample.so is dirty ninja explain: libsample.so is dirty ninja explain: Meson-1.0.gir is dirty ninja explain: Meson-1.0.gir is dirty ninja explain: Meson-1.0.typelib is dirty ninja explain: all is dirty ninja explain: meson-install is dirty ninja explain: output PHONY of phony edge with no inputs doesn't exist ninja explain: PHONY is dirty ninja explain: PHONY is dirty ninja explain: meson-clean-ctlist is dirty ninja explain: clean-ctlist is dirty ninja explain: meson-clean is dirty Skipping: test cases/nasm/1 configure file Total configuration time: 1565.97s Total build time: 7602.30s Total test time: 84.40s Total passed tests: 382 Total failed tests: 1 Total skipped tests: 39 Mesonlogs of failing tests The Meson build system Version: 0.47.1 Source dir: /<<PKGBUILDDIR>>/test cases/fortran/9 cpp Build dir: /<<PKGBUILDDIR>>/b fd9bf17977 Build type: native build Project name: C++ and FORTRAN Project version: undefined Appending FFLAGS from environment: '-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong' Appending LDFLAGS from environment: '-Wl,-z,relro' Native Fortran compiler: gfortran (gcc 8.2.0 "GNU Fortran (Debian 8.2.0-4) 8.2.0") Appending CXXFLAGS from environment: '-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security' Appending LDFLAGS from environment: '-Wl,-z,relro' Appending CPPFLAGS from environment: '-Wdate-time -D_FORTIFY_SOURCE=2' Native C++ compiler: ccache c++ (gcc 8.2.0 "c++ (Debian 8.2.0-4) 8.2.0") Build machine cpu family: arm Build machine cpu: armv7l Build targets in project: 1 WARNING: Project specifies a minimum meson_version '' which conflicts with: * 0.42.0: {'Pcap Dependency'} * 0.44.0: {'LibWMF Dependency'} Found ninja-1.8.2 at /usr/bin/ninja [0/1] /usr/bin/python3 /<<PKGBUILDDIR>>/meson.py --internal regenerate '/<<PKGBUILDDIR>>/test cases/fortran/9 cpp' '/<<PKGBUILDDIR>>/b fd9bf17977' --backend ninja The Meson build system Version: 0.47.1 Source dir: /<<PKGBUILDDIR>>/test cases/fortran/9 cpp Build dir: /<<PKGBUILDDIR>>/b fd9bf17977 Build type: native build Project name: C++ and FORTRAN Project version: undefined Native Fortran compiler: gfortran (gcc 8.2.0 "GNU Fortran (Debian 8.2.0-4) 8.2.0") Native C++ compiler: ccache c++ (gcc 8.2.0 "c++ (Debian 8.2.0-4) 8.2.0") Build machine cpu family: arm Build machine cpu: armv7l Build targets in project: 1 Found ninja-1.8.2 at /usr/bin/ninja [1/3] gfortran -Icppfort@exe -I. '-I../test cases/fortran/9 cpp' -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -O0 -g -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Jcppfort@exe -o 'cppfort@exe/fortran.f.o' -c '../test cases/fortran/9 cpp/fortran.f' [2/3] ccache c++ -Icppfort@exe -I. '-I../test cases/fortran/9 cpp' -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wnon-virtual-dtor -O0 -g -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ 'cppfort@exe/main.cpp.o' -MF 'cppfort@exe/main.cpp.o.d' -o 'cppfort@exe/main.cpp.o' -c '../test cases/fortran/9 cpp/main.cpp' [3/3] ccache c++ -o cppfort 'cppfort@exe/main.cpp.o' 'cppfort@exe/fortran.f.o' -Wl,--no-undefined -Wl,--as-needed -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group -lgfortran -lm -lquadmath -Wl,--end-group FAILED: cppfort ccache c++ -o cppfort 'cppfort@exe/main.cpp.o' 'cppfort@exe/fortran.f.o' -Wl,--no-undefined -Wl,--as-needed -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,--start-group -lgfortran -lm -lquadmath -Wl,--end-group /usr/bin/ld: cannot find -lquadmath collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. ninja explain: output build.ninja older than most recent input ../test cases/fortran/9 cpp/meson.build (1535289470 vs 1535289471) ninja explain: deps for 'cppfort@exe/main.cpp.o' are missing ninja explain: cppfort@exe/main.cpp.o is dirty ninja explain: deps for 'cppfort@exe/fortran.f.o' are missing ninja explain: cppfort@exe/fortran.f.o is dirty ninja explain: cppfort is dirty System information. Architecture: ('32bit', 'ELF') Machine: armv7l Platform: Linux Processor: System: Linux Running unittests. make[1]: *** [debian/rules:19: override_dh_auto_test] Error 1 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:15: build] Error 2 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2 -------------------------------------------------------------------------------- Build finished at 2018-08-26T13:39:01Z If I'm doing things wrong, please advise. Greetings Marc [1] I am building on armhf because the buildd software in use insists on building on all arches before accepting the package.
--- End Message ---
--- Begin Message ---Source: meson Source-Version: 0.48.0-1 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: SHA256 Format: 1.8 Date: Sat, 22 Sep 2018 23:13:11 +0300 Source: meson Binary: meson Architecture: source Version: 0.48.0-1 Distribution: unstable Urgency: medium Maintainer: Jussi Pakkanen <[email protected]> Changed-By: Jussi Pakkanen <[email protected]> Description: meson - high-productivity build system Closes: 907324 Changes: meson (0.48.0-1) unstable; urgency=medium . * New upstream release. Closes: #907324. Checksums-Sha1: 76e7b4d57b3bc153a76ad39ecd4dd9066615e4ca 3350 meson_0.48.0-1.dsc a3a61a5782e4753e0b3e7a25ee40f2fbac4c2d48 1307245 meson_0.48.0.orig.tar.gz a9bc21da47c9a8f5be6283d9d6b9cdddbb37685a 11792 meson_0.48.0-1.debian.tar.xz 4ee2c8faa582e43db468b678c9869e3453774c37 33145 meson_0.48.0-1_source.buildinfo Checksums-Sha256: c5bbd00ffc7ed8e357053cd220924889f8443d96e892758cde8ece1f1bc43380 3350 meson_0.48.0-1.dsc 982937ba5b380abe13f3a0c4dff944dd19d08b72870e3b039f5037c91f82835f 1307245 meson_0.48.0.orig.tar.gz a0191c73f71b664900b37f6060fd2fed8d27d899a1863e906a1f2eda8448b829 11792 meson_0.48.0-1.debian.tar.xz b2cfc5b6abcc1ed4f5f8a5aae22fa96c7981a5bb986c889d3b4f331861243152 33145 meson_0.48.0-1_source.buildinfo Files: 5d732e7d7b19e3b2c9644abc7459e8c3 3350 devel optional meson_0.48.0-1.dsc e92273538c6b8371e68d736287a5d991 1307245 devel optional meson_0.48.0.orig.tar.gz c0a39f5c639437c1b1d893114e2bd5a4 11792 devel optional meson_0.48.0-1.debian.tar.xz 92bed498d4988ec13d92f5ee78a072b4 33145 devel optional meson_0.48.0-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEExkOAo1eT0DvBz+1oxrkYDUvYt64FAlunZdMACgkQxrkYDUvY t65aNg//ZxIiml4CEoGooa2r4Y3ysBXHdY55gj3KodjUPQAs80hcFtUdgXyoVoLl QeVYpkZ5e5v+XFxqs6p6S2HylCTn5/j0JxPrYrpCB/6vRgJZE6W4QzpqqxrfJOIq mNCTUAbGRqvi/ArPgOHMd9jKY4VWlTqZqvQjYe2xA2yJ6X6tT7fTREotNc0XNeVt tZASFEH/KN8h4iDESeJDHEgp2h+tahTX3qkHUirdceTjhkvVrMylpYsi1hgSyIH9 xZUg9O+n4a7KoFDN8MKuGcQKpXEcOYTJeew9Th9MgRcgAMWrNVKAzOT0EN2n6dOo eDo/zGqxWXWfsrG/RK9RR8ax4Ek6z4v6W//9EShP7DxvHbDB6bNLA9iwxS+L6qiG Vxe49YbgWAecCI9n6VWNPt/mdXqoOSdDoSY41f226Psh8Xj1Ji5w7999aZHIy8gH nvkqiZzZ3Kr2AX1PW9c06tsq1DRialMEI8yvktwpNAFm5ZrJmeH8WR1v5MduAto/ STeuaJJ3dwj1oBJ6edt2Uw8uZGS68qZ2ckhWc0kEkQ0wOTsyWnP6BzEUl1q7fXtE eHAwFCaiS3bGVsZvyQKMkR8r911JOSnnkbj4azGTDPnnEd2cFYINXSR7RIShUqWM EQ5eDD7ZCA/abgNFC17veCORGu+KRHxMCG8/uE4i4HPAt5P/wVM= =nRx8 -----END PGP SIGNATURE-----
--- End Message ---

