Your message dated Wed, 01 Sep 2021 15:05:27 +0000
with message-id <e1mlrnr-0004jn...@fasolo.debian.org>
and subject line Bug#992963: fixed in netkit-rwall 0.17-9
has caused the Debian Bug report #992963,
regarding netkit-rwall: FTBFS due to RPC removal from glibc
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 ow...@bugs.debian.org
immediately.)


-- 
992963: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=992963
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: netkit-rwall
Version: 0.17-8
Severity: serious
Tags: patch ftbfs
Justification: fails to build from source (but built successfully in the past)

Dear maintainer,

The glibc SunRPC implementation has been marked obsolete for some time.
It has been removed upstream from glibc 2.32, and it got disabled in the
recent glibc uploads. The TI RPC implementation should be used instead.

For this reason netkit-rwall now fails to build from source. You will
find attached a patch to switch to the TI RPC implementation, fixing the
FTBFS.

Regards,
Aurelien 
--- netkit-rwall-0.17/debian/control
+++ netkit-rwall-0.17/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Alberto Gonzalez Iniesta <a...@inittab.org>
 Standards-Version: 4.2.1
-Build-Depends: debhelper (>= 10~), cmake
+Build-Depends: debhelper (>= 10~), cmake, pkg-config, libtirpc-dev
 
 Package: rwalld
 Architecture: any
--- netkit-rwall-0.17/debian/patches/series
+++ netkit-rwall-0.17/debian/patches/series
@@ -1,3 +1,4 @@
 define-salen.patch
 fix-typo.patch
 use-cmake-as-buildsystem.patch
