Re: Packaging timewarrior

2023-01-16 Thread Trev
On 23/01/16 06:03PM, Timo Wilken wrote: > Hi Trev, > > > On 16 January 2023 17:44:45 CET, Trev wrote: > >If it's of any use to anybody, I have attached the full build log. Any > >guidance would be appreciated. > > Make logs can be a bit annoying -- it runs multiple processes, and one make

Re: "profile contains conflicting entries"

2023-01-16 Thread Andy Tai
for what it is worth, this succeeds in installation guix package --allow-collisions -i guile-g-golf meld whether something may not work properly, will see... On Mon, Jan 16, 2023 at 2:17 PM Andy Tai wrote: > > Hi, to add some info, > > currently gnu/packages/glib.scm in guix.git defines >

Re: "profile contains conflicting entries"

2023-01-16 Thread Andy Tai
Hi, to add some info, currently gnu/packages/glib.scm in guix.git defines glib at version 2.70.2 and glib-next at version 2.73.3 and meld depends on glib while guile-g-golf depends on glib-next supposedly glib-next can replace glib but I assume that may impact many gnome things and may be

Re: creating a profile with Musescore 4

2023-01-16 Thread Csepp
Gottfried writes: > [[PGP Signed Part:Undecided]] > Hi, > > I did a > > guix package -i musescore -p projects/musescore.guix-profile > > and it created a profile > .. > then I loaded it > > export GUIX_PROFILE=/projects/musescore > >

"profile contains conflicting entries"

2023-01-16 Thread Andy Tai
Hi, I run into this: $ guix install guile-g-golf The following package will be installed: guile-g-golf 0.8.0-a.1 guix install: error: profile contains conflicting entries for glib guix install: error: first entry: glib@2.73.3 /gnu/store/514nix1lfipx98hd3prjhq9vcv9iiw01-glib-2.73.3 guix

Re: libgit2 shallow clone (was Re: Packaging Grafana)

2023-01-16 Thread Simon Tournier
Hi, On lun., 16 janv. 2023 at 17:02, Csepp wrote: > It would be worth it for importers. If I remember correctly, the > reasoning for writing importers as Guile modules is reducing Guix's > closure size, but that's nonsense when it comes to importing packages, > because 99.% of the time you

creating a profile with Musescore 4

2023-01-16 Thread Gottfried
Hi, I did a guix package -i musescore -p projects/musescore.guix-profile and it created a profile .. then I loaded it export GUIX_PROFILE=/projects/musescore . but: source "${GUIX_PROFILE}/etc/profile" did not

Re: Packaging timewarrior

2023-01-16 Thread Timo Wilken
Hi Trev, On 16 January 2023 17:44:45 CET, Trev wrote: >If it's of any use to anybody, I have attached the full build log. Any >guidance would be appreciated. Make logs can be a bit annoying -- it runs multiple processes, and one make child can keep spewing info lines after another has

Packaging timewarrior

2023-01-16 Thread Trev
Hey All, I can build timewarrior in my profile but I cannot seem to build it as a package. I get a weird/ambiguous exit status 2 from make. Here's the timewarrior package. It mostly came from assumptions I made about https://timewarrior.net/docs/install/ - (define-module (trevdev packages

Re: grub-install failing while system reconfigure

2023-01-16 Thread Maxim Cournoyer
Hello, Akib Azmain Turja writes: > grub-install is saying no space left, but I still have much space > available in both root and EFI partition. > > akib@gnu-guix:~/dotfiles$ sudo guix system reconfigure > ~/dotfiles/guix/system-config.scm > The following derivation will be built: >

Re: How to diagnose this "system reconfigure" error?

2023-01-16 Thread Maxim Cournoyer
Hi Erik, Erik Winkels writes: > Since I a few weeks I have been able to do a system reconfigure. When > this happened in the past it usually fixed itself after a few days but > it seems the problem is on my end this time. > > However, I'm at a loss where to start diagnosing this. I've added

Re: libgit2 shallow clone (was Re: Packaging Grafana)

2023-01-16 Thread Csepp
Simon Tournier writes: > Hi, > > On dim., 15 janv. 2023 at 12:12, Csepp wrote: > >> Honestly, I think our Go importer needs to be rewritten to just use Go's >> libraries instead of trying to replicate all functionality in Guile. It >> does a lot of... let's say sub-optimal things currently,

How to diagnose this "system reconfigure" error?

2023-01-16 Thread Erik Winkels
Since I a few weeks I have been able to do a system reconfigure. When this happened in the past it usually fixed itself after a few days but it seems the problem is on my end this time. However, I'm at a loss where to start diagnosing this. I've added debug levels to the command but this is

libgit2 shallow clone (was Re: Packaging Grafana)

2023-01-16 Thread Simon Tournier
Hi, On dim., 15 janv. 2023 at 12:12, Csepp wrote: > Honestly, I think our Go importer needs to be rewritten to just use Go's > libraries instead of trying to replicate all functionality in Guile. It > does a lot of... let's say sub-optimal things currently, like cloning > full git repos, when

Re: "Could not resolve host" while using git-fetch

2023-01-16 Thread Simon Tournier
Hi, On sam., 14 janv. 2023 at 01:31, Zach Philipchook wrote: > The package definition: https://pastebin.com/UJEm396s > guix command I'm executing: `guix package --manifest=manifest.scm -v3` This works for me. > guix log: https://pastebin.com/NYbH8iGX Hum, it appears something is wrong with

Re: [PATCH 1/2] gnu: Add python-rx.

2023-01-16 Thread phodina
Hello, sorry for this email, the correct recipient should have been guix-patc...@gnu.org. Petr --- Original Message --- On Monday, January 16th, 2023 at 12:00 PM, phodina via wrote: > Hi, > > here are two Python modules to upstream. > > > Petr

[PATCH 1/2] gnu: Add python-rx.

2023-01-16 Thread phodina via
Hi, here are two Python modules to upstream. PetrFrom 31a313be47093eae5cd211094fa2bea38148f657 Mon Sep 17 00:00:00 2001 From: Petr Hodina Date: Mon, 16 Jan 2023 11:40:34 +0100 Subject: [PATCH 1/2] gnu: Add python-rx. * gnu/packages/python-xyz.scm (python-rx): New variable. diff --git