bugfindutils - Bugs: bug #45446, after instaling texifo 6.0 find...

 
 

bug #45446: after instaling texifo 6.0 find make fails with errors in find.texi

Submitter:  Pete Lancashire <petepdx>
Submitted:  Tue 30 Jun 2015 04:23:53 PM UTC
   
 
Category:  documentation Severity:  3 - Normal
Item Group:  None Status:  Works For Me
Privacy:  Public Assigned to:  None
Originator Name:  Pete Lancashire Open/Closed:  Closed
Release:  4.4.2 Fixed Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 25 Oct 2015 08:24:20 PM UTC, comment #1: 

Thanks for the bug report.  But, findutils-4.4.2 is quite old now.  Could you try a more recent version (such as 4.5.14) from ftp://alpha.gnu.org/pub/gnu/findutils?   Please simply re-open this bug if there is a problem with that.

There should be a 4.6.0 release based on 4.6.0 quite soon.

James Youngman <jay>
Group administrator
Tue 30 Jun 2015 04:23:53 PM UTC, original submission:  

make[2]: Entering directory '/home/buildsw/packages/gnu/findutils-4.4.2/doc'
restore=: && backupdir=".am$$" && \
am__cwd=`pwd` && cd . && \
rm -rf $backupdir && mkdir $backupdir && \
if (/bin/sh /home/buildsw/packages/gnu/findutils-4.4.2/build-aux/missing --run makeinfo --version) >/dev/null 2>&1; then \
  for f in find.info find.info-[0-9] find.info-[0-9][0-9] find.i[0-9] find.i[0-9][0-9]; do \
    if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
  done; \
else :; fi && \
cd "$am__cwd"; \
if /bin/sh /home/buildsw/packages/gnu/findutils-4.4.2/build-aux/missing --run makeinfo   -I . \
 -o find.info find.texi; \
then \
  rc=0; \
  cd .; \
else \
  rc=$?; \
  cd . && \
  $restore $backupdir/* `echo "./find.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
find.texi:53: misplaced {
find.texi:53: misplaced }
find.texi:1862: warning: node `Formatting Flags' is next for `Time Directives' in menu but not in sectioning
find.texi:1975: warning: node `Formatting Flags' is next for `Combined Time Formats' in sectioning but not in menu
find.texi:2004: warning: node prev `Formatting Flags' in menu `Time Directives' and in sectioning `Combined Time Formats' differ
find.texi:2004: warning: node up `Formatting Flags' in menu `Format Directives' and in sectioning `Time Formats' differ
find.texi:1893: node `Time Formats' lacks menu item for `Formatting Flags' despite being its Up target
Makefile:613: recipe for target 'find.info' failed

Did not have texinfo before this, no build issues other then saying can have the docs until there is a texinfo

built texinfo from source on AIX no issues make check passed w/o errors

texinfo

aix7test3:/home/buildsw/packages/gnu/texinfo-6.0]$ which texindex
/usr/local/bin/texindex
[aix7test3:/home/buildsw/packages/gnu/texinfo-6.0]$ texindex --version
texindex (GNU texinfo) 5.9.93


note version has 5.9.93 even though is built from 6.0



Pete Lancashire <petepdx>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by jay (Posted a comment)
  • -email is unavailable- added by petepdx (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-10-25 jay StatusNone Works For Me
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code