[yocto] /usr/bin/env dependencies

Mark Hatle mark.hatle at windriver.com
Wed Nov 16 10:39:15 PST 2011


On 11/15/11 10:19 PM, Mike Tsukerman wrote:
> Hello,
>
> I'm trying to build my own image for my own machine configuration ( based on
> beagleboard )
> and get some errors. Please tell me what package is missing?
>
> error: Failed dependencies:
> | /usr/bin/env is needed by automake-1.11.1-r4.armv7ahf
> | /usr/bin/env is needed by slang-2.2.4-r6.armv7ahf
> | /usr/bin/env is needed by mc-4.7.5.2-r2.armv7ahf
> | /usr/bin/env is needed by autoconf-2.68-r3.armv7ahf
> | /usr/bin/env is needed by intltool-0.40.6-r5.armv7ahf
> | /usr/bin/env is needed by python-core-2.7.2-r0.0.armv7ahf
> | /usr/bin/env is needed by gnu-config-0.1+cvs20080123-r4.armv7ahf

Each of those packages contains a shell script that is invoked with:

#!/usr/bin/env ...

Likely the "..." bit is python.

Usually busybox or coreutils will provide the /usr/bin/env binary.

If your configuration has flattened the directory structure and removed "/usr", 
then each of those packages have flaws in them and are not respecting the 
revised "bindir" information -- otherwise you are simply missing functionality 
in either busybox or coreutils.

--Mark

> --
> Best regards, Mike Tsukerman
>
> jabber: miketsukerman at gmail.com <mailto:miketsukerman at gmail.com>
> jabber: warzon at jabnet.org <mailto:warzon at jabnet.org>
> skype: w_a_r_z_o_n
>
>
>
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto




More information about the yocto mailing list