unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#65126] [PATCH] gnu: exiv2: Get rid of reference to GCC.
@ 2023-08-07 14:03 iyzsong--- via Guix-patches via
  2023-08-16 18:07 ` Ludovic Courtès
  0 siblings, 1 reply; 7+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-08-07 14:03 UTC (permalink / raw)
  To: 65126; +Cc: 宋文武

From: 宋文武 <iyzsong@member.fsf.org>

This fixes <https://issues.guix.gnu.org/57677>.

* gnu/packages/image.scm (exiv2)[arguments]: Add phase to
remove _GLIBCXX_ASSERTIONS from compiler flags.
---
 gnu/packages/image.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 3336e38852..1dbf3cbdd6 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1511,6 +1511,12 @@ (define-public exiv2
                                "-DEXIV2_ENABLE_BMFF=ON")
        #:phases
        (modify-phases %standard-phases
+         (add-after 'unpack 'patch-gcc-reference
+           (lambda _
+             ;; _GLIBCXX_ASSERTIONS brings reference to GCC.
+             (substitute* "cmake/compilerFlags.cmake"
+               (("add_compile_options[(]-Wp,-D_GLIBCXX_ASSERTIONS[)]")
+                ""))))
          (add-after 'install 'delete-static-libraries
            (lambda* (#:key outputs #:allow-other-keys)
              (let* ((out (assoc-ref outputs "out"))

base-commit: 56667ee55cd7f3368cbff169352fe440f4f93da5
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [bug#65126] [PATCH] gnu: exiv2: Get rid of reference to GCC.
  2023-08-07 14:03 [bug#65126] [PATCH] gnu: exiv2: Get rid of reference to GCC iyzsong--- via Guix-patches via
@ 2023-08-16 18:07 ` Ludovic Courtès
  2023-08-16 18:08   ` Ludovic Courtès
  0 siblings, 1 reply; 7+ messages in thread
From: Ludovic Courtès @ 2023-08-16 18:07 UTC (permalink / raw)
  To: iyzsong; +Cc: 宋文武, 65126

Hi!

iyzsong@envs.net skribis:

> From: 宋文武 <iyzsong@member.fsf.org>
>
> This fixes <https://issues.guix.gnu.org/57677>.

s/This fixes/Fixes/, for consistency.

> +         (add-after 'unpack 'patch-gcc-reference
> +           (lambda _
> +             ;; _GLIBCXX_ASSERTIONS brings reference to GCC.
> +             (substitute* "cmake/compilerFlags.cmake"
> +               (("add_compile_options[(]-Wp,-D_GLIBCXX_ASSERTIONS[)]")
> +                ""))))

Well done!  According to
<https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_macros.html>,
‘_GLIBCXX_ASSERTIONS’ enables various run-time checks; I guess disabling
it is acceptable.

So… LGTM!

Thanks,
Ludo’.




^ permalink raw reply	[flat|nested] 7+ messages in thread

* [bug#65126] [PATCH] gnu: exiv2: Get rid of reference to GCC.
  2023-08-16 18:07 ` Ludovic Courtès
@ 2023-08-16 18:08   ` Ludovic Courtès
  2023-08-20  8:01     ` 宋文武 via Guix-patches via
  2023-10-19 19:58     ` Ludovic Courtès
  0 siblings, 2 replies; 7+ messages in thread
From: Ludovic Courtès @ 2023-08-16 18:08 UTC (permalink / raw)
  To: iyzsong; +Cc: 宋文武, 65126

Ludovic Courtès <ludo@gnu.org> skribis:

> So… LGTM!

Well, wait for <https://qa.guix.gnu.org/issue/65126> to be done.

Ludo’.




^ permalink raw reply	[flat|nested] 7+ messages in thread

* [bug#65126] [PATCH] gnu: exiv2: Get rid of reference to GCC.
  2023-08-16 18:08   ` Ludovic Courtès
