Opened 22 months ago
Last modified 2 months ago
#66837 new defect
gindent @2.2.12_1 does not install (register) its texinfo file in dir file
Reported by: | ballapete (Peter "Pete" Dyballa) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | Cc: | larryv@… | |
Port: | gindent |
Description
sh-3.2# pushd /opt/local/share/info ; for INFO in *.info ; do INFO="`echo $INFO | awk -F. '{ print $1 }'`"; printf "»» $INFO: "; if [ `grep "\($INFO\)" dir | wc -l` -gt 0 ] ; then echo OK ; else echo "** missing **" ; fi; done
reports
»» gindent: ** missing **
All all hints of gindent
are missing in dir
file.
install-info gindent.info dir
would do the job.
Note: See
TracTickets for help on using
tickets.
It does not work so straight forward… The cause is that the INFO-DIR-SECTION of the INFO file contains this:
So it directs the
info
utility to a fileindent.info
that does not exist. The file name needs to be patched.