GNU bug report logs -
#49889
[PATCH 0/5] Add build system for Gerbil Scheme
Previous Next
Reported by: Xinglu Chen <public <at> yoctocell.xyz>
Date: Thu, 5 Aug 2021 14:07:02 UTC
Severity: normal
Tags: patch
Done: jgart <jgart <at> dismail.de>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#49889: [PATCH 0/5] Add build system for Gerbil Scheme
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 49889 <at> debbugs.gnu.org.
--
49889: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=49889
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hi,
Closing this in favour of 41949.
Feel free to contribute patch review at 41949.
--
all the best,
jgart
[Message part 3 (message/rfc822, inline)]
This series adds the ‘gerbil-build-system’ for building Gerbil packages.
The first patch moves the ‘gerbil’ package from (gnu packages scheme) to
(gnu packages gerbil).
The third patch adds the build system itself, and the fourth and fifth
patches add two Gerbil packages that use the new ‘gerbil-build-system’.
I don’t know if Gerbil packages should be ‘inputs’ or
‘propagated-inputs’. I found two Gerbil packages that depended on other
Gerbil packages, but they both require a newer, unreleased Gerbil
package (Gerbil hasn’t had a new release for more than a year). Maybe
we should add a ‘gerbil-next’ package? ;-)
Xinglu Chen (5):
gnu: gerbil: Move to (gnu packages gerbil).
gnu: gerbil: Add 'native-search-paths' field.
guix: Add 'gerbil-build-system'.
gnu: Add gerbil-srfi-54.
gnu: Add gerbil-clojerbil.
Makefile.am | 2 +
doc/guix.texi | 21 +++
etc/snippets/scheme-mode/guix-package | 1 +
gnu/local.mk | 2 +
gnu/packages/gerbil.scm | 199 ++++++++++++++++++++++++++
gnu/packages/scheme.scm | 105 +-------------
guix/build-system/gerbil.scm | 138 ++++++++++++++++++
guix/build/gerbil-build-system.scm | 78 ++++++++++
8 files changed, 442 insertions(+), 104 deletions(-)
create mode 100644 gnu/packages/gerbil.scm
create mode 100644 guix/build-system/gerbil.scm
create mode 100644 guix/build/gerbil-build-system.scm
base-commit: 517dacdb99e15f35c0ead462c9156896b5728be4
--
2.32.0
This bug report was last modified 141 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.