-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rust-crate.eclass uses invalid TARGET (CHOST value is legal for gentoo, but not rust ) #3
Comments
|
kentfredric
added a commit
to kentfredric/rust-dev-overlay
that referenced
this issue
Sep 26, 2019
A src_test that simply "compiles" is better than no test at all, and a test that is known to fail, as we want *some* basic assurance that the code is not inherently garbage. But currently tests fail for other reasons Bug: kentnl-gentoo-rust#3 Package-Manager: Portage-2.3.75, Repoman-2.3.16 Signed-off-by: Kent Fredric <[email protected]>
kentfredric
added a commit
to kentfredric/rust-dev-overlay
that referenced
this issue
Oct 1, 2019
A src_test that simply "compiles" is better than no test at all, and a test that is known to fail, as we want *some* basic assurance that the code is not inherently garbage. But currently tests fail for other reasons Bug: kentnl-gentoo-rust#3 Package-Manager: Portage-2.3.75, Repoman-2.3.16 Signed-off-by: Kent Fredric <[email protected]>
kentfredric
added a commit
to kentfredric/rust-dev-overlay
that referenced
this issue
Jan 24, 2020
kentfredric
added a commit
to kentfredric/rust-dev-overlay
that referenced
this issue
Jan 24, 2020
Due to changes in rust-crate for rust-toolchain, this test can now be run. Additionally, examples are now stripped. Closes: kentnl-gentoo-rust#3 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Kent Fredric <[email protected]>
kentfredric
added a commit
to kentfredric/rust-dev-overlay
that referenced
this issue
Jan 24, 2020
kentfredric
added a commit
to kentfredric/rust-dev-overlay
that referenced
this issue
Jan 24, 2020
Due to changes in rust-crate for rust-toolchain, this test can now be run. Additionally, examples are now stripped. Closes: kentnl-gentoo-rust#3 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Kent Fredric <[email protected]>
kentfredric
added a commit
to kentfredric/rust-dev-overlay
that referenced
this issue
Feb 5, 2020
kentfredric
added a commit
to kentfredric/rust-dev-overlay
that referenced
this issue
Feb 5, 2020
Due to changes in rust-crate for rust-toolchain, this test can now be run. Additionally, examples are now stripped. Closes: kentnl-gentoo-rust#3 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Kent Fredric <[email protected]>
kentfredric
added a commit
that referenced
this issue
Mar 30, 2020
kentfredric
added a commit
that referenced
this issue
Mar 30, 2020
Due to changes in rust-crate for rust-toolchain, this test can now be run. Additionally, examples are now stripped. Closes: #3 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Kent Fredric <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This becomes obvious when running tests for autocfg, which fail under gentoo's portage environment, but pass run in a rustup environment.
# /usr/bin/rustc --print target-list | grep x86 x86_64-apple-darwin x86_64-fortanix-unknown-sgx x86_64-fuchsia x86_64-linux-android x86_64-pc-solaris x86_64-pc-windows-gnu x86_64-pc-windows-msvc x86_64-rumprun-netbsd x86_64-sun-solaris x86_64-unknown-cloudabi x86_64-unknown-dragonfly x86_64-unknown-freebsd x86_64-unknown-haiku x86_64-unknown-hermit x86_64-unknown-l4re-uclibc x86_64-unknown-linux-gnu x86_64-unknown-linux-gnux32 x86_64-unknown-linux-musl x86_64-unknown-netbsd x86_64-unknown-openbsd x86_64-unknown-redox x86_64-unknown-uefi
The text was updated successfully, but these errors were encountered: