Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 464598 - automake-1.11.6 no longer builds when texinfo updated to 5.1
Summary: automake-1.11.6 no longer builds when texinfo updated to 5.1
Status: RESOLVED DUPLICATE of bug 464146
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-04 14:30 UTC by Bob's Your Uncle
Modified: 2013-04-04 14:37 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bob's Your Uncle 2013-04-04 14:30:07 UTC
texinfo 5.1 hit ~amd64 a couple days ago, and now emerge -e @world fails on automake-1.11.6:

make[1]: Entering directory `/var/tmp/portage/sys-devel/automake-1.11.6/work/automake-1.11.6/doc'
Updating ./version.texi
restore=: && backupdir=".am$$" && \
am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
rm -rf $backupdir && mkdir $backupdir && \
if (/bin/sh /var/tmp/portage/sys-devel/automake-1.11.6/work/automake-1.11.6/lib/missing --run makeinfo --version) >/dev/null 2>&1; then \
  for f in automake1.11.info automake1.11.info-[0-9] automake1.11.info-[0-9][0-9] automake1.11.i[0-9] automake1.11.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 /var/tmp/portage/sys-devel/automake-1.11.6/work/automake-1.11.6/lib/missing --run makeinfo   -I . \
 -o automake1.11.info automake1.11.texi; \
then \
  rc=0; \
  CDPATH="${ZSH_VERSION+.}:" && cd .; \
else \
  rc=$?; \
  CDPATH="${ZSH_VERSION+.}:" && cd . && \
  $restore $backupdir/* `echo "./automake1.11.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
automake1.11.texi:13092: @itemx must follow @item
automake1.11.texi:13109: @itemx must follow @item
automake1.11.texi:13115: @itemx must follow @item
make[1]: *** [automake1.11.info] Error 1
make[1]: Leaving directory `/var/tmp/portage/sys-devel/automake-1.11.6/work/automake-1.11.6/doc'
make: *** [all-recursive] Error 1
emake failed
Comment 1 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-04-04 14:35:58 UTC

*** This bug has been marked as a duplicate of bug 464584 ***
Comment 2 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-04-04 14:37:35 UTC

*** This bug has been marked as a duplicate of bug 464146 ***