* /usr/bin/env dependencies
@ 2011-11-16 4:19 Mike Tsukerman
2011-11-16 18:39 ` Mark Hatle
0 siblings, 1 reply; 2+ messages in thread
From: Mike Tsukerman @ 2011-11-16 4:19 UTC (permalink / raw)
To: yocto
[-- Attachment #1: Type: text/plain, Size: 720 bytes --]
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
--
Best regards, Mike Tsukerman
jabber: miketsukerman@gmail.com
jabber: warzon@jabnet.org
skype: w_a_r_z_o_n
[-- Attachment #2: Type: text/html, Size: 1623 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: /usr/bin/env dependencies
2011-11-16 4:19 /usr/bin/env dependencies Mike Tsukerman
@ 2011-11-16 18:39 ` Mark Hatle
0 siblings, 0 replies; 2+ messages in thread
From: Mark Hatle @ 2011-11-16 18:39 UTC (permalink / raw)
To: yocto
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@gmail.com <mailto:miketsukerman@gmail.com>
> jabber: warzon@jabnet.org <mailto:warzon@jabnet.org>
> skype: w_a_r_z_o_n
>
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-11-16 18:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-16 4:19 /usr/bin/env dependencies Mike Tsukerman
2011-11-16 18:39 ` Mark Hatle
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.