GNU bug report logs - #52084
[PATCH core-updates-frozen] gnu: zathura: use old meson

Previous Next

Package: guix-patches;

Reported by: angryrectangle <at> cock.li

Date: Wed, 24 Nov 2021 20:37:02 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

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 52084 in the body.
You can then email your comments to 52084 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#52084; Package guix-patches. (Wed, 24 Nov 2021 20:37:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to angryrectangle <at> cock.li:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 24 Nov 2021 20:37:03 GMT) Full text and rfc822 format available.

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

From: angryrectangle <at> cock.li
To: guix-patches <at> gnu.org
Subject: [PATCH core-updates-frozen] gnu: zathura: use old meson
Date: Wed, 24 Nov 2021 20:21:16 +0000
fixes the build.
this problem has already been fixed in zathura master, but it's not part 
of the latest release.

---
 gnu/packages/pdf.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index ea19897ae4..f50486f9cb 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -56,6 +56,7 @@ (define-module (gnu packages pdf)
   #:use-module (gnu packages backup)
   #:use-module (gnu packages base)
   #:use-module (gnu packages bash)
+  #:use-module (gnu packages build-tools)
   #:use-module (gnu packages check)
   #:use-module (gnu packages compression)
   #:use-module (gnu packages cups)
@@ -650,7 +651,8 @@ (define-public zathura
             (files '("lib/zathura")))))
     (build-system meson-build-system)
     (arguments
-     `(#:phases (modify-phases %standard-phases
+     `(#:meson ,meson-0.59         ;positional arguments error with 
meson 0.60
+       #:phases (modify-phases %standard-phases
                   (add-before 'check 'start-xserver
                     ;; Tests require a running X server.
                     (lambda* (#:key inputs #:allow-other-keys)
-- 
2.34.0




Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Thu, 25 Nov 2021 06:43:02 GMT) Full text and rfc822 format available.

Notification sent to angryrectangle <at> cock.li:
bug acknowledged by developer. (Thu, 25 Nov 2021 06:43:02 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: angryrectangle <at> cock.li
Cc: 52084-done <at> debbugs.gnu.org
Subject: Re: bug#52084: [PATCH core-updates-frozen] gnu: zathura: use old meson
Date: Thu, 25 Nov 2021 01:41:56 -0500
Hello!

angryrectangle <at> cock.li writes:

> fixes the build.
> this problem has already been fixed in zathura master, but it's not part 
> of the latest release.
>
> ---
>   gnu/packages/pdf.scm | 4 +++-
>   1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
> index ea19897ae4..f50486f9cb 100644
> --- a/gnu/packages/pdf.scm
> +++ b/gnu/packages/pdf.scm
> @@ -56,6 +56,7 @@ (define-module (gnu packages pdf)
>     #:use-module (gnu packages backup)
>     #:use-module (gnu packages base)
>     #:use-module (gnu packages bash)
> +  #:use-module (gnu packages build-tools)
>     #:use-module (gnu packages check)
>     #:use-module (gnu packages compression)
>     #:use-module (gnu packages cups)
> @@ -650,7 +651,8 @@ (define-public zathura
>               (files '("lib/zathura")))))
>       (build-system meson-build-system)
>       (arguments
> -     `(#:phases (modify-phases %standard-phases
> +     `(#:meson ,meson-0.59         ;positional arguments error with 
> meson 0.60
> +       #:phases (modify-phases %standard-phases
>                     (add-before 'check 'start-xserver
>                       ;; Tests require a running X server.
>                       (lambda* (#:key inputs #:allow-other-keys)

Something happened and the above patch was sent malformed (it didn't
apply).  I applied it manually and commit as
c9208beb3cbdd592275af28221cb93848b2a71a1.

Thank you!

Maxim




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

This bug report was last modified 2 years and 123 days ago.

Previous Next


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