ProxyJump and offload

2021-04-11 Thread Jack Hill
Hi Guix, I'm tryng to set up offloading to a remote machine on a different network. The preffered way to access machines on the remote network is via openssh's ProxyJump option (as I understand it, this does some automated port forwarding to access the eventual remote host via the proxy host).

Re: freecad 19.1 / flatpak

2021-04-11 Thread Luis Felipe
On Sunday, April 11, 2021 10:19 PM, Ekaitz Zarraga wrote: > > I think it was related with vtk being updated to 9.0.0. > > I'll package it back to 8.2.0 and see what happens. > > https://forum.freecadweb.org/viewtopic.php?style=4&f=4&t=46934&start=10 > > I'll keep you all informed. > > Thanks for

Re: freecad 19.1 / flatpak

2021-04-11 Thread Ekaitz Zarraga
Hi Christophe, Yes, I just sent a new version with the package to the thread. The problem was Luis Felipe was able to compile it, probably because his system wasn't as up-to-date as yours. (That's why it worked in my computer too) So I found the same error you found after doing a guix-pull. The

Re: freecad 19.1 / flatpak

2021-04-11 Thread Ekaitz Zarraga
> I think it was related with vtk being updated to 9.0.0. > > I'll package it back to 8.2.0 and see what happens. > > https://forum.freecadweb.org/viewtopic.php?style=4&f=4&t=46934&start=10 > > I'll keep you all informed. > Thanks for the help! I think I have it working for the latest Guix versio

Re: local cuirass

2021-04-11 Thread Vincent Legoll
Hi, On Sun, Apr 11, 2021 at 6:37 PM Mathieu Othacehe wrote: > > when connecting to "https://$IP:8081/";, I get: > > > > SSL_ERROR_RX_RECORD_TOO_LONG > > I think you should try "$IP:8081" instead. The Cuirass web server is not > configured to handle HTTPS. You would need to setup an Nginx reverse

Re: freecad 19.1 / flatpak

2021-04-11 Thread Ekaitz Zarraga
> > > > > Many thanks! > > > > Unfortunately, the build does not work and has stopped after a few > > > > minutes. > > > > See attached the build log. > > > > Christophe > > > > > > I'll try to compile it again... I wasn't expecting the package to fail. > > > LOL > > > I'll keep you posted, tha

Re: freecad 19.1 / flatpak

2021-04-11 Thread Ekaitz Zarraga
> > > Many thanks! > > > Unfortunately, the build does not work and has stopped after a few > > > minutes. > > > See attached the build log. > > > Christophe > > > > I'll try to compile it again... I wasn't expecting the package to fail. LOL > > I'll keep you posted, thanks for the log! > > Eh, I

Re: freecad 19.1 / flatpak

2021-04-11 Thread Luis Felipe
‐‐‐ Original Message ‐‐‐ On Sunday, April 11, 2021 7:30 PM, Ekaitz Zarraga wrote: > > Many thanks! > > Unfortunately, the build does not work and has stopped after a few minutes. > > See attached the build log. > > Christophe > > I'll try to compile it again... I wasn't expecting the pack

Re: guix pull error after install i686 1.2.0

2021-04-11 Thread Leo Famulari
On Sun, Apr 11, 2021 at 03:04:14PM -0400, Leo Famulari wrote: > It's expected that, before the first `guix pull`, the origin is not > known. The per-user view of Guix, with provenance tracking, is created > on the first `guix pull`. > > However, the version string should be 1.2.0. Something has g

Environment of a shepherd service

2021-04-11 Thread edk
Dear fellow Guixers, I'm trying to create an operating system declaration, so that I can run a piece of software of mine in a container with =guix system container=. I wrote a package for the software. The package works: the tests pass and when the package is installed I can run the software. I

Re: freecad 19.1 / flatpak

2021-04-11 Thread Ekaitz Zarraga
> Many thanks! > Unfortunately, the build does not work and has stopped after a few minutes. > See attached the build log. > > Christophe I'll try to compile it again... I wasn't expecting the package to fail. LOL I'll keep you posted, thanks for the log!

