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

Bug#969749: marked as done (dhis-mx-sendmail-engine FTCBFS: strips with the build architecture strip)



Your message dated Mon, 07 Aug 2023 21:49:30 +0000
with message-id <E1qT86U-00H1yi-B3@fasolo.debian.org>
and subject line Bug#969749: fixed in dhis-mx-sendmail-engine 5.0-5
has caused the Debian Bug report #969749,
regarding dhis-mx-sendmail-engine FTCBFS: strips with the build architecture strip
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.)


-- 
969749: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=969749
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: dhis-mx-sendmail-engine
Version: 5.0-3
Tags: patch
User: debian-cross@lists.debian.org
Usertags: ftcbfs

dhis-mx-sendmail-engine fails to cross build from source, because it
strips during build with the build architecture strip. Doing so also
breaks DEB_BUILD_OPTIONS=nostrip as well as generation of -dbgsym
packages. The attached patch defers such stripping to dh_strip and
solves all mentioned problems. Please consider applying it.

Helmut
diff -u dhis-mx-sendmail-engine-5.0/Makefile dhis-mx-sendmail-engine-5.0/Makefile
--- dhis-mx-sendmail-engine-5.0/Makefile
+++ dhis-mx-sendmail-engine-5.0/Makefile
@@ -30,6 +30,7 @@
 LFLAGS=
 LIBS= 
 RM=rm -f
+STRIP?=strip
 
 INSTALLDIR=$(DESTDIR)/usr/lib/dhis-server
 MODE=700
@@ -42,7 +43,7 @@
 
 dhis-mx-sendmail-engine:dhis-mx-sendmail-engine.c
 	$(CC) $(CFLAGS) $(LFLAGS) -o dhis-mx-sendmail-engine dhis-mx-sendmail-engine.c $(LIBS)
-	strip dhis-mx-sendmail-engine
+	$(STRIP) dhis-mx-sendmail-engine
 
 install: dhis-mx-sendmail-engine
 	$(MKDIR) $(INSTALLDIR)
diff -u dhis-mx-sendmail-engine-5.0/debian/changelog dhis-mx-sendmail-engine-5.0/debian/changelog
--- dhis-mx-sendmail-engine-5.0/debian/changelog
+++ dhis-mx-sendmail-engine-5.0/debian/changelog
@@ -1,3 +1,10 @@
+dhis-mx-sendmail-engine (5.0-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Don't strip duing build. (Closes: #-1)
+
+ -- Helmut Grohne <helmut@subdivi.de>  Mon, 07 Sep 2020 19:55:50 +0200
+
 dhis-mx-sendmail-engine (5.0-3) unstable; urgency=medium
 
   * Bump debhelper compat level. Closes: #800186
diff -u dhis-mx-sendmail-engine-5.0/debian/rules dhis-mx-sendmail-engine-5.0/debian/rules
--- dhis-mx-sendmail-engine-5.0/debian/rules
+++ dhis-mx-sendmail-engine-5.0/debian/rules
@@ -3,0 +4,3 @@
+
+override_dh_auto_build:
+	dh_auto_build -- STRIP=true

--- End Message ---
--- Begin Message ---
Source: dhis-mx-sendmail-engine
Source-Version: 5.0-5
Done: Bastian Germann <bage@debian.org>

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

Debian distribution maintenance software
pp.
Bastian Germann <bage@debian.org> (supplier of updated dhis-mx-sendmail-engine 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: Mon, 07 Aug 2023 23:41:32 +0200
Source: dhis-mx-sendmail-engine
Architecture: source
Version: 5.0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Bastian Germann <bage@debian.org>
Closes: 969749
Changes:
 dhis-mx-sendmail-engine (5.0-5) unstable; urgency=medium
 .
   * QA upload.
   * Convert to source format 3.0.
   * Don't strip during build. Closes: #969749
Checksums-Sha1:
 7f4c9a360c3e88f06a948ba06d470995730973d7 1632 dhis-mx-sendmail-engine_5.0-5.dsc
 a3361cc7fc020a4d05b0ecfc5f57fc4aa532cd6f 2484 dhis-mx-sendmail-engine_5.0-5.debian.tar.xz
 4a5690c6781c313cde53434f284c063f50db5334 5652 dhis-mx-sendmail-engine_5.0-5_source.buildinfo
Checksums-Sha256:
 27a3b592699577912a3970861ea515c273e1faf106a973be85c693588950270c 1632 dhis-mx-sendmail-engine_5.0-5.dsc
 51f5ef719b1ef4c32b897e0ca3cb047b3772c4536bf89784647c50f7c56e8ab4 2484 dhis-mx-sendmail-engine_5.0-5.debian.tar.xz
 99678aee24c9aef21b011a6ab474a85af3d7c388b8bca54095794f725c13a7b4 5652 dhis-mx-sendmail-engine_5.0-5_source.buildinfo
Files:
 140738917e3c12e2db01dd429df05ca0 1632 net optional dhis-mx-sendmail-engine_5.0-5.dsc
 715520994614dc94b01675045040acaf 2484 net optional dhis-mx-sendmail-engine_5.0-5.debian.tar.xz
 3f825b0c9b7aa10962bfe79b408539b4 5652 net optional dhis-mx-sendmail-engine_5.0-5_source.buildinfo

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

iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmTRZeMQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFCj1C/981SrmqUZvl6iSGgZvDc9eSH21MVtq34QM
SJSPnlKJyyI1eaSc0kZYJIlC44dP8nhakPg2GIUlMmmqIDqmDVBperT2gnPzBQq6
6OuLwwkRuZMjyZ5dCPoKlNQO2vR0YIR+Av0Aw2bu87cDKHFistgxbPG6jrymAsf4
XX2kpOWfxwyiBgUkODBResvZkDruFw3EOVveFjnZU0oLoLbvRpzsIXizsR/xtE5E
8RhSxclrxlKQxGLtpkM/lzZ3zFtZwZjlF0QQFNliTeVDzDZY3F0PXK0Ov5haiIy5
gjrwIGUe+/uOkjhFGkEPD2AYIcjWrdmXuSEWGqGYtU6c/xDnwrvg8O94CryUCtK5
rWLbhZl5xl7UPoL6wm3eSPq/I5mVVrZt2dXaauMtxhgPisOtnXml3R+D2MXyWDF4
dOqPe/j/RRjr93wvUuzKtMy5xhinpLTm/o1z+0UVFvWW6FTTcnyGtVPYkdssfV3T
uw5TTXNw3zgqqAPp8Z6/32+B3mzfDUw=
=RNiu
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: