#1134163 libstd-rust-dev-wasm32: Missing libstd-rust-dev-wasm32_1.90.0 deb package for loong64 architecture #1134163
- Package:
- libstd-rust-dev-wasm32
- Source:
- libstd-rust-dev-wasm32
- Submitter:
- ww2000e
- Date:
- 2026-04-22 02:51:02 UTC
- Severity:
- normal
- Tags:
Dear Maintainer, I attempted to locate the libstd-rust-dev-wasm32 (version 1.90.0) deb package in the repository, but it is missing for the loong64 architecture. Furthermore, the newer rustc version 1.92.0 also appears to be incomplete, as the rustc_1.92.0 binary package itself is nowhere to be found in the current mirrors.
Control: tag -1 +moreinfo There are three issues with this report: - 1.90 is superseded in all releases (trixie has 1.95, trixie-backports and forky already have newer versions) - wasi-libc is an arch:all package, so noting its absence for loong64 doesn't really make sense - loong64 is not a release architecture for trixie, its addition to testing (forky) is currently being finalized as far as I know Maybe you are using some third-party loong64 repository that has a newer rustc, but is lacking the wasm build because that is not arch specific?
Hi, > I attempted to locate the libstd-rust-dev-wasm32 (version 1.90.0) deb package in the repository, but it is missing for the loong64 architecture. libstd-rust-dev-wasm32 belongs to the 'all arch' packages, and the location to obtain it is as follows: http://ftp.debian.org/debian/pool/main/r/rustc/libstd-rust-dev-wasm32_1.90.0+dfsg1-1~bpo13+2_all.deb http://ftp.debian.org/debian/pool/main/r/rustc/libstd-rust-dev-wasm32_1.91.1+dfsg1-1~bpo13+2_all.deb http://ftp.debian.org/debian/pool/main/r/rustc/libstd-rust-dev-wasm32_1.92.0+dfsg1-2~bpo13+1_all.deb http://ftp.debian.org/debian/pool/main/r/rustc/libstd-rust-dev-wasm32_1.94.1+dfsg1-1_all.deb > Furthermore, the newer rustc version 1.92.0 also appears to be incomplete, as the rustc_1.92.0 binary package itself is nowhere to be found in the current mirrors. http://ftp.debian.org/debian/pool/main/r/rustc/ # dpkg -l |grep libstd-rust-dev-wasm32 ii libstd-rust-dev-wasm32 1.94.1+dfsg1-1 all Rust standard libraries - development files Thanks.