Your message dated Fri, 30 Mar 2018 13:25:37 +0200
with message-id <87vadd7qku....@turtle.gmx.de>
and subject line Re: Bug#893898: libprelude FTBFS: missing Build-Depends:
python3-distutils
has caused the Debian Bug report #893898,
regarding libprelude FTBFS: missing Build-Depends: python3-distutils
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
893898: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893898
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libprelude
Version: 4.1.0-4
Severity: serious
User: helm...@debian.org
Usertags: rebootstrap
libprelude fails to build from source:
| make[6]: Leaving directory '/<<PKGBUILDDIR>>/bindings/perl'
| Making all in docs
| Making all in api
| make[5]: Nothing to be done for 'all'.
| Making all in manpages
| make[5]: Nothing to be done for 'all'.
| make[5]: Nothing to be done for 'all-am'.
| Making all in tests
| make[4]: Nothing to be done for 'all'.
| cd bindings/python && python2.7 setup.py build
| running build
| running build_py
| running build_ext
| cd bindings/python && python3.6 setup.py build
| Traceback (most recent call last):
| File "setup.py", line 26, in <module>
| from distutils.sysconfig import get_python_lib
| ModuleNotFoundError: No module named 'distutils.sysconfig'
| make[1]: *** [debian/rules:43: build-python3.6] Error 1
| make[1]: Leaving directory '/<<PKGBUILDDIR>>'
| make: *** [debian/rules:61: build-arch] Error 2
| dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit
status 2
Likely it needs to add python3-distutils to Build-Depends after
python3.6 dropped it from Depends.
Also please rebuild libprelude against a version of gem2deb that fixes
#892131.
Helmut
--- End Message ---
--- Begin Message ---
Am 23.03.2018 um 17:29 schrieb Helmut Grohne:
> Source: libprelude
> Version: 4.1.0-4
> Severity: serious
> User: helm...@debian.org
> Usertags: rebootstrap
>
> libprelude fails to build from source:
>
> | make[6]: Leaving directory '/<<PKGBUILDDIR>>/bindings/perl'
> | Making all in docs
> | Making all in api
> | make[5]: Nothing to be done for 'all'.
> | Making all in manpages
> | make[5]: Nothing to be done for 'all'.
> | make[5]: Nothing to be done for 'all-am'.
> | Making all in tests
> | make[4]: Nothing to be done for 'all'.
> | cd bindings/python && python2.7 setup.py build
> | running build
> | running build_py
> | running build_ext
> | cd bindings/python && python3.6 setup.py build
> | Traceback (most recent call last):
> | File "setup.py", line 26, in <module>
> | from distutils.sysconfig import get_python_lib
> | ModuleNotFoundError: No module named 'distutils.sysconfig'
> | make[1]: *** [debian/rules:43: build-python3.6] Error 1
> | make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> | make: *** [debian/rules:61: build-arch] Error 2
> | dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit
> status 2
>
> Likely it needs to add python3-distutils to Build-Depends after
> python3.6 dropped it from Depends.
This has been fixed in python3 3.6.5~rc1-1 by adding python3-distutils
dependencies to python3-all and python3-dev.
> Also please rebuild libprelude against a version of gem2deb that fixes
> #892131.
Done via binNMUs, see #893828.
Cheers,
Sven
--- End Message ---