rustc.git
2 years ago[PATCH] compiletest: set the dylib path when gathering target cfg
Josh Stone [Fri, 14 Oct 2022 23:11:28 +0000 (16:11 -0700)]
[PATCH] compiletest: set the dylib path when gathering target cfg

If the compiler is built with `rpath = false`, then it won't find its
own libraries unless the library search path is set. We already do that
while running the actual compiletests, but #100260 added another rustc
command for getting the target cfg.

    Check compiletest suite=codegen mode=codegen (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
    thread 'main' panicked at 'error: failed to get cfg info from "[...]/build/x86_64-unknown-linux-gnu/stage1/bin/rustc"
    --- stdout

    --- stderr
    [...]/build/x86_64-unknown-linux-gnu/stage1/bin/rustc: error while loading shared libraries: librustc_driver-a2a76dc626cd02d2.so: cannot open shared object file: No such file or directory
    ', src/tools/compiletest/src/common.rs:476:13

Now the library path is set here as well, so it works without rpath.

FG: Context adapted

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Gbp-Pq: Name u-make-compiletest-work-without-rpath.patch

2 years agou-ignore-endian-big-diff
Debian Rust Maintainers [Thu, 14 Jul 2022 11:17:37 +0000 (13:17 +0200)]
u-ignore-endian-big-diff

Bug: https://github.com/rust-lang/rust/issues/89577

===================================================================

Gbp-Pq: Name u-ignore-endian-big-diff.patch

2 years agoDon't split dwarf debug for a fully-reproducible build
Ximin Luo [Thu, 14 Jul 2022 11:17:37 +0000 (13:17 +0200)]
Don't split dwarf debug for a fully-reproducible build

Bug: https://github.com/rust-lang/rust/issues/34902

Gbp-Pq: Name u-reproducible-build.patch

2 years agou-ignore-reproducible-failure
Debian Rust Maintainers [Thu, 14 Jul 2022 11:17:37 +0000 (13:17 +0200)]
u-ignore-reproducible-failure

Bug: https://github.com/rust-lang/rust/issues/89911

Gbp-Pq: Name u-ignore-reproducible-failure.patch

2 years agorustc (1.65.0+dfsg1-2) unstable; urgency=medium
Jeremy Bícha [Mon, 26 Jun 2023 21:16:27 +0000 (22:16 +0100)]
rustc (1.65.0+dfsg1-2) unstable; urgency=medium

  * Team upload
  * Source-only upload

[dgit import unpatched rustc 1.65.0+dfsg1-2]

2 years agoImport rustc_1.65.0+dfsg1-2.debian.tar.xz
Jeremy Bícha [Mon, 26 Jun 2023 21:16:27 +0000 (22:16 +0100)]
Import rustc_1.65.0+dfsg1-2.debian.tar.xz

[dgit import tarball rustc 1.65.0+dfsg1-2 rustc_1.65.0+dfsg1-2.debian.tar.xz]

2 years agoImport rustc_1.65.0+dfsg1.orig.tar.xz
Fabian Gruenbichler [Wed, 15 Feb 2023 19:12:05 +0000 (19:12 +0000)]
Import rustc_1.65.0+dfsg1.orig.tar.xz

[dgit import orig rustc_1.65.0+dfsg1.orig.tar.xz]