Re: Introducing Guixotic, a Guix/Guile worker cooperative

2025-07-18 Thread Simon Tournier
Hi, On Wed, 09 Jul 2025 at 16:51, Maxim Cournoyer wrote: > It is a great pleasure to introduce you to Guixotic, our new worker > cooperative specializing in GNU Guix and Guile: > > https://guixotic.coop/ Cool! All the good vibes in the Guix motto [1] spirit: “error in finalization thread:

Re: Install newest gnupg using guix package manager on trisquel

2025-07-18 Thread Simon Tournier
Hi, On Fri, 18 Jul 2025 at 12:55, Maxim Cournoyer wrote: >> name: gnupg >> version: 2.4.7 >> ... >> >> name: gnupg >> version: 1.4.23 >> ... >> >> How may I install the latest version of GNU Privacy Guard? > > 'guix install gnupg' should pick the most recent version available in > Guix, 2.4.7.

Re: Guix pull does not work on foreign distribution

2025-07-18 Thread Simon Tournier
Hi, On Fri, 18 Jul 2025 at 12:48, Maxim Cournoyer wrote: > I think I had a similar experience with an `apt install guix` on Debian > 12 in a VM; the initial pull went through, but it didn't create the > ~/.guix-profile IIRC, I had to run it a second time (after I had > re-login). Maybe you need

Re: Problem while trying to package radare2 plugin for guix

