Processed: tagging 744509
Processing commands for cont...@bugs.debian.org: > tags 744509 + ftbfs Bug #744509 [src:simulavr] simulavr: run dh-autoreconf to update config.{sub,guess} and {libtool,aclocal}.m4 Bug #727966 [src:simulavr] simulavr: run dh-autoreconf to update config.{sub,guess} and {libtool,aclocal}.m4 Ignoring request to alter tags of bug #744509 to the same tags previously set Ignoring request to alter tags of bug #727966 to the same tags previously set > thanks Stopping processing here. Please contact me if you need assistance. -- 727966: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=727966 744509: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744509 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Processed: tagging 727966
Processing commands for cont...@bugs.debian.org: > tags 727966 + ftbfs Bug #727966 [src:simulavr] simulavr: run dh-autoreconf to update config.{sub,guess} and {libtool,aclocal}.m4 Bug #744509 [src:simulavr] simulavr: run dh-autoreconf to update config.{sub,guess} and {libtool,aclocal}.m4 Added tag(s) ftbfs. Added tag(s) ftbfs. > thanks Stopping processing here. Please contact me if you need assistance. -- 727966: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=727966 744509: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744509 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Processed: tagging 802318
Processing commands for cont...@bugs.debian.org: > tags 802318 + ftbfs Bug #802318 [src:scoop] scoop: test break in reproducible builds CI (fail of tests_stopwatch.TestStopWatch) Added tag(s) ftbfs. > thanks Stopping processing here. Please contact me if you need assistance. -- 802318: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=802318 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Processed: tagging 835534
Processing commands for cont...@bugs.debian.org: > tags 835534 + ftbfs Bug #835534 [src:scoop] scoop: FTBFS (test errors: could not start server) on armhf in reproducible builds CI Added tag(s) ftbfs. > thanks Stopping processing here. Please contact me if you need assistance. -- 835534: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835534 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#902164: autoclass FTCBFS: uses the build architecture compiler
Source: autoclass Version: 3.3.6.dfsg.1-1 Tags: patch User: helm...@debian.org Usertags: rebootstrap autoclass fails to cross build from source, because it does not pass cross tools to make. Using dh_auto_build fixes that part, but it then calls the build architecture strip via install -s. Stripping at install time is bad, because it also breaks -dbgsym packages. Removing the -s flag (dh_strip still strips) fixes that and enables cross building autoclass-dbgsym. Please consider applying the attached patch. Helmut diff -u autoclass-3.3.6.dfsg.1/debian/rules autoclass-3.3.6.dfsg.1/debian/rules --- autoclass-3.3.6.dfsg.1/debian/rules +++ autoclass-3.3.6.dfsg.1/debian/rules @@ -22,13 +22,6 @@ else CFLAGS += -O2 endif -ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) -INSTALL_PROGRAM += -s -endif -ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) -NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) -MAKEFLAGS += -j$(NUMJOBS) -endif DOC= doc/checkpoint-c.text \ doc/classes-c.text \ @@ -65,7 +58,7 @@ dh_testdir # Add here commands to compile the package. - (cd prog; $(MAKE) $(MAKEFLAGS)) + dh_auto_build --sourcedirectory=prog --parallel # assemble changelog in reverse chronological order -rm changelog diff -u autoclass-3.3.6.dfsg.1/debian/changelog autoclass-3.3.6.dfsg.1/debian/changelog --- autoclass-3.3.6.dfsg.1/debian/changelog +++ autoclass-3.3.6.dfsg.1/debian/changelog @@ -1,3 +1,12 @@ +autoclass (3.3.6.dfsg.1-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: (Closes: #-1) ++ Let dh_auto_build pass cross tools to make. ++ Do not strip before dh_strip with the wrong strip. + + -- Helmut Grohne Sat, 23 Jun 2018 00:34:09 +0200 + autoclass (3.3.6.dfsg.1-1) unstable; urgency=low * QA upload.
Bug#901148: severity of 901148 is important
On Wed, 13 Jun 2018 00:42:05 +0200 Mattia Rizzolo wrote: > # definitely not RC, sorry. Forgive my ignorance, but I don't see what reasoning drove reducing this bug's severity. https://release.debian.org/testing/rc_policy.txt says "[A]n issue is release critical if it: [...] * makes unrelated software on the system (or the whole system) break". I was bitten by this bug today (in testing), and from my perspective, the timidity package broke (important, IMO) functionality of a suite of other unrelated packages. That seems to qualify for at least serious (and therefore RC) severity. Am I missing something? Thanks, Brendon