Re: Guix home canonicalize-path error

2025-02-13 Thread Laurence Rochfort
On Thu, 13 Feb 2025, 10:08 45mg, <45mg.wri...@gmail.com> wrote: > Hi Laurence, > > Laurence Rochfort writes: > > > guix home: error: canonicalize-path: No such file or directory: > > "/home/XXX/src/guix-config/src/guix-config/.bashrc" > > It's hard to tell without seeing your home-configurati

Re: Guix home canonicalize-path error

2025-02-13 Thread 45mg
Hi Laurence, Laurence Rochfort writes: > guix home: error: canonicalize-path: No such file or directory: > "/home/XXX/src/guix-config/src/guix-config/.bashrc" It's hard to tell without seeing your home-configuration.scm, but my instinct is that you're using `home-files-service-type` or some

Guix home canonicalize-path error

2025-02-13 Thread Laurence Rochfort
Hello, On a new install of Guix system, running "guix home reconfigure" produces the error below: 17 guix pull 18 hash guix 19 guix home import src/guix-config 20 emacs -nw -q src/guix-config/home-configuration.scm 21 guix home reconfigure src/guix-config/home-configuration.scm g

Re: path error

2018-02-26 Thread Björn Höfling
Hi Quiliro, On Mon, 26 Feb 2018 15:52:54 -0500 Quiliro Ordonez Baca wrote: > I have downloaded OpenKinect. (Disclosure: I have not checked wether > it is has non-libre software yet.) I typed: I haven't checked either. I just saw the keyword "firmwire", which smells like binaries. > > git clo

Re: path error

2018-02-26 Thread Quiliro Ordonez Baca
I suspect the error has to do with: > -- Cache values > CMAKE_BUILD_TYPE:STRING= > CMAKE_INSTALL_PREFIX:PATH=/usr/local > quiliro@portkomputilo ~/libfreenect/build$

Re: path error

2018-02-26 Thread Quiliro Ordonez Baca
Andreas Enge writes: > Hello, > > the solution lies probably here: > > On Mon, Feb 26, 2018 at 03:52:54PM -0500, Quiliro Ordonez Baca wrote: >> gcc: error trying to exec 'as': execvp: No existe el fichero o el >> directorio > > The "as" binary is part of the binutils package. > But I would re

Re: path error

2018-02-26 Thread Andreas Enge
Hello, the solution lies probably here: On Mon, Feb 26, 2018 at 03:52:54PM -0500, Quiliro Ordonez Baca wrote: > gcc: error trying to exec 'as': execvp: No existe el fichero o el > directorio The "as" binary is part of the binutils package. But I would recommend to install gcc-toolchain inste

path error

2018-02-26 Thread Quiliro Ordonez Baca
I have downloaded OpenKinect. (Disclosure: I have not checked wether it is has non-libre software yet.) I typed: git clone https://github.com/OpenKinect/libfreenect cd libfreenect mkdir build cd build cmake -L .. But I get an error on executing that command. Here is the output: quiliro@portkomp