2025-07-18 Thread Simon Tournier
Hi, As Noé said. Instead of this: > (source (origin > (method git-fetch) > (uri (git-reference > (url "https://github.com/radareorg/r2retdec";) > (commit "0.4.0"))) > (sha256 (base32

Re: Guix pull times out on non-default channels

2025-07-18 Thread Simon Tournier
Hi, On Wed, 16 Jul 2025 at 08:03, Gabor Gero via wrote: > I have Guix installed on top of Debian, and whenever I try to guix > pull with any channel specified in ~/.config/guix/channels.scm, I get > the error message "guix pull: error: Git error: failed to connect to > codeberg.org: Operation ti

Re: Introducing Guixotic, a Guix/Guile worker cooperative

2025-07-18 Thread Simon Tournier
Hi, On Mon, 14 Jul 2025 at 12:47, Ludovic Courtès wrote: >> If nobody has an objection to it, I think this could really help >> with the discovery of commercial services related to GNU Guix. > > Maybe you can draft a pull request together with Édouard and leave a bit > of time for others to comm

Re: Reproducibility of guix shell container across different host OS

2025-06-17 Thread Simon Tournier
Hi, Really interesting use case! On Fri, 13 Jun 2025 at 18:38, Timothee Mathieu wrote: > I finally concluded that there was a problem with AVX512 somewhere in > the dependencies graph but I gave up identifying where, as this seems > very complicated. For instance, I had the question: How many

Re: Build package so that its python library is automatically in python path when used.

2025-06-17 Thread Simon Tournier
Hi Aristide, > About reviewing it for the main Guix channel Do you want to give a try to open a PR here https://codeberg.org/guix/guix ? For instance, reusing as a start previous Cayetano’s version. :-) Let us know how it goes. Cheers, simon

Re: Why does guix home need 700 MB of cache ?

2025-06-16 Thread Simon Tournier
Hi, On Sat, 14 Jun 2025 at 11:23, Edouard Klein wrote: > I think I'll maintain a systemwide cache as a workaround, but any > guidance as to why guix home needs a full copy of the whole history of > guix would help me understand how to get rid of that. If the user does not use “guix time-machine

Re: Build package so that its python library is automatically in python path when used.

2025-06-16 Thread Simon Tournier
Hi, On Sat, 14 Jun 2025 at 00:24, Sharlatan Hellseher wrote: > I would love to review it for main Guix channel if the licence > allows us, let's PR on CodeBerg? It seems Apache version 2.0 so all is fine, no? Cheers, simon

Re: problems with Guix, git and Savannah

2025-06-13 Thread Simon Tournier
Hi, On Wed, 23 Apr 2025 at 16:39, Runciter via wrote: > P-S: on the bright side, I wish to report to the mothership that the > substitute server at https://mirrors.sjtug.sjtu.edu.cn/guix has recently > gone from helpful in the slow hours to lightning fast and reliable day > and night from pretty

Re: Build package so that its python library is automatically in python path when used.

2025-06-13 Thread Simon Tournier
Hi, On Sun, 20 Apr 2025 at 18:18, Cayetano Santos wrote: >>> Below is a copy of my current implementation. As I am a beginer I gladly >>> welcome any >>> advices (even unrelated to my question) Cool! Thank you Aristide. Well done. :-) >> What about this (WIP) ? >> >> https://paste.sr.ht

Re: guix foreign install - cannot set loopback interface flags: Operation not permitted

2025-06-13 Thread Simon Tournier
Hi, On Thu, 12 Jun 2025 at 16:13, Ludovic Courtès wrote: >> But disabling the apparmor with >> sudo sysctl kernel.apparmor_restrict_unprivileged_userns=0 >> does work, although not ideal. > > Thanks for confirming. > > Perhaps you can instead get away with: > > sysctl kernel.apparmor_restrict_

Re: [fr] Moment de convivialité Guix@Paris en mars

2025-04-11 Thread Simon Tournier
salut Nicolas, On Thu, 10 Apr 2025 at 10:58, Nicolas Graves wrote: > Dans les prochaines semaines, je vais probablement essayer d'en faire un > article sur le blog Guix, et peut-être même finir par rédiger la doc > pour le manuel. En voilà une bonne idée! 😀 à tantôt, simon

Re: GNU Guix build packages bypassing check stage as if check stage results successful

2025-04-11 Thread Simon Tournier
Hi, On Sun, 06 Apr 2025 at 14:27, Andy Tai wrote: > For example, I > have, during "guix package -u", some Gnome programs failing the unit > tests because some Wayland components not accessible from the build > process. Do you have examples

Re: Idiomatic way to run Emacs 30.1?

2025-04-11 Thread Simon Tournier
Hi, On Wed, 09 Apr 2025 at 04:22, Aleksej via wrote: > Emacs 30.1 is available on "emacs-team" branch, so, the best way is > probably to wait until it's merged. You could also use package > inferiors to add it, but I'm not sure if that is a good idea. The easiest way to test features in some br

Re: How can empty generated files in the store happen? Has someone experienced this?

2025-04-11 Thread Simon Tournier
Hi, On Tue, 08 Apr 2025 at 12:20, Vagrant Cascadian wrote: >>>But on the other hand it's not responsibility of Guix to actually make >>>sure the files are written to the disk itself. It just makes sure what >>>currently is on the filesystem is fine. [...] > I know in Debian dpkg makes fsync ca

Re: ownership of the yhetil.org service ?

2025-03-11 Thread Simon Tournier
Hi Kyle, On Wed, 19 Feb 2025 at 23:13, Kyle Meyer wrote: > What to expect size-wise (these aren't freshly packed): > >$ du -sh guix-*/git/* gwl/git/* >492M guix-bugs/git/0.git >223M guix-devel/git/0.git >481M guix-patches/git/1.git >2.1M guix

Re: How to install Python libraries under python-next?

2025-03-10 Thread Simon Tournier
Hi, On Tue, 18 Feb 2025 at 17:51, Gary Johnson wrote: > Okay, so it looks like all of the libraries I wanted were still built > against the `python` package because it is included by the > `python-build-system`, which is used in all of their package > definitions. Yes. All the Python packages

Re: bug#75552: Non-committers can't keep authenticated forks updated

2025-02-21 Thread Simon Tournier
Hi, On Mon, 03 Feb 2025 at 17:41, Nicolas Graves wrote: > What difference do you make between both? This is indeed an extension ;) Ah cool! I’ve overlooked. :-) Cheers, simon

Re: Sharing examples for (info) Viewing Bugs within Emacs

2025-02-21 Thread Simon Tournier
Hi Nicolas, On Fri, 21 Feb 2025 at 08:09, Nicolas Graves wrote: > I would've liked to triage some bugs, (set easy or "confirmed"-like > flag (usertag?)). Is there a possible workflow for that? Well, I’ve never used ’usertag’ so I do not know. Let me share some of my tweaks I did when chasing o

Re: Sharing examples for (info) Viewing Bugs within Emacs

2025-02-20 Thread Simon Tournier
Hi, On Thu, 20 Feb 2025 at 09:47, Nicolas Graves wrote: > - the last 50 pending bugs M-x debbugs-gnu-bugs RET -50 RET But! Some very recently closed issues are listed. Hum?! Worse, somehow, I get more than ’guix’ and ’guix-patches’… It also shows ones from Emacs. As if ’debbugs-gnu-default

Re: yhetil.org and guix email based workflow

2025-02-11 Thread Simon Tournier
Hi Cayetano, On Wed, 05 Feb 2025 at 16:11, Cayetano Santos wrote: > To get an overview of the full thread, I’m using this simple snippet: It barely happens that I do not have the full thread already in my local copy. When it happens, I’m reading old bugs via Debbugs.el and in general I want t

Re: bug#75552: Non-committers can't keep authenticated forks updated

2025-02-03 Thread Simon Tournier
Hi, On Fri, 17 Jan 2025 at 22:44, Nicolas Graves wrote: > I recently started a guix extension to help manage complexities of > maintaining guix soft-forks. [...] > https://git.sr.ht/~ngraves/guix-stack Oh cool! This appears to me the right direction. Instead of yet another subcommand, I th

Re: bug#75552: Non-committers can't keep authenticated forks updated

2025-02-03 Thread Simon Tournier
Hi, On Thu, 16 Jan 2025 at 15:34, Liliana Marie Prikler wrote: > lfam: that's interesting that there is really a merge > commit, for example if I remember right, the core updates merge few > months ago happened by directly appending the commits instead of a > merge commit > Yes, there

Re: 'guix install' downloads all outputs for packages with cmake build system.

2024-12-12 Thread Simon Tournier
Hi, On Tue, 10 Dec 2024 at 23:28, Nigko Yerden wrote: > Now I'm on 47ab553178eb00d02ba9588ed1f7df44fb2f7c4c guix commit and Hum, indeed something appears incorrect. It comes from grafts, if I understand correctly. --8<---cut here---start->8--- $ guix time-m

Re: Help with defining a package with maven-build-system

2024-12-11 Thread Simon Tournier
Hi Emmanuel, On Tue, 10 Dec 2024 at 17:05, Emmanuel Medernach wrote: > maven: org.hamcrest:hamcrest is missing from inputs > error: in phase 'fix-pom-files': uncaught exception: > no-such-input "org.hamcrest" "hamcrest" My guess is about pom.xml. Either something with the one of dcache is inc

Re: 'guix install' downloads all outputs for packages with cmake build system.

2024-12-10 Thread Simon Tournier
Hi, On Wed, 09 Oct 2024 at 18:55, nigko wrote: > > # don't forget to insure that /gnu/store does not already contain > # x265's static output before running this command: > $ guix install x265 > The following package will b

Re: Cannot install Guix System on A20-OLinuXino-LIME2

2024-12-10 Thread Simon Tournier
Hi Tanguy, On Tue, 03 Dec 2024 at 14:03, Tanguy LE CARROUR wrote: > la compilation de /gnu/store/h0k759xyd0pcjvshxn5v4khc0iwwb3jp-kbd-2.5.1.drv a > échoué > Vous trouverez le journal de compilation dans « > /var/log/guix/drvs/h0/k759xyd0pcjvshxn5v4khc0iwwb3jp-kbd-2.5.1.drv.gz ». [...] >

Re: How to export downloaded files for a system profile?

2024-12-02 Thread Simon Tournier
Hi, On Sat, 30 Nov 2024 at 23:03, wifi via wrote: > I've been digging around looking for a way to build a complete build > dependency and runtime dependency graph of every package and their > derivations, but there doesn't appear to be a straightforward way to > do it. If such a complete graph c

Re: Unable to get rid of guix-past (and unable to pull)

2024-12-01 Thread Simon Tournier
Hi, On Sun, 01 Dec 2024 at 14:26, Ludovic Courtès wrote: > Not sure if there’s something we can do to make the transition smoother, > such as introducing a merge commit with > 5fb77cce01f21a03b8f5a9c873067691cf09d057 as one of its parents. I think the transition – of those who haven’t yet – wou

Re: Gnome startup applications and Guix updates

2024-11-30 Thread Simon Tournier
Hi, On Fri, 29 Nov 2024 at 18:29, Daniel Hatton wrote: > The present thread (as opposed to the linked thread) isn't just about > IceCat - AFAICT, this problem applies to all Guix packages: Are you using Guix System or Guix on the top of another distro? Cheers, simon Cheers, simon

Re: GNU/Hurd on real hardware

2024-11-30 Thread Simon Tournier
Hi, On Sat, 30 Nov 2024 at 12:14, Tanguy LE CARROUR wrote: > Hi Janneke, > > > Quoting Janneke Nieuwenhuizen (2024-11-29 19:18:43) >> I succeeded in building a 32bit installer from commit >> >> --8<---cut here---start->8--- >> commit cd26d76fedb7ab13ad91bd5dcf

Re: [fr][en] Install party en Décembre / Install party in December in Paris

2024-11-29 Thread Simon Tournier
salut Denis, On Wed, 20 Nov 2024 at 02:37, Denis 'GNUtoo' Carikli wrote: > Les 7 et 8 Décembre 2024, il y aura une install party 100% libre au > sein d'un événement plus grand à Paris ou il y aura aussi une install > party plus généraliste et des conférences[1]. Chouette ! Peut-être que je pa

Re: Unable to get rid of guix-past (and unable to pull)

2024-11-29 Thread Simon Tournier
Hi, On Thu, 28 Nov 2024 at 00:28, Gabriel Wicki wrote: > guix pull: error: aborting update of channel 'guix-past' to commit > f99ada4123de1eadf668d34dac2d726407634549, which is not a descendant of > 5fb77cce01f21a03b8f5a9c873067691cf09d057 [...] > guix-past 5fb77cc > reposito

Re: Gnome startup applications and Guix updates

2024-11-29 Thread Simon Tournier
Hi, On Thu, 21 Nov 2024 at 18:21, Daniel Hatton wrote: > Something that emerged from the recent "Gnome default web browser" > thread on here: it looks to me like, in general, if I have not followed the discussion in this thread. Do you mean Gnome default web browser Daniel Hatton

Re: Please take the Guix User and Contributor Survey

2024-11-12 Thread Simon Tournier
Hi, On Mon, 11 Nov 2024 at 18:39, Steve George wrote: > https://guix.limesurvey.net/ Thanks, I completed it. Cheers, simon

Re: Referring to an origin input in a package variant

2024-09-20 Thread Simon Tournier
come. :-) Cheers, simon 1: [bug#73073] [PATCH v2 0/8] Allow origin inside inputs with "new style". Simon Tournier Tue, 10 Sep 2024 03:27:08 +0200 id:cover.1725930587.git.zimon.touto...@gmail.com https://issues.guix.gnu.org/73073 https://issues.guix.gnu.org/msgid/cover.1725930587.git.zim

Re: this-package-input vs. propagated-inputs in package definition

2024-09-20 Thread Simon Tournier
Hi, On lun., 16 sept. 2024 at 13:51, Andy Tai wrote: > OK I don't know if this is "implementation detail" or a bug, or is as > intended, that > >>considering the current implementation, you cannot reach the >>propagated-inputs of the inputs using this-package-inputs. > > (seems like a bug to me)

Re: this-package-input vs. propagated-inputs in package definition

2024-09-13 Thread Simon Tournier
Hi, On Mon, 09 Sep 2024 at 11:27, Andy Tai wrote: > A question on package definition (likely scope of guix-devel, but > anyway posted here first): > > I have updated the definition of package ddd which has libxft as > input. Libxft in turn has freefont as propagated-input. In the > definition o

Re: this-package-input vs. propagated-inputs in package definition

2024-09-10 Thread Simon Tournier
Hi, On Mon, 09 Sep 2024 at 11:27, Andy Tai wrote: > I have updated the definition of package ddd which has libxft as > input. Libxft in turn has freefont as propagated-input. What do you mean by ’freefont’? libxft reads: (propagated-inputs ;; xft.pc refers to all these. (list li

Re: Guix 1.4 unable to pull with --no-substitutes

2024-09-04 Thread Simon Tournier
Hi, On Sat, 31 Aug 2024 at 20:44, tobtoht wrote: > Hi, > > Using guix 1.4.0 as a starting point on a foreign distro, I'm unable to > complete a pull without substitutes. Well, sadly people are also reporting failures with substitutes. bug#72353: guix pull bug Shyam Laximan

Re: Apply a patch to a given package definition

2024-08-27 Thread Simon Tournier
Hi, On Tue, 20 Aug 2024 at 11:15, Christoph Buck wrote: > By chance, do you know if a transformation would also work and if so, > how? Yes. Roughly and quickly, ’inherit’ is only a macro that copies all the record fields. Other said, (package (inherit foo) …) cre

Re: tzselect: time zone files are not set up correctly

2024-07-22 Thread Simon Tournier
Hi, On Thu, 18 Jul 2024 at 15:36, Laurent Gatto wrote: >> $ tzselect >> /gnu/store/bpid2k5sjrry3nj7jnhzlm7g01j2mbph-profile/bin/tzselect: This ’tzselect’ comes from the package glibc, right? On foreign distro, I get: --8<---cut here---start->8--- $ guix sh

Re: debian glibc's libX11 depend breaks local profile guix?

2024-07-19 Thread Simon Tournier
Hi, On Thu, 18 Jul 2024 at 14:49, "Foran, Will" wrote: > guile-wrapper.drv matches! When I run build, the only new download not in the > cache was glibc-2.35. > Build succeeds but still includes X11 and fails to run. That’s not possible! :-) > /usr/bin/guix gc --derivers > /gnu/store/ni2dck

Re: debian glibc's libX11 depend breaks local profile guix?

2024-07-18 Thread Simon Tournier
Hi, On Wed, 17 Jul 2024 at 20:19, "Foran, Will" wrote: > "/gnu/store/4aq33jf91kj6qvl7ym5f7mc3hxsqxhw0-guix-a575d0f5d" [...] > "a575d0f5d5322bac977423b6bd2742c8dc5a14a6") Well, I do not have this item /gnu/store/4aq33jf91kj6qvl7ym5f7mc3hxsqxhw0-guix-a575d0f5d when I run:

Re: debian glibc's libX11 depend breaks local profile guix?

2024-07-17 Thread Simon Tournier
Re, On Wed, 17 Jul 2024 at 21:47, Foran, Will wrote: > bash-5.2$ guix describe > /gnu/store/ni2dckdc0lcb6b77b6q3qfy2mr60z8c2-guile-wrapper/bin/guile: > error while loading shared libraries: libX11.so.6: cannot open shared object > file: No such file or directory > > bash-5.2$ ldd > /gnu

Re: Problem with gcc-toolchain modulefile

2024-07-17 Thread Simon Tournier
Hi, On Thu, 11 Jul 2024 at 13:25, Reza Housseini wrote: > Yes I am using the guix-modules command, but I have no idea to unset > LD_LIBRARY_PATH in the generated modulefile. It’s ’unsetenv’, no? Well, I am not very familiar with Modulefiles documentation [1]. 1: https://modules.readthedocs.io

Re: License compliance when redistributing images built with 'guix system'.

2024-07-17 Thread Simon Tournier
Hi Denis, Well, I do not see any reply to this message. So even very late. :-) On Thu, 23 May 2024 at 02:09, Denis 'GNUtoo' Carikli wrote: > The GPLv2 has this part: >> If distribution of executable or object code is made by offering >> access to copy from a designated place, then offering eq

Re: debian glibc's libX11 depend breaks local profile guix?

2024-07-17 Thread Simon Tournier
Hi, Sorry for the late reply. Well, I am not seeing any reply, so in case… :-) On Thu, 20 Jun 2024 at 19:20, "Foran, Will" wrote: > Hi all! I'm trying to run guix on top of debian stable/bookworm (12.5, > libc6=2.36) but am blocked by >> error while loading shared libraries: libX11.so.6: cann

