unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* look up for Guix version installed
@ 2022-10-28 16:53 Gottfried
  2022-10-28 16:57 ` (
  0 siblings, 1 reply; 9+ messages in thread
From: Gottfried @ 2022-10-28 16:53 UTC (permalink / raw)
  To: help-guix


[-- Attachment #1.1.1: Type: text/plain, Size: 227 bytes --]


Hi Guixers,

which command (CLI) should I use to get the version of Guix, that is 
installed on my system.
I checked the manual but didn't find anything. May be I overread it.

e.g.: guix@1.3.0-32.682639c

Gottfried

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3191 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]

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

* Re: look up for Guix version installed
  2022-10-28 16:53 look up for Guix version installed Gottfried
@ 2022-10-28 16:57 ` (
  2022-10-28 17:13   ` Gottfried
  0 siblings, 1 reply; 9+ messages in thread
From: ( @ 2022-10-28 16:57 UTC (permalink / raw)
  To: Gottfried, help-guix

On Fri Oct 28, 2022 at 5:53 PM BST, Gottfried wrote:
> which command (CLI) should I use to get the version of Guix, that is 
> installed on my system.
> I checked the manual but didn't find anything. May be I overread it.

  guix describe

    -- (


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

* Re: look up for Guix version installed
  2022-10-28 16:57 ` (
@ 2022-10-28 17:13   ` Gottfried
  2022-10-28 17:39     ` (
  2022-10-28 18:10     ` Tobias Geerinckx-Rice
  0 siblings, 2 replies; 9+ messages in thread
From: Gottfried @ 2022-10-28 17:13 UTC (permalink / raw)
  To: (, help-guix


[-- Attachment #1.1.1: Type: text/plain, Size: 693 bytes --]

Guix describe gives me:

gfp@Tuxedo ~$ guix describe
Generation 47	28. Oktober 2022 18:42:17	(aktuell)
   guix 8fed831
     Repository-URL: https://git.savannah.gnu.org/git/guix.git
     Branch: master
     Commit: 8fed831e2affd33b6a4e092a190128f991905342

but it does not give me:

guix@1.3.0-32.682639c

I would like to have the numbers... guix 1.3.0-32

Gottfried


Am 28.10.22 um 18:57 schrieb (:
> On Fri Oct 28, 2022 at 5:53 PM BST, Gottfried wrote:
>> which command (CLI) should I use to get the version of Guix, that is
>> installed on my system.
>> I checked the manual but didn't find anything. May be I overread it.
> 
>    guix describe
> 
>      -- (


[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3191 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]

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

* Re: look up for Guix version installed
  2022-10-28 17:13   ` Gottfried
@ 2022-10-28 17:39     ` (
  2022-10-28 18:10     ` Tobias Geerinckx-Rice
  1 sibling, 0 replies; 9+ messages in thread
From: ( @ 2022-10-28 17:39 UTC (permalink / raw)
  To: Gottfried, help-guix

On Fri Oct 28, 2022 at 6:13 PM BST, Gottfried wrote:
> I would like to have the numbers... guix 1.3.0-32

That's not the version of Guix you have installed; that's the version of the
``guix'' package, which follows its own versioning scheme and is periodically
updated to the latest commit (and you shouldn't install it).

    -- (


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

* Re: look up for Guix version installed
  2022-10-28 17:13   ` Gottfried
  2022-10-28 17:39     ` (
@ 2022-10-28 18:10     ` Tobias Geerinckx-Rice
  2022-10-28 18:54       ` Gottfried
  1 sibling, 1 reply; 9+ messages in thread
From: Tobias Geerinckx-Rice @ 2022-10-28 18:10 UTC (permalink / raw)
  To: Gottfried; +Cc: (, help-guix

[-- Attachment #1: Type: text/plain, Size: 785 bytes --]

Gottfried 写道:
> I would like to have the numbers... guix 1.3.0-32

Right.  That's what ‘guix --version’ should provide, but it's 
currently broken:

  λ guix --version
  guix (GNU Guix) 0

You can plug the commit given by ‘guix describe’ (or ‘guix system 
describe’, which can differ!) into a local Guix git checkout as a 
horrible work-around:

  λ guix describe
    […]
    guix 39e00f7
      […]
    commit: 39e00f7f6a0b80e95cf16970d201c786684e076a
  λ git clone https://git.savannah.gnu.org/git/guix.git
  λ cd guix
  λ git describe 39e00f7f6a0b80e95cf16970d201c786684e076a
  v1.3.0-26871-g39e00f7f6a0 (your ‘32’ was just a bit optimistic 
  :-)

I'm so sorry, but it technically does ‘work’…

Kind regards,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

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

* Re: look up for Guix version installed
  2022-10-28 18:10     ` Tobias Geerinckx-Rice
@ 2022-10-28 18:54       ` Gottfried
  2022-11-02 11:57         ` zimoun
  0 siblings, 1 reply; 9+ messages in thread
From: Gottfried @ 2022-10-28 18:54 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: (, help-guix


[-- Attachment #1.1.1: Type: text/plain, Size: 1404 bytes --]

Sincere thanks to paren, T G-R

I came to this idea because when I check:

  guix pull --news --details

then it shows me the new and updated packages.

And today there was:

guix 1.3.0-32.682639c

besides

  icedove-wayland@102.4.1,icedove@102.4.1, keepassxc@2.7.3, 
komikku@1.2.0, linux-libre-bpf@5.19.17 etc.

When icedove@102.4.1 shows the new version, which can be installed,
so I guessed that the new guix version can also be shown through a command.

Gottfried


Am 28.10.22 um 20:10 schrieb Tobias Geerinckx-Rice:
> Gottfried 写道:
>> I would like to have the numbers... guix 1.3.0-32
> 
> Right.  That's what ‘guix --version’ should provide, but it's currently 
> broken:
> 
>   λ guix --version
>   guix (GNU Guix) 0
> 
> You can plug the commit given by ‘guix describe’ (or ‘guix system 
> describe’, which can differ!) into a local Guix git checkout as a 
> horrible work-around:
> 
>   λ guix describe
>     […]
>     guix 39e00f7
>       […]
>     commit: 39e00f7f6a0b80e95cf16970d201c786684e076a
>   λ git clone https://git.savannah.gnu.org/git/guix.git
>   λ cd guix
>   λ git describe 39e00f7f6a0b80e95cf16970d201c786684e076a
>   v1.3.0-26871-g39e00f7f6a0 (your ‘32’ was just a bit optimistic  :-)
> 
> I'm so sorry, but it technically does ‘work’…
> 
> Kind regards,
> 
> T G-R


[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3191 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]

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

* Re: look up for Guix version installed
  2022-10-28 18:54       ` Gottfried
@ 2022-11-02 11:57         ` zimoun
  2022-11-02 14:07           ` Gottfried
  0 siblings, 1 reply; 9+ messages in thread
From: zimoun @ 2022-11-02 11:57 UTC (permalink / raw)
  To: Gottfried, Tobias Geerinckx-Rice; +Cc: (, help-guix

Hi,

On ven., 28 oct. 2022 at 18:54, Gottfried <gottfried@posteo.de> wrote:

>   guix pull --news --details
>
> then it shows me the new and updated packages.
>
> And today there was:
>
> guix 1.3.0-32.682639c

This is Guix as a Guile library and not Guix as package manager.  IMHO,
you should read,

  guile-libguix 1.3.0-32.682639c

which is somehow independent from ’guix’ you are using.


Cheers,
simon


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

* Re: look up for Guix version installed
  2022-11-02 11:57         ` zimoun
@ 2022-11-02 14:07           ` Gottfried
  2022-11-02 15:05             ` zimoun
  0 siblings, 1 reply; 9+ messages in thread
From: Gottfried @ 2022-11-02 14:07 UTC (permalink / raw)
  To: zimoun, Tobias Geerinckx-Rice; +Cc: (, help-guix


[-- Attachment #1.1.1: Type: text/plain, Size: 704 bytes --]

Hi Simon,
thanks for claryfying,

where can I read
guile-libguix 1.3.0-32.682639c or with which command I can find it?

fighting with the basics

Kind regards

Gottfried



Am 02.11.22 um 12:57 schrieb zimoun:
> Hi,
> 
> On ven., 28 oct. 2022 at 18:54, Gottfried <gottfried@posteo.de> wrote:
> 
>>    guix pull --news --details
>>
>> then it shows me the new and updated packages.
>>
>> And today there was:
>>
>> guix 1.3.0-32.682639c
> 
> This is Guix as a Guile library and not Guix as package manager.  IMHO,
> you should read,
> 
>    guile-libguix 1.3.0-32.682639c
> 
> which is somehow independent from ’guix’ you are using.
> 
> 
> Cheers,
> simon

-- 

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3191 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]

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

* Re: look up for Guix version installed
  2022-11-02 14:07           ` Gottfried
@ 2022-11-02 15:05             ` zimoun
  0 siblings, 0 replies; 9+ messages in thread
From: zimoun @ 2022-11-02 15:05 UTC (permalink / raw)
  To: Gottfried, Tobias Geerinckx-Rice; +Cc: (, help-guix

Hi,

On mer., 02 nov. 2022 at 14:07, Gottfried <gottfried@posteo.de> wrote:

> where can I read
> guile-libguix 1.3.0-32.682639c or with which command I can find it?

This does not exist.  The point is that the package named ’guix’ is only
relevant for those who use Guix as a Guile library.  Otherwise, the
version of the current Guix you are using is provided by “guix describe”
or “guix --version” (when it is not broken ;-)) and this version is not
related with the version of the package named ’guix’.


Cheers,
simon


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

end of thread, other threads:[~2022-11-02 15:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-28 16:53 look up for Guix version installed Gottfried
2022-10-28 16:57 ` (
2022-10-28 17:13   ` Gottfried
2022-10-28 17:39     ` (
2022-10-28 18:10     ` Tobias Geerinckx-Rice
2022-10-28 18:54       ` Gottfried
2022-11-02 11:57         ` zimoun
2022-11-02 14:07           ` Gottfried
2022-11-02 15:05             ` zimoun

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).