Page MenuHomePureOS Tracker

Package newer Rust in Byzantium
Closed, ResolvedPublic

Description

Rust is moving rather fast, and doing "raw" squeekboard builds using Cargo fails (see https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/561 ).

This will make it difficult to folks to hack on Squeekboard using PureOS, which is something I'd prefer to avoid.

The alternative way to avoid that is to lock dependency versions in Squeekboard, but I would prefer to give folks in general access to newer Rust, and to be able to move the project itself to newer features.

It pains me that folks won't be able to just do meson builds of Squeekboard, so I'm currently trying to check how many packages need to be imported from bookworm to Byzantium to get a high enough rustc version.

I've started investigating what is needed to build rustc, and so far:

builddeps:. : Depends: rustc (>= 1.58.0+dfsg)
              Depends: llvm-13-dev but it is not installable
              Depends: llvm-13-tools but it is not installable
              Depends: libllvm13 (>= 1:13.0.0) but it is not installable
              Depends: wasi-libc (>= 0.0~git20210922.ad51334~~) but 0.0~git20200731.215adc8-2 is to be installed
              Depends: clang-13 but it is not installable

Out of those, rustc is a recursive-ish dependency, and llvm can be built without further changes.

Event Timeline

dorota.czaplejewicz renamed this task from Package newer to Package newer Rust in Byzantium.Jun 29 2022, 08:33
dorota.czaplejewicz triaged this task as Wishlist priority.
dorota.czaplejewicz updated the task description. (Show Details)
dorota.czaplejewicz added a project: Restricted Project.

I failed to build llvm-13, but it seems to be 1 of 2 needed dependencies. The other is wasi-libc.

On Guido's recommendation, I tried rustc-mozilla, but that still needs newer cargo. https://gitlab.gnome.org/dcz/squeekboard/-/jobs/2106399

Could we update Cargo at least?

There's some movement on the Debian side (thanks Carsten) https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1014327

Thanks, cargo-mozilla is in.

dorota.czaplejewicz closed this task as Resolved.Sep 30 2022, 09:19
dorota.czaplejewicz claimed this task.