@ 2023-08-20  8:01     ` 宋文武 via Guix-patches via
  2023-08-20 18:27       ` Christopher Baines
  2023-10-19 19:58     ` Ludovic Courtès
  1 sibling, 1 reply; 7+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-08-20  8:01 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 宋文武, 65126, Christopher Baines

Ludovic Courtès <ludo@gnu.org> writes:

> Well, wait for <https://qa.guix.gnu.org/issue/65126> to be done.

Hello, I think CI is stucking here.

On https://qa.guix.gnu.org/patches we get:
  Builds for new patch series suspended as master branch substitute
  availability is low for: i686-linux
In this case should I first fix broken builds for i686-linux?

Also will CI able to automatically rebase the patch upon latest master?
If the patch was built with old base, it won't have substitutes after
merge even it's green.




^ permalink raw reply	[flat|nested] 7+ messages in thread

* [bug#65126] [PATCH] gnu: exiv2: Get rid of reference to GCC.
  2023-08-20  8:01     ` 宋文武 via Guix-patches via
@ 2023-08-20 18:27       ` Christopher Baines
  0 siblings, 0 replies; 7+ messages in thread
From: Christopher Baines @ 2023-08-20 18:27 UTC (permalink / raw)
  To: 宋文武; +Cc: Ludovic Courtès, 65126

[-- Attachment #1: Type: text/plain, Size: 1511 bytes --]


宋文武 <iyzsong@envs.net> writes:

> Ludovic Courtès <ludo@gnu.org> writes:
>
>> Well, wait for <https://qa.guix.gnu.org/issue/65126> to be done.
>
> Hello, I think CI is stucking here.

I'm going to answer replacing CI with qa.guix.gnu.org, as I think that
makes the questions make more sense.

> On https://qa.guix.gnu.org/patches we get:
>   Builds for new patch series suspended as master branch substitute
>   availability is low for: i686-linux
> In this case should I first fix broken builds for i686-linux?

I think substitute availability is below 80% for i686-linux because the
bordeaux build farm is still catching up. There's a shepherd issue on
milano-guix-1, so that's reduced the resources available for
x86_64-linux and i686-linux builds.

QA waits until substitute availability is good before submitting builds
as that avoids submitting builds when they probably won't happen for a
while, given the bordeaux build farm will be busy with the master branch
builds instead.

Ideally more changes would be processed by QA and built fully before
being merged, so that substitutes are available when they're merged.

> Also will CI able to automatically rebase the patch upon latest master?
> If the patch was built with old base, it won't have substitutes after
> merge even it's green.

The qa-frontpage does automatically rebase patches, although there's
probably a lot of room for improvement to better detect when a patch
series could do with rebasing.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [bug#65126] [PATCH] gnu: exiv2: Get rid of reference to GCC.
  2023-08-16 18:08   ` Ludovic Courtès
  2023-08-20  8:01     ` 宋文武 via Guix-patches via
@ 2023-10-19 19:58     ` Ludovic Courtès
  2023-10-20  9:59       ` bug#65126: " 宋文武 via Guix-patches via
  1 sibling, 1 reply; 7+ messages in thread
From: Ludovic Courtès @ 2023-10-19 19:58 UTC (permalink / raw)
  To: iyzsong; +Cc: 宋文武, 65126

Hi 宋文武,

Ludovic Courtès <ludo@gnu.org> skribis:

> Ludovic Courtès <ludo@gnu.org> skribis:
>
>> So… LGTM!
>
> Well, wait for <https://qa.guix.gnu.org/issue/65126> to be done.

Looks like it’s all green now, go ahead! :-)

Ludo’.




^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#65126: [PATCH] gnu: exiv2: Get rid of reference to GCC.
  2023-10-19 19:58     ` Ludovic Courtès
@ 2023-10-20  9:59       ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 7+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-10-20  9:59 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 宋文武, 65126-done

Ludovic Courtès <ludo@gnu.org> writes:

> Hi 宋文武,
>
> Ludovic Courtès <ludo@gnu.org> skribis:
>
>> Ludovic Courtès <ludo@gnu.org> skribis:
>>
>>> So… LGTM!
>>
>> Well, wait for <https://qa.guix.gnu.org/issue/65126> to be done.
>
> Looks like it’s all green now, go ahead! :-)

Pushed now, thanks!




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-10-20  9:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-07 14:03 [bug#65126] [PATCH] gnu: exiv2: Get rid of reference to GCC iyzsong--- via Guix-patches via
2023-08-16 18:07 ` Ludovic Courtès
2023-08-16 18:08   ` Ludovic Courtès
2023-08-20  8:01     ` 宋文武 via Guix-patches via
2023-08-20 18:27       ` Christopher Baines
2023-10-19 19:58     ` Ludovic Courtès
2023-10-20  9:59       ` bug#65126: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).