"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

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

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

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: 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

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: 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: 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: Virtualisation: Network problems

2022-09-26 Thread Chris Keschnat via
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Gottfried writes: > [[PGP Signed Part:Undecided]] > Hi Chris, > > thanks for your answer > > does: >> ~sudo virsh net-list~ show a network? > > yes, it shows a network: ("ja" means yes) > > gfp@Tuxedo ~$ sudo virsh net-list > Name Status

Re: Virtualisation: Network problems

2022-09-26 Thread Chris Keschnat via
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Gottfried, I just looked at your system config again and compared it to mine. You are missing the virtlog service. See =Virtlog daemon=[1] #+begin_src scheme (service virtlog-service-type (virtlog-configuration (max-clients 1

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

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

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

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? That's something that we, Guix, explicitly add; >> not upstream. >>