bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#52598: Clojure-build-system failure at the unpack phase


From: Maxime Devos
Subject: bug#52598: Clojure-build-system failure at the unpack phase
Date: Sat, 18 Dec 2021 12:47:30 +0000
User-agent: Evolution 3.38.3-1

Aleksandr Vityazev schreef op za 18-12-2021 om 11:34 [+0000]:
> Hello,
> 
> Tried to build all the packages from gnu/package/clojure.scm that use
> clojure-build-system. All have the same error: [...]

I think the problem is that #:source is included in the private-
keywords in (guix build-system clojure), so the source isn't passed to
the builder, instead #false is passed. (untested)

While we're at it, we might want to modify 'unpack' in ant-build-system
to fail gracefully if there's no source (e.g. print an error like
‘source code is missing’ or something). That would probably incur many
rebuilds (though only of Java packages?), so that might need to be done
on a separate branch.


Greetings,
Maxime.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]