postgresql client packaging recipe

2021-12-10 Thread Mortimer Cladwell
Hi, Postgresql-client is not available in the main repository (server is!). I assumed it was due to the complicated license: https://metadata.ftp-master.debian.org/changelogs//main/p/postgresql-13/postgresql-13_13.4-0+deb11u1_copyright So I wrote a packaging recipe (below) and submitted to nonfree

Re: postgresql client packaging recipe

2021-12-11 Thread Mortimer Cladwell
Thanks Tobias You have updated my thinking about postgresql. On Debian, apt-get install postgresql installs the postgres database/user and starts the service. If you are distributing a client app (I am) and you only want to provide the user with the psql executable (I do), then you have the clie

How to use guix hash --serializer?

2022-01-04 Thread Mortimer Cladwell
Hi, Using guix package --install-from-file=guix.scm I determined the commit hash from the error message. The git-reference that works is: (uri (git-reference (url "git://github.com/mbcladwell/shinyln.git") (commit "9f06568ffa61953ab48c93e1623d88b4e672af

Re: How to use guix hash --serializer?

2022-01-04 Thread Mortimer Cladwell
Thanks Tim, Simon, but that does not work for me. nar== mbc@HP8300:~/projects$ guix hash -S nar -x ./shinyln 1ykbpz6pqx0bkvfp3c60qfb9r0xvpmrs0ldlxm2qw0zd8f67lmaj mbc@HP8300:~/projects$ cd shinyln/ mbc@HP8300:~/projects/shinyln$ guix hash -S nar -x . 1ykbpz6pqx0bkvfp3c60qfb9r0xvpmrs

Re: How to use guix hash --serializer?

2022-01-04 Thread Mortimer Cladwell
So I am seeing the result for guix hash -S . which is wrong, but when the bug is fixed I will get the results for guix hash -S -x . Is that what you are implying? Thanks Mortimer On Tue, Jan 4, 2022 at 2:48 PM Mortimer Cladwell wrote: > Thanks Tim, Simon, but that does not work for

Re: How to use guix hash --serializer?

2022-01-04 Thread Mortimer Cladwell
git/refs/remotes/origin .git/refs/tags scripts shinyln tests On Tue, Jan 4, 2022 at 3:21 PM zimoun wrote: > Hi Mortimer, > > On Tue, 04 Jan 2022 at 14:48, Mortimer Cladwell > wrote: > > > mbc@HP8300:~/projects$ cd shinyln/ > > mbc@HP8300:~/projects/shinyln$ guix hash -S na

Re: How to use guix hash --serializer?

2022-01-04 Thread Mortimer Cladwell
Thanks Tobias. I guess my thinking is that if you have a command line switch like -x that "excludes version control system directories" it could also exclude empty directories. Mortimer On Tue, Jan 4, 2022 at 4:07 PM zimoun wrote: > Hi, > > On Tue, 04 Jan 2022 at 15:44

Help needed with substitute* command

2022-01-06 Thread Mortimer Cladwell
Hi, I do not understand the second substitute* example in the Guix Manual. I have the executable mysubs.scm: --mysubs.scm- (add-to-load-path "/gnu/store/rjzj1z89jqcb60nhg5gknkibcl84b3jb-guix-29745d23b-modules/share/guile/site/3.0") (add-to-lo

Re: Help needed with substitute* command

2022-01-06 Thread Mortimer Cladwell
Thanks for the detailed explanation Tobias. Guess I need to brush up on regular expressions. Mortimer On Thu, Jan 6, 2022 at 9:43 AM Tobias Geerinckx-Rice wrote: > Hullo Mortimer, > > I hope this answer isn't too basic for you. This input: > > Mortimer Cladwell 写道:

Reduce (use-module... to minimally required set

2022-02-17 Thread Mortimer Cladwell
Hi, I have taken the Artanis packaging recipe from guile-xyz.scm and modified it to suit my needs. For the (use-module... section I simply copied all the modules required by guile-xyz.scm. I suspect Artanis requires a much smaller subset. Is there a way to report modules actually used so I can re

guile-hoot install reproducibly crashes at 41% build

2023-10-27 Thread Mortimer Cladwell
Hi, I did a git pull https://gitlab.com/spritely/guile-hoot.git I am following installation instructions at https://spritely.institute/files/docs/guile-hoot/0.1.0/Installation.html I am using guix The first attempt installs lots of stuff but at the build stage crashes at 41%. I need to reboot and

Re: guile-hoot install reproducibly crashes at 41% build

2023-10-27 Thread Mortimer Cladwell
-hoot/js-runtime/reflect.wasm" Entering a new prompt. Type `,bt' for a backtrace or `,q' to continue. scheme@(guile-user) [1]> On Fri, Oct 27, 2023 at 9:22 AM Thompson, David wrote: > Hi Mortimer, > > On Fri, Oct 27, 2023 at 7:01 AM Mortimer Cladwell > wrote: > >

Re: guile-hoot install reproducibly crashes at 41% build

2023-10-27 Thread Mortimer Cladwell
instance) $1 = 42 scheme@(guile-user)> On Fri, Oct 27, 2023 at 4:34 PM Thompson, David wrote: > Hi again, > > I see a couple more issues... > > On Fri, Oct 27, 2023 at 3:27 PM Mortimer Cladwell > wrote: > > > > Thanks Dave. > > I gave 'guix shell guil

guile-g-golf installation prevents Ubuntu login

2023-12-14 Thread Mortimer Cladwell
Ubuntu 23.10 guile-g-golf 0.8.0-a.1 Hi, I guix package -i guile-g-golf then from the examples directory try: guix shell --pure --no-grafts guile guile-g-golf gtk@4 -- ./hello-world.scm Compiles without errors but nothing happens - no error messages, no gui. Furthermore I shut down for the day,

Gnome hanging and exiting at login.

2024-01-10 Thread Mortimer Cladwell
This is the same behavior I find on Ubuntu. I was fortunate to correlate it with the installation of guile-g-golf using guix. If I uninstall g-golf, it restores normal login behavior. Reinstall g-golf, can't login. Maybe try uninstalling a guix package related to GTK? gdm? Mortimer