Bug#1050432: rpy2: FTBFS on mips64el

2023-08-27 Thread Dirk Eddelbuettel
On 27 August 2023 at 18:44, YunQiang Su wrote: | Maybe there is something wrong with ffi. (In fact the complex support of mips | was added by me. ;) Hah. | I am looking for a way to use debug to debug the extensions. | If you have any documents, can you point it to me. I can help you with R,

Bug#1050432: rpy2: FTBFS on mips64el

2023-08-27 Thread YunQiang Su
Dirk Eddelbuettel 于2023年8月27日周日 16:52写道: > > > On 27 August 2023 at 14:09, YunQiang Su wrote: > | Dirk Eddelbuettel 于2023年8月27日周日 00:15写道: > | > > | > > | > Hi all, > | > > | > As the test failures for complex valued variables appeared to be systemic > on > | > the 'mips64el' platform, I

Bug#1050432: rpy2: FTBFS on mips64el

2023-08-27 Thread Dirk Eddelbuettel
On 27 August 2023 at 14:09, YunQiang Su wrote: | Dirk Eddelbuettel 于2023年8月27日周日 00:15写道: | > | > | > Hi all, | > | > As the test failures for complex valued variables appeared to be systemic on | > the 'mips64el' platform, I buckled down, taught myself some Python ==:-) and | > conditioned the

Bug#1050432: rpy2: FTBFS on mips64el

2023-08-27 Thread YunQiang Su
Dirk Eddelbuettel 于2023年8月27日周日 00:15写道: > > > Hi all, > > As the test failures for complex valued variables appeared to be systemic on > the 'mips64el' platform, I buckled down, taught myself some Python ==:-) and > conditioned the number of failing tests away via > >

Bug#1050432: rpy2: FTBFS on mips64el

2023-08-26 Thread Dirk Eddelbuettel
Hi all, As the test failures for complex valued variables appeared to be systemic on the 'mips64el' platform, I buckled down, taught myself some Python ==:-) and conditioned the number of failing tests away via @pytest.mark.skipif(platform.machine() == 'mips64' and sys.byteorder ==

Bug#1050432: rpy2: FTBFS on mips64el

2023-08-24 Thread Paul Gevers
Hi Dirk, mips-porters, On 24-08-2023 17:25, Dirk Eddelbuettel wrote: Paul: While I have you here, and as all those failures are on _complex_, is there a known issue with mips64el or a specific compiler switch that may be needed? rpy2 is fairly widely used but also 'glue' around other Python

Bug#1050432: rpy2: FTBFS on mips64el

2023-08-24 Thread Dirk Eddelbuettel
Paul, Thanks for the hint. I was aware and had been meaning to bring this up with Laurent (upstream, now CCed). Laurent: I should have access to a 'porterbox' running mips64el if you have an idea about what may be going on here / have a branch to test. Paul: While I have you here, and as all

Bug#1050432: rpy2: FTBFS on mips64el

2023-08-24 Thread Paul Gevers
Source: rpy2 Version: 3.5.13-1 Severity: serious Tags: ftbfs Justification: FTBFS Dear maintainer, Since the upload version 3.5.13-1, rpy2 has been failing to build on mips64el, which is blocking migration to testing. https://buildd.debian.org/status/logs.php?pkg=rpy2=mips64el