Bug#1042980: gnome-shell: FTBFS on mips64el, mipsel: perf-* tests fail

2023-08-04 Thread Simon McVittie
On Fri, 04 Aug 2023 at 23:27:18 +0800, YunQiang Su wrote: > Ohh, Mozjs102 is using WASM now, which generates some MIPS SIMD instructions. Does this mean gnome-shell 43 is already crashing on mips*el? The reason I ask is that I want to get 44 into unstable soon, and to do that, it would be good

Bug#1042980: gnome-shell: FTBFS on mips64el, mipsel: perf-* tests fail

2023-08-04 Thread YunQiang Su
Ohh, Mozjs102 is using WASM now, which generates some MIPS SIMD instructions. Interestingly, Let's try to rebuild mozjs102 with llvm-15, and then maybe llvm-16. I may need to help fix llvm-toolchain-16/snapshot first. -- YunQiang Su

Bug#1042980: gnome-shell: FTBFS on mips64el, mipsel: perf-* tests fail

2023-08-04 Thread YunQiang Su
Simon McVittie 于2023年8月4日周五 22:20写道: > > On Fri, 04 Aug 2023 at 13:21:59 +0100, Simon McVittie wrote: > > On Fri, 04 Aug 2023 at 20:05:20 +0800, YunQiang Su wrote: > > > I am continue working on (EE) failed to write to Xwayland fd: Broken > > > pipe problem. > > I notice that the perf-* tests are

Bug#1042980: gnome-shell: FTBFS on mips64el, mipsel: perf-* tests fail

2023-08-04 Thread Simon McVittie
On Fri, 04 Aug 2023 at 13:21:59 +0100, Simon McVittie wrote: > On Fri, 04 Aug 2023 at 20:05:20 +0800, YunQiang Su wrote: > > I am continue working on (EE) failed to write to Xwayland fd: Broken > > pipe problem. I notice that the perf-* tests are new in version 44, so if the equivalent

Bug#1042980: gnome-shell: FTBFS on mips64el, mipsel: perf-* tests fail

2023-08-04 Thread Simon McVittie
On Fri, 04 Aug 2023 at 20:05:20 +0800, YunQiang Su wrote: > > > Instead of doing this low-level ELF manipulation, I'm testing a patch > > > which > > > uses an environment variable to propagate the search path into the > > > executable - that seems less likely to go wrong on unusual

Bug#1042980: gnome-shell: FTBFS on mips64el, mipsel: perf-* tests fail

2023-08-04 Thread YunQiang Su
YunQiang Su 于2023年8月4日周五 19:40写道: > > Simon McVittie 于2023年8月4日周五 19:26写道: > > > > Control: forwarded -1 > > https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/6877 > > > > On Fri, 04 Aug 2023 at 15:50:32 +0800, YunQiang Su wrote: > > > 156 if (rpath) > > > 157 paths = g_strsplit (strtab

Bug#1042980: gnome-shell: FTBFS on mips64el, mipsel: perf-* tests fail

2023-08-04 Thread YunQiang Su
Simon McVittie 于2023年8月4日周五 19:26写道: > > Control: forwarded -1 https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/6877 > > On Fri, 04 Aug 2023 at 15:50:32 +0800, YunQiang Su wrote: > > 156 if (rpath) > > 157 paths = g_strsplit (strtab + rpath->d_un.d_val, ":", -1); > > 158 else > > 159

Bug#1042980: gnome-shell: FTBFS on mips64el, mipsel: perf-* tests fail

2023-08-04 Thread Simon McVittie
Control: forwarded -1 https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/6877 On Fri, 04 Aug 2023 at 15:50:32 +0800, YunQiang Su wrote: > 156 if (rpath) > 157 paths = g_strsplit (strtab + rpath->d_un.d_val, ":", -1); > 158 else > 159 paths = g_strsplit (strtab + runpath->d_un.d_val,

Bug#1042980: gnome-shell: FTBFS on mips64el, mipsel: perf-* tests fail

2023-08-04 Thread YunQiang Su
> > I will try to debug it. > With the first glance, it seems due to some difference of MIPS ELF format: 131 #ifdef HAVE_EXE_INTROSPECTION 132 static void 133 maybe_add_rpath_introspection_paths (void) 134 { 135 ElfW (Dyn) *dyn; 136 ElfW (Dyn) *rpath = NULL; 137 ElfW (Dyn) *runpath = NULL;

Bug#1042980: gnome-shell: FTBFS on mips64el, mipsel: perf-* tests fail

2023-08-03 Thread YunQiang Su
Simon McVittie 于2023年8月4日周五 00:33写道: > > Source: gnome-shell > Version: 44.3-1 > Severity: serious > Tags: ftbfs experimental help > Justification: fails to build from source (but built successfully in the past) > X-Debbugs-Cc: debian-m...@lists.debian.org > User: debian-m...@lists.debian.org >

Bug#1042980: gnome-shell: FTBFS on mips64el, mipsel: perf-* tests fail

2023-08-03 Thread Simon McVittie
Source: gnome-shell Version: 44.3-1 Severity: serious Tags: ftbfs experimental help Justification: fails to build from source (but built successfully in the past) X-Debbugs-Cc: debian-m...@lists.debian.org User: debian-m...@lists.debian.org Usertags: mips64el mipsel gnome-shell 44 builds