[oe-users] openembedded fails sanity check: claims texi2html not installed (it is).
michael at michaelshiloh.com
michael at michaelshiloh.com
Sun Feb 18 07:43:53 UTC 2007
On Sat, 17 Feb 2007, Nicolas FR wrote:
> It's weird that there is no texi2html package for your distro.
> Anyway verify
> that you also have the "texinfo" package installed that may be linked.
>
> Finally if it's a path problem you can add /usr/local/bin to your path (in
> your OE environment script) or make a symbolic link to /usr/bin
Ah, that was it. I had added /usr/local/bin to my path AFTER I built the OE
environment script. The OE environment script inherited my path at the time,
which did not yet have the path to the texi2html location.
This explains why I could find texi2html from the shell, but the OE script
couldn't.
Thanks for the tip,
Michael
>
> On 2/17/07, michael at michaelshiloh.com <michael at michaelshiloh.com> wrote:
>>
>> Hello,
>>
>> I'm setting up OE on a new computer and getting an error claiming
>> texi2html is
>> not installed. It is:
>>
>> bash-3.2$ make openmoko-devel-image
>> ( cd build ; . ../setup-env ; \
>> bitbake openmoko-devel-image )
>> NOTE: Using cache in '/home/moko/build/tmp/cache/fic-gta01'
>> NOTE: Handling BitBake files: \ (4146/4146) [100 %]
>> NOTE: Parsing finished. 3969 cached, 0 parsed, 177 skipped, 0 masked.
>>
>> ERROR: Openembedded's config sanity checker detected a potential
>> misconfiguration.
>> Either fix the cause of this error or at your own risk disable
>> the
>> checker (see sanity.conf).
>> Following is the list of potential problems / advisories:
>>
>> Please install following missing utilities: texi2html
>>
>> make: *** [openmoko-devel-image] Error 1
>> bash-3.2$ which texi2html
>> /usr/local/bin/texi2html
>> bash-3.2$ texi2html -v
>> 1.64
>>
>> My distribution (Arch Linux) did not have a package for texi2html so I
>> installed from source. That shouldn't be a problem, should it?
>>
>> Any advice?
>>
>> Thanks,
More information about the Openembedded-users
mailing list