GNU bug report logs -
#35908
guix describe: error: failed to determine origin (and possibly failed upgrades)
Previous Next
Reported by: Pronaip <pronaip <at> protonmail.com>
Date: Sat, 25 May 2019 21:55:01 UTC
Severity: normal
Tags: notabug
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 35908 in the body.
You can then email your comments to 35908 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#35908
; Package
guix
.
(Sat, 25 May 2019 21:55:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Pronaip <pronaip <at> protonmail.com>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Sat, 25 May 2019 21:55:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
I've been getting this error ever since I first installed Guix on Arch, but I have no idea why. I've ran guix pull and guix package -u both as root and as my own user several times since then but this error hasn't gone away.
Also I noticed that some functionality that works on my GuixSD install (like the `guix search` command) is simply nonexistent.
For obvious reasons I have no idea what version I'm on but I've run guix pull sometime in the last 48 hours and I originally installed it about a month or two before 1.0 came out. I also had some failed attempts at installing the AUR version but I don't know if that affected the later version that I installed straight from the offical script.
[Message part 2 (text/html, inline)]
Information forwarded
to
bug-guix <at> gnu.org
:
bug#35908
; Package
guix
.
(Sat, 25 May 2019 22:00:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 35908 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
oh wait, i found the version info
guix (GNU Guix) 0.16.0-11.f970946
[Message part 2 (text/html, inline)]
Information forwarded
to
bug-guix <at> gnu.org
:
bug#35908
; Package
guix
.
(Sun, 26 May 2019 06:38:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 35908 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi Pronaip,
Pronaip <pronaip <at> protonmail.com> writes:
> I've been getting this error ever since I first installed Guix on Arch, but I have no idea why. I've ran guix pull and guix package -u both as root and as my own user several times since then but this error hasn't gone away.
>
> Also I noticed that some functionality that works on my GuixSD install (like the `guix search` command) is simply nonexistent.
>
> For obvious reasons I have no idea what version I'm on but I've run guix pull sometime in the last 48 hours and I originally installed it about a month or two before 1.0 came out. I also had some failed attempts at installing the AUR version but I don't know if that affected the later version that I installed straight from the offical script.
It sounds like ~/.config/guix/current/bin is missing from PATH. See
'4.6 Invoking guix pull' in the manual.
Make sure that directory appears first in $PATH in order to get the
correct 'guix' executable.
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
bug-guix <at> gnu.org
:
bug#35908
; Package
guix
.
(Sun, 26 May 2019 21:40:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 35908 <at> debbugs.gnu.org (full text, mbox):
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Sunday, May 26, 2019 8:37 AM, Marius Bakke <mbakke <at> fastmail.com> wrote:
> Hi Pronaip,
>
> Pronaip pronaip <at> protonmail.com writes:
>
> > I've been getting this error ever since I first installed Guix on Arch, but I have no idea why. I've ran guix pull and guix package -u both as root and as my own user several times since then but this error hasn't gone away.
> > Also I noticed that some functionality that works on my GuixSD install (like the `guix search` command) is simply nonexistent.
> > For obvious reasons I have no idea what version I'm on but I've run guix pull sometime in the last 48 hours and I originally installed it about a month or two before 1.0 came out. I also had some failed attempts at installing the AUR version but I don't know if that affected the later version that I installed straight from the offical script.
>
> It sounds like ~/.config/guix/current/bin is missing from PATH. See
> '4.6 Invoking guix pull' in the manual.
>
> Make sure that directory appears first in $PATH in order to get the
> correct 'guix' executable.
Huh, I thought sourcing `~/.config/guix/current/bin` was enough...
guix stopped complaining about $PATH after I added that
maybe there should be a warning about the .config path too...
Information forwarded
to
bug-guix <at> gnu.org
:
bug#35908
; Package
guix
.
(Tue, 28 May 2019 14:39:02 GMT)
Full text and
rfc822 format available.
Message #17 received at 35908 <at> debbugs.gnu.org (full text, mbox):
Hello,
Pronaip <pronaip <at> protonmail.com> skribis:
> Huh, I thought sourcing `~/.config/guix/current/bin` was enough...
> guix stopped complaining about $PATH after I added that
> maybe there should be a warning about the .config path too...
‘guix pull’ does tell you to update PATH if needed.
‘guix describe’ also outputs a hint nowadays (pre-1.0.1):
--8<---------------cut here---------------start------------->8---
$ /run/current-system/profile/bin/guix describe
guix describe: error: failed to determine origin
hint: Perhaps this `guix' command was not obtained with `guix pull'? Its version string is 1.0.0-1.326dcbf.
--8<---------------cut here---------------end--------------->8---
HTH,
Ludo’.
Added tag(s) notabug.
Request was from
Ludovic Courtès <ludo <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Wed, 05 Jun 2019 15:31:01 GMT)
Full text and
rfc822 format available.
bug closed, send any further explanations to
35908 <at> debbugs.gnu.org and Pronaip <pronaip <at> protonmail.com>
Request was from
Ludovic Courtès <ludo <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Wed, 05 Jun 2019 15:31:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 04 Jul 2019 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 6 years and 44 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.