Re: Test results for gccrs on Debian unstable ia64

2021-06-02 Thread John Paul Adrian Glaubitz
Hi Marc! On 6/2/21 7:02 PM, Marc wrote: >> libunwind on ia64 can be a bit tricky sometimes, so it might not be gccrs >> which is to be blamed here. > > Ah, sorry, already opened :). I'll close it if needed ! > > https://github.com/Rust-GCC/gccrs/issues/474 Let's keep it open for the time being

Re: Test results for gccrs on Debian unstable ia64

2021-06-02 Thread Marc
John Paul Adrian Glaubitz writes: > Hi Marc! > > On 6/2/21 6:58 PM, Marc wrote: >> Thanks for testing this! IIUC, this is an issue on our side, so I'll >> open an issue. > > Let me test a plain GCC build with just C and C++ first to make sure it's > not a general GCC problem on ia64. > > libunwin

Re: Test results for gccrs on Debian unstable ia64

2021-06-02 Thread John Paul Adrian Glaubitz
Hi Marc! On 6/2/21 6:58 PM, Marc wrote: > Thanks for testing this! IIUC, this is an issue on our side, so I'll > open an issue. Let me test a plain GCC build with just C and C++ first to make sure it's not a general GCC problem on ia64. libunwind on ia64 can be a bit tricky sometimes, so it migh

Re: Test results for gccrs on Debian unstable ia64

2021-06-02 Thread Marc
John Paul Adrian Glaubitz writes: > Hello! > > On 6/2/21 3:08 PM, John Paul Adrian Glaubitz wrote: >>> Is libunwind installed ? Not sure why your exe needs it, maybe that's a >>> particularity of ia64? >> >> Yes, gcc explicitly needs libunwind on ia64 unless it's configured to use >> the interna

Re: Test results for gccrs on Debian unstable ia64

2021-06-02 Thread John Paul Adrian Glaubitz
Hello! On 6/2/21 3:08 PM, John Paul Adrian Glaubitz wrote: >> Is libunwind installed ? Not sure why your exe needs it, maybe that's a >> particularity of ia64? > > Yes, gcc explicitly needs libunwind on ia64 unless it's configured to use > the internal version. I might be able to fix that myself.

Re: Test results for gccrs on Debian unstable ia64

2021-06-02 Thread John Paul Adrian Glaubitz
Hi Marc! On 6/2/21 3:05 PM, Marc wrote: >> Sure, just found the log file. Didn't know that there was one ;). > > Thanks! Looks like something is missing : > > ./block_expr1.exe: error while loading shared libraries: libunwind.so.7: > cannot open shared object file: No such file or directory Ah

Re: Test results for gccrs on Debian unstable ia64

2021-06-02 Thread Marc
John Paul Adrian Glaubitz writes: > Hi Marc! > > On 6/2/21 2:41 PM, Marc wrote: >>> # of expected passes2347 >>> # of unexpected failures21 >>> # of expected failures 26 >> >> Would it be possible to have the corresponding .log file ? Looks like >> nearly all executi

Re: Test results for gccrs on Debian unstable ia64

2021-06-02 Thread John Paul Adrian Glaubitz
Hi Marc! On 6/2/21 2:41 PM, Marc wrote: >> # of expected passes2347 >> # of unexpected failures21 >> # of expected failures 26 > > Would it be possible to have the corresponding .log file ? Looks like > nearly all execution tests are KO (3 out of 4...). Sure, just fo

Re: Test results for gccrs on Debian unstable ia64

2021-06-02 Thread Marc
John Paul Adrian Glaubitz writes: > Hi! Hi! > I have started to test gccrs on various targets supported by Debian to see if > there are any portability issues with the code. The first target I have tested > is Debian unstable ia64. Thanks ! > # of expected passes2347 > # of unexp

Test results for gccrs on Debian unstable ia64

2021-06-02 Thread John Paul Adrian Glaubitz
Hi! I have started to test gccrs on various targets supported by Debian to see if there are any portability issues with the code. The first target I have tested is Debian unstable ia64. I tested revision fd9e53249c6c269e68f9aca71b3d17b3ecee8e8a. The code builds without any obvious issues and I w