all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [core-updates-frozen] Blockers for working system
@ 2021-09-10 22:16 Jonathan Brielmaier
  2021-09-11  9:01 ` Guillaume Le Vaillant
  2021-09-11 10:11 ` Liliana Marie Prikler
  0 siblings, 2 replies; 3+ messages in thread
From: Jonathan Brielmaier @ 2021-09-10 22:16 UTC (permalink / raw)
  To: Guix-devel

Hi Guix folks,

here are the blockers which prevent me from using core-updates-frozen on
my personal machine. So those 14 derivations failed for me this morning:

/gnu/store/fm4wk6zf8zir5qgc7m0fb52i9vrc1a21-gnome-calculator-3.34.1.drv
-> fixed: 67b8aa91f7

/gnu/store/mszx21cxrhsi1r1hx66fjb6qp2v4y372-babl-0.1.86.drv
-> fixed: 45055c73c8

/gnu/store/2p3lw0dy8b3b34xfn2xlwg9ngrw493v7-gnome-maps-3.38.5.drv
   Fails in testsuite with:
JS ERROR: Error: Expected 1,001 m (string) but was 1001 m (string)
I have no clue why, maybe something is "wrangled" with LC_ALL or LANG
variables. Or it has to do with our mozjs-78 (used by gjs), where I
assume comes the `toLocaleString` function from...

/gnu/store/lv2mx78q9zxp6lznbf53hg9k8qbgkisp-lilypond-2.20.0.drv
   The configure script does not find fikparm.mf which is used as a test
for cyrillic font support. fikparm.mf doesn't end up in texlive-lh,
although found in the sources. Maybe the configure script should check
different for the font support (upstream issue).

/gnu/store/7mz3ci5gydg606wmh2y6yl7q53mp5x68-materialdecoration-1.1.0-9.6a5de23.drv
   Unbound variable: %build-inputs -> needs to be replaced by the gexp
way of naming it...

/gnu/store/b35i6d0gdlwyi5d4hrcc6iia9dqlg4p9-range-v3-0.11.0.drv

-> should be fixed by
https://github.com/ericniebler/range-v3/commit/a91f0e1be27a31c446452a753001d4518ef83a6b

/gnu/store/9yzalfd8cbm26sxfs5z4b4lkki6pi3hm-icedtea-1.13.13.drv

/gnu/store/9w248mmnax1l22clm2v3d288z93akgk0-make-4.2.1.drv

/gnu/store/7904dmirxvxy2smc6sprib0kvb6kdk1c-ruby-json-pure-2.2.0.drv
/gnu/store/0h78mzmmhvlx95swh6r6s99adnyf9rkf-ruby-minitest-bonus-assertions-3.0.drv
/gnu/store/2pbksnah4zww5fil5b24cx7adh182p4k-ruby-pandoc-ruby-2.1.4.drv
/gnu/store/w2pn1xjgx8pvixy50qii4a97hl4vq1rb-ruby-racc-1.4.14.drv
/gnu/store/3jrh6hz4kr781hk35aamv8jaf8n65nfg-ruby-regexp-property-values-1.0.0.drv
/gnu/store/bys2c9jc2bz7diliw3hhj7ksrs4q9ikm-ruby-term-ansicolor-1.7.1.drv
-> The ruby stuff is all failing in check phase...

So there are still 12 left to fix. The good thing is: they are all
pretty high in the leaves so have less then 100 dependencies each...

Happy hacking
Jonathan


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

* Re: [core-updates-frozen] Blockers for working system
  2021-09-10 22:16 [core-updates-frozen] Blockers for working system Jonathan Brielmaier
@ 2021-09-11  9:01 ` Guillaume Le Vaillant
  2021-09-11 10:11 ` Liliana Marie Prikler
  1 sibling, 0 replies; 3+ messages in thread
From: Guillaume Le Vaillant @ 2021-09-11  9:01 UTC (permalink / raw)
  To: Jonathan Brielmaier; +Cc: guix-devel

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

Jonathan Brielmaier <jonathan.brielmaier@web.de> skribis:

> Hi Guix folks,
>
> here are the blockers which prevent me from using core-updates-frozen on
> my personal machine. So those 14 derivations failed for me this morning:
>
> [...]
>
> /gnu/store/7mz3ci5gydg606wmh2y6yl7q53mp5x68-materialdecoration-1.1.0-9.6a5de23.drv
>   Unbound variable: %build-inputs -> needs to be replaced by the gexp
> way of naming it...

Hi,

I fixed materialdecoration-1.1.0 in 856591e2b50cb5f186f01b252be239ae7553eeef.

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

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

* Re: [core-updates-frozen] Blockers for working system
  2021-09-10 22:16 [core-updates-frozen] Blockers for working system Jonathan Brielmaier
  2021-09-11  9:01 ` Guillaume Le Vaillant
@ 2021-09-11 10:11 ` Liliana Marie Prikler
  1 sibling, 0 replies; 3+ messages in thread
From: Liliana Marie Prikler @ 2021-09-11 10:11 UTC (permalink / raw)
  To: Jonathan Brielmaier, Guix-devel

Hi Jonathan,

Am Samstag, den 11.09.2021, 00:16 +0200 schrieb Jonathan Brielmaier:
> /gnu/store/2p3lw0dy8b3b34xfn2xlwg9ngrw493v7-gnome-maps-3.38.5.drv
>    Fails in testsuite with:
> JS ERROR: Error: Expected 1,001 m (string) but was 1001 m (string)
> I have no clue why, maybe something is "wrangled" with LC_ALL or LANG
> variables. Or it has to do with our mozjs-78 (used by gjs), where I
> assume comes the `toLocaleString` function from...
There is a phase called "fix-broken-tests" in gnome-maps which patches
exactly those strings to add a comma.  gnome-maps expects the new
behaviour (exactly the one you're observing), but building against an
old mozjs probably borked those tests at the time.  The obvious fix is
to drop that phase as it's no longer needed.

Happy hacking!



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

end of thread, other threads:[~2021-09-11 10:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-10 22:16 [core-updates-frozen] Blockers for working system Jonathan Brielmaier
2021-09-11  9:01 ` Guillaume Le Vaillant
2021-09-11 10:11 ` Liliana Marie Prikler

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.