bug#48240: “guix copy” to host with daemon listening on TCP fails

2021-05-12 Thread Simon Streit
Ludovic Courtès writes: > Simon Streit skribis: >> Anyway, back to this old commit offloading works for all users. > > Is the socket file name displayed above correct? Or did you specify > something else in the record? No, nothing that I'm aware about. I haven't made any special changes. >

bug#48240: “guix copy” to host with daemon listening on TCP fails

2021-05-12 Thread Simon Streit
Ludovic Courtès writes: > Fixed in da28efef36af8925bcd9e40a81cbf552cf8c2d02. Let me know if it > works for you! I'll try it later. I missed this mail yesterday. Cheers!

bug#48335: Emacs is broken

2021-05-12 Thread Xinglu Chen
Leo Prikler wrote: > I can't: > > --8<---cut here---start->8--- > $ guix time-machine --commit=87b4b0e4385149b40ee87ae2d57712679452746b > -- \ > environment --pure --ad-hoc emacs -- emacs --version > GNU Emacs 27.2 > Copyright (C) 2021 Free Software Founda

bug#48335: Emacs is broken

2021-05-12 Thread Leo Prikler
Am Mittwoch, den 12.05.2021, 09:55 +0200 schrieb Xinglu Chen: > Leo Prikler wrote: > > > I can't: > > > > --8<---cut here---start->8--- > > $ guix time-machine -- > > commit=87b4b0e4385149b40ee87ae2d57712679452746b > > -- \ > > environment --pure --ad-hoc

bug#48238: Julia contains references to its build directory

