Your message dated Tue, 19 Mar 2024 12:52:20 +0000
with message-id <[email protected]>
and subject line Bug#1064850: fixed in unibilium 2.1.1-1
has caused the Debian Bug report #1064850,
regarding unibilium: stop using libtool-bin
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.)


-- 
1064850: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1064850
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: unibilium
Version: 2.1.0-3
Tags: patch
User: [email protected]
Usertags: cross-satisfiability

We want to remove libtool-bin from the Debian archive, because it is
fundamentally incompatible with cross compilation. Using libtool-bin
usually indicates that libtool is being used in an unintended way. This
is also the case for unibilium. Rather than creating a libtool for the
concrete combination of build and host architecture, unibilium tries to
use a pre-configured system one. I'm attaching a patch that makes
unibilium generate a libtool during build. Please consider applying it.

Helmut
diff --minimal -Nru unibilium-2.1.0/debian/changelog 
unibilium-2.1.0/debian/changelog
--- unibilium-2.1.0/debian/changelog    2023-06-23 01:26:23.000000000 +0200
+++ unibilium-2.1.0/debian/changelog    2024-02-26 07:25:21.000000000 +0100
@@ -1,3 +1,10 @@
+unibilium (2.1.0-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Generate a libtool instead of using libtool-bin. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]>  Mon, 26 Feb 2024 07:25:21 +0100
+
 unibilium (2.1.0-3) unstable; urgency=medium
 
   [ Sven Joachim ]
diff --minimal -Nru unibilium-2.1.0/debian/configure.ac 
unibilium-2.1.0/debian/configure.ac
--- unibilium-2.1.0/debian/configure.ac 1970-01-01 01:00:00.000000000 +0100
+++ unibilium-2.1.0/debian/configure.ac 2024-02-26 07:24:04.000000000 +0100
@@ -0,0 +1,3 @@
+AC_INIT([dummy],[1.0])
+LT_INIT
+AC_OUTPUT
diff --minimal -Nru unibilium-2.1.0/debian/control 
unibilium-2.1.0/debian/control
--- unibilium-2.1.0/debian/control      2023-06-23 01:26:23.000000000 +0200
+++ unibilium-2.1.0/debian/control      2024-02-26 07:14:11.000000000 +0100
@@ -3,7 +3,7 @@
 Maintainer: James McCoy <[email protected]>
 Build-Depends:
  debhelper-compat (= 13),
- libtool-bin,
+ libtool,
  perl,
 Standards-Version: 4.6.2
 Section: libs
diff --minimal -Nru unibilium-2.1.0/debian/rules unibilium-2.1.0/debian/rules
--- unibilium-2.1.0/debian/rules        2023-06-23 01:26:23.000000000 +0200
+++ unibilium-2.1.0/debian/rules        2024-02-26 07:24:25.000000000 +0100
@@ -7,7 +7,7 @@
 export CFLAGS
 export LDFLAGS
 
-LIBTOOL=libtool
+LIBTOOL=$(CURDIR)/debian/libtool/libtool
 ifneq (,$(filter terse,$(DEB_BUILD_OPTIONS)))
        LIBTOOL+=--quiet
 endif
@@ -16,5 +16,15 @@
 %:
        dh $@ --buildsystem makefile
 
+override_dh_auto_clean:override_dh_auto_configure
+       dh_auto_clean
+       rm -Rf debian/libtool
+
+override_dh_auto_configure:
+       mkdir debian/libtool
+       cp debian/configure.ac debian/libtool/
+       env -C debian/libtool LIBTOOLIZE='libtoolize -i' autoreconf -f -i
+       dh_auto_configure --sourcedirectory=debian/libtool 
--buildsystem=autoconf
+
 override_dh_auto_install:
        $(MAKE) DESTDIR="$(CURDIR)/debian/tmp" PREFIX=/usr 
LIBDIR='$${PREFIX}/lib/$(DEB_HOST_MULTIARCH)' install

--- End Message ---
--- Begin Message ---
Source: unibilium
Source-Version: 2.1.1-1
Done: James McCoy <[email protected]>

