GNU bug report logs - #73192
icedove-l10n-115.14.0 build failure

Previous Next

Package: guix;

Reported by: "bdju" <bdju <at> tilde.team>

Date: Thu, 12 Sep 2024 07:16:02 UTC

Severity: normal

Tags: patch

Done: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>

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 73192 in the body.
You can then email your comments to 73192 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 bug-guix <at> gnu.org:
bug#73192; Package guix. (Thu, 12 Sep 2024 07:16:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "bdju" <bdju <at> tilde.team>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Thu, 12 Sep 2024 07:16:02 GMT) Full text and rfc822 format available.

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

From: "bdju" <bdju <at> tilde.team>
To: <bug-guix <at> gnu.org>
Subject: icedove-l10n-115.14.0 build failure
Date: Thu, 12 Sep 2024 02:15:40 -0500
```
building /gnu/store/fnhs7nskxidcdhsad9lynyc8pl8cfni6-icedove-l10n-115.14.0.drv...
- 'build' phasebuilder for `/gnu/store/fnhs7nskxidcdhsad9lynyc8pl8cfni6-icedove-l10n-115.14.0.drv' failed with exit code 1
build of /gnu/store/fnhs7nskxidcdhsad9lynyc8pl8cfni6-icedove-l10n-115.14.0.drv failed
View build log at '/var/log/guix/drvs/fn/hs7nskxidcdhsad9lynyc8pl8cfni6-icedove-l10n-115.14.0.drv.gz'.
cannot build derivation `/gnu/store/z8ss2crb9fypjdcl9rwcw411r24i96w0-icedove-115.14.0.drv': 1 dependencies couldn't be built
building /gnu/store/9zxmhk38hkd0gw63fw19k9xf939h01cv-module-import-compiled.drv...
cannot build derivation `/gnu/store/n6lnxcqpa2jyxrc7cz0xnggi4v8czmgk-profile.drv': 1 dependencies couldn't be built
guix package: error: build of `/gnu/store/n6lnxcqpa2jyxrc7cz0xnggi4v8czmgk-profile.drv' failed
guix package --upgrade . --do-not-upgrade={pfetch,rgbds,prusa-slicer,jami}  195.37s user 5.49s system 23% cpu 14:11.82 total
```

build log too big to attach: https://0x0.st/XxOq.txt

guix (GNU Guix) b46256b162e15420bb034a9e6d65ec46f1c03343
I am using Guix System




Information forwarded to bug-guix <at> gnu.org:
bug#73192; Package guix. (Tue, 17 Sep 2024 14:30:02 GMT) Full text and rfc822 format available.

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

From: Daniel Hatton <dan.hatton <at> btinternet.com>
To: 73192 <at> debbugs.gnu.org
Subject: Me too!
Date: Tue, 17 Sep 2024 15:28:49 +0100
[Message part 1 (text/plain, inline)]
How does this relate to #72784?  Am I right in thinking it's a duplicate?

Either way, I'm experiencing the same problem (have checked, and the 
last few lines of my build log are the same as yours).

As a workaround until it's fixed, I've found icedove-minimal installs 
OK, and seems surprisingly full-featured for something with "minimal" in 
the name, although it took a bit of hackery to get it to recognise my 
pre-existing profile directory.

-- 

Kind regards,

Dan Hatton

		Dr. Daniel C. Hatton
[OpenPGP_signature.asc (application/pgp-signature, attachment)]

Information forwarded to jonathan.brielmaier <at> web.de, mhw <at> netris.org, bug-guix <at> gnu.org:
bug#73192; Package guix. (Thu, 19 Sep 2024 22:41:02 GMT) Full text and rfc822 format available.

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

From: André Batista <nandre <at> riseup.net>
To: 73192 <at> debbugs.gnu.org
Cc: André Batista <nandre <at> riseup.net>,
 bdju <bdju <at> tilde.team>
Subject: [PATCH] gnu: icedove-l10n: Fix build.
Date: Thu, 19 Sep 2024 19:39:05 -0300
Fixes <https://issues.guix.gnu.org/73192>

* gnu/packages/gnuzilla.scm (make-l10n-package)[arguments]<#:phases>:
On 'build phase unconditionally use 'system*' to invoke 'mach', as
'invoke' does not work for icedove any longer.

