Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Mar 2001 22:40:50 -0500 (EST)
From:      Mikhail Teterin <mi@aldan.algebra.com>
To:        stable@freebsd.org
Subject:   installworld keeps failing
Message-ID:  <200103080340.f283eo919206@aldan.algebra.com>

next in thread | raw e-mail | index | archive | help
Hello!

For whatever reason, tr  and a few other utilities are  not found at the
installworld time on my -stable machine, causing failures like this:

/usr/lib/libtinfo.so -> libncurses.so
install -C -c -o root -g wheel -m 444 curs_addch.3.gz curs_addchstr.3.gz curs_addstr.3.gz curs_attr.3.gz curs_beep.3.gz curs_bkgd.3.gz curs_border.3.gz curs_clear.3.gz curs_color.3.gz curs_delch.3.gz curs_deleteln.3.gz curs_extend.3.gz curs_getch.3.gz curs_getstr.3.gz curs_getyx.3.gz curs_inch.3.gz curs_inchstr.3.gz curs_initscr.3.gz curs_inopts.3.gz curs_insch.3.gz curs_insstr.3.gz curs_instr.3.gz curs_kernel.3.gz curs_mouse.3.gz curs_move.3.gz curs_outopts.3.gz curs_overlay.3.gz curs_pad.3.gz curs_print.3.gz curs_printw.3.gz curs_refresh.3.gz curs_scanw.3.gz curs_scr_dump.3.gz curs_scroll.3.gz curs_slk.3.gz curs_termattrs.3.gz curs_termcap.3.gz curs_terminfo.3.gz curs_touch.3.gz curs_trace.3.gz curs_util.3.gz curs_window.3.gz default_colors.3.gz define_key.3.gz dft_fgbg.3.gz keybound.3.gz keyok.3.gz ncurses.3.gz resizeterm.3.gz wresize.3.gz  /usr/share/man/man3
sh /opt/src/lib/libncurses/../../contrib/ncurses/man/MKterminfo.sh /opt/src/lib/libncurses/../../contrib/ncurses/man/terminfo.head  /opt/src/lib/libncurses/../../contrib/ncurses/include/Caps /opt/src/lib/libncurses/../../contrib/ncurses/man/terminfo.tail >terminfo.5
tr: not found
/opt/src/lib/libncurses/../../contrib/ncurses/man/MKterminfo.sh: cannot open unsorted81226: no such file
*** Error code 2

Stop in /opt/src/lib/libncurses.
*** Error code 1

Stop in /opt/src/lib.
*** Error code 1

Stop in /opt/src.
*** Error code 1
[....]

If I whatch the start of the installworld carefully and manually
	ln -s /bin/* /usr/bin/* /tmp/install<pid>/

the installworld finishes successfully. What's wrong with my PATH?

	-mi

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103080340.f283eo919206>