Re: Managing python entry-points to discover plugin package with the new pyproject-build-system ?

2024-07-12 Thread Simon Tournier
Hi, On Thu, 11 Jul 2024 at 15:55, "Sebastien Rey-Coyrehourcq" wrote: > Entry-point is a common way to install/link package as > plugin. Even if my homemade package mkdocs-material is well installed > and contain the entry-point.txt into dist-info/entry_points.txt that > doesn't work.

Re: Problem: a makeinfo running in build stages cannot output epub3?

2024-07-11 Thread Simon Tournier
Hi, Sorry for the late reply. On Sun, 12 May 2024 at 07:17, Yuval Langer wrote: > I am having problems generating epub because the native-input texinfo > package does not accept the `--epub3` (or `--epub`) flag. I have > tried adding the perl-archive-zip package as well, but that did not > w

Re: Problem with gcc-toolchain modulefile

2024-07-11 Thread Simon Tournier
Hi, Very late reply… Sorry. If the question is still unanswered. :-) On Thu, 16 May 2024 at 15:15, Reza Housseini wrote: > I crated a modulefile with the module command for the gcc-toolchain on a > foreign system. Unfortunately the LD_LIBRARY_PATH of the gcc-toolchain > package is interferin

Re: Guix home reconfigure fails with "In procedure symlink: permission denied"

2024-06-05 Thread Simon Tournier
Hi Tanguy, On Tue, 21 May 2024 at 11:38, Tanguy LE CARROUR wrote: >2 (primitive-load "/gnu/store/fvly06ac6y0c01r8zavc2m1zfk6?") [...] >0 (symlink "/gnu/store/676qwqy15al2zi7a5s4kb1lwjr6yxqpf-?" ?) [...] > # But files with longer names exist! Could the problem be the `

Re: authenticating git checkouts

2024-06-05 Thread Simon Tournier
Hi, Thanks for this report. Sorry for the late reply. On Thu, 09 May 2024 at 11:28, Simon Josefsson via wrote: > x) The 'name' field in .guix-authenticate doesn't seem to be necessary > at all? Maybe not even suggest including it. You mean the file ’.guix-authorizations’, right? Well, I th

Re: Is there any mechanism of Guix analog to, or trick in Guile to imitate Nix flakes?

2024-06-04 Thread Simon Tournier
Hi, On Tue, 28 May 2024 at 00:37, ‪肖 海帆‬ wrote: >So, is there any mechanism of Guix analog to, or trick in Guile to >imitate the functionalities of flakes? Or is there a possibility for >this? It’s hard to tell – at least from my understanding – because each time people ask for Flak

Re: how to use r-keras?

2024-05-08 Thread Simon Tournier
Hi Ricardo, On mer., 08 mai 2024 at 12:11, Ricardo Wurmus wrote: > This appears to be a common problem, but we don't know why. It's > probably related to the bazel-build-system. You'll get substitutes only > if you use `--no-grafts'. Ah, weird… I miss how the build system could impact the con

Re: how to use r-keras?

2024-05-07 Thread Simon Tournier
Hi Ricardo, On sam., 30 mars 2024 at 00:27, Ricardo Wurmus wrote: >> $ guix shell r r-keras -C python-minimal r-reticulate tensorflow > > Is this with tensorflow from guix-science? The old Tensorflow 1.9 in > Guix does not provide Keras. Only the more recent one in Guix Science > does. Using

Re: Guix as a non-optional dependency in another project, and Guix resources requirements.

2024-05-06 Thread Simon Tournier
Hi Denis, On sam., 16 mars 2024 at 02:03, Denis 'GNUtoo' Carikli wrote: > - First and most importantly, running 'guix pull' can fail sometimes, > especially if there is not enough RAM per core. A fix that work is to > lower the number of cores used with 'guix pull -c 1 -M 1' for > instanc

how to use r-keras?

2024-03-29 Thread Simon Tournier
Hi, Trying to run “r-keras”, I am a bit puzzled. --8<---cut here---start->8--- $ guix shell r r-keras -C python-minimal r-reticulate tensorflow --8<---cut here---end--->8--- Well, one needs to know some internals… --8<

Re: Statistics for coverage of different software repos?

2024-03-27 Thread Simon Tournier
Hi, On ven., 22 mars 2024 at 15:48, Samuel Schmidt wrote: > Are there are any statistics or similar information about the amount of > packages covered in Guix compared with (specialized) software repos? > As an end result I am imagine something like:  > "80% of the 300 packages in melpa are al

