Bug#1000506: boost1.71 FTBFS with Python 3.10

2021-12-04 Thread Giovanni Mascellani

Hi,

On 24/11/21 12:53, Adrian Bunk wrote:

Source: boost1.71
Version: 1.71.0-7+b3
Severity: serious
Tags: ftbfs

https://buildd.debian.org/status/logs.php?pkg=boost1.71=1.71.0-7%2Bb3

...
libs/python/src/exec.cpp:109:14: error: ‘_Py_fopen’ was not declared in this 
scope; did you mean ‘_Py_wfopen’?
   109 |   FILE *fs = _Py_fopen(f, "r");
   |  ^
   |  _Py_wfopen
...


Thanks for reporting this.

Ideally the best way to fix this bug would be to get rid of boost1.71, 
given that boost1.74 already exists (also, a new version should be 
packaged, but that's another story).


Giovanni.
--
Giovanni Mascellani 



Bug#1000506: boost1.71 FTBFS with Python 3.10

2021-11-24 Thread Adrian Bunk
Source: boost1.71
Version: 1.71.0-7+b3
Severity: serious
Tags: ftbfs

https://buildd.debian.org/status/logs.php?pkg=boost1.71=1.71.0-7%2Bb3

...
libs/python/src/exec.cpp:109:14: error: ‘_Py_fopen’ was not declared in this 
scope; did you mean ‘_Py_wfopen’?
  109 |   FILE *fs = _Py_fopen(f, "r");
  |  ^
  |  _Py_wfopen
...