Conflict with ffmpeg and mpv

2024-10-04 Thread Chris Keschnat
Hello, when upgrading a profile containing both mpv and ffmpeg, I get this error: #+begin_src sh guix package: error: profile contains conflicting entries for ffmpeg guix package: error: first entry: ffmpeg@7.0.2 /gnu/store/xrllv211xv66hcyg19l3p9cd21yi9506-ffmpeg-7.0.2 guix package: err

Re: udev rule only works with sudo

2024-08-04 Thread Chris Keschnat
Felix Lechner writes: >> crw--- 1 root root 242, 0 03.08.2024 09:03 /dev/hidraw0 > > With the group at 'root', are you sure the rule ran at all? You are right. It did not occur to me to even try without the udev rules. I removed them and Vial still works fine as root. > > It didn't for m

udev rule only works with sudo

2024-08-03 Thread Chris Keschnat
Hi, I'm trying to run Vial[1] and am following their guide[2]. To me it seems as if the permissions of the files in =/dev/= are not set correctly, but I don't know enough about udev to be certain. System configuration: #+begin_src scheme (define %vial-udev-rule (udev-rule "99-vial.rul

Re: Racket REPL not working

2023-08-23 Thread Chris Keschnat
Simon Tournier writes: > Hi, > > Sorry for the late reply. > > On Sun, 02 Jul 2023 at 15:57, "Philip McGrath" > wrote: > >>> ck@brak ~ $ guix shell --no-grafts racket -- racket --version >>> Welcome to Racket v8.8 [cs]. > >> I'm not exactly sure how to do this, but can we determine which gra

Re: Getting Guix to shutdown my laptop properly with Sway and no DE

2023-07-17 Thread Chris Keschnat
Same issue here, quite often. But I have no idea what's happening and no logs ;/ "Etienne B. Roesch" writes: > Hi, > > I think I have been having the same problem for a while, using standalone > guix system on a desktop. It seems to sort itself out after a pull and > system reconfigure, but th

Re: Racket REPL not working

2023-07-04 Thread Chris Keschnat
Sorry, I would not know how to find that out. "Philip McGrath" writes: > On Sun, Jul 2, 2023, at 12:12 PM, Chris Keschnat wrote: >> This works >> >> ck@brak ~ $ guix shell --no-grafts racket -- racket >> --version >> Welcome to Racket v8.8 [cs].

Re: Racket REPL not working

2023-07-02 Thread Chris Keschnat
This works ck@brak ~ $ guix shell --no-grafts racket -- racket --version Welcome to Racket v8.8 [cs]. > "Philip McGrath" writes: > On Sat, Jul 1, 2023, at 7:41 AM, Chris Keschnat wrote: >> "Philip McGrath" writes: >>> Are any of you able to reprodu

Re: Racket REPL not working

2023-07-01 Thread Chris Keschnat
"Philip McGrath" writes: > Are any of you able to reproduce the problem consistently at this point? Jup. I can provide info if anyone wants/asks, but I have no idea how to debug this myself unfortunately. #+begin_src sh ck@brak ~ $ racket Segmentation fault ck@brak ~ :( $ which racket

Re: Racket REPL not working

2023-06-29 Thread Chris Keschnat
Hi, to me/on my machine this seems to be some environment issue. Locations are the same: #+begin_src sh ck@brak ~ $ guix shell racket -- which racket /gnu/store/36ckdvyykaz3y5xbcvsbjqj4c7sazgsm-profile/bin/racket ck@brak ~ $ which racket /home/ck/.guix-profile/bin/racket ck@brak ~

Re: Compiling vterm: cc: command not found

2022-11-21 Thread Chris Keschnat via
Chris Keschnat writes: > Tobias Geerinckx-Rice writes: > >>> (anymore?) >> >> Guix has never provided the 'cc' alias for GCC AFAIR. >> >> Perhaps you were previously using 'clang-toolchain', which does >> symlink cc to clang

Re: Compiling vterm: cc: command not found

2022-11-13 Thread Chris Keschnat via
Tobias Geerinckx-Rice writes: >> (anymore?) > > Guix has never provided the 'cc' alias for GCC AFAIR. > > Perhaps you were previously using 'clang-toolchain', which does > symlink cc to clang? That's something that we, Guix, explicitly add; > not upstream. > > It's unfortunate that Guix promote

