bug#42459: Carla 2.0.0: Patchbay frozen

2020-07-20 Thread Efraim Flashner
On Tue, Jul 21, 2020 at 01:12:50AM -0500, Nathan Dehnel wrote: > The patchbay in carla is completely unresponsive, and does not allow > dragging around clients, or making connections. Carla was just updated in Guix to 2.1.1. Is this still a problem with the latest packaged version? -- Efraim Fla

bug#42459: Carla 2.0.0: Patchbay frozen

2020-07-20 Thread Nathan Dehnel
The patchbay in carla is completely unresponsive, and does not allow dragging around clients, or making connections.

bug#42173: Nix on Guix System: can't update channels

2020-07-20 Thread Zhu Zihao via web
We can add the path to bash to build-sandbox-path in /etc/nix.conf, described in https://nixos.wiki/wiki/FAQ.

bug#42448: A possible solution

2020-07-20 Thread Brett Gilio
As Marius Bakke pointed out on IRC, this issue is related to a change in CMake where after 3.15 they removed the explicit `#define _FILE_OFFSET_BITS 64`. The solution solution to this is to add --8<---cut here---start->8--- CFLAGS="-D_FILE_OFFSET_BITS=64" CXXFLA

bug#41702: `guix environment` performance issues

2020-07-20 Thread Ludovic Courtès
Hi Lars, Lars-Dominik Braun skribis: > From 42ff75c9d4da4eb2aeece96119ae5a65a9ccac82 Mon Sep 17 00:00:00 2001 > From: Lars-Dominik Braun > Date: Mon, 20 Jul 2020 11:27:35 +0200 > Subject: [PATCH 1/2] gnu: guile-ssh: Update to 0.13.0. > > * gnu/packages/ssh.scm (guile-ssh): Update to 0.13.0. [.

bug#42389: Failure to build docker pack with complete store

2020-07-20 Thread Ludovic Courtès
Hi, branj...@gmail.com skribis: > I'm trying out various ways of reproducing my emacs setup for non-guix > users. While attempting 'guix pack -f docker' I bumped into the > following issue: > > Commits attempted- > b0e7b6992f3f845e83cfbca4d700b51dba50b4d5 > 03f9a8c35be387f37badcd2c830ac7414ac

bug#42162: Recovering source tarballs

2020-07-20 Thread zimoun
Hi Chris, On Mon, 13 Jul 2020 at 20:20, Christopher Baines wrote: > Going forward, being methodical as a project about storing the tarballs > and source material for the packages is probalby the way to ensure it's > available for the future. I'm not sure the data storage cost is > significant, t

bug#42449: texlive: l3regex.sty not shipped with texlive-latex-l3kernel

2020-07-20 Thread Jonathan Brielmaier
I'm using a latex "theme" called moderncv (https://github.com/xdanaux/moderncv). In `moderncv.cls` it states a dependency on l3regex: ``` \RequirePackage{l3regex} ``` But I couldn't find any texlive package providing `l3regex.sty`. According to https://www.ctan.org/pkg/l3regex it should be includ

bug#42162: Recovering source tarballs

2020-07-20 Thread zimoun
On Mon, 20 Jul 2020 at 19:05, Dr. Arne Babenhauserheide wrote: > zimoun writes: > >> > The format of metadata (disassemble) that you propose is schemish > >> > (obviously! :-)) but we could propose something more JSON-like. > >> > >> Sure, if that helps get other people on-board, why not (though

bug#42448: Issue with Qemu Binfmt and CMake not detecting compiler.

2020-07-20 Thread Brett Gilio
Hey all, Opening a bug report as per a request following this issue identified at: https://lists.gnu.org/archive/html/guix-devel/2020-07/msg00124.html. To recap, when running --8<---cut here---start->8--- ./pre-inst-env guix build --system=armhf-linux swi-prol

bug#42447: Issue with CGIT service

2020-07-20 Thread Brett Gilio
Hi all, I am having an issue with the CGIT service. There is a record field for setting the directory it should watch, defaulting to /srv/cgit or something similar. Currently when doing this it just returns an empty cgit web interface. --8<---cut here---start

bug#42162: Recovering source tarballs

2020-07-20 Thread Dr. Arne Babenhauserheide
zimoun writes: >> > The format of metadata (disassemble) that you propose is schemish >> > (obviously! :-)) but we could propose something more JSON-like. >> >> Sure, if that helps get other people on-board, why not (though sexps >> have lived much longer than JSON and XML together :-)). > > Live

