Re: [ANN] Emacs-Guix 0.4.1

2018-07-20 Thread Pierre Neidhardt
Don't know if it's related, but since yesterday's pull I get errors when trying to update some packages: --8<---cut here---start->8--- > (process-package-actions "/var/guix/profiles/per-user/ambrevar/guix-profile" > #:install '() #:upgrade '(("gnupg@2.2.8"

Re: [ANN] Emacs-Guix 0.4.1

2018-07-16 Thread Pierre Neidhardt
Sorry for the long delay... :( > I think it can happen only if you added it to > GUIX_PACKAGE_PATH, did you? No I did not: --8<---cut here---start->8--- (getenv "GUIX_PACKAGE_PATH") $5 = "/home/ambrevar/.guix-packages" --8<---cut

Re: [ANN] Emacs-Guix 0.4.1

2018-07-05 Thread Alex Kost
Pierre Neidhardt (2018-07-04 11:51 +0200) wrote: >> %load-path > $4 = ("/home/ambrevar/.guix-packages" "/home/ambrevar/projects/guix" > "/gnu/store/hjx7wm756cxfl91j8iphrl5izd8xvp3f-emacs-guix-0.4.1.1/share/guile/site/2.2" > "/home/ambrevar/.config/guix/current/share/guile/site/2.2" Aha! here it

Re: [ANN] Emacs-Guix 0.4.1

2018-07-04 Thread Pierre Neidhardt
Here are the values: > (message "%S" (guix-repl-guile-args)) "(\"-L\" \"/gnu/store/hjx7wm756cxfl91j8iphrl5izd8xvp3f-emacs-guix-0.4.1.1/share/guile/site/2.2\" \"-C\" \"/gnu/store/hjx7wm756cxfl91j8iphrl5izd8xvp3f-emacs-guix-0.4.1.1/lib/guile/2.2/site-ccache\" \"-L\"

Re: [ANN] Emacs-Guix 0.4.1

2018-07-04 Thread Alex Kost
Alex Kost (2018-07-03 22:14 +0300) wrote: > Pierre Neidhardt (2018-07-03 18:40 +0200) wrote: [...] >> With >> >> (add-to-list 'geiser-guile-load-path "~/projects/guix") >> >> I still experience the transaction issue. This geiser-guile-load-path should be placed after

Re: [ANN] Emacs-Guix 0.4.1

2018-07-03 Thread Alex Kost
Pierre Neidhardt (2018-07-03 18:40 +0200) wrote: > Alex Kost writes: > >> Pierre Neidhardt (2018-06-28 19:04 +0200) wrote: >>> Indeed, I had this: >>> >>> (add-to-list 'geiser-guile-load-path "~/projects/guix") >>> >>> as per "(guix) The Perfect Setup" of the Guix manual. Removing this >>>

Re: [ANN] Emacs-Guix 0.4.1

2018-07-03 Thread Pierre Neidhardt
Alex Kost writes: > Pierre Neidhardt (2018-06-28 19:04 +0200) wrote: >> Indeed, I had this: >> >> (add-to-list 'geiser-guile-load-path "~/projects/guix") >> >> as per "(guix) The Perfect Setup" of the Guix manual. Removing this >> fixed the transaction issues. >> >> Insights? > >

Re: [ANN] Emacs-Guix 0.4.1

2018-06-29 Thread Alex Kost
Pierre Neidhardt (2018-06-28 19:04 +0200) wrote: > Alex Kost writes: > >> I don't know. This error looks like guile load paths are not set >> correctly. Could you switch to Guix REPL and check whether %load-path >> contains "~/.config/guix/current/share/guile/site/2.2" ? > > Indeed, I had

Re: [ANN] Emacs-Guix 0.4.1

2018-06-28 Thread Pierre Neidhardt
Alex Kost writes: > I don't know. This error looks like guile load paths are not set > correctly. Could you switch to Guix REPL and check whether %load-path > contains "~/.config/guix/current/share/guile/site/2.2" ? Indeed, I had this: (add-to-list 'geiser-guile-load-path

Re: [ANN] Emacs-Guix 0.4.1

2018-06-28 Thread Alex Kost
Pierre Neidhardt (2018-06-28 12:23 +0200) wrote: > ERROR: In procedure scm-error: > no code for module (guix build utils) > > Is something wrong my setup? I don't know. This error looks like guile load paths are not set correctly. Could you switch to Guix REPL and check whether %load-path

Re: [ANN] Emacs-Guix 0.4.1

2018-06-28 Thread Pierre Neidhardt
Hi Alex! Thanks a lot for this release! I'm still having issues however: 1. `guix-installed-user-packages' does not seem to know about the updated guix packages after a `guix pull'. 2. All transactions fail, for instance: --8<---cut here---start->8---