unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* Problem with guix pull (error when generating cashe for a package)
@ 2020-09-21  7:18 Todor Kondić
  2020-09-21 10:02 ` Todor Kondić
  2020-09-29 17:04 ` zimoun
  0 siblings, 2 replies; 4+ messages in thread
From: Todor Kondić @ 2020-09-21  7:18 UTC (permalink / raw)
  To: help-guix\@gnu.org

Hi,

Doing a pull this morning (guix pull -c4) results in this error:
(repl-version 0 1 1)
Generating package cache for '/gnu/store/9h588g8m8rz57yy465gi32m0822s1nsd-profile'...
(exception unbound-variable (value #f) (value "Unbound variable: ~S") (value (r-preprocesscore)) (value #f))

I thought this is odd, because no R programs are in my default profile. I also do not think those listed below depend on r-preprocesscore:

guix package -I:
markdown
pigz
whois
recordmydesktop
git
angband
gnucash
crawl
crawl-tiles
w3m
gimp
stellarium
celestia
tuxpaint
adb

*** end list of installed packages ***




Another interesting thing is that when,

guix package -r gnucash

I get,

guix package: warning: Your Guix installation is 26 days old.
guix package: warning: Consider running 'guix pull' followed by
'guix package -u' to get up-to-date packages and security updates.

guix package: error: package 'gnucash' not found in profile

*** end of remove gnucash output ***


I do have other profiles laying around, but they should not matter in this case, should they?



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Problem with guix pull (error when generating cashe for a package)
  2020-09-21  7:18 Problem with guix pull (error when generating cashe for a package) Todor Kondić
@ 2020-09-21 10:02 ` Todor Kondić
  2020-09-29 17:04 ` zimoun
  1 sibling, 0 replies; 4+ messages in thread
From: Todor Kondić @ 2020-09-21 10:02 UTC (permalink / raw)
  To: Todor Kondić; +Cc: help-guix\\@gnu.org

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Monday, 21 September 2020 09:18, Todor Kondić <tk.code@protonmail.com> wrote:

> Hi,
>
> Doing a pull this morning (guix pull -c4) results in this error:
> (repl-version 0 1 1)
> Generating package cache for '/gnu/store/9h588g8m8rz57yy465gi32m0822s1nsd-profile'...
> (exception unbound-variable (value #f) (value "Unbound variable: ~S") (value (r-preprocesscore)) (value #f))
>
> I thought this is odd, because no R programs are in my default profile. I also do not think those listed below depend on r-preprocesscore:
>
> guix package -I:
> markdown
> pigz
> whois
> recordmydesktop
> git
> angband
> gnucash
> crawl
> crawl-tiles
> w3m
> gimp
> stellarium
> celestia
> tuxpaint
> adb
>
> *** end list of installed packages ***
>
> Another interesting thing is that when,
>
> guix package -r gnucash
>
> I get,
>
> guix package: warning: Your Guix installation is 26 days old.
> guix package: warning: Consider running 'guix pull' followed by
> 'guix package -u' to get up-to-date packages and security updates.
>
> guix package: error: package 'gnucash' not found in profile
>
> *** end of remove gnucash output ***
>
> I do have other profiles laying around, but they should not matter in this case, should they?

About the second issue (gnucash), just to be more precise, guix lists gnucash as installed in the default .guix-profile profile, but when trying to remove it "guix package -r gnucash" returns the error (gnucash not found in profile).




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Problem with guix pull (error when generating cashe for a package)
  2020-09-21  7:18 Problem with guix pull (error when generating cashe for a package) Todor Kondić
  2020-09-21 10:02 ` Todor Kondić
@ 2020-09-29 17:04 ` zimoun
  2020-09-30  3:26   ` Todor Kondić
  1 sibling, 1 reply; 4+ messages in thread
From: zimoun @ 2020-09-29 17:04 UTC (permalink / raw)
  To: Todor Kondić, help-guix\@gnu.org

Hi,

On Mon, 21 Sep 2020 at 07:18, Todor Kondić <tk.code@protonmail.com> wrote:
> Hi,
>
> Doing a pull this morning (guix pull -c4) results in this error:
> (repl-version 0 1 1)
> Generating package cache for '/gnu/store/9h588g8m8rz57yy465gi32m0822s1nsd-profile'...
> (exception unbound-variable (value #f) (value "Unbound variable: ~S") (value (r-preprocesscore)) (value #f))

What is your output of “guix describe”?


> Another interesting thing is that when,
>
> guix package -r gnucash
>
> I get,
>
> guix package: warning: Your Guix installation is 26 days old.
> guix package: warning: Consider running 'guix pull' followed by
> 'guix package -u' to get up-to-date packages and security updates.
>
> guix package: error: package 'gnucash' not found in profile

What is your output of “guix package -l”?


All the best,
simon




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Problem with guix pull (error when generating cashe for a package)
  2020-09-29 17:04 ` zimoun
@ 2020-09-30  3:26   ` Todor Kondić
  0 siblings, 0 replies; 4+ messages in thread
From: Todor Kondić @ 2020-09-30  3:26 UTC (permalink / raw)
  To: help-guix\@gnu.org

On Tuesday, 29 September 2020 19:04, zimoun <zimon.toutoune@gmail.com> wrote:

> Hi,
>
> On Mon, 21 Sep 2020 at 07:18, Todor Kondić tk.code@protonmail.com wrote:
>
> > Hi,
> > Doing a pull this morning (guix pull -c4) results in this error:
> > (repl-version 0 1 1)
> > Generating package cache for '/gnu/store/9h588g8m8rz57yy465gi32m0822s1nsd-profile'...
> > (exception unbound-variable (value #f) (value "Unbound variable: ~S") (value (r-preprocesscore)) (value #f))
>
> What is your output of “guix describe”?
>
> > Another interesting thing is that when,
> > guix package -r gnucash
> > I get,
> > guix package: warning: Your Guix installation is 26 days old.
> > guix package: warning: Consider running 'guix pull' followed by
> > 'guix package -u' to get up-to-date packages and security updates.
> > guix package: error: package 'gnucash' not found in profile
>
> What is your output of “guix package -l”?
>
> All the best,
> simon

Hello,

I solved the first issue. The r-preprocessorcore package has probably been moved to a different module (bioconductor) and one of the packages in my custom channel depending on it just needed to be updated with an additional use-module entry.

As for the second problem, I wiped the entire system recently, so I cannot comment any further on this :)



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-09-30  3:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-21  7:18 Problem with guix pull (error when generating cashe for a package) Todor Kondić
2020-09-21 10:02 ` Todor Kondić
2020-09-29 17:04 ` zimoun
2020-09-30  3:26   ` Todor Kondić

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).