* python3-daemon fails to build
@ 2021-05-14 18:42 Peter Müller
2021-05-15 11:03 ` Adolf Belka
0 siblings, 1 reply; 3+ messages in thread
From: Peter Müller @ 2021-05-14 18:42 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 3309 bytes --]
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', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpldy8j00v', '--quiet', 'docutils']' returned non-zero exit status 1.
>
> The above exception was the direct cause of the following exception:
>
> Traceback (most recent call last):
> File "setup.py", line 51, in <module>
> 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 = pkg_resources.working_set.resolve(
> File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 779, in resolve
> dist = best[req.key] = env.best_match(
> File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 1064, in best_match
> return self.obtain(req, installer)
> File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 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/tmpldy8j00v', '--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 applicable [ FAIL ]
Looks like python3-daemon depends on python3-docutils, but I am not quite sure...
Thanks, and best regards,
Peter Müller
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: python3-daemon fails to build
2021-05-14 18:42 python3-daemon fails to build Peter Müller
@ 2021-05-15 11:03 ` Adolf Belka
2021-05-15 12:13 ` Adolf Belka
0 siblings, 1 reply; 3+ messages in thread
From: Adolf Belka @ 2021-05-15 11:03 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 3854 bytes --]
Hi All,
On 14/05/2021 20:42, Peter Müller 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', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpldy8j00v', '--quiet', 'docutils']' returned non-zero exit status 1.
>>
>> The above exception was the direct cause of the following exception:
>>
>> Traceback (most recent call last):
>> File "setup.py", line 51, in <module>
>> 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 = pkg_resources.working_set.resolve(
>> File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 779, in resolve
>> dist = best[req.key] = env.best_match(
>> File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 1064, in best_match
>> return self.obtain(req, installer)
>> File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 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/tmpldy8j00v', '--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 applicable [ FAIL ]
> Looks like python3-daemon depends on python3-docutils, but I am not quite sure...
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 looks for a python3 version of docutils but that is not built till later in make.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üller
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: python3-daemon fails to build
2021-05-15 11:03 ` Adolf Belka
@ 2021-05-15 12:13 ` Adolf Belka
0 siblings, 0 replies; 3+ messages in thread
From: Adolf Belka @ 2021-05-15 12:13 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 3497 bytes --]
Hi All,
On 15/05/2021 13:03, Adolf Belka wrote:
> Hi All,
>
> On 14/05/2021 20:42, Peter Müller 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', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpldy8j00v', '--quiet', 'docutils']' returned non-zero exit status 1.
>>> The above exception was the direct cause of the following exception:
>>> Traceback (most recent call last):
>>> File "setup.py", line 51, in <module>
>>> 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 = pkg_resources.working_set.resolve(
>>> File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 779, in resolve
>>> dist = best[req.key] = env.best_match(
>>> File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 1064, in best_match
>>> return self.obtain(req, installer)
>>> File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 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/tmpldy8j00v', '--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 applicable [ FAIL ]
>> Looks like python3-daemon depends on python3-docutils, but I am not quite sure...
>
> 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 looks for a python3 version of docutils but that is not built till later in make.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.
>
The python3-daemon build has run successfully with python3-docutils just before it. When the build finishes I will submit a patch.
Regards,
Adolf.
> Regards,
>
> Adolf.
>
>
>> Thanks, and best regards,
>> Peter Müller
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-05-15 12:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-14 18:42 python3-daemon fails to build Peter Müller
2021-05-15 11:03 ` Adolf Belka
2021-05-15 12:13 ` Adolf Belka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox