bug#79045: libfive is broken since 0559a4b

2025-07-18 Thread nomike (they/them)
On 18.07.25 14:03, nomike (they/them) wrote: @Nicolas: Could you (or someone else) have a look at this and fix it please? I've just finally figured out how to solve this and updated my PR: https://codeberg.org/guix/guix/pulls/1347 Once this is merged. libfive should work again. I had a

bug#79045: libfive is broken since 0559a4b

2025-07-18 Thread nomike (they/them)
Hi! libfive doesn't build anymore. I've hacked together a script which uses `guix time-machine` and binary search to determine when something broke: With this I was able to confirm that the build of libfive is broken starting from commi

bug#79043: Strange bug with guix home

2025-07-17 Thread nomike (they/them)
Hi! I'm trying to clean up my guix home config a little and want to adopt a roles/profiles/models approach, so I can use it for multiple of my computers. I made the example as simple as possible while still tripping the bug. The basic structure: There is a "home-config.scm" which imports "ro

bug#78950: mono-2.4.2.3 (and thus all other mono packages) is broken on x86_64

2025-07-03 Thread nomike (they/them)
The build fails with: ```plaintext make install-local make[7]: Entering directory '/tmp/guix-build-mono-2.4.2.3.drv-0/source/mcs/class/corlib' /gnu/store/3jhfhxdf6v5ms10x5zmnl166dh3yhbr1-bash-minimal-5.1.16/bin/sh ./../../mkinstalldirs /gnu/store/p376lzzwiwwnh5w0ghfflylxhm954jhl-mono-2.4.2.3/l

bug#78947: Mono dependency issue

2025-07-02 Thread nomike (they/them)
When I'm trying to install mono, this happens: ```plaintext $ guix install mono The following package will be installed:    mono 6.12.0.206 substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%

bug#78649: (recursive? #t) doesn't seem to be part of the source hash

2025-05-30 Thread nomike (they/them)
Hi! I'm currently working on a package definition and again stumbled upon an issue: I had the flag `(recursive? #t)` added to `source`: ```scheme   (source    (origin (method git-fetch) (uri (git-reference    (url "https://github.com/openscad/openscad";)

bug#71226: ‘guix shell -C’ doesn’t work on Ubuntu 24.04

2025-05-26 Thread nomike (they/them)
I've just filed a patch to the apparmor package maintainers for adding a guix profile to their package: https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2111753 Was quite a challenge to figure out how to do this, at least compared to what I'm used to with guix... cheers nomike

bug#78270: mumi: error: cannot convert from yes to UTF-8\nfatal: could not parse patch

2025-05-14 Thread nomike (they/them)
On 05.05.25 22:35, nomike (they/them) wrote: I think I stumbled upon a bug in mumi: It's not a bug in mumi. I had a look at the patch mail again, which for some reason has this in the headers: Content-Type: text/plain; charset=yes I generated the mail with =git-send-email=, so bug

bug#78399: Installer: Could not select English - Austria

2025-05-12 Thread nomike (they/them)
Hi! I'm trying to install native GUIX in KVM. I downloaded the latest ISO, booted it up and the installer first asks me for the language, where I chose "Englsh". On the next step it asks me for the territory, which is Austria in my case, but the list is quite limited. Available options are:

bug#78387: Bug in guix manual: "Submitting Packages" doesn't advise to check for inheritance

2025-05-11 Thread nomike (they/them)
Hi! I've recently submitted a patch for openscad which was approved and merged into guix. Unfortunately, this broke the package =emacs-scad-mode=, a fact I didn't know back then. It's quite simple to fix: The upstream project just cut out their emacs major mode, so instead of inheriting from

bug#78173: Duplicate package r-r4rna

2025-04-30 Thread nomike (they/them)
Hi! I just found out, that the package r-r4rna is defined twice: https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/bioconductor.scm#n10119 https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/bioinformatics.scm#n15070 It's different versions, but we probably want to either ha

bug#78172: Package tgs2png is defined twice

2025-04-30 Thread nomike (they/them)
Hi! I just found out that this package is defined twice: https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/animation.scm#n390 https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/telegram.scm#n862 One should probably be deleted. Cheers nomike

bug#78134: =guix info= partly in English partly in Spanish

2025-04-30 Thread nomike (they/them)
Hello Florian, thank you for your suggestions. On 30.04.25 17:56, pelzflorian (Florian Pelz) wrote: Not sure yet what/if we want to change something here. What was confusing me was that the text was partly in English and partly in German and I though this would probably a very weird bug. Bu

bug#78134: =guix info= partly in English partly in Spanish

2025-04-29 Thread nomike (they/them)
Hi! I'm on Ubuntu 24.10 foreign distro, ave guix installed via =apt= and did a =guix pull= just one or two days ago. =info guix=  is partly in englsh and partly in german for me, #+BEGIN_EXAMPLE text El coordinador de construcciones de Guix (https://git.cbaines.net/guix/build-coordinator/) ay

bug#78133: `./pre-inst-env guix lint` does not work at all

2025-04-29 Thread nomike (they/them)
Hi! I get an error when running =guix lint=: #+BEGIN_EXAMPLE text $ ./pre-inst-env guix lint catch2@3.8.1 guix: lint: command not found hint: Did you mean `lint'? Try `guix --help' for more information. #+END_EXAMPLE I'm not in a guix shell though. The guix handbook talks a lot about running

bug#77512: Bug in documentation on building from git

2025-04-06 Thread nomike (they/them)
Hi! I'm relatively new to guix and I'm walking trough [Building from git](0) right now. It says to run `make authenticate` towards the end, but this only leads into make complaining: > make: *** No rule to make target 'authenticate'.  Stop. In `NEWS` it is stated that the is the "new" `gui

bug#76040: Insufficient error message on scheme errors

2025-02-05 Thread nomike (they/them)
The logging for guile errors is not sufficient when running `guix home reconfigure`. If you run the small self-contained example I've attached, the following warning will be printed to the terminal: > guix home: warning: unknown keyword or bad argument There is an error in `prusa-slicer.scm`

bug#71226: ‘guix shell -C’ doesn’t work on Ubuntu 24.04

2025-02-05 Thread nomike (they/them)
I've used the install.sh to install guix on my system (Ubuntu 24.10) and I'm facing the same issue. My guix-home config lives in ~/guix-home, so I cd to that directory in a gnome-terminal and this happens: ```plaintext $ guix home -L "${PWD}" container home-config.scm guix home: error: mount: m