Hi rmm200,
Thanks for the tips, yea it's slowly but surely getting there. I made it to about 2000/3000 packages on the bitbake before my latest fail. It appears that the Python tarball that I downloaded on CentOS 5 (see
) doesn't have the 'grp' module:
DEBUG: Executing python function sstate_task_prefunc
DEBUG: Python function sstate_task_prefunc finished
DEBUG: Executing python function do_package
DEBUG: Executing python function package_get_auto_pr
DEBUG: Python function package_get_auto_pr finished
DEBUG: Executing python function perform_packagecopy
DEBUG: Python function perform_packagecopy finished
DEBUG: Executing python function split_and_strip_files
DEBUG: Python function split_and_strip_files finished
DEBUG: Executing python function fixup_perms
ERROR: Error executing a python function in /home/mjstanis/meta-clanton_v0.7.5/poky/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:
ImportError: No module named grp
ERROR: The stack trace of python calls that resulted in this exception/failure was:
ERROR: File "fixup_perms", line 228, in <module>
ERROR:
ERROR: File "fixup_perms", line 3, in fixup_perms
ERROR:
ERROR: The code that was being executed was:
ERROR: 0224: each_file = os.path.join(root, f)
ERROR: 0225: fix_perms(each_file, fs_perms_table[dir].fmode, fs_perms_table[dir].fuid, fs_perms_table[dir].fgid, dir)
ERROR: 0226:
ERROR: 0227:
ERROR: *** 0228:fixup_perms(d)
ERROR: 0229:
ERROR: [From file: 'fixup_perms', lineno: 228, function: <module>]
ERROR: 0001:
ERROR: 0002:def fixup_perms(d):
ERROR: *** 0003: import pwd, grp
ERROR: 0004:
ERROR: 0005: # init using a string with the same format as a line as documented in
ERROR: 0006: # the fs-perms.txt file
ERROR: 0007: # <path> <mode> <uid> <gid> <walk> <fmode> <fuid> <fgid>
ERROR: [From file: 'fixup_perms', lineno: 3, function: fixup_perms]
DEBUG: Python function fixup_perms finished
DEBUG: Python function do_package finished
ERROR: Function failed: fixup_perms
Any thoughts?
Thanks!
Matt