GNU bug report logs - #73210
[PATCH] gnu: smalltalk: Fix tests.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Thu, 12 Sep 2024 19:39:02 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Greg Hogan <code <at> greghogan.com>
Subject: bug#73210: closed (Re: [bug#73210] [PATCH] gnu: smalltalk: Fix
 tests.)
Date: Sat, 14 Sep 2024 09:13:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#73210: [PATCH] gnu: smalltalk: Fix tests.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 73210 <at> debbugs.gnu.org.

-- 
73210: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73210
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Greg Hogan <code <at> greghogan.com>
Cc: 73210-done <at> debbugs.gnu.org
Subject: Re: [bug#73210] [PATCH] gnu: smalltalk: Fix tests.
Date: Sat, 14 Sep 2024 09:12:39 +0000
[Message part 3 (text/plain, inline)]
For now I disabled the tests on x86-64 in
607280fa8fe26b500ad76a3769da8e4f917cae16.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH] gnu: smalltalk: Fix tests.
Date: Thu, 12 Sep 2024 19:38:23 +0000
* gnu/packages/smalltalk.scm (smalltalk)[native-inputs]: Add
'(libc-utf8-locales-for-target)'.

Change-Id: Idf49394e5c4dbd3398a6774319184339ed18585c
---
 gnu/packages/smalltalk.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/smalltalk.scm b/gnu/packages/smalltalk.scm
index 64146813d1f..988410d93d9 100644
--- a/gnu/packages/smalltalk.scm
+++ b/gnu/packages/smalltalk.scm
@@ -62,6 +62,7 @@ (define-public smalltalk
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config
+           (libc-utf8-locales-for-target)
            ;; XXX: To be removed with the next release of Smalltalk.
            autoconf
            automake

base-commit: d4869b7e43d823bccc8f6d81dd9f5d2c13cb8f25
-- 
2.46.0




This bug report was last modified 248 days ago.

Previous Next


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