Yes, I had the same problem. I simply removed /usr/share/info and ran
installworld again. I don't know what you might lose if you try this,
but I don't use info much so I didn't really care.
Jim Bloom
[EMAIL PROTECTED]
"T. Hsiang" wrote:
>
> Does anyone have the same problem?
>
> ----------------------------------------------
> ===> gnu/usr.bin/texinfo
> ===> gnu/usr.bin/texinfo/libtxi
> ===> gnu/usr.bin/texinfo/makeinfo
> install -c -s -o root -g wheel -m 555 makeinfo /usr/bin
> install -c -o root -g wheel -m 444 makeinfo.1.gz /usr/share/man/man1
> ===> gnu/usr.bin/texinfo/info
> install -c -s -o root -g wheel -m 555 info /usr/bin
> install -c -o root -g wheel -m 444 info.1.gz /usr/share/man/man1
> install -c -o root -g wheel -m 444 info.5.gz texinfo.5.gz /usr/share/man/man5
> ===> gnu/usr.bin/texinfo/install-info
> install -c -s -o root -g wheel -m 555 install-info /usr/bin
> install -c -o root -g wheel -m 444 install-info.1.gz /usr/share/man/man1
> ===> gnu/usr.bin/texinfo/texindex
> install -c -s -o root -g wheel -m 555 texindex /usr/bin
> install -c -o root -g wheel -m 444 texindex.1.gz /usr/share/man/man1
> ===> gnu/usr.bin/texinfo/doc
> sflag=`grep -q ^INFO-DIR-SECTION info.info || echo 1`; eflag=`grep -q
>^START-INFO-DIR-ENTRY info.info || echo 1`; install-info
>${sflag:+--section=Miscellaneous} ${eflag:+--entry=} info.info /usr/share/info/dir
> sflag=`grep -q ^INFO-DIR-SECTION info-stnd.info || echo 1`; eflag=`grep -q
>^START-INFO-DIR-ENTRY info-stnd.info || echo 1`; install-info
>${sflag:+--section=Miscellaneous} ${eflag:+--entry=} info-stnd.info
>/usr/share/info/dir
> sflag=`grep -q ^INFO-DIR-SECTION texinfo.info || echo 1`; eflag=`grep -q
>^START-INFO-DIR-ENTRY texinfo.info || echo 1`; install-info
>${sflag:+--section=Miscellaneous} ${eflag:+--entry=} texinfo.info
>/usr/share/info/dir
> install-info: menu item `makeinfo' already exists, for file `makeinfo'
> *** Error code 1
>
> Stop in /usr/src/gnu/usr.bin/texinfo/doc.
> *** Error code 1
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message