bug#52808: Guix home should not assume that all targets are dot files

2022-03-08 Thread Andrew Tropin
On 2022-03-05 23:44, Ludovic Courtès wrote: > Hi Andrew, > > The patches reached my mailbox around the time I went on vacation and > then fell through the cracks. Sorry about that! No problem, I hope you had a good rest and got some fun! > > Andrew Tropin skribis: > >> After that patch series

bug#54305: disk utility fail format fat

2022-03-08 Thread Roman Riabenko
Hello When initiating formatting of a USB flash drive in GNOME Files (Nautilus), GNOME Disks (gnome-disk provided by gnome-disk-utility package) opens followed by the volume formatting dialog. Currently, by default, it is only possible to format the disk in Ext4. Other options are grayed out, exce

bug#54292: Commit e8518c43 breaks guix pull on i686

2022-03-08 Thread Liliana Marie Prikler
Am Dienstag, dem 08.03.2022 um 13:33 -0500 schrieb Philip McGrath: > I can see (at least) two paths forward: > >   1. `%nix-{arch,os}-to-chez-alist` could become many-to-one rather > than one-to-one. Presumably we'd use the first applicable entry > when going from Chez to Nix. > >   2. We co

bug#53915: No way of replacing an input in modify-input syntax structure but keep all the outputs

