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,[EMAIL PROTECTED]@],1.9,g' -e 's,[EMAIL PROTECTED] [EMAIL PROTECTED],automake,g' -e 's,[EMAIL PROTECTED]@],:,g' -e 's,[EMAIL PROTECTED]@],/ usr/bin/perl,g' -e 's,[EMAIL PROTECTED]@],/bin/sh,g' -e 's,[EMAIL PROTECTED]@], 1.9.6,g' -e 's,[EMAIL PROTECTED]@],Generated from automake.in; do not edit by hand.,g' -e 's,[EMAIL PROTECTED]@],/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,[EMAIL PROTECTED]@],1.9,g' -e 's,[EMAIL PROTECTED] [EMAIL PROTECTED],automake,g' -e 's,[EMAIL PROTECTED]@],:,g' -e 's,[EMAIL PROTECTED]@],/ usr/bin/perl,g' -e 's,[EMAIL PROTECTED]@],/bin/sh,g' -e 's,[EMAIL PROTECTED]@], 1.9.6,g' -e 's,[EMAIL PROTECTED]@],Generated from aclocal.in; do not edit by hand.,g' -e 's,[EMAIL PROTECTED]@],/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@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to