crops / yocto-dockerfiles

This repository is for -base and -builder containers for building derivative containers (such as poky-container) for containerized Yocto Project builds.
GNU General Public License v2.0
147 stars 56 forks source link

Buildtools 3.1.13 #61

Closed moto-timo closed 2 years ago

moto-timo commented 2 years ago

Older distros (centos-7, debian-9, ubuntu-16.04) are failing to run the dumb-init tox tests, because of an issue with the virtualenv and vendored _distutils in setuptools

tox
GLOB sdist-make: /tmp/tmp.fJuzCqLRn5/dumb-init-1.2.5/setup.py
py3 create: /tmp/tmp.fJuzCqLRn5/dumb-init-1.2.5/.tox/py3
ERROR: invocation failed (exit code 1), logfile: /tmp/tmp.fJuzCqLRn5/dumb-init-1.2.5/.tox/py3/log/py3-0.log
================================== log start ===================================
Traceback (most recent call last):
  File "/tmp/tmp.fJuzCqLRn5/venv/lib/python3.8/site-packages/setuptools/_distutils/util.py", line 258, in subst_vars
    return _subst_compat(s).format_map(lookup)
KeyError: 'LIBDEST'

This has since been corrected upstream, but it is still valuable to bump to the latest 'dunfell' 3.1.13 LTS buildtools-extended-tarball for bug and security fixes to the toolchains.