> On 28. Jan 2020, at 13:36, Nick Hibma <n...@van-laarhoven.org> wrote: > > Folks, > > Could anyone explain to me what I am doing wrong? make installworld fails > each time with the following error > > ===> stand/i386/libi386 (install) > ===> stand/i386/loader_4th (install) > strip -R .comment -R .note -o loader_4th.bin loader_4th.sym > btxld -v -f aout -e 0x200000 -o loader_4th -l > /usr/obj/usr/src/i386.i386/stand/i386/btx/btxldr/btxldr -b > /usr/obj/usr/src/i386.i386/stand/i386/btx/btx/btx loader_4th.bin > make[6]: exec(btxld) failed (No such file or directory) > *** Error code 1 > > This is with source of last week. I had this problem before (from old > sources) and fixed it by specifying the full path to btxld in the > stand/i386/*/Makefile. > > Any pointers? >
it should be /usr/sbin/btxld; are you missing /usr/sbin from the path? rgds, toomas _______________________________________________ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"