Re: guix pull error after install i686 1.2.0

2021-04-11 Thread Leo Famulari
On Sat, Apr 10, 2021 at 09:54:18PM -0400, Bone Baboon wrote: > I can reproduce this after two separate install using this install > image: > https://ftp.gnu.org/gnu/guix/guix-system-install-1.2.0.i686-linux.iso.xz Okay. I have installed this ISO in a virtual machine, following the instructions in

Re: freecad 19.1 / flatpak

2021-04-11 Thread Christophe Pisteur
Le dimanche 11 avril 2021 à 16:45 +, Ekaitz Zarraga a écrit : > Hi, > > You can try with the file attached. > > You just need to run the following, considering `freecad.scm` is the attached > file, and that you are in the folder that contains the file. > ``` > guix build -f freecad.scm > ```

Re: Haskell program build and run using Cabal

2021-04-11 Thread Bone Baboon
Gary Johnson writes: > Guix System (unsurprisingly) has a built-in preference for building > packages with Guix. For building Haskell programs, check out the > `haskell-build-system`, which uses cabal and ghc under the hood. > > Also, if the package you want to install exists on Hackage > (https://

Re: freecad 19.1 / flatpak

2021-04-11 Thread Ekaitz Zarraga
Hi, You can try with the file attached. You just need to run the following, considering `freecad.scm` is the attached file, and that you are in the folder that contains the file. ``` guix build -f freecad.scm ``` Like half an hour later, you'll get an output similar to this: ``` $ guix build -

Re: local cuirass

2021-04-11 Thread Mathieu Othacehe
Hello Vincent, > when connecting to "https://$IP:8081/";, I get: > > SSL_ERROR_RX_RECORD_TOO_LONG I think you should try "$IP:8081" instead. The Cuirass web server is not configured to handle HTTPS. You would need to setup an Nginx reverse proxy as here: https://git.savannah.gnu.org/cgit/guix/m

Re: (No Subject)

2021-04-11 Thread Vincent Legoll
Hello, On Sun, Apr 11, 2021 at 6:20 PM Joshua Branson wrote: > Also any old-ish computer that has an Intel > processor should work well with GNU/Guix. Also beware of GPUs that need firmware / blobs. > PineBook Pro I've yet to see that is properly supported (as in: GUI desktop) by guix. Some di

Re: (No Subject)

2021-04-11 Thread Vagrant Cascadian
On 2021-04-11, Joshua Branson wrote: > reduxmotion writes: >> Is it possible to modify installation boot menu, to allow non-Free firmware >> loading? > A good solution to your problem might be to use hardware that supports > free software. ... > Also think penguin, za reason, and purism, system76

Re: (No Subject)

2021-04-11 Thread Joshua Branson
reduxmotion writes: > Hello, > > Is it possible to modify installation boot menu, to allow non-Free firmware > loading? Hello! These kind of questions we politely request do not take place on help-guix. :) We encourage users to use free software only. We would rather not explain users how to

Re: Haskell program build and run using Cabal

2021-04-11 Thread John Soo
Hello, There are a few problems with the ghc ecosystem in guix right now (unless they have been fixed in the last month or so). The following is relevant to you. Our version of cabal-install is incompatible with the default ghc version: http://issues.guix.gnu.org/45055 The fix for this is to u

Re: freecad 19.1 / flatpak

2021-04-11 Thread Christophe Pisteur
Le jeudi 08 avril 2021 à 13:05 +, Ekaitz Zarraga a écrit : > Hi all, > I had some free time and I decided to spend it on updating thefreecad > package to the 0.19.1 version. MANY THANKS > > I managed it to compile with the changes I add below, but I > prefer someone to test it thoroughly beca

Re: Haskell program build and run using Cabal

2021-04-11 Thread Gary Johnson
Bone Baboon writes: > I am trying to build a Haskell program from source and run it. I am > using Cabal a Haskell build tool to do this. I am able to build and run > this program without the following error messages on other Linux > operating systems. > > [snip] > > Doing an internet search for