[oe] Building Linux Error

Kamel Ghalgaoui kamelghalgaoui7 at gmail.com
Tue Dec 10 19:12:57 UTC 2019


I try with zeus, but I got the same error:

kamel at ThinkPad-E590:/opt/yocto/poky/build$ git branch
  fido
  morty
  thud
  warrior
* zeus
kamel at ThinkPad-E590:/opt/yocto/poky/build$
kamel at ThinkPad-E590:/opt/yocto/poky/build$ bitbake core-image-minimal
Loading cache: 100%
|##########################################################################################################|
Time: 0:00:00
Loaded 2061 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION        = "1.32.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "universal"
TARGET_SYS        = "arm-poky-linux-gnueabi"
MACHINE           = "raspberrypi3"
DISTRO            = "poky"
DISTRO_VERSION    = "2.2.4"
TUNE_FEATURES     = "arm armv7ve vfp thumb neon vfpv4 callconvention-hard
cortexa7"
TARGET_FPU        = "hard"
meta
meta-poky
meta-yocto-bsp    = "zeus:e56be3cee517c5262486136dbd6d649b68c3a8b7"
meta-oe           = "zeus:997caf9146cd3797cd054e2adebd1fbb4df91911"
meta-raspberrypi  = "zeus:2a192261a914892019f4f428d7462bb3c585ebac"

Initialising tasks: 100%
|#####################################################################################################|
Time: 0:00:04
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: quilt-native-0.64-r0 do_populate_lic: Error executing a python
function in exec_python_func() autogenerated:

The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
     0001:
 *** 0002:sstate_task_postfunc(d)
     0003:
