GNU bug report logs - #64026
[PATCH] gnu: maven-model-builder@3.0: Fix build.

Previous Next

Package: guix-patches;

Reported by: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Date: Mon, 12 Jun 2023 18:44:01 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <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 64026 in the body.
You can then email your comments to 64026 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 bjoern.hoefling <at> bjoernhoefling.de, julien <at> lepiller.eu, guix-patches <at> gnu.org:
bug#64026; Package guix-patches. (Mon, 12 Jun 2023 18:44:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
New bug report received and forwarded. Copy sent to bjoern.hoefling <at> bjoernhoefling.de, julien <at> lepiller.eu, guix-patches <at> gnu.org. (Mon, 12 Jun 2023 18:44:02 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: maven-model-builder <at> 3.0: Fix build.
Date: Mon, 12 Jun 2023 20:23:31 +0200
* gnu/packages/maven.scm (maven-3.0-model-builder)[#:phases]: Add
‘add-components-shebang’.
---
 gnu/packages/maven.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/maven.scm b/gnu/packages/maven.scm
index a805bda8e5..dc25f7640e 100644
--- a/gnu/packages/maven.scm
+++ b/gnu/packages/maven.scm
@@ -2424,6 +2424,10 @@ (define-public maven-3.0-model-builder
       (substitute-keyword-arguments (package-arguments maven-model-builder)
         ((#:phases phases)
          `(modify-phases ,phases
+            (add-after 'unpack 'add-components-shebang
+              (lambda _
+                (substitute* "components.sh"
+                  (("^## T") "#!/bin/sh\n## T"))))
             (add-before 'build 'generate-components.xml
               (lambda _
                 (mkdir-p "build/classes/META-INF/plexus")

base-commit: 3fc26c6dc4b6bbf558a17b5e3ef8092ea0eeeacd
-- 
2.40.1





Information forwarded to guix-patches <at> gnu.org:
bug#64026; Package guix-patches. (Tue, 20 Jun 2023 21:48:02 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Cc: Björn Höfling <bjoern.hoefling <at> bjoernhoefling.de>,
 Julien Lepiller <julien <at> lepiller.eu>, 64026 <at> debbugs.gnu.org
Subject: Re: bug#64026: [PATCH] gnu: maven-model-builder <at> 3.0: Fix build.
Date: Tue, 20 Jun 2023 23:47:33 +0200
Liliana Marie Prikler <liliana.prikler <at> gmail.com> skribis:

> * gnu/packages/maven.scm (maven-3.0-model-builder)[#:phases]: Add
> ‘add-components-shebang’.

Hi!  Go for it!

Ludo’.




Reply sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
You have taken responsibility. (Wed, 21 Jun 2023 04:21:02 GMT) Full text and rfc822 format available.

Notification sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
bug acknowledged by developer. (Wed, 21 Jun 2023 04:21:02 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: Björn Höfling <bjoern.hoefling <at> bjoernhoefling.de>,
 Julien Lepiller <julien <at> lepiller.eu>, 64026-done <at> debbugs.gnu.org
Subject: Re: bug#64026: [PATCH] gnu: maven-model-builder <at> 3.0: Fix build.
Date: Wed, 21 Jun 2023 06:20:23 +0200
Am Dienstag, dem 20.06.2023 um 23:47 +0200 schrieb Ludovic Courtès:
> Liliana Marie Prikler <liliana.prikler <at> gmail.com> skribis:
> 
> > * gnu/packages/maven.scm (maven-3.0-model-builder)[#:phases]: Add
> > ‘add-components-shebang’.
> 
> Hi!  Go for it!
Already did, but apparently forgot to mark as done.
Other maven-3.0 packages seem to have the same issue, however.

Cheers




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

This bug report was last modified 1 year and 336 days ago.

Previous Next


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