2021-05-12 Thread zimoun
Hi, In the update to v1.6.1, please give a look at some explanations: On mer., 05 mai 2021 at 15:22, zimoun wrote: > $ find $(guix build julia --

bug#48335: Emacs is broken

2021-05-12 Thread Xinglu Chen
On Wed, May 12 2021, Leo Prikler wrote: >> Hmm, ldd doesn’t list any libraries for me >> >> --8<---cut here---start->8--- >> $ ldd /gnu/store/nvddirc1j6f031zhcwnkd0zrpjc10dyc-profile/bin/emacs >> not a dynamic executable >> --8<---cut here-

bug#48376: Failure in "guix pull"

2021-05-12 Thread Konrad Hinsen
Today's "guix pull" resulted in an error message that ends with a request for a bug report. So here it comes: === Updating channel 'guix-past' from Git repository at 'https://gitlab.inria.fr/guix-hpc/guix-past'... Updating ch

bug#48376: Failure in "guix pull"

2021-05-12 Thread Konrad Hinsen
Trying the "guix pull" a short while (and one commit to Guix) later, the error is gone. Which is a bit strange: whatever the cause of the error was, it's hard to believe that adding the package "python-sqlalchemy-stubs" (which is what commit f8a4724c101880892640dcc2fe3438dc2a26b624 did) could fix i

bug#48373: vice: processor dependency?

2021-05-12 Thread Christopher Howard
Comparing objdumps on the guix binary vs. my local binary, I suspect that the extension available on your CPU but not on mine is the AVX* instructions. I see that, e.g., VMOVAPS is used in your binary, but that is not available on my system. https://www.felixcloutier.com/x86/movaps some diff outp

bug#48373: vice: processor dependency

2021-05-12 Thread Brendan Tildesley via Bug reports for GNU Guix
I'm curious the guix version would also build differently on your computer. You can run for example guix build vice --no-grafts --check to build it from source and check the difference. if its different, something like guix gc -D $(guix build --no-grafts vice); guix build --no-substitutes vice

bug#48343: Cannot boot after installation

2021-05-12 Thread Brendan Tildesley via Bug reports for GNU Guix
If setting nomodeset is the answer, there is a trick you can use in GRUB to set it before boot. Apparently in GRUB, you: 1. Press e 2. Edit the linux ... line to add nomodeset as an option 3. Press ctrl X I just found the instructions here https://duckduckgo.com/?q=grub+nomode+set At least give

bug#48373: vice: processor dependency

2021-05-12 Thread Christopher Howard
Hello, I ran the following: guix gc -D $(guix build --no-grafts vice); guix build --no-substitutes vice guix challenge vice The result of the last command was /gnu/store/ixsr68sfkyfvp66mzg6291sv2gbdwvzc-vice-3.5 contents differ: local hash: 1gw2m26g506fivlki829h4ljjxs4s6c4c9hyi8bdzl1h4kw4qz6l

bug#48373: vice: processor dependency

2021-05-12 Thread Brendan Tildesley via Bug reports for GNU Guix
This is the build log from the server. there may be clues here if it differs from yours: https://ci.guix.gnu.org/build/290428/log/raw

bug#48373: vice: processor dependency?

2021-05-12 Thread Leo Famulari
On Tue, May 11, 2021 at 06:33:07PM -0800, Christopher Howard wrote: > As a guess, I suspect your build made use of some advanced multimedia > CPU flag not available on my computer. I'd guess that the problem is that it's being built with -march=native, which the build logs show. We'll need to dis

bug#48380: Guix 1.3 installer restarts after Partitioning Scheme

2021-05-12 Thread alphantom--- via Bug reports for GNU Guix
Here's how I reproduced the possible bug: Locale: English Locale Location: United States Choose Graphical Install Timezone: *not included due to privacy* Layout: English (US) Variant: English (US) Hostname: *Anything* Internet Access: Wifi Substitute server discovery: Disable System Admin Passwor

bug#48374: Found a bug, apparently.

2021-05-12 Thread Merazi via Bug reports for GNU Guix
Hello!, So I did a guix pull, and I got a message asking me to upload the bug report, so here I am. The message is as follows: merazi@guix~$ guix pull Updating channel 'nonguix' from Git repository at 'https://gitlab.com/nonguix/nonguix'... Updating channel 'guix' from Git repository at 'https:

bug#48343: Cannot boot after installation

2021-05-12 Thread Sergey Petrov
Hi Brendan! It works, I can proceed to system now, but terminal only, my WM (Enlightenment) cannot initialize. I think I can give a try to some other WMs and check how it goes. On 5/12/21 10:17 PM, Brendan Tildesley wrote: If setting nomodeset is the answer, there is a trick you can use in GRU

bug#48343: Cannot boot after installation

2021-05-12 Thread Sergey Petrov
Thanks, I've planned to read docs about it right after I can boot to guix :) On 5/12/21 4:24 AM, Ludovic Courtès wrote: Hi Sergey, Sergey Petrov skribis: Hm, I've added these lines to the etc/config.scm, tried to boot again and it doesn't seem to change anything... Note that /etc/config.scm

bug#48343: Cannot boot after installation

2021-05-12 Thread Bone Baboon via Bug reports for GNU Guix
Looks like you are running into many of the problems I had when I installed Guix on a computer. Sergey Petrov writes: > Hi Brendan! It works, I can proceed to system now > > On 5/12/21 10:17 PM, Brendan Tildesley wrote: >> If setting nomodeset is the answer, there is a trick you can use in >> GRUB

bug#48240: “guix copy” to host with daemon listening on TCP fails

2021-05-12 Thread Simon Streit
Ludovic Courtès writes: > Hi, > > Simon Streit skribis: > >> Then it was suggested I checkout to commit >> dd14678b9b9843be20e2bbb98ceb30d2433dab82 and force downgrade my new >> system. While doing so, I noticed that guix-daemon would still offload, >> while if I'd type in `guix offload test`,

bug#48343: Cannot boot after installation

2021-05-12 Thread pelzflorian (Florian Pelz)
On Wed, May 12, 2021 at 03:33:51PM -0400, Bone Baboon via Bug reports for GNU Guix wrote: > Sergey Petrov writes: > > but terminal only, my WM (Enlightenment) cannot initialize. I think I > > can give a try to some other WMs and check how it goes. > > You may find this has useful information in r

bug#48214: inetutils-1.9.4 build fails

2021-05-12 Thread Bone Baboon via Bug reports for GNU Guix
I have done several pulls since reporting that inetutils failed to build. I can now build inetutils-1.9.4 successfully. I still have IPv6 disabled. I do not know what the cause of the build failure was. I do not know why it can now build (likely a recent commit). Bone Baboon via Bug reports for

bug#48214: inetutils 1.9.4 builds successfully

2021-05-12 Thread Bone Baboon via Bug reports for GNU Guix
Closing bug#48214 because inetutils 1.9.4 now builds successfully even with IPv6 disabled.

bug#48392: Guile 3.0.7 fails to build on ci.guix.gnu.org

2021-05-12 Thread Leo Famulari
Guile 3.0.7 failed to build on the build farm, during the test suite. There's nothing to link to on ci.guix.gnu.org because Cuirass can't evaluate Guix without Guile. I've attached the build log. k1n1d8zxni80jpxxgzjqrg5yzaj7sl-guile-3.0.7.drv.gz Description: application/gunzip signature.asc D

bug#48389: Guix pull failed

2021-05-12 Thread Michael Jury
guix pull: error: You found a bug: the program '/gnu/store/0bgadpjvbbr1cs2pr9z4kqizx3k7smil-compute-guix-derivation' failed to compute the derivation for Guix (version: "6a724b0277f31245a0573c8347a6462786d7c0d1"; system: "x86_64-linux"; host version: "55aa50834fe07597adddbfc4e007de9420b195ec"; pull

bug#48390: bug

2021-05-12 Thread Florian Hoertlehner
guix pull: error: You found a bug: the program '/gnu/store/2pwr6pr8x583x0fl1wlr9cah6nr46fkk-compute-guix-derivation' failed to compute the derivation for Guix (version: "696cf48b98ad4ef03c88cdb5a83c739618c8fa16"; system: "x86_64-linux"; host version: "f09e4dd8ea6b86ecbae9c90e0316f6fa44b546d6"; pull

bug#48391: FYI: Guix 1.3.0 "guix pull" error

2021-05-12 Thread ogmtau via Bug reports for GNU Guix
Installed Guix 1.3.0 on bare metal, not in a virtual machine. Attached file guix-pull-error.txt is console output. Attached file lshw.txt is output from the lshw command. = λf.(λx.f(xx))(λx.f(xx)) ᚛ᚄᚂᚐᚅ  ᚐᚌᚐᚈ᚜ Sent with [ProtonMail](https://protonmail.com

bug#48393: Can't build installer on aarch64 / v86d fails to build on aarch64

2021-05-12 Thread Leo Famulari
I tried building the installer on my aarch64 computer, but it fails to build v86d, as shown below. This package v86d is used in the installer's uvesafb-shepherd-service service, which is supposed to not be used on aarch64 (the 'start' action of the service limits use to Intel-compatible systems).

bug#48392: Guile 3.0.7 fails to build on ci.guix.gnu.org

2021-05-12 Thread Leo Famulari
On Wed, May 12, 2021 at 09:34:15PM -0400, Leo Famulari wrote: > Guile 3.0.7 failed to build on the build farm, during the test suite. > > There's nothing to link to on ci.guix.gnu.org because Cuirass can't > evaluate Guix without Guile. > > I've attached the build log. I logged in to berlin.gnu.