File: '/opt/yocto/poky/meta/classes/sstate.bbclass', lineno: 670, function:
sstate_task_postfunc
     0666:
     0667:python sstate_task_postfunc () {
     0668:    shared_state = sstate_state_fromvars(d)
     0669:
 *** 0670:    sstate_install(shared_state, d)
     0671:    for intercept in shared_state['interceptfuncs']:
     0672:        bb.build.exec_func(intercept, d, (d.getVar("WORKDIR",
True),))
     0673:    omask = os.umask(0o002)
     0674:    if omask != 0o002:
File: '/opt/yocto/poky/meta/classes/sstate.bbclass', lineno: 274, function:
sstate_install
     0270:
     0271:    # Run the actual file install
     0272:    for state in ss['dirs']:
     0273:        if os.path.exists(state[1]):
 *** 0274:            oe.path.copyhardlinktree(state[1], state[2])
     0275:
     0276:    for postinst in (d.getVar('SSTATEPOSTINSTFUNCS', True) or
'').split():
     0277:        # All hooks should run in the SSTATE_INSTDIR
     0278:        bb.build.exec_func(postinst, d, (sstateinst,))
File: '/opt/yocto/poky/meta/lib/oe/path.py', lineno: 81, function:
copyhardlinktree
     0077:    if (os.stat(src).st_dev ==  os.stat(dst).st_dev):
     0078:        # Need to copy directories only with tar first since cp
will error if two
     0079:        # writers try and create a directory at the same time
     0080:        cmd = "cd %s; find . -type d -print | tar --xattrs
--xattrs-include='*' -cf - -C %s -p --no-recursion --files-from - | tar
--xattrs --xattrs-include='*' -xf - -C %s" % (src, src, dst)
 *** 0081:        subprocess.check_output(cmd, shell=True,
stderr=subprocess.STDOUT)
     0082:        source = ''
     0083:        if os.path.isdir(src):
     0084:            import glob
     0085:            if len(glob.glob('%s/.??*' % src)) > 0:
File: '/usr/lib/python3.5/subprocess.py', lineno: 626, function:
check_output
     0622:        # empty string. That is maintained here for backwards
compatibility.
     0623:        kwargs['input'] = '' if kwargs.get('universal_newlines',
False) else b''
     0624:
     0625:    return run(*popenargs, stdout=PIPE, timeout=timeout,
check=True,
 *** 0626:               **kwargs).stdout
     0627:
     0628:
     0629:class CompletedProcess(object):
     0630:    """A process that has finished running.
File: '/usr/lib/python3.5/subprocess.py', lineno: 708, function: run
     0704:            raise
     0705:        retcode = process.poll()
     0706:        if check and retcode:
     0707:            raise CalledProcessError(retcode, process.args,
 *** 0708:                                     output=stdout, stderr=stderr)
     0709:    return CompletedProcess(process.args, retcode, stdout, stderr)
     0710:
     0711:
     0712:def list2cmdline(seq):
Exception: subprocess.CalledProcessError: Command 'cd
/opt/yocto/poky/build/tmp/work/x86_64-linux/quilt-native/0.64-r0/license-destdir;
find . -type d -print | tar --xattrs --xattrs-include='*' -cf - -C
/opt/yocto/poky/build/tmp/work/x86_64-linux/quilt-native/0.64-r0/license-destdir
-p --no-recursion --files-from - | tar --xattrs --xattrs-include='*' -xf -
-C /opt/yocto/poky/build/tmp/deploy/licenses' returned non-zero exit status
64

Subprocess output:
tar: unrecognized option '--xattrs'
Try `tar --help' or `tar --usage' for more information.
tar: unrecognized option '--xattrs'
Try `tar --help' or `tar --usage' for more information.

ERROR: quilt-native-0.64-r0 do_populate_lic: Function failed:
sstate_task_postfunc
ERROR: Logfile of failure stored in:
/opt/yocto/poky/build/tmp/work/x86_64-linux/quilt-native/0.64-r0/temp/log.do_populate_lic.4692
ERROR: Task
(/opt/yocto/poky/meta/recipes-devtools/quilt/quilt-native_0.64.bb:do_populate_lic)
failed with exit code '1'
ERROR: quilt-native-0.64-r0 do_populate_sysroot: Error executing a python
function in exec_python_func() autogenerated:

The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
     0001:
 *** 0002:sstate_task_postfunc(d)
     0003:
File: '/opt/yocto/poky/meta/classes/sstate.bbclass', lineno: 670, function:
sstate_task_postfunc
     0666:
     0667:python sstate_task_postfunc () {
     0668:    shared_state = sstate_state_fromvars(d)
     0669:
 *** 0670:    sstate_install(shared_state, d)
     0671:    for intercept in shared_state['interceptfuncs']:
     0672:        bb.build.exec_func(intercept, d, (d.getVar("WORKDIR",
True),))
     0673:    omask = os.umask(0o002)
     0674:    if omask != 0o002:
File: '/opt/yocto/poky/meta/classes/sstate.bbclass', lineno: 274, function:
sstate_install
     0270:
     0271:    # Run the actual file install
     0272:    for state in ss['dirs']:
     0273:        if os.path.exists(state[1]):
 *** 0274:            oe.path.copyhardlinktree(state[1], state[2])
     0275:
     0276:    for postinst in (d.getVar('SSTATEPOSTINSTFUNCS', True) or
'').split():
     0277:        # All hooks should run in the SSTATE_INSTDIR
     0278:        bb.build.exec_func(postinst, d, (sstateinst,))
File: '/opt/yocto/poky/meta/lib/oe/path.py', lineno: 81, function:
copyhardlinktree
     0077:    if (os.stat(src).st_dev ==  os.stat(dst).st_dev):
     0078:        # Need to copy directories only with tar first since cp
will error if two
     0079:        # writers try and create a directory at the same time
     0080:        cmd = "cd %s; find . -type d -print | tar --xattrs
--xattrs-include='*' -cf - -C %s -p --no-recursion --files-from - | tar
--xattrs --xattrs-include='*' -xf - -C %s" % (src, src, dst)
 *** 0081:        subprocess.check_output(cmd, shell=True,
stderr=subprocess.STDOUT)
     0082:        source = ''
     0083:        if os.path.isdir(src):
     0084:            import glob
     0085:            if len(glob.glob('%s/.??*' % src)) > 0:
File: '/usr/lib/python3.5/subprocess.py', lineno: 626, function:
check_output
     0622:        # empty string. That is maintained here for backwards
compatibility.
     0623:        kwargs['input'] = '' if kwargs.get('universal_newlines',
False) else b''
     0624:
     0625:    return run(*popenargs, stdout=PIPE, timeout=timeout,
check=True,
 *** 0626:               **kwargs).stdout
     0627:
     0628:
     0629:class CompletedProcess(object):
     0630:    """A process that has finished running.
File: '/usr/lib/python3.5/subprocess.py', lineno: 708, function: run
     0704:            raise
     0705:        retcode = process.poll()
     0706:        if check and retcode:
     0707:            raise CalledProcessError(retcode, process.args,
 *** 0708:                                     output=stdout, stderr=stderr)
     0709:    return CompletedProcess(process.args, retcode, stdout, stderr)
     0710:
     0711:
     0712:def list2cmdline(seq):
Exception: subprocess.CalledProcessError: Command 'cd
/opt/yocto/poky/build/tmp/work/x86_64-linux/quilt-native/0.64-r0/sysroot-destdir/opt/yocto/poky/build/tmp/sysroots/x86_64-linux;
find . -type d -print | tar --xattrs --xattrs-include='*' -cf - -C
/opt/yocto/poky/build/tmp/work/x86_64-linux/quilt-native/0.64-r0/sysroot-destdir/opt/yocto/poky/build/tmp/sysroots/x86_64-linux
-p --no-recursion --files-from - | tar --xattrs --xattrs-include='*' -xf -
-C /opt/yocto/poky/build/tmp/sysroots/x86_64-linux' returned non-zero exit
status 64

Subprocess output:
tar: unrecognized option '--xattrs'
Try `tar --help' or `tar --usage' for more information.
tar: unrecognized option '--xattrs'
Try `tar --help' or `tar --usage' for more information.

ERROR: quilt-native-0.64-r0 do_populate_sysroot: Function failed:
sstate_task_postfunc
ERROR: Logfile of failure stored in:
/opt/yocto/poky/build/tmp/work/x86_64-linux/quilt-native/0.64-r0/temp/log.do_populate_sysroot.4691
ERROR: Task
(/opt/yocto/poky/meta/recipes-devtools/quilt/quilt-native_0.64.bb:do_populate_sysroot)
failed with exit code '1'

Second Keyboard Interrupt, stopping...


Summary: 2 tasks failed:
  /opt/yocto/poky/meta/recipes-devtools/quilt/quilt-native_0.64.bb:
do_populate_lic
  /opt/yocto/poky/meta/recipes-devtools/quilt/quilt-native_0.64.bb:
do_populate_sysroot
Summary: There were 4 ERROR messages shown, returning a non-zero exit code.

On Tue, Dec 10, 2019 at 12:03 PM Ross Burton <ross.burton at intel.com> wrote:

> On 10/12/2019 10:12, Kamel Ghalgaoui wrote:
> > kamel at ThinkPad-E590:/opt/yocto/poky/build$ bitbake core-image-minimal
> > Parsing recipes: 100%
> >
> |########################################################################################################|
> > Time: 0:00:33 Parsing of 1499 .bb files complete (0 cached, 1499 parsed).
> > 2061 targets, 132 skipped, 0 masked, 0 errors. NOTE: Resolving any
> missing
> > task queue dependencies Build Configuration: BB_VERSION = "1.32.0"
> > BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "universal" TARGET_SYS =
> > "arm-poky-linux-gnueabi" MACHINE = "raspberrypi3" DISTRO = "poky"
> > DISTRO_VERSION = "2.2.4" TUNE_FEATURES = "arm armv7ve vfp thumb neon
> vfpv4
> > callconvention-hard cortexa7" TARGET_FPU = "hard" meta meta-poky
> > meta-yocto-bsp = "fido:e56be3cee517c5262486136dbd6d649b68c3a8b7" meta-oe
> =
> > "fido:997caf9146cd3797cd054e2adebd1fbb4df91911" meta-raspberrypi =
> > "fido:2a192261a914892019f4f428d7462bb3c585ebac" Initialising tasks: 100%
> >
> |#####################################################################################################|
> > Time: 0:00:06 NOTE: Executing SetScene Tasks NOTE: Executing RunQueue
> Tasks
> > **ERROR:** *quilt-native-0.64-r0 do_populate_lic: Error executing a
> python
> > function in exec_python_func() autogenerated: The stack trace of python
> > calls that resulted in this exception/failure was: File:
> > 'exec_python_func() autogenerated', lineno: 2, function: <module>*
>
> You stopped including the message at the point that the actual error was
> shown.
>
> That's Fido which is *very* old.  Please use Zeus if possible, Warrior
> if not (as you said that release already), and include the entire output.
>
> Immediate hunch is that you don't have sufficient permissions in your
> build dir.
>
> Ross
>


More information about the Openembedded-devel mailing list