+use-cmake-as-buildsystem-tirpc.patch
--- netkit-rwall-0.17/debian/patches/use-cmake-as-buildsystem-tirpc.patch
+++ netkit-rwall-0.17/debian/patches/use-cmake-as-buildsystem-tirpc.patch
@@ -0,0 +1,38 @@
+Description: Use TI RPC instead of GNU libc RPC 
+Author: Aurelien Jarno <aure...@debian.org>
+Forwarded: no
+Last-Update: 2021-08-25
+
+--- netkit-rwall-0.17.orig/CMakeLists.txt
++++ netkit-rwall-0.17/CMakeLists.txt
+@@ -5,5 +5,8 @@ set(BIN_DIR "${CMAKE_INSTALL_PREFIX}/bin
+ set(SBIN_DIR "${CMAKE_INSTALL_PREFIX}/sbin")
+ set(MAN_DIR "${CMAKE_INSTALL_PREFIX}/share/man")
+ 
++find_package(PkgConfig REQUIRED)
++pkg_check_modules(TIRPC REQUIRED libtirpc)
++
+ add_subdirectory(rpc.rwalld)
+ add_subdirectory(rwall)
+--- netkit-rwall-0.17.orig/rpc.rwalld/CMakeLists.txt
++++ netkit-rwall-0.17/rpc.rwalld/CMakeLists.txt
+@@ -15,6 +15,8 @@ add_executable(
+     rwalld.c
+     rwall.h
+ )
++target_include_directories(rpc.rwalld PUBLIC ${TIRPC_INCLUDE_DIRS})
++target_link_libraries(rpc.rwalld ${TIRPC_LIBRARIES})
+ install(
+     TARGETS rpc.rwalld
+     DESTINATION ${SBIN_DIR}
+--- netkit-rwall-0.17.orig/rwall/CMakeLists.txt
++++ netkit-rwall-0.17/rwall/CMakeLists.txt
+@@ -14,6 +14,8 @@ add_executable(
+     rwall.c
+     rwall.h
+ )
++target_include_directories(rwall PUBLIC ${TIRPC_INCLUDE_DIRS})
++target_link_libraries(rwall ${TIRPC_LIBRARIES})
+ install(
+     TARGETS rwall
+     DESTINATION ${BIN_DIR}

--- End Message ---
--- Begin Message ---
Source: netkit-rwall
Source-Version: 0.17-9
Done: Alberto Gonzalez Iniesta <a...@inittab.org>

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

Debian distribution maintenance software
pp.
Alberto Gonzalez Iniesta <a...@inittab.org> (supplier of updated netkit-rwall 
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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 01 Sep 2021 16:23:08 +0200
Source: netkit-rwall
Architecture: source
Version: 0.17-9
Distribution: unstable
Urgency: medium
Maintainer: Alberto Gonzalez Iniesta <a...@inittab.org>
Changed-By: Alberto Gonzalez Iniesta <a...@inittab.org>
Closes: 992963
Changes:
 netkit-rwall (0.17-9) unstable; urgency=medium
 .
   * Fix FTBFS due to RPC removal from glibc. (Closes: #992963)
     Thanks Aurelien Jarno for the patch.
   * debian/copyright: Cosmetic changes to keep lintian happy.
Checksums-Sha1:
 3abbc9765cf128b1c1daf98ca018db57657183a4 1783 netkit-rwall_0.17-9.dsc
 f422617771c58476c7255d58c6f5d0a06f74c577 4784 netkit-rwall_0.17-9.debian.tar.xz
 c86dee87df9ebcbf9e7a02b430df1a55fb5e7a31 7173 
netkit-rwall_0.17-9_amd64.buildinfo
Checksums-Sha256:
 517d5817d4c58530d77646cfc0685045acaf5288e91d4d590f8ef6093f31b1e0 1783 
netkit-rwall_0.17-9.dsc
 906a9d12146716b17dcff1f84b3293d04ea60cc15d31d070f52ba8e8473ab276 4784 
netkit-rwall_0.17-9.debian.tar.xz
 33b1b6fb6423d0fb3cfa29cb66d0f0e27a5ee8c4a134d79d1039aa0bece7f5d2 7173 
netkit-rwall_0.17-9_amd64.buildinfo
Files:
 ef0a71005aa5fb00246e7c4e6e8bc82b 1783 net optional netkit-rwall_0.17-9.dsc
 c340f52b8fbfada2669c12f0a04f7577 4784 net optional 
netkit-rwall_0.17-9.debian.tar.xz
 9fdbc1179018942597d14c55fa779d23 7173 net optional 
netkit-rwall_0.17-9_amd64.buildinfo

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

iQJEBAEBCAAuFiEEU0fL2D4wqetNfUvyAJszdWuaqlUFAmEvkosQHGFnaUBpbml0
dGFiLm9yZwAKCRAAmzN1a5qqVWgSEACVQQ45ZVWllPEVhO+o+rnryyt1NCrImWNF
rVID/Merz6l4r5ENVjuQL1tiZexWUkfYnT9ssQFNrBXhxC/d/WW/LNQUmgI1QfWJ
Dm21LOPuQJY+dmw+k5gCZVus9fm4KHobSaPhq7pHy8El0Z1rQdE07QYR1OtIzDr/
+dlNhH3TGTA35SSpB7KzPLGURn+1edaBh3z0I3LlTeHqVs3/N4NjpiIBtxZcBc4F
t4iCIgnQzDLhdU+RH/Bq4y7wACPiuFnAdaHORCAgrAMwTVOETe2jaHBGScqGP+vs
I5+JmL3NbBMPrX1UvvswcrHp1+987XN9U1U7XpCykOpG5eGO4ViMJcq+Ibudg+WU
z9h6C06FbklYkuwa0TUrxjfDWHUWJDLWcPMksUDxL4PnKufPRGKy9PjAS8l32geR
7mURBcGJPM7Oj4FDXOSPO22aaxgCdXitflhOdfPS3NnliD5X8Lg4s70uxudMobM1
Lo3MHarAQLxzpFTUn44ehHCfPeQCalz7lQYYU8WZVM/e14cpB5LHkk4SC+9W7F48
w6hWdwrY+NxrpdD8Bl8nUTQIH1eOGlhLJcmm/XK582BoFIbPf7spaGuOunLUlpdD
PdjkmwOVcLypggUAE4q29Fbn4zZ65yqCO6UnQjhjTh7ida8lIIuqsnw2UtVWjUX+
d7h3BvLvbg==
=c74O
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to