Your message dated Wed, 15 Feb 2017 06:57:00 +0000
with message-id <ab5fbbbe-5a5d-44c0-f524-edd1aa695...@thykier.net>
and subject line Re: Bug#855138: unblock: swi-prolog/7.2.3+dfsg-6
has caused the Debian Bug report #855138,
regarding unblock: swi-prolog/7.2.3+dfsg-6
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.)


-- 
855138: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=855138
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock

Please unblock package swi-prolog

Currently testing contains swi-prolog_7.2.3+dfsg-5. This version has
an RC bug (FTBFS), #852892). Sébastien Villemot fixed it by adding a
new patch that sets LD_LIBRARY_PATH to Java library before running
test-java.sh. Sébastien uploaded NMU to DELAYED/10, but I asked him to
proceed and shorten the delay. So, unstable got
swi-prolog_7.2.3+dfsg-5.1, which was unblocked by Niels
Thykier. Unfortunately, another RC bug (again FTBFS) was found,
#854609. Together with Sébastien we decided to drop swi-prolog-java on
mips to fix the FTBFS bug, and I've uploaded
swi-prolog_7.2.3+dfsg-6. Also I've filled a request to remove
swi-prolog-java on mips in testing, #855004.

That is, the only changes between swi-prolog in testing and in
unstable are fixes for the mentioned RC bugs, as you can see in the
following source debdiff:

-=-=-=-=-

$ debdiff swi-prolog_7.2.3+dfsg-5.dsc swi-prolog_7.2.3+dfsg-6.dsc
diff -Nru swi-prolog-7.2.3+dfsg/debian/changelog 
swi-prolog-7.2.3+dfsg/debian/changelog
--- swi-prolog-7.2.3+dfsg/debian/changelog      2016-12-02 00:20:25.000000000 
+0500
+++ swi-prolog-7.2.3+dfsg/debian/changelog      2017-02-11 23:30:43.000000000 
+0500
@@ -1,3 +1,17 @@
+swi-prolog (7.2.3+dfsg-6) unstable; urgency=medium
+
+  * Drop swi-prolog-java on mips. Fixes FTBFS. (Closes: #854609)
+
+ -- Lev Lamberov <dogs...@debian.org>  Sat, 11 Feb 2017 23:30:43 +0500
+
+swi-prolog (7.2.3+dfsg-5.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * d/p/java-ld-path.diff: new patch, sets LD_LIBRARY_PATH before running
+    test-java.sh. Fixes FTBFS. (Closes: #852892)
+
+ -- Sébastien Villemot <sebast...@debian.org>  Sun, 05 Feb 2017 14:27:07 +0100
+
 swi-prolog (7.2.3+dfsg-5) unstable; urgency=medium

   * Temporary build-depend on libssl1.0-dev (Closes: #845030).
diff -Nru swi-prolog-7.2.3+dfsg/debian/control 
swi-prolog-7.2.3+dfsg/debian/control
--- swi-prolog-7.2.3+dfsg/debian/control        2016-12-02 00:20:25.000000000 
+0500
+++ swi-prolog-7.2.3+dfsg/debian/control        2017-02-11 23:30:43.000000000 
+0500
@@ -12,8 +12,8 @@
                libxt-dev,
                x11proto-core-dev,
                unixodbc-dev,
-               default-jdk [alpha amd64 arm64 i386 mips mipsel mips64el 
powerpc powerpcspe ppc64 ppc64el s390x sh4 x32],
-               junit       [alpha amd64 arm64 i386 mips mipsel mips64el 
powerpc powerpcspe ppc64 ppc64el s390x sh4 x32],
+               default-jdk [alpha amd64 arm64 i386 mipsel mips64el powerpc 
powerpcspe ppc64 ppc64el s390x sh4 x32],
+               junit       [alpha amd64 arm64 i386 mipsel mips64el powerpc 
powerpcspe ppc64 ppc64el s390x sh4 x32],
                libxft-dev,
                libxext-dev,
                libice-dev,
@@ -106,7 +106,7 @@
  gained popularity most with Prolog.

 Package: swi-prolog-java
-Architecture: alpha amd64 arm64 i386 mips mipsel mips64el powerpc powerpcspe 
ppc64 ppc64el s390x sh4 x32
+Architecture: alpha amd64 arm64 i386 mipsel mips64el powerpc powerpcspe ppc64 
ppc64el s390x sh4 x32
 Depends: ${shlibs:Depends},
          swi-prolog-nox (= ${binary:Version}),
          ${misc:Depends},
diff -Nru swi-prolog-7.2.3+dfsg/debian/patches/java-ld-path.diff 
swi-prolog-7.2.3+dfsg/debian/patches/java-ld-path.diff
--- swi-prolog-7.2.3+dfsg/debian/patches/java-ld-path.diff      1970-01-01 
05:00:00.000000000 +0500
+++ swi-prolog-7.2.3+dfsg/debian/patches/java-ld-path.diff      2017-02-11 
23:30:43.000000000 +0500
@@ -0,0 +1,17 @@
+Description: Set LD_LIBRARY_PATH to Java binary path before running 
test-java.sh
+Author: Sébastien Villemot <sebast...@debian.org>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852892
+Last-Update: 2017-02-05
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/packages/jpl/Makefile.in
++++ b/packages/jpl/Makefile.in
+@@ -63,7 +63,7 @@ check_pl:    jpltest.jar
+                 echo "No jpltest.jar; maybe junit is not installed?" ; \
+               fi
+ check_java:   jpltest.jar
+-              JUNIT=$(JUNIT) JAVA=$(JAVA) JAVA_PRELOAD=$(JAVA_PRELOAD) 
./test-java.sh
++              $(SO_PATH)="$(JAVA_LIBRARY_PATH)" JUNIT=$(JUNIT) JAVA=$(JAVA) 
JAVA_PRELOAD=$(JAVA_PRELOAD) ./test-java.sh
+
+ jpltest.jar:
+               (cd src/java && $(MAKE) test_jar)
diff -Nru swi-prolog-7.2.3+dfsg/debian/patches/series 
swi-prolog-7.2.3+dfsg/debian/patches/series
--- swi-prolog-7.2.3+dfsg/debian/patches/series 2016-12-02 00:20:25.000000000 
+0500
+++ swi-prolog-7.2.3+dfsg/debian/patches/series 2017-02-11 23:30:43.000000000 
+0500
@@ -8,3 +8,4 @@
 java-fixes.diff
 dont-install-jquery.diff
 java-i386.diff
+java-ld-path.diff

-=-=-=-=-

Cheers!
Lev Lamberov

unblock swi-prolog/7.2.3+dfsg-6

-- System Information:
Debian Release: 9.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

--- End Message ---
--- Begin Message ---
Lev Lamberov:
> Package: release.debian.org
> Severity: normal
> User: release.debian....@packages.debian.org
> Usertags: unblock
> 
> Please unblock package swi-prolog
> 
> Currently testing contains swi-prolog_7.2.3+dfsg-5. This version has
> an RC bug (FTBFS), #852892). Sébastien Villemot fixed it by adding a
> new patch that sets LD_LIBRARY_PATH to Java library before running
> test-java.sh. Sébastien uploaded NMU to DELAYED/10, but I asked him to
> proceed and shorten the delay. So, unstable got
> swi-prolog_7.2.3+dfsg-5.1, which was unblocked by Niels
> Thykier. Unfortunately, another RC bug (again FTBFS) was found,
> #854609. Together with Sébastien we decided to drop swi-prolog-java on
> mips to fix the FTBFS bug, and I've uploaded
> swi-prolog_7.2.3+dfsg-6. Also I've filled a request to remove
> swi-prolog-java on mips in testing, #855004.
> 
> That is, the only changes between swi-prolog in testing and in
> unstable are fixes for the mentioned RC bugs, as you can see in the
> following source debdiff:
> 
> [...]
> 
> Cheers!
> Lev Lamberov
> 
> unblock swi-prolog/7.2.3+dfsg-6
> 
> [...]

Unblocked, thanks.

~Niels

--- End Message ---

Reply via email to