Re: packaging python-cyvcf2

2024-03-26 Thread Simon Tournier
Hi Alexis, On ven., 22 mars 2024 at 12:38, Alexis Simon wrote: > I'm attaching the new version for reference. Cool! Well, maybe this package could be part of Guix Science channel or another. WDYT? Cheers, simon

Re: packaging python-cyvcf2

2024-03-22 Thread Simon Tournier
Hi, On jeu., 21 mars 2024 at 18:03, Alexis Simon via Guix-Science wrote: > The build is failing with this error: > running build_ext > # cyvcf2: htslib mode is BUILTIN > # cyvcf2: htslib configure options is None > error: [Errno 2] No such file or directory: './configure' > error: in phase 'bui

Re: catch2-3.5.1.drv fails to build with home reconfigure, but succeeds with build

2024-03-11 Thread Simon Tournier
Hi Richard, On mer., 10 janv. 2024 at 19:51, Richard Sent wrote: > Update: Traced the problem back to a package outside Guix's channel > failing to build when catch2 was upgraded from 3.4.0 to 3.5.1. Issue was > opened in the appropriate place. Thanks for the follow up. :-) Could you paste

Re: why does '-e' work differently in guix shell and guix package?

2024-02-15 Thread Simon Tournier
Hi, Well, I have missed if there is a reply. In case not. :-) On mar., 26 déc. 2023 at 11:48, Alexander Asteroth wrote: > When I do > ``` > $ guix shell --network --container --emulate-fhs bash coreutils -e > '(list (@@ (gnu packages commencement) gcc) "lib")' > ``` > I get a shell, that has

Re: guix offload

2024-02-15 Thread Simon Tournier
Hi, Sorry for the late reply. On mer., 20 déc. 2023 at 14:02, Aleksandr Vityazev wrote: > Is it possible to make the build continue locally after several > unsuccessful attempts? That’s a feature I also would like. :-) Some pointers for the interested reader: bug#24496: offloading should

Re: Running untrusted code as root in a `guix system vm`?

2024-02-15 Thread Simon Tournier
Hi, On ven., 29 déc. 2023 at 23:40, Ben Weinstein-Raun wrote: > I'm considering running some software inside a VM created using `guix > system vm`. The easiest thing to do would be to run the virtualized > software as root. Normally I wouldn't think twice about that, but iiuc > the guest will ha

Re: How to use pipewire for jack application?

2024-02-15 Thread Simon Tournier
Hi, Well, I have missed if you get an reply. :-) On ven., 22 déc. 2023 at 04:52, Apoorv via wrote: > On system like Arch Linux, there is a package pipewire-jack which you > can install and then any app that can use jack automatically sees the > jack server running. On Guix there is no such thing

Re: Guix-packaged Emacs 29+ alpha-background parameter does not work

2024-02-15 Thread Simon Tournier
Hi, On mar., 02 janv. 2024 at 09:55, B D wrote: > I noticed that the Emacs 29.1 alpha-background frame transparency does not > work using the 'emacs' package in the standard guix channel. Some helpful > people in the #guix irc channel tested it for me on their system and ran > into the same issu

Re: guix on nfs based systems

2024-02-15 Thread Simon Tournier
Hi Étienne, I am very late to the party. :-) Well, there is a discussion about “guix shell”, “profile” and “guix time-machine”. Since these concepts can appear as first as alien, let me try a quick summary of my understanding. + “guix shell“ creates a temporary profile; + “guix time-machine”

Re: Guix Days: Patch flow discussion

