[oe] opkg-make-index not found

Jaap de Jong jaap.dejong at nedap.com
Wed Feb 20 14:38:32 UTC 2013


On 02/19/2013 04:07 PM, Jaap de Jong wrote:
> On 02/19/2013 03:33 PM, Takeshi Hamasaki wrote:
>> Then I recommend to look into log files. For my case, after executing commands:
>>
>> $ bitbake package-index -c cleansstate
>> $ bitbake -D -D package-index > bitbake-d-d.package-index 2> errlog
>>
>> I have at least four log files.
>> 1. bitbake-d-d.package-index in current dir
>> 2. errlog   in current dir
>> 3. run.do_package_index.* in
>> build/tmp-angstrom_v2012_05-eglibc/work/armv5te-angstrom-linux-gnueabi/package-index-1.0-r0
>> 4. log.do_package_index.* in
>> build/tmp-angstrom_v2012_05-eglibc/work/armv5te-angstrom-linux-gnueabi/package-index-1.0-r0
>>
>> (Actually, I skipped to generate 2., my build succeed.)
>> I guess you can find some clue looking into 4., 3., and maybe 1.
>>
>> I attach mine to this mail, and hope they might be some help for you.
> Thanks for all your help!
> I've been comparing the run.do_package_index file from myself and from
> the buildserver.
> If I look at it the only real difference (besides paths etc) are in the
> SHELL
>   > export SHELL="/usr/local/bin/bash-wrapper"
> < export SHELL="/bin/bash"
> I will ask my administrator to change it and will retry.
>
Adding
     export SHELL=/bin/bash
to my ~/.bashrc did the trick.
No problem anymore.

Thanks for the support!!





More information about the Openembedded-devel mailing list