We believe that the bug you reported is fixed in the latest version of
unibilium, 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.
James McCoy <[email protected]> (supplier of updated unibilium 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: Tue, 19 Mar 2024 08:25:45 -0400
Source: unibilium
Architecture: source
Version: 2.1.1-1
Distribution: unstable
Urgency: medium
Maintainer: James McCoy <[email protected]>
Changed-By: James McCoy <[email protected]>
Closes: 1064850
Changes:
 unibilium (2.1.1-1) unstable; urgency=medium
 .
   [ James McCoy ]
   * New upstream release
 .
   [ Helmut Grohne ]
   * Generate a libtool instead of using libtool-bin (Closes: #1064850)
Checksums-Sha1:
 ad6f81017cc02cae7eaa2dbecaa294fabb56a557 2283 unibilium_2.1.1-1.dsc
 f6a9668fc2269eec502e2bea7aa3ca32dce40360 59880 unibilium_2.1.1.orig.tar.xz
 51a46b50050d092ca6f0b76c8b15e6b282863931 5392 unibilium_2.1.1-1.debian.tar.xz
Checksums-Sha256:
 3d83ff81fee46907dfaf864a020a65606a1f87170173caff95e877e5dfa1e2a9 2283 
unibilium_2.1.1-1.dsc
 4ba5694586ac2141ae6c8647be1cf52d7c29d82f360a492e0173cf9c081a14c2 59880 
unibilium_2.1.1.orig.tar.xz
 ad961596a725bfe0736fb788394051600857b80a7041940d3f60af612517b60f 5392 
unibilium_2.1.1-1.debian.tar.xz
Files:
 17783829235498a638684cb70f38a1c9 2283 libs optional unibilium_2.1.1-1.dsc
 7e2fff40b6ac8aeb72810b605218c373 59880 libs optional 
unibilium_2.1.1.orig.tar.xz
 25c532a064604b7ee5f216e61ab69e49 5392 libs optional 
unibilium_2.1.1-1.debian.tar.xz

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

iQKoBAEBCgCSFiEEkb+/TWlWvV33ty0j3+aRrjMbo9sFAmX5hK9fFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDkx
QkZCRjRENjk1NkJENURGN0I3MkQyM0RGRTY5MUFFMzMxQkEzREIUHGphbWVzc2Fu
QGRlYmlhbi5vcmcACgkQ3+aRrjMbo9uUERAAkdpZ9lBUxn+1vAIbxcgdv9x8P35p
ypEyEnMLD1YdTVJiyINs1heOI58EkMLj0pLzN/Rgizy3aJ+3A2XYNNnv4L7rZ++y
fRER5VXzSKqzaYzIeqMGJJB+9MNrLkROU3XrLxBayvIj2vMCLlKi7m/JH1tRDFkQ
tPnz+mjY5ZK5zo+n3bblxFcY4WVIOoiUAIjsZHIvWTjwdwyu3w6GJw3LY8wGgOMM
rZuNocu+wlF6OU7+gOxIkUlqvs7tS2Nuuh3EEqohqbZ0pjtl89yvalDYBDviVpXv
8vM9ordoBkXm1ZINuL29kVRL61/KrXSr3H0TBGzqyfWXmEbxFzgOqTFUfjnhGCXj
zwk/GtN2tYPSZIzPuvKDt81gpHpUMFt6XLAQEwwajaUfbrBerHMutVJ2PwREeUnr
ERKa+/sbziQZo6kDNl9Geb4IIV3m9srP654bvc/41NNayqbE8Lb4JGzqaUDx2baA
ITQCuUSsqmpffv6fZINa+kuw+1aaYyx2Uk1INHIV1ZqmRIFljZ4sS/nuubWxvpPa
mG5mJ5koMMpBMhFACxh5y35lOySP13fOxX4Sqqm8yOhOdNJBIgF1H3eE5jM96Fek
IiWV21DLt46pMFriFBz3Y1J/DLriN0319wK4YweJhabIO2/v1G0yRFBLRgCgY1Md
bS8tEKHj1EBZTBE=
=XupG
-----END PGP SIGNATURE-----

Attachment: pgpt56eUp5AAL.pgp
Description: PGP signature


--- End Message ---

Reply via email to