Your message dated Mon, 19 Oct 2020 21:32:32 +0000
with message-id <e1kuclc-000i9g...@fasolo.debian.org>
and subject line Bug#971968: Removed package(s) from unstable
has caused the Debian Bug report #971957,
regarding libxs FTBFS with libpgm 5.3
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.)


-- 
971957: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971957
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libxs
Severity: normal
Tags: ftbfs

Hi,

With the recent libpgm 5.3 release currently in experimental libxs
fails to build. It still checks only for the 5.2 release. Attached
patch fixes this issue as soon I'm going to ask for libpgm transition
for unstable.
Question is, do you want to keep libxs in the archives? Its upstream
has disappeared and popcon is only nine users.

Regards,
Laszlo/GCS
Description: search for libpgm 5.3+
 Simply update configure checking.
Author: Laszlo Boszormenyi (GCS) <g...@debian.org>
Last-Update: 2020-10-10

---

--- libxs-1.2.0.orig/configure.ac
+++ libxs-1.2.0/configure.ac
@@ -408,7 +408,7 @@ AS_IF([test "x$enable_plugins" != "xno"]
 #  PGM extension
 libxs_pgm_ext="no"
 
-pgm_basename="libpgm-5.1.118~dfsg"
+pgm_basename="libpgm-5.3.128~dfsg"
 
 AC_ARG_WITH([pgm], [AS_HELP_STRING([--with-pgm],
     [build libxs with PGM extension [default=no]])],
@@ -473,7 +473,7 @@ AS_IF([test "x$with_pgm_ext" != "xno"],
 # Build with system openpgm
 AS_IF([test "x$with_system_pgm_ext" != "xno"], [
     m4_ifdef([PKG_CHECK_MODULES], [
-        PKG_CHECK_MODULES([OpenPGM], [openpgm-5.2 >= 5.2])
+        PKG_CHECK_MODULES([OpenPGM], [openpgm-5.3 >= 5.3])
         AC_DEFINE([XS_HAVE_OPENPGM], [1], [Have OpenPGM extension])
         LIBXS_EXTRA_CXXFLAGS="$OpenPGM_CFLAGS $LIBXS_EXTRA_CXXFLAGS"
     ],

--- End Message ---
--- Begin Message ---
Version: 1.2.0-2+rm

Dear submitter,

as the package libxs has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/971968

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Joerg Jaspert (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to