Compiling vterm: cc: command not found

2022-11-12 Thread Chris Keschnat via
Hello, after todays ~guix pull~, I cannot compile vterm anymore. I do not seem to have ~cc~ installed (anymore?). Am I missing a package? I have ~make~, ~cmake~, ~gcc~, and ~gcc-toolchain~ installed and didn't change anything on that front. Steps to reproduce (following the "Manual installation

Network bridge (for virsh)

2022-09-29 Thread Chris Keschnat via
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hello, I'm using the ~Virtual machine manager~. During installation/configuration I could not figure out the way to define a network bridge. I created it manually with ~virsh~: #+begin_src sh sudo virsh net-define /gnu/store/47s1cs65izld791m38aa

Re: Virtualisation: Network problems

2022-09-26 Thread Chris Keschnat via
"ja" means yes) > > gfp@Tuxedo ~$ sudo virsh net-list > Name Status Automatischer Start Bleibend > > network Aktivjaja > > > Gottfried > > > >

Re: Virtualisation: Network problems

2022-09-26 Thread Chris Keschnat via
do ~$ sudo virsh net-list > Name Status Automatischer Start Bleibend > > network Aktivjaja > > > Gottfried > > > > > From:

Re: Virtualisation: Network problems

2022-09-25 Thread Chris Keschnat via
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Gottfried writes: > [[PGP Signed Part:Undecided]] > Hi Guixers, > > Basic details of my Virtualisation setup: > > Name: QEUMU/KVM > Libvirt URL: qemu:///System > Autoconnect yes > - > Network selection > It give

Re: virtualization

2022-09-25 Thread Chris Keschnat via
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Gottfried writes: > [[PGP Signed Part:Undecided]] > Am 24.09.22 um 23:05 schrieb Gottfried: >> Am 23.09.22 um 21:53 schrieb Vagrant Cascadian: >>> On 2022-09-23, gottfr...@posteo.de wrote: I installed a VM software and I added libvirt and vir

Re: tor

2022-09-22 Thread Chris Keschnat via
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hello, you might need to add the module. (use-services-modules virtualization ) Gottfried writes: > [[PGP Signed Part:Undecided]] > Hi Denis, > > I added the libvirt-service-type in my config.scm > > > (service libvirt-ser

Re: Correct way to install perl-anyevent-i3?

2022-07-27 Thread Chris Keschnat via
Wow, you guys are fast. Thank you, adding perl to the list solved the issue. Ricardo Wurmus writes: > Chris Keschnat via writes: > >> So I added =perl-anyevent-i3= to the package definition (in the >> =operating-system=). >> After a =guix system reconfigure= and a r

Correct way to install perl-anyevent-i3?

2022-07-27 Thread Chris Keschnat via
Hello, I have =i3-wm= installed via a package under =operating-system=. Calling =i3-save-tree= gives the following error: #+begin_src sh $ i3-save-tree Can't locate AnyEvent/I3.pm in @INC (you may need to install the AnyEvent::I3 module) (@INC contains: /gnu/store/hy6abswwv4d89zp464fw52z6

Re: "profile contains conflicting entries..." for packages with the same version

2022-06-18 Thread Chris Keschnat via
Just for completeness: I now realized that the mu package installs mu4e and have disabled building mu4e in straight.el (:straight (:type built-in)). That solves every problem I had. On 6/18/2022 6:51 PM, Chris Keschnat via wrote: Hi Tobias, thank you. I did have a look at the remmina

Re: "profile contains conflicting entries..." for packages with the same version

2022-06-18 Thread Chris Keschnat via
t;make test" told me were missing. Thanks Chris On 6/18/2022 4:27 PM, Tobias Geerinckx-Rice wrote: Hi Chris, Chris Keschnat via 写道: guix install: error: profile contains conflicting entries for glib guix install: error:   first entry: glib@2.70.2 /gnu/store/zqy7rhv26ax5ng8ws3d3vs8gr1k

"profile contains conflicting entries..." for packages with the same version

2022-06-18 Thread Chris Keschnat via
Hello, I have "remmina" installed and get the following errors when trying to install "glib": $ guix install glib The following package will be installed:    glib 2.70.2 guix install: error: profile contains conflicting entries for glib guix install: error:   first entry: glib@2.70.2 /gnu/st