Your message dated Wed, 12 Sep 2018 03:34:16 +0000 with message-id <[email protected]> and subject line Bug#906512: fixed in uftrace 0.9.0-1 has caused the Debian Bug report #906512, regarding uftrace: FTBFS in buster/sid (failing tests) 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.) -- 906512: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906512 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:uftrace Version: 0.8.2-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-arch dh build-arch dh_update_autotools_config -a debian/rules override_dh_auto_configure make[1]: Entering directory '/<<PKGBUILDDIR>>' LDFLAGS=-Wl,-z,now,-z,relro ./configure --prefix=/usr --libdir=/usr/lib/uftrace make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_build -a make -j1 make[1]: Entering directory '/<<PKGBUILDDIR>>' GEN version.h gcc -O2 -g -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -iquote /<<PKGBUILDDIR>> -iquote /<<PKGBUILDDIR>> -iquote /<<PKGBUILDDIR>>/arch/x86_64 -W -Wall -Wno-unused-parameter -Wno-missing-field-initializers -DHAVE_CXA_DEMANGLE -DHAVE_PERF_CLOCKID -DHAVE_PERF_CTXSW -fPIE -c -o /<<PKGBUILDDIR>>/uftrace.o /<<PKGBUILDDIR>>/uftrace.c gcc -O2 -g -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -iquote /<<PKGBUILDDIR>> -iquote /<<PKGBUILDDIR>> -iquote /<<PKGBUILDDIR>>/arch/x86_64 -W -Wall -Wno-unused-parameter -Wno-missing-field-initializers -DHAVE_CXA_DEMANGLE -DHAVE_PERF_CLOCKID -DHAVE_PERF_CTXSW -fPIE -c -o /<<PKGBUILDDIR>>/cmd-recv.o /<<PKGBUILDDIR>>/cmd-recv.c gcc -O2 -g -D_GNU_SOURCE -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -iquote /<<PKGBUILDDIR>> -iquote /<<PKGBUILDDIR>> -iquote /<<PKGBUILDDIR>>/arch/x86_64 -W -Wall -Wno-unused-parameter -Wno-missing-field-initializers -DHAVE_CXA_DEMANGLE -DHAVE_PERF_CLOCKID -DHAVE_PERF_CTXSW -fPIE -c -o /<<PKGBUILDDIR>>/cmd-script.o /<<PKGBUILDDIR>>/cmd-script.c [... snipped ...] 065 arg_order : NG NG NG NG NG SK SK SK SK SK 066 no_demangle : NG NG NG NG NG NG NG NG NG NG 067 report_diff : NG NG NG NG NG NG NG NG NG NG 068 filter_time_A : NG NG NG NG NG SK SK SK SK SK 069 graph : NG NG NG NG NG NG NG NG NG NG 070 graph_backtrace : NG NG NG NG NG NG NG NG NG NG 071 graph_depth : NG NG NG NG NG NG NG NG NG NG 072 no_comment : NG NG NG NG NG NG NG NG NG NG 073 lib_filter : NG NG NG NG NG NG NG NG NG NG 074 lib_trigger : NG NG NG NG NG NG NG NG NG NG 075 lib_arg : NG NG NG NG NG SK SK SK SK SK 076 lib_replay_F : NG NG NG NG NG NG NG NG NG NG 077 lib_replay_T : NG NG NG NG NG NG NG NG NG NG 078 max_stack : NG NG NG NG NG NG NG NG NG NG 079 replay_kernel_D : SK SK SK SK SK SK SK SK SK SK 080 replay_kernel_D2 : SK SK SK SK SK SK SK SK SK SK 081 kernel_depth : SK SK SK SK SK SK SK SK SK SK 082 arg_many : NG NG NG NG NG SK SK SK SK SK 083 arg_float : NG NG NG NG NG SK SK SK SK SK 084 arg_mixed : NG NG NG NG NG SK SK SK SK SK 085 arg_reg : NG NG NG NG NG SK SK SK SK SK 086 arg_stack : NG NG NG NG NG SK SK SK SK SK 087 arg_variadic : NG NG NG NG NG SK SK SK SK SK 088 graph_session : NG NG NG NG NG NG NG NG NG NG 089 graph_exit : NG NG NG NG NG NG NG NG NG NG 090 report_recursive : NG NG NG NG NG NG NG NG NG NG 091 replay_tid : NG NG NG NG NG NG NG NG NG NG 092 report_tid : NG NG NG NG NG NG NG NG NG NG Traceback (most recent call last): File "./runtest.py", line 518, in <module> result = run_single_case(name, flags, opts.split(), arg.diff, arg.debug) File "./runtest.py", line 424, in run_single_case ret = tc.run(case, cflags, diff) File "/<<PKGBUILDDIR>>/tests/runtest.py", line 324, in run result_tested = self.sort(result_origin) # for python3 File "/<<PKGBUILDDIR>>/tests/runtest.py", line 284, in sort return func(self, output, ignore_children) File "/<<PKGBUILDDIR>>/tests/runtest.py", line 205, in report_sort if line[5].startswith('__'): IndexError: list index out of range make[3]: *** [Makefile:16: test_run] Error 1 make[2]: *** [Makefile:242: test] Error 2 make[2]: Leaving directory '/<<PKGBUILDDIR>>' make[1]: *** [debian/rules:27: override_dh_auto_test] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:15: build-arch] Error 2 dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit status 2 -------------------------------------------------------------------------------- The build was made with "dpkg-buildpackage -B" in my autobuilder. Most probably, it also fails here in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/uftrace.html where you can get a full build log if you need it. If this is really a bug in one of the build-depends, please use reassign and affects, so that this is still visible in the BTS web page for this package. Thanks.
--- End Message ---
--- Begin Message ---Source: uftrace Source-Version: 0.9.0-1 We believe that the bug you reported is fixed in the latest version of uftrace, 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. paul cannon <[email protected]> (supplier of updated uftrace 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: Tue, 11 Sep 2018 16:19:19 -0500 Source: uftrace Binary: uftrace Architecture: source Version: 0.9.0-1 Distribution: unstable Urgency: medium Maintainer: paul cannon <[email protected]> Changed-By: paul cannon <[email protected]> Description: uftrace - Traces and analyzes execution of programs written in C/C++ Closes: 886863 898000 906512 Changes: uftrace (0.9.0-1) unstable; urgency=medium . * New upstream release: + Fixes FTBFS on buster/sid (closes: #906512). + Now reports correct version (closes: #886863). * Adds arm64 as a build target (closes: #898000, and thank you, Matthias Klose). * Add new (optional) build dependencies for the sake of features: pkg-config, libpython2.7-dev, libdw-dev, libncursesw5-dev * Bump Standards-Version to 4.2.1. Checksums-Sha1: 81cf5d7821652446ac87f35181e3f4bb621569d5 1834 uftrace_0.9.0-1.dsc 8b4327bf9bb4af6a4232d57825d44bd5f806fe7c 947283 uftrace_0.9.0.orig.tar.gz 02a589fa5de2c498690f6225fba150c6570daed1 6076 uftrace_0.9.0-1.debian.tar.xz Checksums-Sha256: 4e25694ff19aa499e947ff68e56981b9b027dcb90f2819ec41808b579b4ab5b8 1834 uftrace_0.9.0-1.dsc 73eb0b24e1e0c1bcd49cccf0dc4783f2b9110fa681219d9b8cd6ed51f7c6fb78 947283 uftrace_0.9.0.orig.tar.gz 65da6def56ff191092c1749bf562544b567b815e447de451ae66af413f4b97e4 6076 uftrace_0.9.0-1.debian.tar.xz Files: af8a55796f75a88fb0c0456222dc4b12 1834 utils optional uftrace_0.9.0-1.dsc 1628201d1879483166be008833fc8755 947283 utils optional uftrace_0.9.0.orig.tar.gz 65c55887f41b5a242d368ccf7fde3939 6076 utils optional uftrace_0.9.0-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQJFBAEBCAAvFiEEKeADyGxqxUil6dToE26c8XtdNC0FAluYhEoRHHBhdWxAdGhl cGF1bC5vcmcACgkQE26c8XtdNC0Tzw/9Fsqr6dHiobvkI0ix3aJADyhg86jP+gnS 9IBiCtnGNd0BcY0fkkiQnV853V5OR9/kmojpukpQi/EaOzATxanpo5glnT2IFLWL 06fwyFQOXI4rIJ+VoyXNP9WtD8ApOhMlLQnPY+1QoYdY55IDwmWNlkC/KZh9Qomr vVXo8jIOSwl7G8fYYHPKaIqgCanYP8pAqTn7Fwrgv/I6BbBYEbjyg2gyublcYBFx oWSRgS+V58igGc9Q5pPwQ6Vkb31J58n1T1cQIrBed8hPR9V+UaGcePXhu3Av50wv STXp7xyw+8NzR/LG5hA/6iCSku9qi9XdV0WXEWZV+5/vFCzjsfnaz92r/FVKQ+3t ZUvQToq/ioabsvCmJAZflh5StiN5XRErhcH/Ltwh9odmCEUd3B2yC6xwI/4SW3iG Lkp/a0rYZg1Dsc4W5r33B7+29y8xvd2slNW2FpFOej4EiuQINslTvjIAoyzsB9Qb Z3xYR1REFZjVu+X1FZgJ1XKYvWotBDOgFAYvYRyyggS9HoIsUkmTCfZBazmT5cB1 N/IUle2PFcJsql9f8B/zfLRaAicI+dC93mpIZEzIJX9o/WS0TMlBE95SxE6QFNgO tsurDLwGH6Z2buaySWuJ2XWbyGKulAlKcFWfeWPzW5irzqw0zA9rgPZl5/GRHZ2M Ao4pe1awT3g= =vyvP -----END PGP SIGNATURE-----
--- End Message ---

