Bug#1042075: squeekboard FTBFS on mipsel: LLVM ERROR: out of memory could not compile `gtk`

2023-07-26 Thread Arnaud Ferraris

Hi,

Le 26/07/2023 à 11:27, Adrian Bunk a écrit :

Source: squeekboard
Version: 1.22.0-3
Severity: serious
Tags: ftbfs

https://buildd.debian.org/status/fetch.php?pkg=squeekboard&arch=mipsel&ver=1.22.0-3&stamp=1689482231&raw=0

...
Compiling gtk v0.16.2
...
LLVM ERROR: out of memory
Allocation failed
error: could not compile `gtk`
...



This is a vendored copy of the same version of src:rust-gtk, where this was 
solved with
   * Disable build-time testing on mipsel, they run out of address space.


I'm not sure what you mean here, there's no vendored crate in squeekboard.

Anyway, I don't think this should be acted upon as it is my 
understanding that mipsel will be dropped from the release architectures 
in the near future [1], partly because of its limited address space 
having a negative impact on packages which would otherwise migrate 
without any issue.


Feel free to correct me if I'm wrong.

Cheers,
Arnaud

[1] https://lists.debian.org/debian-devel/2023/07/msg00217.html



___
Debian-on-mobile-maintainers mailing list
debian-on-mobile-maintain...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-on-mobile-maintainers




Bug#1042075: squeekboard FTBFS on mipsel: LLVM ERROR: out of memory could not compile `gtk`

2023-07-26 Thread Adrian Bunk
Source: squeekboard
Version: 1.22.0-3
Severity: serious
Tags: ftbfs

https://buildd.debian.org/status/fetch.php?pkg=squeekboard&arch=mipsel&ver=1.22.0-3&stamp=1689482231&raw=0

...
   Compiling gtk v0.16.2
...
LLVM ERROR: out of memory
Allocation failed
error: could not compile `gtk`
...



This is a vendored copy of the same version of src:rust-gtk, where this was 
solved with
  * Disable build-time testing on mipsel, they run out of address space.