Date: Wed, 19 Jan 2000 11:02:44 -0500 From: Jim Bloom <bloom@acm.org> To: "T. Hsiang" <thsiang@ic.sunysb.edu> Cc: current@FreeBSD.ORG Subject: Re: installworld fialed Message-ID: <3885E024.84663BDA@acm.org> References: <Pine.SOL.3.96.1000119104858.27987B-100000@sparky>
next in thread | previous in thread | raw e-mail | index | archive | help
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 bloom@acm.org "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 majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3885E024.84663BDA>