[Buildroot] [Bug 9526] Embedded NPM fails to start with "no such file or directory" error

bugzilla at busybox.net bugzilla at busybox.net
Sat Dec 31 08:15:24 UTC 2016


https://bugs.busybox.net/show_bug.cgi?id=9526

--- Comment #20 from Peter Korsgaard <jacmet at uclibc.org> ---
(In reply to bilge from comment #19)

I think we are talking past eachother. Dependencies for on the target (E.G. the
thing that will finally do something with the rootfs) are all runtime
dependencies, so the build order doesn't matter.

So yeah, you simply need to enable busybox as well to make sure /usr/bin/env is
also available in the rootfs when the target needs it at runtime. You can tweak
the busybox config if you want to save some space, but you need to be careful
to not remove stuff that is needed elsewhere (E.G. env)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the buildroot mailing list