[oe] opkg-make-index not found

Takeshi Hamasaki hmatrjp at users.sourceforge.jp
Tue Feb 19 14:33:11 UTC 2013


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.
-- 
Takeshi Hamasaki

2013/2/19 Jaap de Jong <jaap.dejong at nedap.com>:
>
> On 02/18/2013 04:19 PM, Takeshi Hamasaki wrote:
>>
>> Hi,
>>
>> this may or may not help you:
>>
>> $ bitbake -e package-index > bbenv.package-index
>> $ grep PACKAGEINDEXES bbenv.package-index
>> (
>>   for me, the result was:
>>
>>   # PACKAGEINDEXES= package_update_index_ipk;
>>   PACKAGEINDEXES="package_update_index_ipk;"
>>
>> )
>>
>> Then I tried searching "package_update_index_ipk" in bbenv.package-index
>> using a text editor. It is a function, and in it, opkg-make-index
>> is called in a line:
>>
>>   flock $pkgdir/Packages.flock -c "opkg-make-index -r $pkgdir/Packages
>> -p $pkgdir/Packages -m $pkgdir/"
>>
>> What do you find in your box?
>
> For both I find the same results.
> The funny thing is that on the same machine my buildserver is running and
> that one is having no problems...
> Jaap
>
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bitbake-d-d.package-index
Type: application/octet-stream
Size: 368167 bytes
Desc: not available
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20130219/5bf50c9b/attachment-0006.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: run.do_package_index.1053
Type: application/octet-stream
Size: 6580 bytes
Desc: not available
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20130219/5bf50c9b/attachment-0007.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: log.do_package_index.1053
Type: application/octet-stream
Size: 14848 bytes
Desc: not available
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20130219/5bf50c9b/attachment-0008.obj>


More information about the Openembedded-devel mailing list