Your message dated Wed, 26 Feb 2020 15:29:16 +0100
with message-id <[email protected]>
and subject line Re: Bug#952592: kmod: Please enable zlib support
has caused the Debian Bug report #952592,
regarding kmod: Please enable zlib support
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.)
--
952592: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952592
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: kmod
Version: 27-1
Severity: wishlist
Tags: patch
Hello,
I would ask you to enable zlib support,
I use debian for various builds,
cross-building a kernel + gzipped modules would need
a depmod that can handle those modules.
-- System Information:
Debian Release: bullseye/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 5.4.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages kmod depends on:
ii libc6 2.29-10
ii libkmod2 27-1
ii liblzma5 5.2.4-1+b1
ii libssl1.1 1.1.1d-2
ii lsb-base 11.1.0
kmod recommends no packages.
kmod suggests no packages.
-- no debconf information
diff -burN debian.org/control debian/control
--- debian.org/control 2020-02-19 02:56:07.000000000 +0100
+++ debian/control 2020-02-19 04:56:30.000000000 +0100
@@ -3,7 +3,7 @@
Priority: important
Maintainer: Marco d'Itri <[email protected]>
Build-Depends: debhelper-compat (= 12), liblzma-dev, libssl-dev, xsltproc,
- autoconf, automake, libtool, gtk-doc-tools
+ autoconf, automake, libtool, gtk-doc-tools, zlib1g-dev
Standards-Version: 4.4.0.1
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/md/kmod.git
diff -burN debian.org/rules debian/rules
--- debian.org/rules 2020-02-19 04:53:30.000000000 +0100
+++ debian/rules 2020-02-19 04:56:30.000000000 +0100
@@ -19,6 +19,7 @@
dpkg-buildflags --export=configure || true) \
--enable-gtk-doc \
--with-openssl \
+ --with-zlib \
--with-xz \
--enable-debug
CONFFLAGS_udeb = $(CONFFLAGS) \
--- End Message ---
--- Begin Message ---
Duplicate of #952590.
--
ciao,
Marco
signature.asc
Description: PGP signature
--- End Message ---