From: Vagrant Cascadian <vagrant@debian.org>
To: guix-devel@gnu.org
Subject: Re: Guix 1.4.0 build on Debian fails test suites
Date: Fri, 09 Aug 2024 12:37:46 -0700 [thread overview]
Message-ID: <87h6btsd11.fsf@wireframe> (raw)
In-Reply-To: <87jzgpsfju.fsf@wireframe>
[-- Attachment #1: Type: text/plain, Size: 1577 bytes --]
On 2024-08-09, Vagrant Cascadian wrote:
> test-name: input labels, mismatch
> location: /<<PKGBUILDDIR>>/tests/style.scm:124
> source:
> + (test-equal
> + "input labels, mismatch"
> + (list `(("foo" ,gmp) ("bar" ,acl))
> + " (inputs `((\"foo\" ,gmp) (\"bar\" ,acl)))\n")
> + (with-test-package
> + '((inputs `(("foo" ,gmp) ("bar" ,acl))))
> + (list (package-direct-inputs (@ (my-packages) my-coreutils))
> + (read-package-field (@ (my-packages) my-coreutils) 'inputs))))
> expected-value: ((("foo" #<package gmp@6.2.1 gnu/packages/multiprecision.scm:45 7f5221c9d0b0>) ("bar" #<package acl@2.3.1 gnu/packages/acl.scm:41 7f5221dc3210>)) " (inputs `((\"foo\" ,gmp) (\"bar\" ,acl)))\n")
> actual-value: ((("foo" #<package gmp@6.2.1 gnu/packages/multiprecision.scm:45 7f5221c9d0b0>) ("bar" #<package acl@2.3.1 gnu/packages/acl.scm:41 7f5221dc3210>)) " (inputs `((\"foo\" ,gmp) (\"bar\" ,acl)))\n")
> result: FAIL
Looks like guile was updated to 3.0.10 in Debian fairly
recently... managed to build on debian testing/trixie which still has
guile 3.0.9 and gcc 13 by default at the moment, which resolved the
tests/style.scm and tests/gremlin.scm test suite failures (...and
introduces issues with tests/nar.scm and tests/store.scm, but who is
really counting?)
This does not solve the problem for Debian, but at least that gives a
hint at where the problem lies... and obviously long-term guix should be
buildable with newer versions of gcc and guile... which could then be
backported to 1.4.0?
live well,
vagrant
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
prev parent reply other threads:[~2024-08-09 19:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-09 18:43 Guix 1.4.0 build on Debian fails test suites Vagrant Cascadian
2024-08-09 19:37 ` Vagrant Cascadian [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87h6btsd11.fsf@wireframe \
--to=vagrant@debian.org \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.