GNU bug report logs -
#53167
texinfo: missing dependents
Previous Next
To reply to this bug, email your comments to 53167 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#53167
; Package
guix
.
(Mon, 10 Jan 2022 18:02:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
zimoun <zimon.toutoune <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Mon, 10 Jan 2022 18:02:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi,
Using Guix 3dcc74d, 'sed' and 'cat' are missing from 'texinfo'.
--8<---------------cut here---------------start------------->8---
$ builtin cd /tmp && tar -xf $(guix build hello -S) && builtin cd hello-2.10/doc
$ guix shell -C texinfo -- texi2dvi version.texi
/gnu/store/znif7k9ay6qfi35w3gxzrxgn0hyj9x9q-profile/bin/texi2dvi: line 36: sed: command not found
guix shell: error: texi2dvi: command not found
$ guix shell -C texinfo sed -- texi2dvi version.texi
/gnu/store/7qdrgbfsnkd0f35v2xhx0vjmy372qasc-profile/bin/texi2dvi: line 1866: cat: command not found
guix shell: error: texi2dvi: command not found
$ guix shell -C texinfo sed coreutils -- texi2dvi version.texi
You don't have a working TeX binary (tex) installed anywhere in
your PATH, and texi2dvi cannot proceed without one. If you want to use
this script, you'll need to install TeX (if you don't have it) or change
your PATH or TEX environment variable (if you do). See the --help
output for more details.
For information about obtaining TeX, please see http://tug.org/texlive,
or do a web search for TeX and your operating system or distro.
--8<---------------cut here---------------end--------------->8---
Moreover, 'texlive' seems also missing.
Well, I do not know if it is required to propagated 'texlive' with
'texinfo'; because for instance,
guix shell -CD guix
would become larger. However, propagate 'sed' and 'coreutils' with
'texinfo' seems reasonnable. If not, what is the fix?
Cheers,
simon
Information forwarded
to
bug-guix <at> gnu.org
:
bug#53167
; Package
guix
.
(Thu, 13 Jan 2022 15:15:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 53167 <at> debbugs.gnu.org (full text, mbox):
Hi,
zimoun <zimon.toutoune <at> gmail.com> skribis:
> Using Guix 3dcc74d, 'sed' and 'cat' are missing from 'texinfo'.
Are these two programs just used by texi2dvi?
We could patch texi2dvi to refer to them by absolute file name, from
‘coreutils-minimal’.
> Moreover, 'texlive' seems also missing.
We won’t propagate that one. :-) I think it’s a case where it’s fine
to favor “dynamic composition”, where ‘pdflatex’ is taken from $PATH.
Thanks,
Ludo’.
Added tag(s) moreinfo.
Request was from
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Thu, 14 Jul 2022 03:56:02 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 336 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.