2022-03-08 Thread Liliana Marie Prikler
Am Dienstag, dem 08.03.2022 um 17:11 +0100 schrieb Ludovic Courtès: > [...] > With the patch below, we get more sensible behavior: > > --8<---cut here---start->8--- > scheme@(guile-user)> (modify-inputs (append $5 $4) >    (replace "glib" xpd

bug#53904: Using an http proxy, derivation failed

2022-03-08 Thread dal-blazej--- via Bug reports for GNU Guix
Hi, Ludovic Courtès writes: >> guix pull: error: failed to connect to `/var/guix/daemon-socket/socket': >> Connection refused > > This suggests that guix-daemon is not running. Could it be that it > failed to start? Does ‘journalctl -u guix-daemon.service’ contain any > clue? > > BTW, accor

bug#51466: bug#53355: guix shell --check: confusing error message

2022-03-08 Thread Ludovic Courtès
Hi Chris, Did you have a chance to look into it? https://issues.guix.gnu.org/53355 TIA. :-) Ludo’. Ludovic Courtès skribis: > Hi Chris, > > Thanks for debugging this! > > Chris Marusich skribis: > >> From c3eea81846ae71a246e6b592be74062f4bf26474 Mon Sep 17 00:00:00 2001 >> From: Chris Ma

bug#54292: Commit e8518c43 breaks guix pull on i686

2022-03-08 Thread Philip McGrath
On Tuesday, March 8, 2022 10:32:48 AM EST Liliana Marie Prikler wrote: > > The error appears to be that nix-system->chez-machine was rather poorly > coded and overlooked in review. In particular, i686 should probably > also default to the i386 case. > I must for some reason not have been thinki

bug#54280: stumpwm won't load libraries

2022-03-08 Thread Einar Largenius
Hello! I have an issue where I can't get slynk to load inside stumpwm with Guix as the package manager. I have no issue loading slynk with either nyxt or when running a sbcl-repl even without modifying asdf:*central-registry*. These are the packages I have in my profile: glibc-locales 2.33

bug#54278: Bug report

2022-03-08 Thread Oliver König
/etc$ sudo -i guix pull Kanal „guix“ wird vom Git-Repository auf „https://git.savannah.gnu.org/git/guix.git“ aktualisiert … Kanal „guix“, Commits 9edb3f6 bis e7886fd werden authentifiziert (16.614 neue Commits) … Von diesem Kanal wird erstellt: guix https://git.savannah.gnu.org/git/guix.g

bug#54277: guix derivation compute bug

2022-03-08 Thread Никита Зинкевич
Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... Authenticating channel 'guix', commits 9edb3f6 to e7886fd (315 new commits)... Building from this channel: guix https://git.savannah.gnu.org/git/guix.git e7886fd substitute: updating substitute

bug#53915: No way of replacing an input in modify-input syntax structure but keep all the outputs

2022-03-08 Thread Ludovic Courtès
Hi, Gordon Quad skribis: > poppler package include glib as a native-input with "bin" output. > > If I am doing the following: > > (package/inherit poppler > (native-inputs > (modify-inputs (package-native-inputs poppler) > (replace "glib" my-glib > > poppler's build w

bug#54292: Commit e8518c43 breaks guix pull on i686

2022-03-08 Thread Liliana Marie Prikler
Am Dienstag, dem 08.03.2022 um 09:00 +0100 schrieb Liliana Marie Prikler: > > I do think this is an issue with commit e8518c43 because > > > > --8<---cut here---start->8--- > > guix pull --commit=e8518c43 --system=i686-linux -p /tmp/guix > > --8<---c

bug#54033: Calibre's ebook-viewer only shows white-on-white or dark-on-dark.

2022-03-08 Thread Guillaume Le Vaillant
"bdju" skribis: > On Fri Mar 4, 2022 at 8:07 AM CST, Guillaume Le Vaillant wrote: >> Hi, >> >> FreeCAD also has some issues with the rendering of its "start page" >> where the text is missing. >> And as Calibre and FreeCAD are apparently both Python applications using >> QtWebEngine, it may indic

bug#54297: Acknowledgement (Qutebrowser failed to render local fonts.)

2022-03-08 Thread Zhu Zihao
Tweaks the qt.args in Qutebrowser by adding "no-sandbox" it now renders text properly, I guess the sandbox of qtwebengine is broken. -- Retrieve my PGP public key: gpg --recv-keys D47A9C8B2AE3905B563D9135BE42B352A9F6821F Zihao signature.asc Description: PGP signature

bug#52152: Haskell Hackage importer can create dependency cycles

2022-03-08 Thread zimoun
Hi, On dim., 28 nov. 2021 at 02:50, John Kehayias wrote: > While working on importing a bunch of Haskell packages, I came across > a cycle created by the importer (twice actually, but forgot the other > one). Perhaps this is from the metadata from Hackage, as it doesn't > create the cycle when

bug#52836: "guix import pypi" fails with "Failed to extract file from wheel" and "no requires.txt file found"

2022-03-08 Thread zimoun
Hi, On ven., 31 déc. 2021 at 12:00, zimoun wrote: > On Fri, 31 Dec 2021 at 11:15, bbb ee wrote: > >> > Is it a bug on Guix side or upstream? Because it seems that upstream >> > does not provide metadata information, at least, as usually expected. >> >> `pip install PyPortfolioOpt`, `poetry add

bug#52350: pypi import: ungraceful exit when recursively importing unknown package

2022-03-08 Thread zimoun
Hi Ricardo, On mar., 07 déc. 2021 at 11:26, Ricardo Wurmus wrote: > ./pre-inst-env guix import pypi -r pytestrerunfailures --8<---cut here---start->8--- $ guix import pypi pytestrerunfailures following redirection to `https://pypi.org/pypi/pytestrerunfailures

bug#42289: recursive import does not dort alphabetically

2022-03-08 Thread zimoun
Hi Hartmut, On jeu., 09 juil. 2020 at 09:53, Hartmut Goebel wrote: > In most gnu/packages/*.scm files are (expected to be) sorted alphabetically. While I agree with this recommendation to sort alphabetically gnu/packages/*.scm... > Now when importing some packages recursivly, packages are outp

bug#49168: ‘guix import pypi’ misses package dependencies

2022-03-08 Thread zimoun
Hi, On lun., 28 juin 2021 at 11:39, Ludovic Courtès wrote: > Maxim Cournoyer skribis: >> In the mean time, the statu quo seems the best option to me (manually >> specify the setuptools extensions as native-inputs for the python >> packages that need it). We should look forward adjusting our im

bug#35673: pypi importer returns the wheel hash when it fails to find a proper source.

2022-03-08 Thread zimoun
Hi, On ven., 10 mai 2019 at 14:41, Jack Hill wrote: > As discussed on guix-devel[0] the pypi importer should probably not fill in > the hash with that of the wheel if a proper source archive is not found on > pypi. > > [0] https://lists.gnu.org/archive/html/guix-devel/2019-05/msg00209.html Now t

bug#54259: pypi importer prints backtrace when no source package exists

2022-03-08 Thread zimoun
Hi Ludo, On Tue, 8 Mar 2022 at 09:36, Ludovic Courtès wrote: > Fixed in ebb03447f8cc93b9e070b3e7706d7a64d5d1772c. > > The problem was with projects that lack a home page on PyPI. For > others, the result looks like this: Well, we are fixing importer per importer when the same issue appears acr

bug#53296: Intermittent segfaults when parsing (?) custom package from repo.

2022-03-08 Thread Ludovic Courtès
Hi, Any update on this one? https://issues.guix.gnu.org/53296 If there’s no reliable way to reproduce it, I’ll close the bug soon. Thanks, Ludo’. Ludovic Courtès skribis: > Hi, > > elaexuo...@wilsonb.com skribis: > >> Ludovic Courtès wrote: >>> Here’s how I tried (and failed) to reproduce

bug#53904: Using an http proxy, derivation failed

2022-03-08 Thread Ludovic Courtès
Hi, dal-bla...@onenetbeyond.org skribis: > The systemd unit file from debian looks like that > (I only added the https_proxy, with localhost or 127.0.0.1, with or > without the leading http://): [...] > [Service] > ExecStart=/var/guix/profiles/per-user/root/current-guix/bin/guix-daemon > --bui

bug#54075: Bug when performing guix pull

2022-03-08 Thread Ludovic Courtès
Hi Silas, Silas Vedder skribis: > In ./guix/serialization.scm: >102:11 1 (read-int #) > 80:6 0 (get-bytevector-n* # 8) > > ./guix/serialization.scm:80:6: In procedure get-bytevector-n*: > ERROR: > 1. &nar-error: > file: #f > port: # > guix pull: error: You found a bug: t

bug#54259: pypi importer prints backtrace when no source package exists

2022-03-08 Thread Ludovic Courtès
Hi, Ricardo Wurmus skribis: > The only download for the kaleido package on Pypi is a binary. There is > no source code on Pypi. The importer recognizes this but then prints a > confusing backtrace when attempting to print a hint: > > ./pre-inst-env guix import pypi kaleido > guix import: error

bug#54209: ‘guix shell -D … --with-branch …’ leads to an invalid derivation

2022-03-08 Thread Ludovic Courtès
Ludovic Courtès skribis: > The following command ends up creating an invalid derivation in the > glib-schemas hook: > > $ guix shell -D guile-next --with-branch=guile-next=stable-2.2 > python-matplotlib > guix shell: error: derivation > `/gnu/store/6hy95hpjbbzvppwxndzapi3f5s1xcgkm-glib-schem

bug#54292: Commit e8518c43 breaks guix pull on i686

2022-03-08 Thread Liliana Marie Prikler
Hi Diego, Am Montag, dem 07.03.2022 um 18:12 + schrieb Diego Nicola Barbato: > Hi Liliana, > > Liliana Marie Prikler writes: > > > Hi, > > > > Am Montag, dem 07.03.2022 um 12:47 + schrieb Diego Nicola > > Barbato: > > > Hi Guix, > > > > > > Commit e8518c43 (gnu: Add stex) breaks guix