bug#69836: Guix build builds but errors when given file-like object

2024-03-16 Thread Richard Sent
When running ~$ guix build -f test.scm~, where test.scm returns a file like object, the output is built but an error is printed. According to (info (guix) Additional Build Options), file-like objects are supported by guix build -f. For example, with the following file: --8<---cut here

bug#69667: build of sway-1.9-checkout.drv failed

2024-03-16 Thread Hilton Chain via Bug reports for GNU Guix
Hi, On Mon, 11 Mar 2024 13:40:31 +0800, chris wrote: > > All issues were resolved by removing grimshot and wlgreet Fixed grimshot and wlgreet with fcf0fc0f33e6fc4ac96e585db5b048be620c3438 and edfb05e16d409ab71f5cc5c91747b693f0054d59. Thanks for reporting!

bug#69616: Regression in eshell-tramp since Emacs 29.1

2024-03-16 Thread Baptiste Strazzulla
Hello! Since the Emacs upgrade to 29.1 last october, I've been struggling with `sudo` in Emacs shell with the `eshell-tramp` module loaded (`(add-to-list 'eshell-modules-list 'eshell-tramp)`). It fails if given any command in ~/.guix-profile/bin: ``` ~ $ sudo git git: command not found ``` an

bug#69599: peercred package crashes guix go importer

2024-03-16 Thread Carlo Zancanaro
On Wed, Mar 06 2024, Nathan Dehnel wrote: > ice-9/boot-9.scm:1683:16: In procedure raise-exception: > In procedure getaddrinfo: System error Looks like an issue with the domain. Guix tries to look up inet.af, but the project doesn't have the domain any more[1]. Using "guix import go github.com/in

bug#69757: crash running guix pull

2024-03-16 Thread Brandon Belew
I'm on an Ubuntu 18.04 host running Guix. I just tried to do a Guix pull after reading the advisory about the bug in the Guix Daemon and got the following error, which suggested I send it to this email address: Updating channel 'guix' from Git repository at ' https://git.savannah.gnu.org/git/guix.

bug#69735: [BUG] Error running any docker-composse command

2024-03-16 Thread Arun Isaac
Hi John, > I would suggest we revert commit > d084fb4b04a1cebb59959633660013fff495cd0d and/or use the previous version > 6.1.3 until we can have docker compose with v2 support. As it is, this > makes docker-compose unusable on Guix without some manual downgrade. > > Arun, what do you think? Rev

bug#69735: [BUG] Error running any docker-composse command

2024-03-16 Thread John Kehayias via Bug reports for GNU Guix
Hi Edison and CC'ing Arun (commit in question), On Mon, Mar 11, 2024 at 04:52 PM, Edison Ibáñez wrote: > Greetings, with the last Commit, Python-Docker was updated, apparently this > causes errors with Docker-Compose, the apparent solution is to update the > Docker-Composse version, but changes