Re: Conflict with duplicate dependencies after removing and attempting to reinstall gnucash package

2020-07-05 Thread Todor Kondić
Thanks zimoun. What baffles me is that both dconf entries come from gnucash, even the same version of it. I did experiment with multiple profiles, but I am pretty sure I don't have the program in any of them any more. ‐‐‐ Original Message ‐‐‐ On Sunday, 5 July 2020 13:06, zimoun wr

Re: Erlang + Emacs profile

2020-07-05 Thread Maxim Cournoyer
Hello Zelphir! Zelphir Kaltstahl writes: [...] > Then I try to run the org-mode source block hello world Erlang: > > > start() -> > io:format("hello world"). > > > Here however, I get an error logged in my *Messages* buffer: > > > executing Erlang code block... > append-e

Re: BPF in linux-libre

2020-07-05 Thread John Soo
Hi Mathieu, I attached an updated series. I think I fixed up the lint errors. Pardon me. >> +(define-public libbpf >> + (let* ((commit "6a1615c263b679c17ecb292fa897f159e826dc10")) > Why using a specific commit? > The "0.0.9" is out there :) I updated the packages where it was appropriate. bc

Re: Guix completion in Emacs

2020-07-05 Thread Kyle Andrews
Pierre Neidhardt writes: > It works on and off for me, sometimes with the same error. > I haven't figured out yet how to reproduce this issue reliably. Part of the reason it may have been breaking for me was that I was placing an additional git checkout of guix on my guile %load-path. I don't r

Re: Conflict with duplicate dependencies after removing and attempting to reinstall gnucash package

2020-07-05 Thread zimoun
Dear, On Sun, 05 Jul 2020 at 09:57, Todor Kondić wrote: > So, I installed gnucash package, then removed it. Now I tried to install it > again (after a pull and upgrade) and I have this: > > The following package will be installed: >gnucash 3.8 > > guix package: error: profile contains confl

Conflict with duplicate dependencies after removing and attempting to reinstall gnucash package

2020-07-05 Thread Todor Kondić
Hi, So, I installed gnucash package, then removed it. Now I tried to install it again (after a pull and upgrade) and I have this: The following package will be installed: gnucash 3.8 guix package: error: profile contains conflicting entries for dconf guix package: error: first entry: dconf

Re: BPF in linux-libre

2020-07-05 Thread Mathieu Othacehe
Hey, > +(define-public linux-libre-with-bpf > + (make-linux-libre* linux-libre-5.4-version > + linux-libre-5.4-source > + '("x86_64-linux" "i686-linux" "armhf-linux" > "aarch64-linux" "riscv64-linux") > + #:extra-version "bpf" > +

Re: BPF in linux-libre

2020-07-05 Thread Mathieu Othacehe
Hello John, Thanks for this serie, a few remarks below. > +(define-public libbpf > + (let* ((commit "6a1615c263b679c17ecb292fa897f159e826dc10")) Why using a specific commit? > +(package > + (name "libbpf") > + (version "0.0.8") The "0.0.9" is out there :) > + (source > +