Your message dated Sat, 24 May 2025 19:54:51 +0200
with message-id
<4qr42y5u7yi2w5ubaoua7n2jvkwus3fk27ilwzjkiiedqww...@tarta.nabijaczleweli.xyz>
and subject line Close: Bug#899252: sloccount FTCBFS: uses the build
architecture compiler
has caused the Debian Bug report #899252,
regarding sloccount FTCBFS: uses the build architecture compiler
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.)
--
899252: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=899252
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: sloccount
Version: 2.26-5.2
Tags: patch
User: [email protected]
Usertags: rebootstrap
sloccount fails to cross build from source, because it uses the build
architecture compiler. The easiest way of passing cross tools to make is
letting dh_auto_build do it. After doing so, sloccount cross builds
successfully. Please consider applying the attached patch.
Helmut
diff --minimal -Nru sloccount-2.26/debian/changelog
sloccount-2.26/debian/changelog
--- sloccount-2.26/debian/changelog 2017-03-17 15:01:31.000000000 +0100
+++ sloccount-2.26/debian/changelog 2018-05-21 18:30:08.000000000 +0200
@@ -1,3 +1,10 @@
+sloccount (2.26-5.3) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]> Mon, 21 May 2018 18:30:08 +0200
+
sloccount (2.26-5.2) unstable; urgency=low
* Non-maintainer upload.
diff --minimal -Nru sloccount-2.26/debian/rules sloccount-2.26/debian/rules
--- sloccount-2.26/debian/rules 2017-03-17 14:53:01.000000000 +0100
+++ sloccount-2.26/debian/rules 2018-05-21 18:30:05.000000000 +0200
@@ -62,7 +62,7 @@
dh_testdir
# Add here commands to compile the package.
- $(MAKE)
+ dh_auto_build
touch build-stamp
--- End Message ---
--- Begin Message ---
Version: 2.26+ds-1
sloccount (2.26+ds-1) unstable; urgency=medium
* Team upload.
* Move package to Package Salvage team
Closes: #1078785
* DEP5 copyright to easily cleanup tarball via Files-Excluded
* d/watch:
- version=4
- point to SF where the tarball can be really downloaded
- versionmangling
* Add debian/README.Debian pointin to scc which is actively maintained
* Standards-Version: 4.7.0 (routine-update)
* debhelper-compat 13 (routine-update)
* Remove trailing whitespace in debian/changelog (routine-update)
* Rules-Requires-Root: no (routine-update)
* Use secure URI in Homepage field.
* Fix dh_installman call
* Short dh
* Add sloc2html to sloccount package as provided by Elie De Brauwer
and used 2to3 to convert it to Python3. Unfortunately this script
seems not to be functional thus not installing it (see bug #508558)
[ Jari Aalto ]
* Use hardened build flags.
http://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags
Closes: #709013
[ Nicolas Peugnet ]
* add go support
Closes: #1079361
-- Andreas Tille <[email protected]> Sat, 07 Sep 2024 14:23:18 +0200
signature.asc
Description: PGP signature
--- End Message ---