GNU bug report logs - #51783
[PATCH core-updates-frozen] gnu: Complete renaming openexr to openexr-2.

Previous Next

Package: guix-patches;

Reported by: Brendan Tildesley <mail <at> brendan.scot>

Date: Fri, 12 Nov 2021 06:41:01 UTC

Severity: normal

Tags: patch

Done: Brendan Tildesley <mail <at> brendan.scot>

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 51783 in the body.
You can then email your comments to 51783 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#51783; Package guix-patches. (Fri, 12 Nov 2021 06:41:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Brendan Tildesley <mail <at> brendan.scot>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 12 Nov 2021 06:41:01 GMT) Full text and rfc822 format available.

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

From: Brendan Tildesley <mail <at> brendan.scot>
To: guix-patches <at> gnu.org
Cc: Vinicius Monego <monego <at> posteo.net>, Leo Famulari <leo <at> famulari.name>
Subject: [PATCH core-updates-frozen] gnu: Complete renaming openexr to
 openexr-2.
Date: Fri, 12 Nov 2021 17:40:10 +1100
* gnu/packages/kde.scm (krita):[configure-flags]: d71336b2e3 missed one
reference of openexr that should have become openexr-2, breaking krita's
build. Rename it.
---
 gnu/packages/kde.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 2b843f163a..b74ea81b61 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -471,7 +471,7 @@ (define-public krita
      `(#:tests? #f
        #:configure-flags
        ,#~(list "-DBUILD_TESTING=OFF"
-                (string-append "-DCMAKE_CXX_FLAGS=-I" #$openexr
+                (string-append "-DCMAKE_CXX_FLAGS=-I" #$openexr-2
                                "/include/OpenEXR"))))
     (native-inputs
      `(("curl" ,curl)
-- 
2.33.1





Information forwarded to guix-patches <at> gnu.org:
bug#51783; Package guix-patches. (Thu, 18 Nov 2021 14:31:01 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Brendan Tildesley <mail <at> brendan.scot>
Cc: 51783 <at> debbugs.gnu.org, Vinicius Monego <monego <at> posteo.net>,
 Leo Famulari <leo <at> famulari.name>
Subject: Re: bug#51783: [PATCH core-updates-frozen] gnu: Complete renaming
 openexr to openexr-2.
Date: Thu, 18 Nov 2021 15:30:05 +0100
Hi,

Brendan Tildesley <mail <at> brendan.scot> skribis:

> * gnu/packages/kde.scm (krita):[configure-flags]: d71336b2e3 missed one
> reference of openexr that should have become openexr-2, breaking krita's
> build. Rename it.
> ---
>  gnu/packages/kde.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
> index 2b843f163a..b74ea81b61 100644
> --- a/gnu/packages/kde.scm
> +++ b/gnu/packages/kde.scm
> @@ -471,7 +471,7 @@ (define-public krita
>       `(#:tests? #f
>         #:configure-flags
>         ,#~(list "-DBUILD_TESTING=OFF"
> -                (string-append "-DCMAKE_CXX_FLAGS=-I" #$openexr
> +                (string-append "-DCMAKE_CXX_FLAGS=-I" #$openexr-2
>                                 "/include/OpenEXR"))))

Hmm what branch are you looking at?  On today’s ‘core-updates-frozen’,
it looks like this:

       #:configure-flags
       (list "-DBUILD_TESTING=OFF"
             (string-append "-DCMAKE_CXX_FLAGS=-I"
                            (assoc-ref %build-inputs "openexr")
                            "/include/OpenEXR"))

Use of gexps would be welcome but it hasn’t landed on
‘core-updates-frozen’ AFAICS.

Ludo’.




Information forwarded to guix-patches <at> gnu.org:
bug#51783; Package guix-patches. (Sat, 20 Nov 2021 11:07:01 GMT) Full text and rfc822 format available.

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

From: Brendan Tildesley <mail <at> brendan.scot>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: "51783-close <at> debbugs.gnu.org" <51783-close <at> debbugs.gnu.org>,
 "51783 <at> debbugs.gnu.org" <51783 <at> debbugs.gnu.org>,
 Vinicius Monego <monego <at> posteo.net>, Leo Famulari <leo <at> famulari.name>
Subject: Re: bug#51783: [PATCH core-updates-frozen] gnu: Complete renaming
 openexr to openexr-2.
Date: Sat, 20 Nov 2021 12:06:29 +0100 (CET)
> On 11/18/2021 3:30 PM Ludovic Courtès <ludo <at> gnu.org> wrote:

> Hmm what branch are you looking at?  On today’s ‘core-updates-frozen’,
> it looks like this:
> 
Sorry, I changed this in my own branch and mistook it for upstream without checking.
I think I had to do it because %build-inputs isn't defined anymore with qt-build-system
so krita fails currently.

closed




Reply sent to Brendan Tildesley <mail <at> brendan.scot>:
You have taken responsibility. (Sat, 20 Nov 2021 11:07:02 GMT) Full text and rfc822 format available.

Notification sent to Brendan Tildesley <mail <at> brendan.scot>:
bug acknowledged by developer. (Sat, 20 Nov 2021 11:07:02 GMT) Full text and rfc822 format available.

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

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

Previous Next


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