Advertisement
Topper

Untitled

Sep 25th, 2020
479
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. WARNING: popt-native-1.16-r3 do_fetch: Failed to fetch URL https://fossies.org/linux/misc/popt-1.16.tar.gz, attempting MIRRORS if available
  2.  
  3. WARNING: icu-native-62.1-r0 do_fetch: Checksum mismatch for local file /home/optix/src/downloads/icu4c-62_1-src.tgz
  4.  
  5. Cleaning and trying again.
  6.  
  7. WARNING: icu-native-62.1-r0 do_fetch: Renaming /home/optix/src/downloads/icu4c-62_1-src.tgz to /home/optix/src/downloads/icu4c-62_1-src.tgz_bad-checksum_1ae50320cd76df777a3804ead973119e
  8.  
  9. WARNING: icu-native-62.1-r0 do_fetch: Checksum failure encountered with download of http://download.icu-project.org/files/icu4c/62.1/icu4c-62_1-src.tgz - will attempt other sources if available
  10.  
  11. WARNING: libjpeg-turbo-1_2.0.0-r0 do_fetch: Failed to fetch URL http://downloads.sourceforge.net/libjpeg-turbo/libjpeg-turbo-2.0.0.tar.gz, attempting MIRRORS if available
  12.  
  13. ERROR: libtool-native-2.4.6-r0 do_populate_sysroot: Error executing a python function in exec_python_func() autogenerated:
  14.  
  15. The stack trace of python calls that resulted in this exception/failure was:
  16.  
  17. File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
  18.  
  19.      0001:
  20.  
  21.  *** 0002:sstate_task_postfunc(d)
  22.  
  23.      0003:
  24.  
  25. File: '/home/optix/src/sources/poky/meta/classes/sstate.bbclass', lineno: 719, function: sstate_task_postfunc
  26.  
  27.      0715:
  28.  
  29.      0716:    sstateinst = d.getVar("SSTATE_INSTDIR")
  30.  
  31.      0717:    d.setVar('SSTATE_FIXMEDIR', shared_state['fixmedir'])
  32.  
  33.      0718:
  34.  
  35.  *** 0719:    sstate_installpkgdir(shared_state, d)
  36.  
  37.      0720:
  38.  
  39.      0721:    bb.utils.remove(d.getVar("SSTATE_BUILDDIR"), recurse=True)
  40.  
  41.      0722:}
  42.  
  43.      0723:sstate_task_postfunc[dirs] = "${WORKDIR}"
  44.  
  45. File: '/home/optix/src/sources/poky/meta/classes/sstate.bbclass', lineno: 361, function: sstate_installpkgdir
  46.  
  47.      0357:
  48.  
  49.      0358:    for state in ss['dirs']:
  50.  
  51.      0359:        prepdir(state[1])
  52.  
  53.      0360:        os.rename(sstateinst + state[0], state[1])
  54.  
  55.  *** 0361:    sstate_install(ss, d)
  56.  
  57.      0362:
  58.  
  59.      0363:    for plain in ss['plaindirs']:
  60.  
  61.      0364:        workdir = d.getVar('WORKDIR')
  62.  
  63.      0365:        sharedworkdir = os.path.join(d.getVar('TMPDIR'), "work-shared")
  64.  
  65. File: '/home/optix/src/sources/poky/meta/classes/sstate.bbclass', lineno: 290, function: sstate_install
  66.  
  67.      0286:
  68.  
  69.      0287:    # Run the actual file install
  70.  
  71.      0288:    for state in ss['dirs']:
  72.  
  73.      0289:        if os.path.exists(state[1]):
  74.  
  75.  *** 0290:            oe.path.copyhardlinktree(state[1], state[2])
  76.  
  77.      0291:
  78.  
  79.      0292:    for postinst in (d.getVar('SSTATEPOSTINSTFUNCS') or '').split():
  80.  
  81.      0293:        # All hooks should run in the SSTATE_INSTDIR
  82.  
  83.      0294:        bb.build.exec_func(postinst, d, (sstateinst,))
  84.  
  85. File: '/home/optix/src/sources/poky/meta/lib/oe/path.py', lineno: 113, function: copyhardlinktree
  86.  
  87.      0109:        else:
  88.  
  89.      0110:            source = src
  90.  
  91.      0111:            s_dir = os.getcwd()
  92.  
  93.      0112:        cmd = 'cp -afl --preserve=xattr %s %s' % (source, os.path.realpath(dst))
  94.  
  95.  *** 0113:        subprocess.check_output(cmd, shell=True, cwd=s_dir, stderr=subprocess.STDOUT)
  96.  
  97.      0114:    else:
  98.  
  99.      0115:        copytree(src, dst)
  100.  
  101.      0116:
  102.  
  103.      0117:def remove(path, recurse=True):
  104.  
  105. File: '/usr/lib/python3.5/subprocess.py', lineno: 626, function: check_output
  106.  
  107.      0622:        # empty string. That is maintained here for backwards compatibility.
  108.  
  109.      0623:        kwargs['input'] = '' if kwargs.get('universal_newlines', False) else b''
  110.  
  111.      0624:
  112.  
  113.      0625:    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  114.  
  115.  *** 0626:               **kwargs).stdout
  116.  
  117.      0627:
  118.  
  119.      0628:
  120.  
  121.      0629:class CompletedProcess(object):
  122.  
  123.      0630:    """A process that has finished running.
  124.  
  125. File: '/usr/lib/python3.5/subprocess.py', lineno: 708, function: run
  126.  
  127.     0704:            raise
  128.  
  129.     0705:        retcode = process.poll()
  130.  
  131.     0706:        if check and retcode:
  132.  
  133.     0707:            raise CalledProcessError(retcode, process.args,
  134.  
  135. *** 0708:                                     output=stdout, stderr=stderr)
  136.  
  137.     0709:    return CompletedProcess(process.args, retcode, stdout, stderr)
  138.  
  139.     0710:
  140.  
  141.     0711:
  142.  
  143.     0712:def list2cmdline(seq):
  144.  
  145. Exception: subprocess.CalledProcessError: Command 'cp -afl --preserve=xattr ./* /home/optix/src/build_x11/tmp/sysroots-components/x86_64/libtool-native' returned non-zero exit status 1
  146.  
  147. Subprocess output:
  148.  
  149. cp: cannot create hard link '/home/optix/src/build_x11/tmp/sysroots-components/x86_64/libtool-native/usr/lib/libltdl.so' to './usr/lib/libltdl.so': Operation not permitted
  150.  
  151. cp: cannot create hard link '/home/optix/src/build_x11/tmp/sysroots-components/x86_64/libtool-native/usr/lib/libltdl.so.7' to './usr/lib/libltdl.so.7': Operation not permitted
  152.  
  153. ERROR: libtool-native-2.4.6-r0 do_populate_sysroot: Function failed: sstate_task_postfunc
  154.  
  155. ERROR: Logfile of failure stored in: /home/optix/src/build_x11/tmp/work/x86_64-linux/libtool-native/2.4.6-r0/temp/log.do_populate_sysroot.7412
  156.  
  157. ERROR: Task (/home/optix/src/sources/poky/meta/recipes-devtools/libtool/libtool-native_2.4.6.bb:do_populate_sysroot) failed with exit code '1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement