Hi,

While using fido branch on custom SDK, hit this below problem was most of the
recipes. The below error happened when trying to build directfb

Any pointer on the below error and how to resolve this.

The stack trace of python calls that resulted in this exception/failure was:
File: 'package_do_shlibs', lineno: 249, function: <module>
     0245:                fd.write(dep + '\n')
     0246:            fd.close()
     0247:
     0248:
 *** 0249:package_do_shlibs(d)
     0250:
File: 'package_do_shlibs', lineno: 128, function: package_do_shlibs
     0124:    else:
     0125:        use_ldconfig = False
     0126:
     0127:    needed = {}
 *** 0128:    shlib_provider = oe.package.read_shlib_providers(d)
     0129:
     0130:    for pkg in packages.split():
     0131:        private_libs = d.getVar('PRIVATE_LIBS_' + pkg, True) or 
d.getVar('PRIVATE_LIBS', True) or ""
     0132:        private_libs = private_libs.split()
File: '/home/../sources/oe-core/meta/lib/oe/package.py', lineno: 128, function: 
read_shlib_providers
     0124:                    s = l.strip().split(":")
     0125:                    bb.note(" split value is %s" % s)
     0126:                    if s[0] not in shlib_provider:
     0127:                        shlib_provider[s[0]] = {}
 *** 0128:                    shlib_provider[s[0]][s[1]] = (dep_pkg, s[2])
     0129:                    bb.note("shlib provider is %s" % shlib_provider)
     0130:    return shlib_provider
Exception: IndexError: list index out of range

ERROR: Function failed: package_do_shlibs

Regards,
Nageswari
________________________________
This electronic message, including attachments, is intended only for the use of 
the individual or company named above or to which it is addressed. The 
information contained in this message shall be considered confidential and 
proprietary, and may include confidential work product. If you are not the 
intended recipient, please be aware that any unauthorized use, dissemination, 
distribution or copying of this message is strictly prohibited. If you have 
received this email in error, please notify the sender by replying to this 
message and deleting this email immediately.
-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to