Re: packaged artanis v0.5 not found

2021-09-10 Thread mbcladwell
Thanks Arun Mortimer Quoting Arun Isaac : Hi, I just updated our artanis package to version 0.5. Not exactly an answer to your question, but hope that helps! Regards, Arun

packaged artanis v0.5 not found

2021-07-08 Thread mbcladwell
Hi, I would like to install Artanis v0.5 into my store. I see the patch https://issues.guix.gnu.org/46885#0 and incorporate the changes into a local guix.scm (pasted at the end of this message). I do not change guile-xyz.scm. The install seems to complete without error. $ guix package

Re: How to reference a module defined in another package?

2021-04-24 Thread mbcladwell
Thanks but I don't see how channels will help me. Artanis is in the public Guix repository. If I query my local store for the missing module: mbc@HP8300:~/temp/limsn$ find /gnu/store -wholename '*artanis/utils*' /gnu/store/2slcmvlhyr0n5chrr6nyz0df886xb31s-artanis-0.3.1/share/guile/site/2.2/a

How to reference a module defined in another package?

2021-04-23 Thread mbcladwell
Hi, I am trying to package an application, my guix.scm is below. The build starts OK but fails with the error: ice-9/boot-9.scm:1669:16: In procedure raise-exception: no code for module (artanis utils) make: *** [Makefile:1878: limsn/app/controllers/target.go] Error 1 command "make" "-j" "4

Why no guile-dbd-mysql in Guix?

2021-04-15 Thread mbcladwell
Hi, Why no guile-dbd-mysql in Guix? Are there plans to support mysql/mariadb in the future? Thanks Mortimer

Re: error at "aclocal -I m4" during packaging

2020-11-06 Thread mbcladwell
To update my previous email - by including "bash" "bash-minimal" in the manifest and importing modules (guix build utils) (guix build-system guile) I get past the aclocal error and now the error is: cat: build.err.cache.go: No such file or directory make: *** [Makefile:79: obj/artanis/arta

error at "aclocal -I m4" during packaging

2020-11-05 Thread mbcladwell
Hi, I am working with Artanis-4.1 on Guile-2.2.7 in a Guix protected environment. I have a bug-fix branch of Artanis called artanis-fix-ssql. I need to package artanis-fix-ssql for testing. I tried to import the package recipe from artanis --manifest.scm-- (

string-replace-substring is missing

2020-07-29 Thread mbcladwell
Hi, Reading https://www.gnu.org/software/guile/manual/html_node/Miscellaneous-String-Operations.html I learn that string-replace-substring is found in (ice-9 string-fun), but it is not: (define-module (ice-9 string-fun) :export (split-after-char split-before-char split-discarding-char

Re: No Guile development packages were found.

2020-07-28 Thread mbcladwell
Hi Again, I was able to generate the guile-json-4.3.2 package as previously reported. If I query the store using find, I can find it: mbc@xps:~$ find /gnu/store -name *guile-json-4.3.2* /gnu/store/4kjf5q17mz8n7agii1wwgbkl8l8mqj5k-guile-json-4.3.2 /gnu/store/4kjf5q17mz8n7agii1wwgbkl8l8mqj5k-g

Re: No Guile development packages were found.

2020-07-28 Thread mbcladwell
Thanks for your assistance. The final .scm that was successful is: (use-modules (guix packages) (guix download) (guix build-system gnu) (guix licenses) (gnu packages pkg-config) (gnu packages guile) ) (package (name "guile-j

Re: No Guile development packages were found.

2020-07-27 Thread mbcladwell
Quoting Julien Lepiller : Hi, Le Mon, 27 Jul 2020 06:52:52 -0500, mbcladw...@stihie.net a écrit : Hi, I would like to upgrade guile-json in my local store. I start with $guix pull $guix package -u (didn't do anything) If guile-json is not installed in your default profile, that's expecte

Re: No Guile development packages were found.

2020-07-27 Thread mbcladwell
Quoting Efraim Flashner : On Mon, Jul 27, 2020 at 06:52:52AM -0500, mbcladw...@stihie.net wrote: Hi, I would like to upgrade guile-json in my local store. I start with $guix pull $guix package -u (didn't do anything) [...] Builds occur in a chrooted environment, so only the packages adde

No Guile development packages were found.

2020-07-27 Thread mbcladwell
Hi, I would like to upgrade guile-json in my local store. I start with $guix pull $guix package -u (didn't do anything) Modifying the template at https://guix.gnu.org/blog/2018/a-packaging-tutorial-for-guix/ I create the file guile-json.scm: (use-modules (guix packages) (guix