unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#33509: core-updates: arc-theme fails with "Invalid GNOME version: 3.24"
@ 2018-11-26 11:55 Björn Höfling
  2018-11-26 21:00 ` Efraim Flashner
  0 siblings, 1 reply; 8+ messages in thread
From: Björn Höfling @ 2018-11-26 11:55 UTC (permalink / raw)
  To: 33509

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

On core-updates the package arc-theme fails:

starting phase `configure'
source directory: "/tmp/guix-build-arc-theme-20170302.drv-0/arc-theme-20170302" 
build directory: "/tmp/guix-build-arc-theme-20170302.drv-0/arc-theme-20170302"
configure flags: ("CONFIG_SHELL=/gnu/store/q19l04vd2za80mk1845pz7r8cz29qk43-bash
configure: WARNING: unrecognized options: --enable-fast-install
checking for a BSD-compatible install... /gnu/store/5s2nib1lrd2101bbrivcl17kjx1m
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /gnu/store/5s2nib1lrd2101bbrivcl17kjx1msp
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking whether make supports nested variables... yes
checking for pkg-config... /gnu/store/xyiyf12w4i7zf5g5b4ah0bi1mmd6i8xa-pkg-confi
checking pkg-config is at least version 0.9.0... yes
configure: error: Invalid GNOME version: 3.24

It seams that only GNOME versions until 3.22 are valid.

Nix has a workaround that sets the version down:

https://github.com/NixOS/nixpkgs/commit/165fa89762d7156bb3f2774cd3ff0d40cd0a9606

If I set the version hard to 3.22 the package builds again
successfully:

-     '(#:phases
+     '(#:configure-flags
+       '("--with-gnome=3.22")
+       #:phases

Is it legitimate to patch it like that or do we need more tests?

Björn



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

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

end of thread, other threads:[~2018-12-06 17:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-26 11:55 bug#33509: core-updates: arc-theme fails with "Invalid GNOME version: 3.24" Björn Höfling
2018-11-26 21:00 ` Efraim Flashner
2018-11-27 15:07   ` Björn Höfling
2018-11-27 16:06     ` Efraim Flashner
2018-11-27 22:36     ` Ricardo Wurmus
2018-11-27 23:24       ` Björn Höfling
2018-11-28 23:53         ` Björn Höfling
2018-12-06 17:36           ` Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).