From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: Re: python3-daemon fails to build Date: Sat, 15 May 2021 13:03:35 +0200 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2079875732412590184==" List-Id: --===============2079875732412590184== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi All, On 14/05/2021 20:42, Peter M=C3=BCller wrote: > Hello development folks, > > just thought you might want to know: > >> python-docutils (0.12) = = = [ DONE ] >> python3-daemon (2.1.1) = = [ 8 = ][ FAIL ] >> >> Traceback (most recent call last): >> File "/usr/lib/python3.8/site-packages/setuptools/installer.py", line= 128, in fetch_build_egg >> subprocess.check_call(cmd) >> File "/usr/lib/python3.8/subprocess.py", line 364, in check_call >> raise CalledProcessError(retcode, cmd) >> subprocess.CalledProcessError: Command '['/usr/bin/python3', '-m', 'p= ip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpldy8= j00v', '--quiet', 'docutils']' returned non-zero exit status 1. >> =20 >> The above exception was the direct cause of the following exception: >> =20 >> Traceback (most recent call last): >> File "setup.py", line 51, in >> setup( >> File "/usr/lib/python3.8/site-packages/setuptools/__init__.py", line = 164, in setup >> _install_setup_requires(attrs) >> File "/usr/lib/python3.8/site-packages/setuptools/__init__.py", line = 159, in _install_setup_requires >> dist.fetch_build_eggs(dist.setup_requires) >> File "/usr/lib/python3.8/site-packages/setuptools/dist.py", line 699,= in fetch_build_eggs >> resolved_dists =3D pkg_resources.working_set.resolve( >> File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", li= ne 779, in resolve >> dist =3D best[req.key] =3D env.best_match( >> File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", li= ne 1064, in best_match >> return self.obtain(req, installer) >> File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", li= ne 1076, in obtain >> return installer(requirement) >> File "/usr/lib/python3.8/site-packages/setuptools/dist.py", line 758,= in fetch_build_egg >> return fetch_build_egg(self, req) >> File "/usr/lib/python3.8/site-packages/setuptools/installer.py", line= 130, in fetch_build_egg >> raise DistutilsError(str(e)) from e >> distutils.errors.DistutilsError: Command '['/usr/bin/python3', '-m', = 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpld= y8j00v', '--quiet', 'docutils']' returned non-zero exit status 1. >> make: *** [python3-daemon:73: /usr/src/log/python-daemon-2.1.1] Error= 1 >> >> ERROR: Building python3-daemon = = = [ FAIL ] >> Check /home/pmu/ipfire-2.x/log/_build.ipfire.log for errors if applic= able = = [ FAIL ] > Looks like python3-daemon depends on python3-docutils, but I am not quite s= ure... Yes it looks so. python-daemon had python-docutils just before it in make.sh python-daemon was changed to python3-daemon using python3 build and it now lo= oks for a python3 version of docutils but that is not built till later in mak= e.sh. I am running a build now where I have put a python3 version of docutils just = before python3-daemon and will see how that builds and let you know. Regards, Adolf. > Thanks, and best regards, > Peter M=C3=BCller --===============2079875732412590184==--