* I can't install guile-picture-language
@ 2019-02-15 1:29 sirgazil
2019-02-15 11:09 ` Giovanni Biscuolo
0 siblings, 1 reply; 6+ messages in thread
From: sirgazil @ 2019-02-15 1:29 UTC (permalink / raw)
To: help-guix
Hi,
I'm getting this error:
········································
$ guix package -i guile-picture-language
guix package: error: guile-picture-language: unknown package
········································
As far as I can tell, my Guix version is up to date:
········································
$ guix --version
guix (GNU Guix) 0.16.0-9.4bddd12
Copyright (C) 2019 the Guix authors
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
········································
It happens only with this package. I can install other packages normally.
What could this be? Are you able to install guile-picture-language?
--
Luis Felipe López Acevedo
http://sirgazil.bitbucket.io/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: I can't install guile-picture-language
2019-02-15 1:29 I can't install guile-picture-language sirgazil
@ 2019-02-15 11:09 ` Giovanni Biscuolo
2019-02-15 14:14 ` sirgazil
0 siblings, 1 reply; 6+ messages in thread
From: Giovanni Biscuolo @ 2019-02-15 11:09 UTC (permalink / raw)
To: sirgazil, help-guix
[-- Attachment #1: Type: text/plain, Size: 1918 bytes --]
Hi sirgazil,
sirgazil <sirgazil@zoho.com> writes:
> Hi,
>
> I'm getting this error:
>
> ········································
> $ guix package -i guile-picture-language
> guix package: error: guile-picture-language: unknown package
> ········································
>
> As far as I can tell, my Guix version is up to date:
>
> ········································
> $ guix --version
> guix (GNU Guix) 0.16.0-9.4bddd12
> Copyright (C) 2019 the Guix authors
> License GPLv3+: GNU GPL version 3 or later
> <http://gnu.org/licenses/gpl.html>
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law.
> ········································
update your guix version with "guix pull": it's not enough up to date
> It happens only with this package. I can install other packages
> normally.
yes, that's because - looking at git logs - guile-picture-language was
added with commit 6bb5f88e1 on Sun Feb 3 01:37:12 2019 +0100 while your
guix commit (4bddd12) is dated Mon Jan 28 23:13:41 2019 +0100
guix is moving fast :-)
> What could this be? Are you able to install guile-picture-language?
yes, I was able to install precompiled from the default subsitutes
servers
this is my guix description:
--8<---------------cut here---------------start------------->8---
$ guix describe
Generation 6 Feb 14 2019 17:28:18 (current)
guix 03d3732
repository URL: https://git.savannah.gnu.org/git/guix.git
branch: master
commit: 03d373202347617056ef103d356575d068123db8
--8<---------------cut here---------------end--------------->8---
HTH!
Giovanni
[...]
--
Giovanni Biscuolo
Xelera IT Infrastructures
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: I can't install guile-picture-language
2019-02-15 11:09 ` Giovanni Biscuolo
@ 2019-02-15 14:14 ` sirgazil
2019-02-15 14:23 ` Julien Lepiller
2019-02-15 14:24 ` Ricardo Wurmus
0 siblings, 2 replies; 6+ messages in thread
From: sirgazil @ 2019-02-15 14:14 UTC (permalink / raw)
To: Giovanni Biscuolo, help-guix
Hi Giovanni,
El 15/02/19 a las 6:09 a. m., Giovanni Biscuolo escribió:
> Hi sirgazil,
>
> sirgazil <sirgazil@zoho.com> writes:
>
>> Hi,
>>
>> I'm getting this error:
>>
>> ········································
>> $ guix package -i guile-picture-language
>> guix package: error: guile-picture-language: unknown package
>> ········································
>>
>> As far as I can tell, my Guix version is up to date:
>>
>> ········································
>> $ guix --version
>> guix (GNU Guix) 0.16.0-9.4bddd12
>> Copyright (C) 2019 the Guix authors
>> License GPLv3+: GNU GPL version 3 or later
>> <http://gnu.org/licenses/gpl.html>
>> This is free software: you are free to change and redistribute it.
>> There is NO WARRANTY, to the extent permitted by law.
>> ········································
>
> update your guix version with "guix pull": it's not enough up to date
Actually, I did "guix pull" and "guix package -u" before trying to
install the package.
>> It happens only with this package. I can install other packages
>> normally.
>
> yes, that's because - looking at git logs - guile-picture-language was
> added with commit 6bb5f88e1 on Sun Feb 3 01:37:12 2019 +0100 while your
> guix commit (4bddd12) is dated Mon Jan 28 23:13:41 2019 +0100
>
> guix is moving fast :-)
The error makes sense, then :)
>> What could this be? Are you able to install guile-picture-language?
>
> yes, I was able to install precompiled from the default subsitutes
> servers
>
> this is my guix description:
>
> --8<---------------cut here---------------start------------->8---
> $ guix describe
> Generation 6 Feb 14 2019 17:28:18 (current)
> guix 03d3732
> repository URL: https://git.savannah.gnu.org/git/guix.git
> branch: master
> commit: 03d373202347617056ef103d356575d068123db8
> --8<---------------cut here---------------end--------------->8---
What doesn't make sense in my case is that I just ran "guix pull" and
"guix package -u" again (both as root and user), but when I run "guix
--version", I get the same version I posted yesterday:
········································
guix --version
guix (GNU Guix) 0.16.0-9.4bddd12
Copyright (C) 2019 the Guix authors
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
········································
Also, this is what "guix describe" tells me:
········································
$ guix describe
guix describe: error: failed to determine origin
········································
--
Luis Felipe López Acevedo
http://sirgazil.bitbucket.io/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: I can't install guile-picture-language
2019-02-15 14:14 ` sirgazil
@ 2019-02-15 14:23 ` Julien Lepiller
2019-02-15 16:57 ` sirgazil
2019-02-15 14:24 ` Ricardo Wurmus
1 sibling, 1 reply; 6+ messages in thread
From: Julien Lepiller @ 2019-02-15 14:23 UTC (permalink / raw)
To: sirgazil; +Cc: help-guix
>
> What doesn't make sense in my case is that I just ran "guix pull" and
> "guix package -u" again (both as root and user), but when I run "guix
> --version", I get the same version I posted yesterday:
>
> ········································
> guix --version
> guix (GNU Guix) 0.16.0-9.4bddd12
> Copyright (C) 2019 the Guix authors
> License GPLv3+: GNU GPL version 3 or later
> <http://gnu.org/licenses/gpl.html>
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law.
> ········································
>
> Also, this is what "guix describe" tells me:
>
> ········································
> $ guix describe
> guix describe: error: failed to determine origin
> ········································
Hi,
make sure that guix is not installed in your profile (so guix package
-u wouldn't "update" it) and that you run guix from
~/.config/guix/current/bin (check with `which guix`). If it's not the
case, add ~/.config/guix/current/bin to the beginning of your $PATH.
That should ensure that you actually run the guix that was installed
with guix pull.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: I can't install guile-picture-language
2019-02-15 14:23 ` Julien Lepiller
@ 2019-02-15 16:57 ` sirgazil
0 siblings, 0 replies; 6+ messages in thread
From: sirgazil @ 2019-02-15 16:57 UTC (permalink / raw)
To: Julien Lepiller; +Cc: help-guix
Hi Julien,
El 15/02/19 a las 9:23 a. m., Julien Lepiller escribió:
>>
>> What doesn't make sense in my case is that I just ran "guix pull" and
>> "guix package -u" again (both as root and user), but when I run "guix
>> --version", I get the same version I posted yesterday:
>>
>> ········································
>> guix --version
>> guix (GNU Guix) 0.16.0-9.4bddd12
>> Copyright (C) 2019 the Guix authors
>> License GPLv3+: GNU GPL version 3 or later
>> <http://gnu.org/licenses/gpl.html>
>> This is free software: you are free to change and redistribute it.
>> There is NO WARRANTY, to the extent permitted by law.
>> ········································
>>
>> Also, this is what "guix describe" tells me:
>>
>> ········································
>> $ guix describe
>> guix describe: error: failed to determine origin
>> ········································
>
> Hi,
>
> make sure that guix is not installed in your profile (so guix package
> -u wouldn't "update" it) and that you run guix from
I have the guix package installed in my profile. I use it to access the
Guix Scheme API. But the problem was related to the PATH variable.
> ~/.config/guix/current/bin (check with `which guix`). If it's not the
> case, add ~/.config/guix/current/bin to the beginning of your $PATH.
> That should ensure that you actually run the guix that was installed
> with guix pull.
Yeah, that solved the problem. I had a line prepending a different path
in my configuration.
Thanks for your help everyone,
--
Luis Felipe López Acevedo
http://sirgazil.bitbucket.io/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: I can't install guile-picture-language
2019-02-15 14:14 ` sirgazil
2019-02-15 14:23 ` Julien Lepiller
@ 2019-02-15 14:24 ` Ricardo Wurmus
1 sibling, 0 replies; 6+ messages in thread
From: Ricardo Wurmus @ 2019-02-15 14:24 UTC (permalink / raw)
To: sirgazil; +Cc: help-guix
sirgazil <sirgazil@zoho.com> writes:
>> update your guix version with "guix pull": it's not enough up to date
>
>
> Actually, I did "guix pull" and "guix package -u" before trying to
> install the package.
Make sure that you’re in fact using the updated version of Guix. “which
guix” should tell you that you’re using
“~/.config/guix/current/bin/guix”. If that’s not what it says you may
have to update your PATH to make sure that ~/.config/guix/current/bin/
appears first.
--
Ricardo
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2019-02-15 16:58 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-15 1:29 I can't install guile-picture-language sirgazil
2019-02-15 11:09 ` Giovanni Biscuolo
2019-02-15 14:14 ` sirgazil
2019-02-15 14:23 ` Julien Lepiller
2019-02-15 16:57 ` sirgazil
2019-02-15 14:24 ` Ricardo Wurmus
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).