Your message dated Tue, 15 May 2018 11:49:37 +0000
with message-id <[email protected]>
and subject line Bug#895852: fixed in chrony 3.3-2
has caused the Debian Bug report #895852,
regarding chrony FTCBFS: configures for the build architecture
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.)


-- 
895852: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895852
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: chrony
Version: 3.3-1
Tags: patch
User: [email protected]
Usertags: rebootstrap

chrony fails to cross build from source, because it uses the build
architecture compiler. The configure script expects cross builders to
supply a CC variable and feed uname results via --host-*. Since the
Debian package is only built for linux-any, We can pass
--host-system=Linux and ignore the other values as they are not relevant
on Linux. The attached patch implements that and makes chrony cross
buildable. Please consider applying it.

Helmut
--- chrony-3.3/debian/changelog
+++ chrony-3.3/debian/changelog
@@ -1,3 +1,10 @@
+chrony (3.3-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Pass CC to make and set --host-system. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]>  Mon, 16 Apr 2018 22:04:26 +0200
+
 chrony (3.3-1) unstable; urgency=medium
 
   * Import upstream version 3.3:
--- chrony-3.3/debian/rules
+++ chrony-3.3/debian/rules
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+-include /usr/share/dpkg/buildtools.mk
+export CC
+
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 BASE=debian/chrony
@@ -9,6 +12,7 @@
 
 override_dh_auto_configure:
        dh_auto_configure --  --mandir=/usr/share/man \
+               --host-system=Linux \
                --sysconfdir=/etc/chrony \
                --without-readline \
                --with-user=_chrony \

--- End Message ---
--- Begin Message ---
Source: chrony
Source-Version: 3.3-2

We believe that the bug you reported is fixed in the latest version of
chrony, 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.
Vincent Blut <[email protected]> (supplier of updated chrony 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: Mon, 14 May 2018 21:37:30 +0200
Source: chrony
Binary: chrony
Architecture: source
Version: 3.3-2
Distribution: unstable
Urgency: medium
Maintainer: Vincent Blut <[email protected]>
Changed-By: Vincent Blut <[email protected]>
Description:
 chrony     - Versatile implementation of the Network Time Protocol
Closes: 895852 898614
Changes:
 chrony (3.3-2) unstable; urgency=medium
 .
   * debian/chrony.service:
     - Conflict with ntp.service.
 .
   * debian/control:
     - Bump standard-version to 4.1.4 (no changes required).
     - Switch to the Nettle cryptographic library for hash functions.
 .
   [ Helmut Grohne ]
   * debian/rules:
     - Pass CC to make and set “--host-system” to fix FTCBFS. (Closes: #895852)
 .
   [ Christian Ehrhardt ]
   * debian/usr.sbin.chronyd:
     - Support all paths suggested in the man page.
     (LP: #1771028, Closes: #898614)
Checksums-Sha1:
 7e8132b8ba31e730b99ff78d7162679b74b89878 2150 chrony_3.3-2.dsc
 97518aae02e458de6caba7a3480519c1a120a8da 31372 chrony_3.3-2.debian.tar.xz
Checksums-Sha256:
 bec2aca8b5e369aa8cc85fb40060eface46306bf60ec12a26934311f4eaa9bd2 2150 
chrony_3.3-2.dsc
 4413db3e5faa6cbe2f69efcf261dd5f2f37a9f79ea2bfb9accb27e759b3719b0 31372 
chrony_3.3-2.debian.tar.xz
Files:
 5759b0a4e70af1e4f61eba6710815f85 2150 net optional chrony_3.3-2.dsc
 6e406682ac3d577ebf2e6e745e466169 31372 net optional chrony_3.3-2.debian.tar.xz

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

iQEzBAEBCAAdFiEEWLZtSHNr6TsFLeZynFyZ6wW9dQoFAlr6xPgACgkQnFyZ6wW9
dQot+Af+KxGjhRoN0wo8F/RLurtW8kexMvIbwcFVZyMK2mFpptSuCuDqsiTy/as7
O329ZroJmdtBIQd9Wcx2bAPRpYtNNzSk97nsZR6O9W8GhZ7fkaEQqmaeUmrX612O
pfCfoKgwQY0ZtGnaniMO6OTbMVJxYFtXJQIwB5kx705U22OvFir9kfq0ymvlakkW
MyTtZ/2PVT8gKzdhzONOsQ15GlVcC2z3PI0/TlQOoSKgwzTmN0jltI9GOc4zRzVm
7yTx1ls86ogKsFYzeWB2pED6hfUnI19mS8vPqx+EvKdkLvsQUtDr9oP2D2dZXXt/
ZjRWlKNtc3wpFoDjEgwX0OpFRgZmiA==
=ZqI5
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to