2024-02-15 Thread Simon Tournier
Hi Steve, ( On a side note, the triage of old bugs is a similar problem. They are easy to find [2], read, check and send an email to 12...@debbugs.gnu.org does not appear to me an issue with any tool. For what it is worth and without any willing of being harsh, I am able to

Re: [fr] Moment de convivialité Guix@Paris en février

2024-02-06 Thread Simon Tournier
salut, On jeu., 01 févr. 2024 at 20:51, Tanguy LE CARROUR wrote: > Ce jeudi 8 février 2024 à 19h, se tiendra la cinquième édition de Guix@Paris > ouverte au public. > Comme les fois précédentes, il sera possible de participer à distance > (*cf* ci-dessous). Chouette ! Ayant raté la journée de

Re: Why does sbcl@2.3.7 depends on bash-minimal@5.1.16

2024-01-18 Thread Simon Tournier
Hi, On dim., 10 déc. 2023 at 11:00, Efraim Flashner wrote: > On Thu, Dec 07, 2023 at 05:28:47PM +0800, Pan Xie wrote: >> which part of codes in sbcl's package definition make guix include >> "bash-minimal" into sbcl's references? > > I would suggest checking the output of > 'grep bash-minimal /g

Re: Best practice when dealing with a broken package for guix home?

2024-01-18 Thread Simon Tournier
Hi, On mar., 16 janv. 2024 at 18:41, Felix Lechner via wrote: > On Tue, Jan 16 2024, Fredrik Salomonsson wrote: > >> Or how do you deal with cases when they happen? > > I maintain a custom Guix with patches on top, plus my own channel. Well, for what it is worth, I think the good practise is to

Re: Collecting Guix talks at FOSDEM

2024-01-18 Thread Simon Tournier
Hi Steve, On mer., 17 janv. 2024 at 21:16, Steve George wrote: > Hi - initial draft of the post went to Ludo today for review (and commit > as I don't have the rights). We'll see what his reaction is to my > British English and random punctuation! ;-) Cool! Thank you. For the next time, in

Re: Collecting Guix talks at FOSDEM

2024-01-17 Thread Simon Tournier
Hi, On Tue, 16 Jan 2024 at 15:35, Steve George wrote: > We're planning to put up a blog post about Guix (and Guix-related) talks > at FOSDEM [0]. I've collected all the talks that that are about Guix (or > connected areas). If I've missed any Guix related talks please tell me > so I can add t

Re: trivial-build-system: ld can't find existing store files

2024-01-17 Thread Simon Tournier
Hi, On Sun, 14 Jan 2024 at 11:10, Christina O'Donnell wrote: > So I'm trying to write a package with a single C file using > trivial-build-system[1]. Despite its name, trivial-build-system is the less trivial build-system. Hum, gnu-build-system appears to me better for one single C file, even

Re: documentation on copyright headers?

2024-01-12 Thread Simon Tournier
Hi, On Sun, 03 Dec 2023 at 14:09, Maxim Cournoyer wrote: > I think it should be avoided as well, the long list of copyrights are > already a bit messy to maintain across trees :-). In addition to the current mess, we also keep Copyright header even if the code holding such Copyright had been re

Re: Trouble mounting cifs share

2024-01-12 Thread Simon Tournier
Hi, Sorry for the late reply. On Thu, 30 Nov 2023 at 17:22, Franz Geffke wrote: > I'm having trouble mounting cifs; Initially I thought it's a network issue of > some sort, but it happens on a number of systems and I assume the Hetzner > Storagebox is OK (as in, configured correctly): > > - 2x

Re: Dependence on an old version of a package.

2024-01-12 Thread Simon Tournier
Hi Philippe, Sorry for the late reply. On Thu, 21 Dec 2023 at 11:31, Philippe Veber wrote: > So I'm guessing that even when the bug is corrected, it won't be possible > to depend on a commit prior to May 1st 2019, is that right? Yes, it is not possible to travel back before the invention of th

Re: Large amount of dependencies downloaded

2024-01-12 Thread Simon Tournier
Hi, On Sun, 03 Dec 2023 at 05:31, TJ wrote: > I have used the gc to clear out old packages and revisions to save > space, however, if I want to install a new package, it starts pulling > guile, python, etc. > > I've posted the install log for xdot at the end of the message. > Ghostscript was dow

Re: Error when installing package, CMAKE_Fortran_COMPILER could be found

2024-01-12 Thread Simon Tournier
Hi Pierre, Sorry for the late reply. On Thu, 30 Nov 2023 at 10:44, Pierre Clouzet wrote: > Also, this code does not use configure/make/make install of cmake/make/make > install way of installing. > Instead I need to run a script exporting variables with a . ./script.sh > command > I was wonde

Re: Emacs C source

2023-12-19 Thread Simon Tournier
ed the URL of source, i.e., before the applications of snippets.) Cheers, simon --8<---cut here---start->8--- $ cat examples/scripts/show-me-fetch.scm #!/usr/bin/env -S guix repl -q -- ;; -*- mode: scheme -*- !# ;;; Copyright © 2023 Simon Tournier ;;; ;;;

Re: Dependence on an old version of a package.

2023-12-19 Thread Simon Tournier
done in guix/scripts/time-machine.scm. Well, this issue seems being part of bug#65788 [1]. 1: bug#65788: poor information when updating using “guix time-machine” Simon Tournier Wed, 06 Sep 2023 18:57:38 +0200 id:87pm2vme7x@gmail.com https://issues.guix.gnu.org/65788 https://issues.g

Re: Moment de convivialité Guix@Paris en nov… euh… décembre

2023-12-08 Thread Simon Tournier
salut Édouard, Chouette présentation ! Je pense que cela pourrait sympa de partager ton canal. :-) à tantôt, simon

Re: Moment de convivialité Guix@Paris en nov… euh… décembre

2023-12-08 Thread Simon Tournier
salut, On Fri, 08 Dec 2023 at 08:45, Tanguy LE CARROUR wrote: > Rendez-vous début janvier (sûrement le 11, à confirmer) pour la > prochaine ! Avec des stickers si je ne les oublie pas à nouveau. ;-) Chouette soirée ! à tantôt, simon

Re: Running guix system services only

2023-12-08 Thread Simon Tournier
Hey Benjamin! On Tue, 21 Nov 2023 at 17:47, "Benjamin" wrote: > Did some of you have tried to run guix system only with the services > part ? If this is the case, how did you do ? In addition to other replies in the thread, maybe you could share what you already have next time in Parisian Guix

Re: guix pull ssh authentication error

