In article <20160508223928.gc20...@danbala.tuwien.ac.at>, Thomas Klausner <w...@netbsd.org> wrote: >On Mon, May 09, 2016 at 03:05:11AM +0700, Robert Elz wrote: >> Date: Sun, 8 May 2016 12:14:57 -0700 >> From: Charles Cui <charles.cui1...@gmail.com> >> Message-ID: ><ca+sxe9vy0mduihiacrzyardt+ownuwmfakuc54b5frtv248...@mail.gmail.com> >> >> | One more thing, I still need to install kernel and userland together, >> | then reboot. >> | If I installed kernel and reboot and install userland, it will >> | promotes me the errors that I send you earlier, but I already compiled >> | the tools at first. >> >> | ./maketars: /usr/obj/tooldir.NetBSD-7.99.29-i386/bin/nbpax: not found >> >> Is it possible that your /usr/obj is a mounted filesystem on a tmpfs >> or mfs (or similar) and no longer exists after the reboot? > >Isn't this rather that before the reboot, the tooldir is >".../tooldir.NetBSD-6.something..." and after the reboot, because the >kernel version changed, it looks in >".../tooldir.NetBSD-7.99.29-i386/.../"?
Heh that's funny. He should then run the build.sh command with the old tooldir name or make a symlink from the old tooldir name to the new one. christos