Your message dated Sat, 15 Dec 2018 17:05:55 +0000
with message-id <[email protected]>
and subject line Bug#847488: fixed in unhide 20130526-3
has caused the Debian Bug report #847488,
regarding unhide FTCBFS: uses 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.)


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

unhide fails to cross build from source, because it invokes plain gcc
rather than a cross compiler. Using a triplet-prefixed compiler works in
all cases. Please consider applying the attached patch.

Helmut
diff --minimal -Nru unhide-20130526/debian/changelog 
unhide-20130526/debian/changelog
--- unhide-20130526/debian/changelog    2015-11-02 23:51:16.000000000 +0100
+++ unhide-20130526/debian/changelog    2016-12-08 17:49:46.000000000 +0100
@@ -1,3 +1,10 @@
+unhide (20130526-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Use triplet-prefixed CC. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]>  Thu, 08 Dec 2016 17:49:46 +0100
+
 unhide (20130526-1) unstable; urgency=medium
 
   * Team upload.
diff --minimal -Nru unhide-20130526/debian/rules unhide-20130526/debian/rules
--- unhide-20130526/debian/rules        2015-11-02 20:44:36.000000000 +0100
+++ unhide-20130526/debian/rules        2016-12-08 17:49:37.000000000 +0100
@@ -1,5 +1,10 @@
 #!/usr/bin/make -f
 
+include /usr/share/dpkg/architecture.mk
+ifeq ($(origin CC),default)
+CC := $(DEB_HOST_GNU_TYPE)-gcc
+endif
+
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 CFLAGS += $(shell dpkg-buildflags --get CFLAGS)
@@ -21,7 +26,7 @@
        ln man/es/unhide.8 man/unhide.es.8
 
 override_dh_auto_build:
-       gcc $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -Wall -O2 -pthread -o unhide-linux 
unhide-linux*.c unhide-output.c
-       gcc $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -Wall -O2 -o unhide-tcp 
unhide-tcp.c unhide-tcp-fast.c unhide-output.c
-       gcc $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -Wall -O2 -o unhide_rb unhide_rb.c
-       gcc $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o unhide-posix unhide-posix.c
\ No newline at end of file
+       $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -Wall -O2 -pthread -o 
unhide-linux unhide-linux*.c unhide-output.c
+       $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -Wall -O2 -o unhide-tcp 
unhide-tcp.c unhide-tcp-fast.c unhide-output.c
+       $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -Wall -O2 -o unhide_rb 
unhide_rb.c
+       $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o unhide-posix unhide-posix.c

--- End Message ---
--- Begin Message ---
Source: unhide
Source-Version: 20130526-3

We believe that the bug you reported is fixed in the latest version of
unhide, 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.
Joao Eriberto Mota Filho <[email protected]> (supplier of updated unhide 
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: SHA512

Format: 1.8
Date: Sat, 15 Dec 2018 14:01:03 -0200
Source: unhide
Binary: unhide
Architecture: source
Version: 20130526-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Security Tools <[email protected]>
Changed-By: Joao Eriberto Mota Filho <[email protected]>
Description:
 unhide     - Forensic tool to find hidden processes and ports
Closes: 847488
Changes:
 unhide (20130526-3) unstable; urgency=medium
 .
   * Team upload.
   * debian/rules: modified to initialize $(CC) properly. Thanks
     to Helmut Grohne <[email protected]>. (Closes: #847488)
Checksums-Sha1:
 492d483f1512796e3eea6015b1c8c5b42e898040 1882 unhide_20130526-3.dsc
 4ecf63e244889c91958c1f29cba23de3f041cea3 6616 unhide_20130526-3.debian.tar.xz
 434250047dabc104c524fed0f59272dc43518ba6 4905 
unhide_20130526-3_source.buildinfo
Checksums-Sha256:
 f88edc4cebe5513653673cf61622aaba121cdff8254a6cb52cb025b920dbb20e 1882 
unhide_20130526-3.dsc
 8cf7bc1bcf5598f79269df71a4810187496e9f1a99bebf63dcb797baec5154d6 6616 
unhide_20130526-3.debian.tar.xz
 24afc6df460077c5560846dbb4bf715e5d42946d7fc31ed0436d3e0cb69488f9 4905 
unhide_20130526-3_source.buildinfo
Files:
 cee721bb94fd6469f2f6b22b5874dc28 1882 admin optional unhide_20130526-3.dsc
 2c535bd4c5e969edc25d9cabefa0d295 6616 admin optional 
unhide_20130526-3.debian.tar.xz
 c5add37dcc0db3d683b4e6e2af07ff72 4905 admin optional 
unhide_20130526-3_source.buildinfo

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

iQIzBAEBCgAdFiEENX3LDuyVoBrrofDS3mO5xwTr6e8FAlwVLqkACgkQ3mO5xwTr
6e8EJg/+KcS0dHMYNHCFHWTMBUHIq1gx7EuL48n7ZT28oHFx5p88b4Ru4GebFisw
yC1XZbeqU6NLiuT5gQBG9AfB14qxQ9FWi6rATTFKzkdbFYUG92ZiodQCESXYV1Ip
D77cJ6EJezCE90jlYeaKyBnhDqESdfukqSX1bdQgzfJ3MSVJ2q6hmcuM4SuDE97Z
ah2Jszb1wEFPWDsg2FgTcCjucW8Y3m8yWAl1DQRxVQ4FaV0vG6oOMb6tP/SdhknX
WFJi3v5IpSH3dBFxhiZdIPsaGtdyfV4zB+bGxvEX5tmhEHjhEUKAF9IK47KpgNYe
8I56YZ1kU5g7V9RkXM+l67xtvSSTccOwfg2d5Rpk0mCv8liXw9aytqJ8b+gTIMul
Ba7/b6oo8k4yOkBFi/Jj44yI6SAyZYB4M6kJ7la5Sii5Bw8XV+QDPhr2rvs7pPQc
6rNqYSiLdu1HNuljx3dcRfQHMBgGKDF6W2h0xA1PGUm6OPQUX0zB8aEMN2wjojPt
EAxRjWVLpqQIo9n58ULDF9Vyw2+mP8OAu4yO1lcP74ISi1ScUq1PPNrnzVqkAwpJ
HkhZh4LRZHeFToG510BBALQQMBkjJScdEuLwk+2wdBzn8XFUU/bstT8MDQ2mMfCy
5Gy2r34a+RgEoEpBPVNUYdl/NBknZEtgBTdcSExXPxLwN+EUnWE=
=fu6S
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to