Am 25.02.22 um 15:06 schrieb Gottfried:
Hi,
Last idea:
check that the output of
realpath /home/gfp/.guix-profile/bin/icecat
is /gnu/store/hchyj7faw7f98njsja27i89v3jk7bbqm- icecat-
91.6.0- guix0-preview1/bin/icecat
and that icecat --version is something like 91.6.
My output:
gfp@Tuxedo ~$ realpath /home/gfp/.guix-profile/bin/icecat
/gnu/store/hchyj7faw7f98njsja27i89v3jk7bbqm-icecat-91.6.0-guix0-preview1/lib/icecat/icecat
Sorry, I don't know any further.
Try executing
/gnu/store/hchyj7faw7f98njsja27i89v3jk7bbqm-icecat-91.6.0-guix0-preview1/lib/icecat/icecat
--version and see what it reports. If it says 91.5, I cannot imagine,
what causes this.
Maybe someone can reproduce that problem, if you give us your channel
and profile manifest [1]. You can obtain those by running
guix package --export-manifest
guix package --export-channels
as documented in [1] and [2].
[1]: https://guix.gnu.org/manual/en/html_node/Replicating-Guix.html
[2]:
https://guix.gnu.org/manual/en/html_node/Invoking-guix-package.html#index-profile-manifest
gottfried