bug#55596: Guix/Guile segfaults on `guix import texlive`

2022-07-13 Thread Akira Kyle
Hi, > I don’t think so; the error message that was reported is: > > command "svn" "export" "--non-interactive" "--trust-server-cert" "-r" > "59745" > "svn://www.tug.org/texlive/tags/texlive-2021.3/Master/texmf-dist/doc/latex/cite/" > "/tmp/guix-directory.09UnsN/doc/latex/cite/" failed with s

bug#53906: Elixir fails to build.

2022-07-13 Thread Maxim Cournoyer
Hi, Winter Hound writes: [...] > ice-9/boot-9.scm:1685:16: In procedure raise-exception: > ERROR: > 1. &search-error: > path: > ("/gnu/store/15mccpaksdm76ipqlv5p729qbqbq76wn-elixir-1.13.2-checkout" > "/gnu/store/dc183a3yyw5lcss5vkm1rvy1jbxdsw87-erlang-24.2.1" > "/gnu/store/rw26pzxnkr

bug#54400: Emacs error in Ubuntu

2022-07-13 Thread Maxim Cournoyer
Hi, Ludovic Courtès writes: > Hi, > > Vicente Mataix ferrandiz skribis: > >> Run emacs: >> >> emacs >> >> /home/vmataixf/.guix-profile/bin/emacs: error while loading shared >> libraries: liblzma.so.5: cannot open shared object file: No such >> file or director > > Could you check whether the

bug#47759: python-minimal tests hang

2022-07-13 Thread Maxim Cournoyer
Hi, Maxim Cournoyer writes: > unblock 47297 by 47759 > thanks > > A first RC1 release candidate with the 5 supported architectures could > be produced without this bug being a blocker. The key was in using real > hardware rather than QEMU emulation. > > Unblocking. Closing, as I don't think tr

bug#47982: Unable to type password for encrypted fs due to usb keyboard

2022-07-13 Thread Maxim Cournoyer
Hello, luhui writes: > On Fri, Apr 23, 2021 at 09:34:45PM +0100, James Fenn wrote: >> Hi! >> >> I attempted to install guix system on an gpd micropc laptop, choosing an >> encrypted filesystem without a separate home partition. The laptop keyboard >> is a usb keyboard. Once installed, I was ab

bug#52823: 3 gx*lv2 packages fail to build in the same manner

2022-07-13 Thread Maxim Cournoyer
Hello Thorsten, Thorsten Wilms writes: > Hi! > > gx-saturator-lv2-0-3m, gx-slow-gear-lv2-0-3, gx-vbass-preamp-lv2-0-2 > all fail in the same way, with many repetitons of `error: template > with C linkage` and warnings for deprecated ‘GTypeDebugFlags’ and > ‘GTimeVal’.Using gx-saturator as examp

bug#53134: org.signal.Signal on flatpak can't execvp xdg-settings

2022-07-13 Thread Maxim Cournoyer
Hello, John Kehayias writes: > Hello, > > I use Signal through Flatpak on a Guix System without any issues. I > can't say I have seen this error before. Some general pointers about > Flatpak (on Guix at least): > > 1. Applications should be installed as a user, i.e. with flatpak > --user I don't

bug#42076: SSL_CERT_* variables and GVFS (and probably more) are not initialized if you don't use GDM

2022-07-13 Thread Maxim Cournoyer
Hi raingloom, raingloom writes: > On Sat, 27 Jun 2020 11:53:01 +0200 > Tobias Geerinckx-Rice wrote: > >> Hi! >> >> Thanks for the bug report. How are these two things related? Did >> GVFS start working when you fixed your certs? Is GVFS failing >> because of other unset search paths? The

bug#42043: [BUG] Can not update nix-channels after adding

2022-07-13 Thread Maxim Cournoyer
Hi Kozo, I hope you could sort your nix-related problem; if not, I believe this kind of question may get better answered when directed at the Nix project. Thanks, Closing. Maxim

bug#42002: 'guix pull' build processes get SIGKILL on ARMv7

2022-07-13 Thread Maxim Cournoyer
Hi, Efraim Flashner writes: > On Tue, Jun 23, 2020 at 03:38:39AM +0300, Bonface M. K. wrote: >> Léon Lain Delysid writes: >> >> > Oh! Yes, of course, I see! >> > Yes, those little credit card sized one-chip computers are very low on >> > resources. >> > So I think it shouldn't build the progr

bug#42041: Icecat Determinism problem

2022-07-13 Thread Maxim Cournoyer
Hello, Msavoritias writes: > In the update that I did today Icecat is no longer Deterministic. > I compiled Icecat since there doesn't seem to be any substitutes. After the > second time it wrote an error that the two > builds were not the same. > My system is this: > > Generation 13 Jun 25 20

bug#42006: Installing font-dejavu breaks other fonts

2022-07-13 Thread Maxim Cournoyer
Hi Leo, Leo Famulari writes: > Since my last full upgrade on June 9 2020, I found that if I have > font-dejavu installed in my profile, my terminal (rxvt-unicode) no > longer finds the font selected in my ~/.Xresources file. > > I'm using Guix on Debian, and all the packages involved are install

bug#42595: conflicts in propagated imports must be resolved manually

2022-07-13 Thread Maxim Cournoyer
Hi, Ludovic Courtès writes: > Hi Arne & Efraim, > > efraim Flashner skribis: > >> On Wed, Jul 29, 2020 at 09:54:07AM +0200, Dr. Arne Babenhauserheide wrote: >>> Hi, >>> >>> When I get conflicts in propagated imports, I must follow a mechanical >>> multi-step process to resolve them manually. >

bug#42859: guix lint: permission denied for cve checker

2022-07-13 Thread Maxim Cournoyer
Hi, Ludovic Courtès writes: > Jonathan Brielmaier skribis: > >> On 14.08.20 20:27, Leo Famulari wrote: >>> On Fri, Aug 14, 2020 at 02:26:03PM +0200, Jonathan Brielmaier wrote: When running guix lint with the cve checker I get the following error: ``` guix lint icecat --check

bug#42600: /etc/profile not being sourced from interactive non-login shell

2022-07-13 Thread Maxim Cournoyer
Hello Kyle, Kyle Andrews writes: > Despite what it says in my ~.bashrc~, if I start a shell from Emacs with > the elisp below, then `guix describe` does not work: > > (let ((default-directory "/ssh:me@remote:/home/me")) > (shell "*shell*")) It works for me: /ssh:raisin:/home/mcournoyer

bug#42333: Doom Emacs breaks the Emacs autoloads mechanism used in Guix

2022-07-13 Thread Maxim Cournoyer
Hi, Brett Gilio writes: > Alexandru-Sergiu Marton writes: >> >> (mapc (lambda (p) (add-load-path! p)) (split-string (getenv "EMACSLOADPATH") >> ":")) >> > > Are you still needing to use this snippet to get your configuration to work? Closing, as we haven't heard back in a long while. Thanks,

bug#42553: python-gevent is broken on i686-linux (tests fail)

2022-07-13 Thread Maxim Cournoyer
Hi, Maxim Cournoyer writes: > Hello, > > Jakub Kądziołka writes: > >> The package python-gevent doesn't build on i686-linux, the following >> test failure occurs: >> >> == >> FAIL: test_unlink (gevent.tests.test__core_stat.

bug#42989: Subtle Typo in guix-daemon.service installed by guix-install.sh

2022-07-13 Thread Maxim Cournoyer
Hi, Leo Famulari writes: > On Sat, Aug 22, 2020 at 12:22:13PM -0700, Michael Gorlick wrote: >> You are right and the confusion is mine. The reason the error messages >> disappeared is that thanks to a "guix pull", a "guix upgrade", and a "guix >> install glibc-utf8-locales" on user "root" I now

bug#38666: Maybe netcat should support ipv6 ("-6" option)

2022-07-13 Thread Maxim Cournoyer
Hi, Danny Milosavljevic writes: > Hi, > > maybe netcat should support ipv6 ("-6" option). > > The latest official release on Sourceforge doesn't have it but Debian > includes a patch to add it. Debian doesn't seem to be using GNU netcat anymore; their control file [0] mentions the home page to

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

2022-07-13 Thread Maxim Cournoyer
retitle 56512 URLs in coreutils manuals documentation should use HTTPS reassign 56512 coreutils thanks Hi Ronak, 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 co

bug#56484: Installation bug

2022-07-13 Thread Maxim Cournoyer
Hello imran, imran saleh writes: > Hi, > > When running the graphical installer (from the 13.0 iso), when it gets to the > disk partitioning bit, when I choose > "automatic disk partitioning with encryption" it doesn't create a swap > partition. I freed the root space so that I could > create

bug#55936: dockerd fails to start on boot

2022-07-13 Thread Maxim Cournoyer
Hi Oleg, Maxim Cournoyer writes: > Hi, > > Maxim Cournoyer writes: > >> Hi Oleg, >> >> Oleg Pykhalov writes: >> >>> Fixes . >>> >>> * gnu/packages/patches/containerd-create-pid-file.patch: New file. >>> * gnu/local.mk (dist_patch_DATA): Add this. >>> * gnu/pa

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

2022-07-13 Thread Maxim Cournoyer
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 exhaustive > list, these are just the first fe

bug#56545: guix time-machine/shell throws "unsupported manifest format" error

2022-07-13 Thread Maxim Cournoyer
Hi Guix, I recently tried re-entering an older environment via: $ guix describe Generation 128 Jul 06 2022 14:50:39(current) guix 17892c5 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: 17892c5f9c5c5c93325884834a58cc2a4fafa51f sfl-packages 638

bug#56544: kdeconnect "send to device" doesn't work

2022-07-13 Thread Nathan Dehnel
Kdeconnect has a "send to device" button on android that opens a browser tab from your phone on your computer. I've tried the gentoo package for kdeconnect, the guix package on the gentoo machine, and the guix package on guix system, and only the gentoo package opens the tab when commanded.

bug#54469: home-environment-variables-service-type does not quote things

2022-07-13 Thread Ludovic Courtès
Hi, Maxime Devos skribis: > (use-modules (gnu home) (gnu packages) (gnu home services) > (gnu services) (guix gexp) (gnu home services shells)) > > (define formula-of-the-day >;; TODO: add some more formulae, randomise >"$US dollar/€euro = 1.11") > > (home-environment > (p

bug#56540: ‘home-bash-service-type’ doesn’t quote environment variables

2022-07-13 Thread Ludovic Courtès
Ludovic Courtès skribis: > Similar to , ‘home-bash-service-type’ > doesn’t quote environment variables. For example, if you add this > service: > > (define bash-fancy-prompt-service > (simple-service 'bash-fancy-prompt > home-bash-service-ty

bug#55936: dockerd fails to start on boot

2022-07-13 Thread Maxim Cournoyer
Hi, Maxim Cournoyer writes: > Hi Oleg, > > Oleg Pykhalov writes: > >> Fixes . >> >> * gnu/packages/patches/containerd-create-pid-file.patch: New file. >> * gnu/local.mk (dist_patch_DATA): Add this. >> * gnu/packages/docker.scm (containerd)[source]: Add this pa

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 Liliana Marie Prikler
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 > - whether with two or a single core, it t

bug#56503: Poor error message on missing file using substitute*

2022-07-13 Thread Liliana Marie Prikler
Am Mittwoch, dem 13.07.2022 um 12:23 +0200 schrieb Daniel Meißner: > Hi, > > Maxim Cournoyer writes: > > > When substitute* encounters a nonexistent file, the error is > > reported > > to the guix CLI like so: > > > > [...] > > > > The main error message, "system-error "mkstemp" "~A" ("No such

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 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 - whether with two or a single core, it takes roughly the same amount of memory - substitution is nice, it doesn't require

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 see

bug#34432: Mapnik fails to build due to boost changes

2022-07-13 Thread Maxim Cournoyer
Hi, I've updated updated the package to 3.1.0 in 2e6be59131e9f16cbb690aaaffc0b2470dead611, but it sadly still refuse to link against our boost 1.77. I've reported the issue upstream [0]. Thanks, [0] https://github.com/mapnik/mapnik/issues/4329

bug#34229: tests/upstream.scm fails on master

2022-07-13 Thread Maxim Cournoyer
Hi, Ricardo Wurmus writes: > Chris Marusich writes: > >> At v0.16.0-1516-g86228e569 (current master branch head), the >> upstream.scm test fails with the following log: > > This is due to the changes in #34040 because one of the fields is now a > procedure. We’re discussing at #34040 how to ch

bug#34170: bitcoin-core bundles leveldb

2022-07-13 Thread Maxim Cournoyer
Hi Carl, Carl Dong writes: >> If desired, it would also be possible to do something in-between >> unbundling and using bitcoin's leveldb: define a 'leveldb/bitcoin' >> variant of the 'leveldb' package (using package/inherit or (package >> (inherit ...) ...)), add it as input to the 'bitcoin' pac

bug#33609: fortune-mod build (test) failure

2022-07-13 Thread Maxim Cournoyer
Hi, Sarah Morgensen writes: > Hi, > > Pierre Neidhardt writes: > >> I've pushed 6185732390003ca36a730231bb6280b68c37ee8e which skips the >> valgrind test. This is not ideal but better than having a broken >> package. >> >> Upstream has https://github.com/shlomif/fortune-mod/issues/21 which >>

bug#44559: gnutls 3.6.12 fails to build: FAIL: status-request-revoked

2022-07-13 Thread Maxim Cournoyer
Hi everyone, Ludovic Courtès writes: > Hi, > > Christopher Baines skribis: > >> Ludovic Courtès writes: >> >>> Perhaps we could start by testing this hypothesis on a separate build >>> farm. Chris, Mathieu, WDYT? >> >> I'm currently thinking about attempting these kind of things (testing >> b

bug#44563: Update python-ipykernel to 5.3.4

2022-07-13 Thread Maxim Cournoyer
Hi Stephen, Stephen Christie writes: > I was trying to set up Jupyter notebook with guix-jupyter, but ran > into an issue with receiving rendered images (e.g. from matplotlib), > which crashes the ipykernel. I hope an update of python-ipykernel to > upstream stable may fix this? If this is the c

bug#56540: ‘home-bash-service-type’ doesn’t quote environment variables

2022-07-13 Thread Ludovic Courtès
Similar to , ‘home-bash-service-type’ doesn’t quote environment variables. For example, if you add this service: --8<---cut here---start->8--- (define bash-fancy-prompt-service (simple-service 'bash-fancy-prompt

bug#56539: ‘guix shell -D … --export-manifest’ behaves inconsistently

2022-07-13 Thread Ludovic Courtès
Hi! I observe the following weird behavior, where the first invocation wrongfully expands ‘-D gnutls’ into a list of package specs, whereas the other invocations (only slightly different) lead to calls to ‘package->development-manifest’ as expected: --8<---cut here---start

bug#40410: gnome-todo build failure

2022-07-13 Thread Maxim Cournoyer
Hi, Danny Milosavljevic writes: > $ LC_ALL=C guix describe > Generation 70 Apr 02 2020 13:27:19(current) > guix 451c38b > repository URL: https://git.savannah.gnu.org/git/guix.git > branch: master > commit: 451c38b7d6017434a2a06646f1da6ef1e6ca4614 Our gnome-todo (version 41)

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 Maxim Cournoyer
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 see any reference of 1 GiB being enough in our cu

bug#39653: gdb 9.1 build hangs when using "-s armhf-linux" on x86_64-linux

2022-07-13 Thread Maxim Cournoyer
Hi Danny, Danny Milosavljevic writes: > Hi, > > the gdb 9.1 build hangs when using "-s armhf-linux" on x86_64-linux. > > $ guix describe > Generation 53 Feb 14 2020 20:09:47(current) > guix 6a7f4d8 > repository URL: https://git.savannah.gnu.org/git/guix.git > branch: master >

bug#39449: sane-backends unit test failure on x86_64-linux

2022-07-13 Thread Maxim Cournoyer
Hi, Ludovic Courtès writes: > Hi, > > Leo Prikler skribis: > >> * gnu/packages/scanner.scm (sane-backends)[arguments]<#:phases>: >> Add disable-failing-backend-tests. >> --- >> gnu/packages/scanner.scm | 4 >> 1 file changed, 4 insertions(+) >> >> diff --git a/gnu/packages/scanner.scm b/g

bug#38883: git submodule doesn't work in pure environment with ad-hoc git

2022-07-13 Thread Maxim Cournoyer
Hi, Danny Milosavljevic writes: > /gnu/store/kyva0irr3khr01rs3v16nd5g4bzcgc95-git-2.24.1/libexec/git-core/.git-submodule-real: > line 7: basename: command not found > /gnu/store/kyva0irr3khr01rs3v16nd5g4bzcgc95-git-2.24.1/libexec/git-core/.git-submodule-real: > line 7: sed: command not found > /

bug#50477: herd can't connect to socket on GNU/Hurd: Connection refused

2022-07-13 Thread Akib Azmain Turja via Bug reports for GNU Guix
Ricardo Wurmus writes: > Hi, > > ping not working inside qemu is a frequently encountered problem. See > also the Hurd wiki: > > […] note that ping doesn't work with QEMU's user-networking stack. > > https://www.gnu.org/software/hurd/hurd/running/qemu.html Yes, it says so. But it's wrong, or

bug#37765: Trivial rust 1.37.0-compiled program immediately segfaults on newest master

2022-07-13 Thread Maxim Cournoyer
Hi, Danny Milosavljevic writes: > $ cat b.rs > fn main() { > } > $ rustc b.rs > $ ./b > Segmentation fault > $ gdb ./b > (gdb) r > (gdb) bt > #0 0x77fe40f8 in call_init.part () from > /gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib/ld-linux-x86-64.so.2 > #1 0x77fe428e

bug#33614: reposurgeon build is broken

2022-07-13 Thread Maxim Cournoyer
Hi, I tried updating reposurgeon to see if I could get that resolved, but reposurgeon is now a Go module, so we'd need to change the build system and perhaps add a couple supporting Go modules. Would you like to take a look? Thanks, Maxim

bug#30434: magit won’t work over TRAMP

2022-07-13 Thread Maxim Cournoyer
Hi Maxime, Maxime Devos writes: > unarchive 30434 > reopen 30434 > thanks Why did you reopen that issue? Does the original problem still affect you (a hard-coded magit-git-executable causing problems when executed on remote machines via TRAMP). Thanks, Maxim

bug#30790: Broken Qt 5 in my main profile - Qt DBus ?

2022-07-13 Thread Maxim Cournoyer
Hi, Maxim Cournoyer writes: > Hi Danny, > > Danny Milosavljevic writes: > >> Hi, >> >> seems I broke Qt 5 in my main profile by updating some packages. >> >> I've got this situation: >> >> /gnu/store/gdcnj399zhkpa5kf2mnzgg9lfb3nnd0h-lyx-2.2.3$ gdb >> share/lyx/bin/lyx2.2 >> (gdb) r >> Cannot m

bug#56537: sushi: build failure, bad URI

2022-07-13 Thread Maxim Cournoyer
Hi Christopher, Christopher Howard writes: > Hello, I am trying to do a system reconfigure to update my system, but > eventually gnome dependency "sushi" tries to build and fails. I believe the > problem is that Guix is trying to download > https://download.gnome.org/sources/sushi/42.0/sushi-

bug#56537: sushi: build failure, bad URI

2022-07-13 Thread Christopher Howard
Hello, I am trying to do a system reconfigure to update my system, but eventually gnome dependency "sushi" tries to build and fails. I believe the problem is that Guix is trying to download https://download.gnome.org/sources/sushi/42.0/sushi-42.0.tar.xz but the path is actually https://download

bug#56371: Can't remove a package present in profil

2022-07-13 Thread bbb ee
Thanks, it is done :) Le ven. 8 juil. 2022 à 09:13, ( a écrit : > > Control: close #56371 > > To run a control command, send it to cont...@debbugs.gnu.org :) > > -- ( >

bug#56503: Poor error message on missing file using substitute*

2022-07-13 Thread Daniel Meißner via Bug reports for GNU Guix
Hi, Maxim Cournoyer writes: > When substitute* encounters a nonexistent file, the error is reported > to the guix CLI like so: > > [...] > > The main error message, "system-error "mkstemp" "~A" ("No such file or > directory") (2)" is malformed and doesn't report the actual file which > is missin