bug#42321: qgis PyQgsExpressionBuilderWidget test fails

2020-07-20 Thread Wiktor Żelazny
On Fri, Jul 17, 2020 at 07:20:34PM +0200, Wiktor Żelazny wrote: > As I was thinking about it, I began to suspect that the problem might be > caused by outdated input definitions in my private channel. I made use of the fact that my root user has got no extra channels defined and had it build qgis

bug#42162: Recovering source tarballs

2020-07-20 Thread zimoun
Hi, On Mon, 20 Jul 2020 at 10:39, Ludovic Courtès wrote: > zimoun skribis: > > On Sat, 11 Jul 2020 at 17:50, Ludovic Courtès wrote: > There are many many comments in your message, so I took the liberty to > reply only to the essence of it. :-) Many comments because many open topics. ;-) >

bug#42385: guile-based jupyter kernels mix guile3 and guile2.2

2020-07-20 Thread Jesse Gibbons
On 7/20/20 3:22 AM, Ludovic Courtès wrote: Hi Jesse, Jesse Gibbons skribis: jupyter-guile-kernel and guix-jupyter mix guile3 and guile2.2. - jupyter-guile-kernel only has one of its dependencies in GUILE_LOAD_PATH, so it doesn't build. - guix-jupyter builds successfully, but searches in t

bug#42212: [PATCH 1/1] self: Use nearest tag as the version string in documentation.

2020-07-20 Thread zimoun
Hi, On Mon, 20 Jul 2020 at 14:32, Ludovic Courtès wrote: > > But, like zimoun, I didn't understand why we can't rebuild the manual > > every commit. Rebuilding the manual is quite cheap. So, substituting it > > shouldn't be a problem, right? > > Try rebuilding the manual + translations by yourse

bug#42212: [PATCH 1/1] self: Use nearest tag as the version string in documentation.

2020-07-20 Thread Ludovic Courtès
Arun Isaac skribis: >> I would rather not call out to ‘git-version-gen’ and instead use (git >> describe) or similar. > > Sure, I'll do that. Then, perhaps we should even rewrite git-version-gen > using (git describe). It would be nice to have that in guile too. WDYT? Yes, but… one thing at a ti

bug#41702: `guix environment` performance issues

2020-07-20 Thread Lars-Dominik Braun
Hi Ludo, a new version has been released, so here is the updated patchset. I’m not sure if it’s possible to make the #:nodelay optional somehow, i.e. retaining compatibility with guile-ssh<0.13.0. For now there’s a hard feature check. Lars From 42ff75c9d4da4eb2aeece96119ae5a65a9ccac82 Mon Sep 17

bug#42385: guile-based jupyter kernels mix guile3 and guile2.2

2020-07-20 Thread Ludovic Courtès
Hi Jesse, Jesse Gibbons skribis: > jupyter-guile-kernel and guix-jupyter mix guile3 and guile2.2. > > - jupyter-guile-kernel only has one of its dependencies in > GUILE_LOAD_PATH, so it doesn't build. > > - guix-jupyter builds successfully, but searches in the wrong > directory for guix-jupyter-

bug#42162: Recovering source tarballs

2020-07-20 Thread Ludovic Courtès
Hi! There are many many comments in your message, so I took the liberty to reply only to the essence of it. :-) zimoun skribis: > On Sat, 11 Jul 2020 at 17:50, Ludovic Courtès wrote: > >> For the now, since 70% of our packages use ‘url-fetch’, we need to be >> able to fetch or to reconstruct

bug#42212: [PATCH 1/1] self: Use nearest tag as the version string in documentation.

2020-07-20 Thread Arun Isaac
> I would rather not call out to ‘git-version-gen’ and instead use (git > describe) or similar. Sure, I'll do that. Then, perhaps we should even rewrite git-version-gen using (git describe). It would be nice to have that in guile too. WDYT? > However, unless I’m mistaken, the output of ‘git-vers

bug#42212: [PATCH 1/1] self: Use nearest tag as the version string in documentation.

2020-07-20 Thread Ludovic Courtès
Hi Arun, Arun Isaac skribis: > * guix/channels.scm (latest-channel-instance): Write nearest tag into .version > of the checkout. > * guix/self.scm (info-manual): Use nearest tag from .version as the version > string while generating documentation. Thanks for looking into it! Two comments: > +