2023-12-02 Thread Simon Tournier
Hi, On ven., 01 déc. 2023 at 12:46, Mauritz Stenek wrote: >>> ``` >>> guix pull: error: Git error: Failed to retrieve list of SSH >>> authentication methods: Failed getting response >>> ``` >> >> Could you describe your channels.scm file? And pulling from >> which Guix >> revision? > > Here i

Re: guix pull ssh authentication error

2023-12-01 Thread Simon Tournier
Hi, On Thu, 23 Nov 2023 at 21:44, Mauritz Stenek wrote: > ``` > guix pull: error: Git error: Failed to retrieve list of SSH > authentication methods: Failed getting response > ``` Could you describe your channels.scm file? And pulling from which Guix revision? Cheers, simon

Re: guix pull performance

2023-12-01 Thread Simon Tournier
Hi, If I read correctly, your machine is: a reasonably powerful machine (Core i7, 12 cores, 16G RAM, 1 TB SSD drive with plenty of available space) Correct? On Tue, 28 Nov 2023 at 22:07, Emmanuel Beffara wrote: > Now, even if I didn't expect a significant improvement, I am st

Re: documentation on copyright headers?

2023-12-01 Thread Simon Tournier
Hi, On Thu, 16 Nov 2023 at 15:39, Wilko Meyer wrote: > - why a copyright header has to be inserted > - if a copyright header has to be inserted for all files that are > subject to changes (is there a treshold? can it be left out for minor > changes to files etc.?) of a sent patch. As a rule

Re: Sakura is upgraded, or maybe not

2023-11-30 Thread Simon Tournier
Hi, On mer., 25 oct. 2023 at 23:01, Marco van Hulten wrote: > There is something wrong with the version or version number of Sakura Thanks for reporting. It seems coming from upstream: --8<---cut here---start->8--- $ wget https://launchpad.net/sakura/trunk/

Re: Using Guix challenge for critical software? (resend)

2023-11-30 Thread Simon Tournier
Hi, On mer., 29 nov. 2023 at 11:40, Steve George wrote: > Is there some way to build the package locally (without first removing it)? In addition to Julien’s answer, note that you can pass a manifest file. guix build -m critical-packages.scm guix build -m critical-packages.scm --no-gra

Feedback (was Re: Meet Guix at Capitole du Libre in Toulouse)

2023-11-29 Thread Simon Tournier
Hi, Thanks all people! It was a very interesting experience for me and a very good moment. I hope that we will do again in the near future. As a record for the next time, let me mention two points that help: 1. Demos! It seems very helpful to have both: Guix System and Guix on foreign di

Re: Error when installing package, CMAKE_Fortran_COMPILER could be found

2023-11-28 Thread Simon Tournier
Hi Pierre, On Fri, 24 Nov 2023 at 16:53, Tobias Geerinckx-Rice wrote: > It appears that you haven't given the package a FORTRAN compiler to find. Try > > (native-inputs (list gfortran)) In addition to Tobias’s words, the recipe will fail at the tests: --8<---cut here

Re: Moment de convivialité Guix@Paris en nov… euh… décembre

2023-11-28 Thread Simon Tournier
salut, On Thu, 23 Nov 2023 at 09:18, Tanguy LE CARROUR wrote: > Jeudi 7 décembre à 19h, se tiendra la troisième édition de Guix@Paris > ouverte au public. > Comme la dernière fois, il sera possible de participer à distance (*cf* > ci-dessous). Et pour les présents, quelques stickers Guix. :-)

Re: Turning off tests leads to a different store item

2023-11-16 Thread Simon Tournier
Hi Maxim, On Thu, 09 Nov 2023 at 10:04, Maxim Cournoyer wrote: >> I agree. On a side note, one of the issue is the time of some tests. >> Sometimes, packaging is frustrating: build takes ages, then you fix some >> tests, think it will be good, re-launch “guix build”, another test >> failing, re

Re: Turning off tests leads to a different store item

2023-11-08 Thread Simon Tournier
se and depends on the former. Re: Turning off tests leads to a different store item Simon Tournier Thu, 02 Nov 2023 18:02:18 +0100 id:86y1fgm6lh@gmail.com https://lists.gnu.org/archive/html/help-guix/2023-11 https://yhetil.org/guix/86y1

Stand Guix au Capitole du Libre à Toulouse, nov. 18-19

2023-11-08 Thread Simon Tournier
Salut, La date du Capitole du Libre approche... Chouette ! L'organisation Capitole du Libre demande le nombre de personnes qui aideront pour le stand (une histoire de sécurité et de badge). Il serait aussi judicieux que l’on puisse avoir une idée entre nous pour faciliter la journée ou les journ

Re: Turning off tests leads to a different store item

2023-11-08 Thread Simon Tournier
Hi, On Wed, 8 Nov 2023 at 20:20, Saku Laesvuori wrote: > There is another way: simply preventing the tests from changing the > resulting store item. For example, the package could first be built > without tests and then that build tree could be copied to the build tree > of the build with tests

  1   2   3   >