GNU bug report logs - #66757
missing INFOPATH for some packages (Git, Coreutils)

Previous Next

Package: guix;

Reported by: Simon Tournier <zimon.toutoune <at> gmail.com>

Date: Thu, 26 Oct 2023 08:36:02 UTC

Severity: normal

Tags: notabug

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

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 66757 in the body.
You can then email your comments to 66757 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#66757; Package guix. (Thu, 26 Oct 2023 08:36:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Simon Tournier <zimon.toutoune <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Thu, 26 Oct 2023 08:36:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Simon Tournier <zimon.toutoune <at> gmail.com>
To: bug-guix <at> gnu.org
Subject: missing INFOPATH for some packages (Git, Coreutils)
Date: Thu, 26 Oct 2023 10:11:28 +0200
Hi,

Is it expected

--8<---------------cut here---------------start------------->8---
$ guix shell -C git coreutils
[env]$ ls $GUIX_ENVIRONMENT/share/info
coreutils.info.gz  dir	git.info.gz  gitman.info.gz

/tmp/some-dir [env]$ exit
$ guix shell -C git coreutils --search-paths
export PATH="/gnu/store/jigy78ai2asmgwhxpxzq2dhqhqi8c4p6-profile/bin${PATH:+:}$PATH"
export GIT_EXEC_PATH="/gnu/store/jigy78ai2asmgwhxpxzq2dhqhqi8c4p6-profile/libexec/git-core"
--8<---------------cut here---------------end--------------->8---

?  I was expecting an INFOPATH in the search path.

Well, it appears to me a bug but if I am missing something, feel free to
point me what :-) and then close.


Cheers,
simon




Information forwarded to bug-guix <at> gnu.org:
bug#66757; Package guix. (Fri, 27 Oct 2023 02:34:01 GMT) Full text and rfc822 format available.

Message #8 received at 66757 <at> debbugs.gnu.org (full text, mbox):

From: John Kehayias <john.kehayias <at> protonmail.com>
To: Simon Tournier <zimon.toutoune <at> gmail.com>
Cc: 66757 <at> debbugs.gnu.org
Subject: Re: bug#66757: missing INFOPATH for some packages (Git, Coreutils)
Date: Fri, 27 Oct 2023 02:32:09 +0000
Hello,

On Thu, Oct 26, 2023 at 10:11 AM, Simon Tournier wrote:

> Hi,
>
> Is it expected
>
> $ guix shell -C git coreutils
> [env]$ ls $GUIX_ENVIRONMENT/share/info
> coreutils.info.gz  dir	git.info.gz  gitman.info.gz
>
> /tmp/some-dir [env]$ exit

Well there's no info-reader right? So doing "info git" errors with no
"info" found.

> $ guix shell -C git coreutils --search-paths
> export PATH="/gnu/store/jigy78ai2asmgwhxpxzq2dhqhqi8c4p6-profile/bin${PATH:+:}$PATH"
> export GIT_EXEC_PATH="/gnu/store/jigy78ai2asmgwhxpxzq2dhqhqi8c4p6-profile/libexec/git-core"
>
> ?  I was expecting an INFOPATH in the search path.
>

If you add info-reader to the packages I get an INFOPATH search-path
(and of course then an info command is available and works).

> Well, it appears to me a bug but if I am missing something, feel free to
> point me what :-) and then close.
>
>
> Cheers,
> simon

So I think it is just that you didn't have the "consumer" of the
search-path, the package info-reader, in the profile. That seems like
the expected functionality of search-path but maybe I'm missing
something? Not closing in case it is me not you :)

(as an aside, I never remember the package for the same thing with
man...)

John





Information forwarded to bug-guix <at> gnu.org:
bug#66757; Package guix. (Fri, 27 Oct 2023 09:46:02 GMT) Full text and rfc822 format available.

Message #11 received at 66757 <at> debbugs.gnu.org (full text, mbox):

From: Simon Tournier <zimon.toutoune <at> gmail.com>
To: John Kehayias <john.kehayias <at> protonmail.com>
Cc: 66757 <at> debbugs.gnu.org
Subject: Re: bug#66757: missing INFOPATH for some packages (Git, Coreutils)
Date: Fri, 27 Oct 2023 11:08:33 +0200
Hi,

On Fri, 27 Oct 2023 at 02:32, John Kehayias via Bug reports for GNU Guix <bug-guix <at> gnu.org> wrote:

> So I think it is just that you didn't have the "consumer" of the
> search-path, the package info-reader, in the profile. That seems like
> the expected functionality of search-path but maybe I'm missing
> something? Not closing in case it is me not you :)

Aah… yes!  Thanks.

Well, I have various profiles, for instance, coreutils is in one profile
and info-reader is in another.  That’s why it appears to me unexpected.

> (as an aside, I never remember the package for the same thing with
> man...)

That’s man-db. :-)

Well I am closing as ’notabug’; although when using Guix as environment
manager on foreign distro in some scientific context, it means that I
have to pass info-reader and man-db to all my profiles around when
working on some specific project.

Cheers,
simon




Added tag(s) notabug. Request was from Simon Tournier <zimon.toutoune <at> gmail.com> to control <at> debbugs.gnu.org. (Fri, 27 Oct 2023 09:46:03 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 66757 <at> debbugs.gnu.org and Simon Tournier <zimon.toutoune <at> gmail.com> Request was from Maxim Cournoyer <maxim.cournoyer <at> gmail.com> to control <at> debbugs.gnu.org. (Fri, 13 Sep 2024 14:22: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. (Sat, 12 Oct 2024 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 211 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.