[MacPorts] #66848: findutils @4.9.0 does not install (register) all its texinfo file in dir file

MacPorts noreply at macports.org
Sun Feb 5 15:28:42 UTC 2023


#66848: findutils @4.9.0 does not install (register) all its texinfo file in dir
file
-----------------------+-----------------------
 Reporter:  ballapete  |      Owner:  (none)
     Type:  defect     |     Status:  new
 Priority:  Normal     |  Milestone:
Component:  ports      |    Version:  2.8.1
 Keywords:             |       Port:  findutils
-----------------------+-----------------------
 {{{
 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

 {{{
 »» gfind: ** missing **
 }}}

 Another INFO file, find-maint.info, is already registered as

 {{{
 * Maintaining Findutils: (find-maint).  Maintaining GNU findutils
 }}}

 but all hints of gfind are missing in dir file.

 {{{
 install-info gfind info dir
 }}}

 would do the job. But `gfind.info` contains this section:

 {{{
  20 INFO-DIR-SECTION Individual utilities
  21 START-INFO-DIR-ENTRY
  22 * find: (find)Invoking find.                    Finding and acting on
 files.
  23 * locate: (find)Invoking locate.                Finding files in a
 database.
  24 * updatedb: (find)Invoking updatedb.            Building the locate
 database.
  25 * xargs: (find)Invoking xargs.                  Operating on many
 files.
  26 END-INFO-DIR-ENTRY
 }}}

 which sends the `info` utility to a file `find.info` which does not exist.

-- 
Ticket URL: <https://trac.macports.org/ticket/66848>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list