bug#64872: guix pull: texlive-hyphen-complete: build failed (was: "guix pull: po4a: build failed")

2023-08-04 Thread Artyom Poptsov
Hello, Sorry for the late reply! I removed http_proxy=http://127.0.0.1:9080 https_proxy=http://127.0.0.1:9080 from my "Environment" variable in "guix-daemon.service" and after I restarted the Guix daemon "guix pull" and "guix upgrade" went flawlessly. Thank you for your help. - avp On Fri, 2

bug#65056: https://issues.guix.gnu.org/ cannot be accessed through Tor

2023-08-04 Thread Altadil via Bug reports for GNU Guix
Hi, it is no longer possible to get to the bug database at https://issues.guix.gnu.org/ when using Tor Browser. The result is an error message saying: "The connection has timed out". It looks like a general block of Tor rather than a block of specific IPs, since attempting with different Tor cir

bug#65056: https://issues.guix.gnu.org/ cannot be accessed through Tor

2023-08-04 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Hi Altadil, On 2023-08-04 18:57, Altadil via Bug reports for GNU Guix wrote: it is no longer possible to get to the bug database at https://issues.guix.gnu.org/ when using Tor Browser. I forgot to mention this on IRC, but issues. is ‘simply’ a nicer unified frontend to the venerable GNU Debbu

bug#65056: https://issues.guix.gnu.org/ cannot be accessed through Tor

2023-08-04 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
On 2023-08-04 21:21, Tobias Geerinckx-Rice via Bug reports for GNU Guix wrote: The Guix project does not block Tor. If the datacentre has decided to block Tor like it blocked most of Russia, there is little we can do but ask them to reconsider. Didn't mean to sound quite so fatalistic. We cou

bug#64976: guix build: error: invalid character `~' in name

2023-08-04 Thread nigko
Hello, When running "guix build -f alps.scm" where alps.scm uses url-fetch with (uri "https://exa.phys.s.u-tokyo.ac.jp/archive/MateriApps/src/alps_20220304~r7871.orig.tar.gz";) the following error occurs guix build: error: invalid character `~' in name 'alps_20220304~r7871.orig.tar.gz.drv'

bug#64999: Acknowledgement (emacs-next: emacs-29.1 fails to native-compile libraries, giving a runtime error that ctri.o and other files can't be found)

2023-08-04 Thread Adam Porter
FYI, I hacked together a new package definition, updating the emacs-next one to build 29.1 from the release tarball, and after installing it, everything seems to work, including native compilation. I don't know enough about Guix to understand why using "guix install" with the package transform

bug#64999: emacs-next: emacs-29.1 fails to native-compile libraries, giving a runtime error that ctri.o and other files can't be found

2023-08-04 Thread Adam Porter
Hi, Since Emacs 29.1 was just released, I tried to install it with: guix install emacs-next --with-commit=emacs-next=emacs-29.1 This builds and installs without error, and it runs, but when Emacs tries to native-compile Elisp libraries at startup, I get these errors in the "*Warnings*" buff

bug#64455: shepherd: unable to use redefined system/system* in 0.10.1

2023-08-04 Thread urb59
‌Hello, Sorry for the late reply, but release 0.10.2 didn't fix the issue. Current workaround: suppressing redefinition of system/system* and suppressing running tests/system-star.sh I am open to suggestions of how to help you debug that. Don't reply to buma2023, it was me, but it's a throw aw

bug#64963: guix pull bug

2023-08-04 Thread Jordan Russell
One bit of context about this bug is I was running dnf update at the same time as this ocurred. re-running guix pull later failed to repdroduce the bug.

bug#64963: guix pull bug

2023-08-04 Thread Jordan Russell
[jordan@hudzen:~]$ guix pull Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... Authenticating channel 'guix', commits 9edb3f6 to 5e9db8a (11,054 new commits)... Building from this channel: guix https://git.savannah.gnu.org/git/guix.git 5e9db8a

bug#64976: guix build: error: invalid character `~' in name

2023-08-04 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Certain characters are not allowed in store item[0] names. This restriction was inherited verbatim[1] from Nix. As such there's no bug here, although you could start a separate discussion about relaxing these restrictions if you like. So what to do? url-fetch defaults to the URL's basename