bug#58495: opam import generates wrong check phase

2022-10-13 Thread Csepp
So I'm working on building MirageOS unikernels with Guix, which means using the OPAM importer *a lot*, which unearths some very Fun TM bugs. Here is the first one: guix import opam mirage-clock The correct check phase is this: ``` (replace 'check (lambda* (#:key tests?

bug#58112: OPAM importer fails in lookup-node

2022-09-27 Thread Csepp
The specific error is this: Wrong number of values returned to continuation (expected 2) It is caused by opam->guix-package silencing intermediate errors by using and-let* (the poor person's Maybe monad) and returning #f when the receiving side expects two return values. Initial reproducer: guix

bug#58081: no video in celluloid

2022-09-26 Thread Csepp
kiasoc5 writes: > On Mon, Sep 26 2022, 04:24:50 AM + > kiasoc5 wrote: > >> You need to install gst-libav. >> >> This should probably get added to the gnome metapackage. >> > > My bad, I mistook totem for celluloid. > > Is it possible to get celluloid working on a different desktop >

bug#58081: no video in celluloid

2022-09-25 Thread Csepp
There is no video output from Celluloid. No idea how to get debug output from it, it's not printing anything on standard out and the built-in debug shell doesn't work since that relies on video output I guess. Okay so it does work if I run it with LIBGL_ALWAYS_SOFTWARE=1, so I guess that's a

bug#57853: “inappropriate ioctl for device” when running in RStudio Server

2022-09-17 Thread Csepp
merge 57853 57095 thankyou (I hope this works.) Ricardo Wurmus writes: > When running “guix” in RStudio Server the “terminal-window-size” > procedure triggers an error. (You can ignore the cause of the error, > because I’m running this in a container where > /var/guix/profiles/per-user/rekado

bug#57826: NetworkManager GUI crashes when setting up eduroam

2022-09-15 Thread Csepp
I have not yet debugged this properly, here is what I know: When I used nm-applet to fill out the WPA2 enterprise connection details, nm-applet crashed. When I tried sudo nm-connection-editor (because I thought it was a permission error, which is also present, yay) it produced this error:

bug#57374: transmission non-gui output still pulls in GTK+

2022-08-23 Thread Csepp
like the subject says, i noticed it when running `guix shell transmission` on a server.

bug#57315: guix upgrade --dry-run output is basically useless

2022-08-21 Thread Csepp
I'd like to figure out what Guix will try to build before I run an upgrade on my netbook, so I always use --dry-run. I'm pretty sure in the past it used to show more information, but today it just showed that it will download 20 megs, without saying what package that 20 megs are for, which ones

bug#57296: opencolorio out of space on ci.guix.gnu.org

2022-08-19 Thread Csepp
http://ci.guix.gnu.org/build/1204208/details Could someone restart it?

bug#57109: arm-none-eabi-toolchain atomic support is broken

2022-08-18 Thread Csepp
Jean Pierre De Jesus DIAZ via Bug reports for GNU Guix writes: > The following works though. No newlib or anything: > > guix shell --expression='((@ (gnu packages cross-base) cross-gcc) > "arm-none-eabi")' -- \ >bash -c "echo '#include ' \ > | arm-none-eabi-gcc -x c -o /dev/null -c -" >

bug#57046: Spanish documentation uses exclusive language

2022-08-13 Thread Csepp
Jean Pierre De Jesus DIAZ via Bug reports for GNU Guix writes: >>Just a thought, but maybe it shouldn't be a group of men who decides >>what language is and is not inclusive and whether that's important. >>We've had some Outreachy interns, maybe some of them wouldn't mind being >>consulted on

bug#57046: Spanish documentation uses exclusive language

2022-08-10 Thread Csepp
b...@bokr.com writes: > On +2022-08-09 15:46:17 +0200, Ludovic Courtès wrote: >> Hola, >> >> "pelzflorian (Florian Pelz)" skribis: >> >> > * the main Spanish translation po/guix/es.po uses usuario >> > >> > * the French translation switches between “utilisateur·rices”, >> > “utilisatrices

bug#57095: another "inappropriate ioctl" bug :)

2022-08-09 Thread Csepp
``` ./pre-inst-env guix import pypi -r linode-cli | tee -a gnu/packages/python-xyz.scm ... In guix/build/syscalls.scm: 2284:35 1 (_) 2273:8 0 (terminal-window-size _) guix/build/syscalls.scm:2273:8: In procedure terminal-window-size: In procedure terminal-window-size: Inappropriate

bug#57090: [BUG] Default Notation for chmod in guix style?

2022-08-09 Thread Csepp
Christopher Rodriguez writes: > [[PGP Signed Part:Undecided]] > > Hello, > > I've noticed that, when I explicitly declare absolute permissions in > octal during a (chmod …) in my package definitions and then run guix > style, it converts them to decimal instead. > > Is this intended? I've

bug#57046: Spanish documentation uses exclusive language

2022-08-09 Thread Csepp
"pelzflorian (Florian Pelz)" writes: > Hi Ludo. > > Ludovic Courtès writes: >> • Using gender-neutral words—e.g., “personas” or “quién” rather than >> “usuarios”. >> >> • Talking to the user: “puedes hacer …” rather than “usuarios pueden >> hacer …”. > > Agree, but when these

bug#56978: Website monitoring

2022-08-04 Thread Csepp
In light of 56954 and various similar issues, it might be a good idea so set up monitoring for the website, so links that return errors are caught early. Since they are all static sites as far as I know, this should be pretty easy with something like wget --spider.

bug#56845: unclear error message: No route to host

2022-07-30 Thread Csepp
``` guix pull -v3 --cores=1 guix pull: error: failed to load '/home/raingloom/.config/guix/channels.scm': No route to host ``` My channels.scm mentions at least 3 hosts by name and indirectly uses ci.guix.gnu.org via channel-with-substitutes-available. It's quite possible this is more a

bug#56805: guix import opam fails

2022-07-28 Thread Csepp
angola10 via Bug reports for GNU Guix writes: > Hello, > > The following opam package import fails > > Command: `guix import opam -r mirage-crypto-pk` > > Output: > > ``` > > Starting download of /tmp/guix-file.ZERar3 > From >

bug#54691: [PATCH] gnu: fortune-mod: Remove off database.

2022-07-17 Thread Csepp
Liliana Marie Prikler writes: > Am Samstag, dem 16.07.2022 um 15:40 +0200 schrieb Csepp: >> >> Liliana Marie Prikler writes: >> >> > merge 56599 54691 >> > thanks >> > >> > Am Samstag, dem 16.07.2022 um 14:21 +0200 schrieb rainglo

bug#54691: [PATCH] gnu: fortune-mod: Remove off database.

2022-07-16 Thread Csepp
Liliana Marie Prikler writes: > merge 56599 54691 > thanks > > Am Samstag, dem 16.07.2022 um 14:21 +0200 schrieb raingloom: >> * gnu/packages/games.scm (fortune-mod): Delete off database after >> install phase. >> --- >>  gnu/packages/games.scm | 5 - >>  1 file changed, 4 insertions(+), 1

bug#54691: fortune-mod propagates various non-nice things

2022-07-14 Thread Csepp
Maxim Cournoyer writes: > Hi Maxime, > > Maxime Devos writes: > >> Hi guix, >> >> fortune-mod currently propagates (in the non-technical sense) various >> non-nice things like objectification, misogeny, religious intolerance, >> anti-mathematician-ism (?) and date rape. That is not an

bug#39813: Running Guix in a Virtual Machine - says 1 GB RAM is enough, but it isn't for guix pull

2022-07-14 Thread Csepp
Liliana Marie Prikler writes: > Am Mittwoch, dem 13.07.2022 um 19:21 +0200 schrieb Julien Lepiller: >> I've heard that theory before. From observation on my late armhf >> server >> (two cores): >> >> - it takes just below 2GB to build one of the derivations >> - It doesn't swap a single byte

bug#47716: gio mount broken, again.

2022-07-14 Thread Csepp
Csepp writes: > Maxim Cournoyer writes: > >> Hi, >> >> raingloom writes: >> >>> ``` >>> $ gio mount sftp://whatever >>> $ ls /run/user/$UID/gvfs/ >>> ``` >>> prints nothing. >>> >>> Same thing hap

bug#39813: Running Guix in a Virtual Machine - says 1 GB RAM is enough, but it isn't for guix pull

2022-07-13 Thread Csepp
Maxim Cournoyer writes: > Hi Danny, > > Danny Milosavljevic writes: > >> Hi, >> >> I just got a report that with Guix in a virtual Machine (like described in >> the >> manual in 8.16), guix pull does not actually work[1] with 1 GB of RAM. >> It does work fine with 4 GB of RAM. > > I don't

bug#56512: gnu.org does not redirect http to https

2022-07-12 Thread Csepp
Ronak B writes: > Thank you for the quick replies. Ok I will email the GNU project with regard > to the lack of a redirect. > > I think we should change the man doc at least in all coreutils to use https > in the links instead of http. > > Can we repurpose this ticket for that work or

bug#47716: gio mount broken, again.

2022-07-12 Thread Csepp
Maxim Cournoyer writes: > Hi, > > raingloom writes: > >> ``` >> $ gio mount sftp://whatever >> $ ls /run/user/$UID/gvfs/ >> ``` >> prints nothing. >> >> Same thing happens if I mount it from the Nautilus file manager. >> >> This bug has appeared before and I still have no idea how it was

<    1   2