Problem with automake upgrade



Hello,

I am trying to upgrade autoconf from 1.9.6_1 to 1.9.6_2 and I am facing a problem :

===> Building for automake-1.9.6_2
Making all in .
rm -f automake automake.tmp
sed -e 's,[@]APIVERSION[@],1.9,g' -e 's,[@]PACKAGE [@],automake,g' -e 's,[@]PATH_SEPARATOR[@],:,g' -e 's,[@]PERL[@],/ usr/bin/perl,g' -e 's,[@]SHELL[@],/bin/sh,g' -e 's,[@]VERSION[@], 1.9.6,g' -e 's,[@]configure_input[@],Generated from automake.in; do not edit by hand.,g' -e 's,[@]datadir[@],/usr/local/share,g' ./ automake.in >automake.tmp
chmod +x automake.tmp
chmod a-w automake.tmp
mv -f automake.tmp automake
rm -f aclocal aclocal.tmp
sed -e 's,[@]APIVERSION[@],1.9,g' -e 's,[@]PACKAGE [@],automake,g' -e 's,[@]PATH_SEPARATOR[@],:,g' -e 's,[@]PERL[@],/ usr/bin/perl,g' -e 's,[@]SHELL[@],/bin/sh,g' -e 's,[@]VERSION[@], 1.9.6,g' -e 's,[@]configure_input[@],Generated from aclocal.in; do not edit by hand.,g' -e 's,[@]datadir[@],/usr/local/share,g' ./ aclocal.in >aclocal.tmp
chmod +x aclocal.tmp
chmod a-w aclocal.tmp
mv -f aclocal.tmp aclocal
Making all in doc
restore=: && backupdir=".am$$" && am__cwd=`pwd` && cd . && rm -rf $backupdir && mkdir $backupdir && if (makeinfo --no-split -- version) >/dev/null 2>&1; then for f in ./automake-1.9.info ./ automake-1.9.info-[0-9] ./automake-1.9.info-[0-9][0-9] ./ automake-1.9.i[0-9] ./automake-1.9.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 makeinfo --no-split -I . -o ./ automake-1.9.info ./automake-1.9.texi; then rc=0; cd .; else rc=$?; cd . && $restore $backupdir/* `echo "././ automake-1.9.info" | sed 's|[^/]*$||'`; fi; rm -rf $backupdir; exit $rc
./automake-1.9.texi:9821: Unknown command `headitem'.
makeinfo: Removing output file `./automake-1.9.info' due to errors; use --force to preserve.
*** Error code 1

Stop in /usr/ports/devel/automake19/work/automake-1.9.6/doc.
*** Error code 1

Stop in /usr/ports/devel/automake19/work/automake-1.9.6.
*** Error code 1

Stop in /usr/ports/devel/automake19.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/ portupgrade.79700.7 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=automake-1.9.6_1 UPGRADE_PORT_VER=1.9.6_1 make
** Fix the problem and try again.
** Listing the failed packages (*:skipped / !:failed)
! devel/automake19 (automake-1.9.6_1) (texinfo error)
---> Packages processed: 7 done, 0 ignored, 0 skipped and 1 failed

I have followed the indication provided in /usr/ports/UPDATING

Extensive reworking of the autotools ports has occurred, putting them in
the canonical locations, along with a suitable wrapper port to make
developing autotools-using code (as opposed to just building ports)
considerably easier.

Upgrade path is as follows for portupgrade, substitute the appropriate
commands if you are using portmaster:

1. portupgrade -f 'autoconf*' 'automake*'
2. cd /usr/ports/devel/autotools; make install
3. portupgrade -a

But as the first steps (portupgrade -f) gives the error reported before…
I don't know what to do…


Any help will be very apreciated.



¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Gregober ---> PGP ID --> 0x1BA3C2FD
bsd @at@ todoo.biz
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯

P "Please consider your environmental responsibility before printing this e-mail"


_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: automake19: texinfo error during build
    ... I did that because I got this error during making install for mutt package so I tried to check automake ... *** Error code 2 ... Don't use the devel/automake19 port for development work with automake. ...
    (freebsd-questions)
  • automake19: texinfo error during build
    ... I'm trying to upgrade my automake from 1.8.5_2 to 1.9.6 (in ... order to install Subversion, which seems to require ... ./automake19.texi:8788: Unknown command `tie'. ... *** Error code 2 ...
    (freebsd-questions)