Your message dated Tue, 06 Sep 2016 12:48:49 +0000
with message-id <[email protected]>
and subject line Bug#836461: fixed in geoip 1.6.9-3
has caused the Debian Bug report #836461,
regarding geoip FTCBFS: uses build architecture compiler directly from 
debian/rules
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.)


-- 
836461: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836461
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: geoip
Version: 1.6.9-2
Tags: patch
User: [email protected]
Usertags: rebootstrap

geoip fails to cross build from source, because it invokes the build
architecture compiler directly from debian/rules and then fails at
dh_stripping the generated executables. The rest of the build already
works for cross building if one supplies ac_cv_func_malloc_0_nonnull=yes
and ac_cv_func_realloc_0_nonnull=yes. Please consider applying the
patch.

Helmut
diff --minimal -Nru geoip-1.6.9/debian/changelog geoip-1.6.9/debian/changelog
--- geoip-1.6.9/debian/changelog        2016-08-22 11:14:56.000000000 +0200
+++ geoip-1.6.9/debian/changelog        2016-09-03 13:49:17.000000000 +0200
@@ -1,3 +1,10 @@
+geoip (1.6.9-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBS: Use triplet prefixed CXX. Closes: #-1
+
+ -- Helmut Grohne <[email protected]>  Sat, 03 Sep 2016 13:49:01 +0200
+
 geoip (1.6.9-2) unstable; urgency=high
 
   * Bump Standards-Version to 3.9.8 (no changes required).
diff --minimal -Nru geoip-1.6.9/debian/rules geoip-1.6.9/debian/rules
--- geoip-1.6.9/debian/rules    2016-08-22 11:14:56.000000000 +0200
+++ geoip-1.6.9/debian/rules    2016-09-03 13:49:00.000000000 +0200
@@ -3,7 +3,10 @@
 export DEB_BUILD_OPTIONS+=nocheck
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
-DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+include /usr/share/dpkg/architecture.mk
+ifeq ($(origin CXX),default)
+       CXX = $(DEB_HOST_GNU_TYPE)-g++
+endif
 DEB_UPSTREAM_VERSION := $(shell dpkg-parsechangelog|grep "^Version:"|cut -d" " 
-f2|rev|cut -d- -f2-|rev|cut -d':' -f2)
 
 %:

--- End Message ---
--- Begin Message ---
Source: geoip
Source-Version: 1.6.9-3

We believe that the bug you reported is fixed in the latest version of
geoip, 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.
Patrick Matthäi <[email protected]> (supplier of updated geoip 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, 06 Sep 2016 11:29:10 +0200
Source: geoip
Binary: libgeoip1 libgeoip-dev geoip-bin geoip-dbg
Architecture: source amd64
Version: 1.6.9-3
Distribution: unstable
Urgency: medium
Maintainer: Patrick Matthäi <[email protected]>
Changed-By: Patrick Matthäi <[email protected]>
Description:
 geoip-bin  - IP lookup command line tools that use the GeoIP library
 geoip-dbg  - debugging symbols for the GeoIP packages
 libgeoip-dev - Development files for the GeoIP library
 libgeoip1  - non-DNS IP-to-country resolver library
Closes: 836461
Changes:
 geoip (1.6.9-3) unstable; urgency=medium
 .
   * Fix FTCBS: Use triplet prefixed CXX. Thanks to Helmut Grohne for his patch.
     Closes: #836461
Checksums-Sha1:
 30d0cba6b7bec3e398fbdce28d62761d6d6d23ae 1885 geoip_1.6.9-3.dsc
 64e0044050c56e62e51f1db761e1c3c4ab37a9d1 22168 geoip_1.6.9-3.debian.tar.xz
 20854b83443298b1ecf874d71d5e153fc2465b92 66030 geoip-bin_1.6.9-3_amd64.deb
 169ee43365dc25adb8bc5502a82d519fc387ef12 359428 geoip-dbg_1.6.9-3_amd64.deb
 9ef81f857e975936bd4adc99c8d32e28f38bed9e 99722 libgeoip-dev_1.6.9-3_amd64.deb
 9164ee91395684c2e98651b51971221d4ddb37ea 90548 libgeoip1_1.6.9-3_amd64.deb
Checksums-Sha256:
 8262211a52f50250b9c17e40e3b3ecb7b7d76d9b17246fbfea39e0ef360d83c5 1885 
geoip_1.6.9-3.dsc
 30b50b04e8da3747ef841f070cbf9ed4775264e2f46ac2aab038f7f2a4ac9df9 22168 
geoip_1.6.9-3.debian.tar.xz
 935d9c145f052862ea011465f2bedecb5b218b31c176cfd054ea408df2654e88 66030 
geoip-bin_1.6.9-3_amd64.deb
 71605e778a86a51fecf1c0b7281a78885d9082a155f1d9b390b120aa5993247d 359428 
geoip-dbg_1.6.9-3_amd64.deb
 b926b42549ea7acd35ba5ad9e4eee7e6ba43de755c6e666370a5e6678cc97720 99722 
libgeoip-dev_1.6.9-3_amd64.deb
 ed3757097885e52cdea20a88463b9cf0d7501a433e67929709ed004fd31610f3 90548 
libgeoip1_1.6.9-3_amd64.deb
Files:
 501ae37f367fd4a743ffb46a9a2b9c2b 1885 net optional geoip_1.6.9-3.dsc
 e2e42d49f503d25820d3c18b28237dd4 22168 net optional geoip_1.6.9-3.debian.tar.xz
 97014083b64703428926a5354f83d3f9 66030 net optional geoip-bin_1.6.9-3_amd64.deb
 07391b2c6c99de93de32d85cf53220be 359428 debug extra geoip-dbg_1.6.9-3_amd64.deb
 52e4ea0f663581a14f84281a15ed8f8c 99722 libdevel optional 
libgeoip-dev_1.6.9-3_amd64.deb
 f3d7aed9c0cc6a16d74867ab4430d667 90548 libs optional 
libgeoip1_1.6.9-3_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJXzrf4AAoJEBLZsEqQy9jknGEP/j9/9ArYg3YfkxhQNmTcB5T2
s/qyKeSNH70HW8i7beSgVYlKanSCbMNfrgul/vk/LWPAPjWHuAFw6gB/r3JATlav
SxRcZgoET75uoaPPdeVZpkCCL2WP3MM4sqxP7IT2bOxCchl/3A6//6+JBV1P/huR
Mkrv10a+fjic1ZfMGYs10MLzur+XmNCVIcB1Iyc1F9YSHOVRI3/aBUoRfCglgKVI
amCEuOoMG+ewxUMjcNL3yIEOO1DIMBJ3erzSUAM6miyqqbp04aoBcz3zCaEiII1w
a6rK6gXxqk0RBr9l/CNOgP44e940UJMCCzf73h3ukKkKaTKREsNMcMV+YSb3KljU
jH1uUSZf/mQS7jOe8Wkce1ILCRhdI4IkilLvgE4JILCXjZqdYp3gHUOA0s1pA5xA
RlC7+EFyZNVu7lGyFTz53H/D9XIM9O2OizMT37AY3qCq7KsftYVtNPHL4ocdNCBU
LqA5AEK0z4uNQI5Xv6f8f/hfo4wlEEVHkUUQjKARLOdfOSIrRYzvk06LlJ8TBqXq
pLOxmeskZiq/iSTg0ugJ86+Ju49MDYbuVp+pWjqo4lcZEyLvKTuUV6FG4urcnQaN
IPXJ9Aw1flrpPmRIS1Pgt1dJ/EbUU79lK21u3TOa8YCd3a5zDGApw9mWbtqg/zWn
XkkHLmvI2P+n9kLUiGXt
=1Yir
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to