Reported-by: bdju <bdju <at> tilde.team>.
---
 gnu/packages/gnuzilla.scm | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index d7b9aa72e9..d25577111b 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -1684,13 +1684,11 @@ (define (find-file dir name)
                                               'thunderbird
                                               '#$project))))
                      (format #t "processing locale `~a'...~%" l)
-                     (if (eq? 'icecat '#$project)
-                         ;; XXX: For some reasons, for IceCat, there are some
-                         ;; parsing errors that cause the build system to
-                         ;; return an unclean exit code; use system* to ignore
-                         ;; errors.
-                         (system* "./mach" "build" (string-append "langpack-" l))
-                         (invoke "./mach" "build" (string-append "langpack-" l)))
+                     ;; XXX: For some reasons, on version 115, there are some
+                     ;; parsing errors that cause the build system to
+                     ;; return an unclean exit code; use system* to ignore
+                     ;; errors.
+                     (system* "./mach" "build" (string-append "langpack-" l))
                      (mkdir-p ext-dir)
                      (let ((xpi (find-file "obj" (string-append
                                                   "\\." l "\\.langpack\\.xpi$"))))

base-commit: d4fbd1ab341de85c1e5c77e0f7adc5aae056be15
-- 
2.45.2





Information forwarded to bug-guix <at> gnu.org:
bug#73192; Package guix. (Thu, 19 Sep 2024 22:51:02 GMT) Full text and rfc822 format available.

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

From: André Batista <nandre <at> riseup.net>
To: 73192 <at> debbugs.gnu.org
Cc: control <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: icedove-l10n: Fix build.
Date: Thu, 19 Sep 2024 19:49:33 -0300
user guix
tags 73192 + patch
thanks




Added tag(s) patch. Request was from André Batista <nandre <at> riseup.net> to control <at> debbugs.gnu.org. (Thu, 19 Sep 2024 22:51:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-guix <at> gnu.org:
bug#73192; Package guix. (Sun, 22 Sep 2024 21:07:01 GMT) Full text and rfc822 format available.

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

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 73192 <at> debbugs.gnu.org
Cc: mhw <at> netris.org, bdju <bdju <at> tilde.team>
Subject: Re: bug#73192: [PATCH] gnu: icedove-l10n: Fix build.
Date: Sun, 22 Sep 2024 23:06:15 +0200
Hi André,

Am 20.09.24 um 00:39 schrieb André Batista:
> Fixes <https://issues.guix.gnu.org/73192>
>
> * gnu/packages/gnuzilla.scm (make-l10n-package)[arguments]<#:phases>:
> On 'build phase unconditionally use 'system*' to invoke 'mach', as
> 'invoke' does not work for icedove any longer.
>
> Reported-by: bdju <bdju <at> tilde.team>.

Thanks, I pushed your patch as it makes the icedove build green again :)

~Jonathan




Reply sent to Jonathan Brielmaier <jonathan.brielmaier <at> web.de>:
You have taken responsibility. (Sun, 22 Sep 2024 21:08:02 GMT) Full text and rfc822 format available.

Notification sent to "bdju" <bdju <at> tilde.team>:
bug acknowledged by developer. (Sun, 22 Sep 2024 21:08:02 GMT) Full text and rfc822 format available.

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

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 73192-done <at> debbugs.gnu.org
Subject: icedove-l10n-115.14.0 build failure
Date: Sun, 22 Sep 2024 23:06:39 +0200



Information forwarded to bug-guix <at> gnu.org:
bug#73192; Package guix. (Tue, 24 Sep 2024 13:32:02 GMT) Full text and rfc822 format available.

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

From: Daniel Hatton <dan.hatton <at> btinternet.com>
To: 73192 <at> debbugs.gnu.org
Subject: FIXED
Date: Tue, 24 Sep 2024 14:30:50 +0100
[Message part 1 (text/plain, inline)]
Confirming the problem has gone away for me after a guix pull today.

-- 

Kind regards,

Dan Hatton

		Dr. Daniel C. Hatton

E-mail:		<dan.hatton <at> btinternet.com>

SIP:		<dan.hatton <at> sip.linphone.org>
Signal:		dch.28

[OpenPGP_signature.asc (application/pgp-signature, attachment)]

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

This bug report was last modified 233 days ago.

Previous Next


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