Source: boost1.63
Version: 1.63.0+dfsg-1.1
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Similar to #902702, boost1.63 fails to build when binNMU'd against
python3.7. This example build log is from amd64:

https://buildd.debian.org/status/fetch.php?pkg=boost1.63&arch=amd64&ver=1.63.0%2Bdfsg-1.1%2Bb3&stamp=1530274967&raw=0
> libs/python/src/converter/builtin_converters.cpp: In function 'void* 
> boost::python::converter::{anonymous}::convert_to_cstring(PyObject*)':
> libs/python/src/converter/builtin_converters.cpp:51:35: error: invalid 
> conversion from 'const void*' to 'void*' [-fpermissive]
>        return PyUnicode_Check(obj) ? _PyUnicode_AsString(obj) : 0;

The same patch would probably work.

Regards,
    smcv

Reply via email to