[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#928196: marked as done (ticker FTCBFS: fails configuring during clean)



Your message dated Fri, 25 Sep 2020 21:21:08 +0000
with message-id <E1kLv9Q-000J4S-VB@fasolo.debian.org>
and subject line Bug#928196: fixed in ticker 1.12
has caused the Debian Bug report #928196,
regarding ticker FTCBFS: fails configuring during clean
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 owner@bugs.debian.org
immediately.)


-- 
928196: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=928196
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: ticker
Version: 1.11
Tags: patch
User: helmutg@debian.org
Usertags: rebootstrap

ticker fails to cross build from source, because it fails configuring
for the build architecture. ./configure is run by make clean during
dh_auto_clean. That's bad. Once that is fixed, the Makefile fails to use
the cross compiler detected by the real ./configure invocation. The
attached patch fixes both and makes ticker cross buildable. Please
consider applying it.

Helmut
diff --minimal -Nru ticker-1.11/Makefile ticker-1.12/Makefile
--- ticker-1.11/Makefile	2015-08-28 04:35:08.000000000 +0200
+++ ticker-1.12/Makefile	2019-04-29 16:24:17.000000000 +0200
@@ -8,7 +8,7 @@
 
 all: ticker
 ticker: ticker.c
-	gcc ticker.c -o ticker $(CFLAGS) $(LDFLAGS) $(CPPFLAGS) $(LIBS)
+	$(CC) ticker.c -o ticker $(CFLAGS) $(LDFLAGS) $(CPPFLAGS) $(LIBS)
 
 demo: ticker
 	PATH=.:$$PATH ./ticker "This is a test..."
diff --minimal -Nru ticker-1.11/debian/changelog ticker-1.12/debian/changelog
--- ticker-1.11/debian/changelog	2015-08-30 23:16:07.000000000 +0200
+++ ticker-1.12/debian/changelog	2019-04-29 16:24:17.000000000 +0200
@@ -1,3 +1,11 @@
+ticker (1.12) UNRELEASED; urgency=medium
+
+  * Fix FTCBFS: (Closes: #-1)
+    + Don't ./configure during make clean.
+    + Propagate compiler from ./configure to make.
+
+ -- Helmut Grohne <helmut@subdivi.de>  Mon, 29 Apr 2019 16:24:17 +0200
+
 ticker (1.11) unstable; urgency=medium
 
   * QA upload.
diff --minimal -Nru ticker-1.11/debian/rules ticker-1.12/debian/rules
--- ticker-1.11/debian/rules	2015-08-28 04:35:54.000000000 +0200
+++ ticker-1.12/debian/rules	2019-04-29 16:24:14.000000000 +0200
@@ -5,3 +5,8 @@
 
 %:
 	dh $@ --with autoreconf
+
+override_dh_auto_clean:
+	# avoid running ./configure during make clean
+	touch makeinfo config.status
+	dh_auto_clean

--- End Message ---
--- Begin Message ---
Source: ticker
Source-Version: 1.12
Done: Leandro Cunha <leandrocunha016@gmail.com>

We believe that the bug you reported is fixed in the latest version of
ticker, 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 928196@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Leandro Cunha <leandrocunha016@gmail.com> (supplier of updated ticker 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 22 Sep 2020 16:33:03 -0300
Source: ticker
Architecture: source
Version: 1.12
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Leandro Cunha <leandrocunha016@gmail.com>
Closes: 928196
Changes:
 ticker (1.12) unstable; urgency=medium
 .
   * QA upload.
   * debian/rules:
     - Avoid running configure during make clean. (Closes: #928196)
   * debian/copyright:
     - Add Upstream-Name and Upstream-Contact.
     - Update link format with HTTPS reported by Lintian.
     - Add myself.
   * debian/control:
     - Debhelper-compat level to 13.
     - Bumped Standards-Version to 4.5.0.
     - Add Vcs-Browser and Vcs-Git in Salsa.
     - Remove build-dep dh-autoreconf reported by Lintian.
   * Fixed spelling error in a manual page reported by Lintian.
   * Rename archives README with .md and GPL for LICENSE.md.
   * debian/tests:
     - Add control file for autopkgtest.
   * Add debian/salsa-ci.yml file.
   * Fix exit non-zero in help command reported by autopkgtest.
Checksums-Sha1:
 52819465961bce1ddc561dc3d7cc57766bb754c8 1581 ticker_1.12.dsc
 fbaf88dda2916751717e277cd883122abebd874b 46968 ticker_1.12.tar.xz
 b7d24fed5cbe1d136df59cdc7d0f045b02a41922 5246 ticker_1.12_source.buildinfo
Checksums-Sha256:
 0515c596a602550d4e6e22b9abcc89202361641c676102e49e8d103513becdb1 1581 ticker_1.12.dsc
 036d65a1a4019c02b82e3502ec18c07b0cbe6ab2542d0213618560f5377960c4 46968 ticker_1.12.tar.xz
 8d86d194184dc56a857d46542fa7be49e78753740ddb7abf5d16514a6ba019c4 5246 ticker_1.12_source.buildinfo
Files:
 4f696ca38a4e7bdc423e0af5769f1cc2 1581 utils optional ticker_1.12.dsc
 8710fce53b13c4b534230712df51128d 46968 utils optional ticker_1.12.tar.xz
 3a8087331995712de75db5908ec351a9 5246 utils optional ticker_1.12_source.buildinfo

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

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAl9uVcQACgkQweDZLphv
fH5WGA/7BxXpRTXhmbf31sJfb2ab/kAGcpeGweIgGXAFbBw7QO6xpP1E5GRW+OVd
LY6V6Qyn15PhlFj3GOjWofFtt1hTPeHept9ZrCojR38n7Q8G95XMMGBufXiciEye
shNH1E0VxdyRisDoDCZr/M/Jm+jWFVhlJ2n8AGo5t092iepP+q93KDjO2YnhyHi0
GNs8QPpyxUBzzyQDaswg+3PG5rtMhe6OqvHkL55Lan6E9g/2XXKezC7CtsJ9qacn
fOWg1BJb0lDTYTXnQ6E6Ho8Bvn9YtHZ2+n4Jpvt26r+51ohjmZ8j9D7RH6UUArIZ
Vvc+yHRj+S5im2HnUbwYZJbEuXoJwdesas9A3erNOlSMnXlrnJHT5HcEKTzKaWhu
MY85ta+MJwtAJ/g1rf5OPVUCIKeJ7XEYVE9Q63p+wy4cwanVNszfyP8Gs2IO4F5l
N6fTVu9jv8q7G1d/IJNU3LDpqxb9lpUQG3/INUvFhH8Ga+wZ1sdm+xinl9ntrO46
d7dCoapc0lk/Q1l9TcxXjI9SdWsOPjbSt8UkyUkL/WgSZtQ62hwS5iGaqaV7Y2EH
Zutb/JKAIO/lr/T7KYdp30dYqyMB8mmyvvMEKHs1AgnR5IlxcvoL3ghrqzpuKsSZ
69OgDiFrbv06Lzsvpt6Dok09m/IxXxDPa5MXbv9pnRq0EIDwl1U=
=Dt8W
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: