GNU bug report logs - #38271
[PATCH] gnu: biber: Update to 2.13.

Previous Next

Package: guix-patches;

Reported by: Konrad Hinsen <konrad.hinsen <at> fastmail.net>

Date: Tue, 19 Nov 2019 15:19:01 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 38271 in the body.
You can then email your comments to 38271 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#38271; Package guix-patches. (Tue, 19 Nov 2019 15:19:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Konrad Hinsen <konrad.hinsen <at> fastmail.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 19 Nov 2019 15:19:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: biber: Update to 2.13.
Date: Tue, 19 Nov 2019 16:13:47 +0100
* gnu/packages/tex.scm (biber): Update to 2.13.
---
 .../patches/biber-fix-encoding-write.patch    | 31 -------------------
 gnu/packages/tex.scm                          |  7 ++---
 2 files changed, 2 insertions(+), 36 deletions(-)
 delete mode 100644 gnu/packages/patches/biber-fix-encoding-write.patch

diff --git a/gnu/packages/patches/biber-fix-encoding-write.patch b/gnu/packages/patches/biber-fix-encoding-write.patch
deleted file mode 100644
index 56cd11212e..0000000000
--- a/gnu/packages/patches/biber-fix-encoding-write.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 2a9b15aefb842a734637f3d230936ea1b7c60096 Mon Sep 17 00:00:00 2001
-From: Philip Kime <Philip <at> kime.org.uk>
-Date: Thu, 8 Nov 2018 22:02:09 +0100
-Subject: [PATCH] Fix to address #239
-
----
- lib/Biber.pm | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/lib/Biber.pm b/lib/Biber.pm
-index 8b1f80a5..d97fca29 100644
---- a/lib/Biber.pm
-+++ b/lib/Biber.pm
-@@ -311,6 +311,8 @@ sub parse_ctrlfile {
-     unless (eval {$checkbuf = File::Slurper::read_text($ctrl_file_path, 'latin1')}) {
-       biber_error("$ctrl_file_path is not UTF-8 or even latin1, how horrible.");
-     }
-+    # Write ctrl file as UTF-8
-+    File::Slurper::write_text($ctrl_file_path, NFC($checkbuf));# Unicode NFC boundary
-   }
- 
-   $checkbuf = NFD($checkbuf);# Unicode NFD boundary
-@@ -319,8 +321,6 @@ sub parse_ctrlfile {
-     unlink($output) unless $output eq '-';# ignore deletion of STDOUT marker
-     biber_error("$ctrl_file_path is malformed, last biblatex run probably failed. Deleted $output");
-   }
--  # Write ctrl file as UTF-8
--  File::Slurper::write_text($ctrl_file_path, NFC($checkbuf));# Unicode NFC boundary
- 
-   # Validate if asked to
-   if (Biber::Config->getoption('validate_control')) {
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index d184d7616b..6a81ba7bbd 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6035,19 +6035,16 @@ values (strings, macros, or numbers) pasted together.")
 (define-public biber
   (package
     (name "biber")
-    (version "2.12")
+    (version "2.13")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/plk/biber/")
                     (commit (string-append "v" version))))
               (file-name (git-file-name name version))
-              ;; TODO: Patch awaiting inclusion upstream (see:
-              ;; https://github.com/plk/biber/issues/239).
-              (patches (search-patches "biber-fix-encoding-write.patch"))
               (sha256
                (base32
-                "1g1hi6zvf2hmrjly1sidjaxy5440gfqm4p7p3n7kayshnjsmlskx"))))
+                "0855nw7cci3812lys20vb3zckyvs5axmyiqa8zf0afsj70kvzj2d"))))
     (build-system perl-build-system)
     (arguments
      `(#:phases
-- 
2.24.0





Information forwarded to guix-patches <at> gnu.org:
bug#38271; Package guix-patches. (Tue, 19 Nov 2019 17:02:01 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
To: guix-patches <at> gnu.org
Subject: Re: [PATCH] gnu: biber: Update to 2.13.
Date: Tue, 19 Nov 2019 18:01:08 +0100
Konrad Hinsen <konrad.hinsen <at> fastmail.net> writes:

> * gnu/packages/tex.scm (biber): Update to 2.13.

Please cancel this patch. I just discovered that biber 2.13 is not
compatible with the texlive version currently in Guix.

I tried updating because biber 2.12 fails to build. I will submit
a bug report for that.

Cheers
  Konrad.




Reply sent to Efraim Flashner <efraim <at> flashner.co.il>:
You have taken responsibility. (Tue, 19 Nov 2019 20:54:03 GMT) Full text and rfc822 format available.

Notification sent to Konrad Hinsen <konrad.hinsen <at> fastmail.net>:
bug acknowledged by developer. (Tue, 19 Nov 2019 20:54:07 GMT) Full text and rfc822 format available.

Message #13 received at 38271-done <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
Cc: 38271-done <at> debbugs.gnu.org
Subject: Re: [bug#38271] [PATCH] gnu: biber: Update to 2.13.
Date: Tue, 19 Nov 2019 22:53:16 +0200
[Message part 1 (text/plain, inline)]
On Tue, Nov 19, 2019 at 06:01:08PM +0100, Konrad Hinsen wrote:
> Konrad Hinsen <konrad.hinsen <at> fastmail.net> writes:
> 
> > * gnu/packages/tex.scm (biber): Update to 2.13.
> 
> Please cancel this patch. I just discovered that biber 2.13 is not
> compatible with the texlive version currently in Guix.
> 
> I tried updating because biber 2.12 fails to build. I will submit
> a bug report for that.

I remember biber being something of a special package when it comes to
texlive

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 18 Dec 2019 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 129 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.