Re: Guix Pull - Device or Resource Busy

2023-01-08 Thread Timo Wilken
Hi MH, I don't have the solution to your problem unfortunately, but here are a few hopefully-useful pointers: On Sun, Jan 08, 2023 at 06:20:56PM +, mhrunn...@yahoo.com via wrote: > I have also run the "guix pull" command with the following options > to ascertain the error. > > # guix pull --

Re: Guix Pull - Device or Resource Busy

2023-01-08 Thread (
On Sun Jan 8, 2023 at 6:20 PM GMT, mhrunn...@yahoo.com via wrote: > However, I have been unable to capture the standard screen output for > analysis.  All attempts to direct the output using pipes "|" or redirection > ">" have failed. Have you tried redirecting stderr with ``2>''? guix pull -

[SOLVED] Re: emacs-xwidgets not working (gdk-pixbuf-error-quark) also no icons

2023-01-08 Thread Moisés Simón
Moisés Simón writes: > I will try to do a guix GC an see what happens. So after doing guix gc and rebooting everything works. I can run emacs-xwidgets and I have my icons back. Really strange. I would really love to know what was wrong with my system as I didn't even reinstall gtk+ on it, just

Re: Strange error when adding module gnu/packages/engineering

2023-01-08 Thread Reza Housseini
Probably you are missing some #:use-module at the top of your new module. I'd start minimal and see what works, and evaluate the package at the REPL for more accurate messages perhaps. Really strange, I started a guix repl and did ,use (guix) ,use (gnu packages simulation) ,build openfoam-org

Guix Pull - Device or Resource Busy

2023-01-08 Thread mhrunn...@yahoo.com
Hi All, I have installed the Guix system using the Guix 1.4 image and the graphical installer. Following directions in the Guix 1.4 manual, I have tried to run the following command as root from within the newly installed and running system. # guix pull This produces the following error message.

Re: new version of paps (printing package for emacs)

2023-01-08 Thread (
On Sun Jan 8, 2023 at 11:02 AM GMT, Gottfried wrote: > How can I update it myself? Clone the source code: git clone https://git.sv.gnu.org/git/guix.git cd guix Create a new branch to make your changes in: git branch wip-update-paps Now you can either use a git "worktree" (a new directory

Re: How to make audio devices available with guix shell --container

2023-01-08 Thread Gabriel Wicki
Hi! I'm not entirely sure why this exact error pops up, but i think this might render a nice opportunity for a small Guix shell/environment feature! I have created a simplistic patch, unfortunately that does not seem to work -- which puzzles me somewhat. What else is needed to add a user to a gr

Re: new version of paps (printing package for emacs)

2023-01-08 Thread Gottfried
Hi, Why don't you have a go? :) Then I would first need some hours of lessons from somebody who explains me everything! Kind regards Gottfried Am 08.01.23 um 12:01 schrieb (: On Sun Jan 8, 2023 at 10:59 AM GMT, Gottfried wrote: Does that mean there is a bug in the file? and I have to wa

Re: new version of paps (printing package for emacs)

2023-01-08 Thread Gottfried
Hi, paps 0.7.1 I have got already installed in my system. this means that your proposed command tried to install the same version of this program. Is it like this? How can I update it myself? Am 08.01.23 um 11:42 schrieb (: On Sun Jan 8, 2023 at 10:41 AM GMT, ( wrote: Try this: guix

Re: new version of paps (printing package for emacs)

2023-01-08 Thread (
On Sun Jan 8, 2023 at 10:59 AM GMT, Gottfried wrote: > Does that mean there is a bug in the file? and I have to wait until Guix > updates the package : paps? This is fairly easy to fix, and isn't exactly a bug; it's just the package is written for the old source. We just need to add the various

Re: new version of paps (printing package for emacs)

2023-01-08 Thread Gottfried
Hi, thanks It started to bootstrap the file but failed. phase `unpack' succeeded after 0.0 seconds starting phase `bootstrap' running './autogen.sh' patch-shebang: ./autogen.sh: changing `/bin/sh' to `/gnu/store/4y5m9lb8k3qkb1y9m02sw9w9a6hacd16-bash-minimal-5.1.8/bin/sh' ./autogen.sh: line 4:

Re: attempt to create a profile

2023-01-08 Thread Csepp
Gottfried writes: > [[PGP Signed Part:Undecided]] > Hi Simon, > > >> ...and also at start up that I can choose which profile to open? >>> What do you mean by “choose”? >>> > > > I meant when I am starting Guix, I can choose to use MATE desktop or > Enlightenment Desktop. > If there is also th

Re: new version of paps (printing package for emacs)

2023-01-08 Thread (
On Sun Jan 8, 2023 at 10:41 AM GMT, ( wrote: > Try this: > > guix install paps --with-source=paps=file:///home/user/.../paps No guarantee it'll work, though. If it doesn't, you'll have to look into updating it yourself. -- ( signature.asc Description: PGP signature

Re: new version of paps (printing package for emacs)

2023-01-08 Thread (
On Sun Jan 8, 2023 at 10:15 AM GMT, Gottfried wrote: > How can I download this new version in Guix? Try this: guix install paps --with-source=paps=file:///home/user/.../paps -- ( signature.asc Description: PGP signature

new version of paps (printing package for emacs)

2023-01-08 Thread Gottfried
Hi, the author of paps (printing package for emacs) updated his package. How can I download this new version in Guix? I downloaded his new version through git clone but I couldn't install it. I used guix package --install=/home/.../.../.../.../paps but it said not known package. -- K

Re: attempt to create a profile

2023-01-08 Thread Gottfried
Hi Simon, ...and also at start up that I can choose which profile to open? What do you mean by “choose”? I meant when I am starting Guix, I can choose to use MATE desktop or Enlightenment Desktop. If there is also the option to choose a certain profile, in case I have more profils. W