You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thomasdezeeuw opened this issue
May 25, 2025
· 3 comments
Labels
C-bugCategory: This is a bug.O-aixOS: Big Blue's Advanced Interactive eXecutive..T-libsRelevant to the library team, which will review and decide on the PR/issue.
error[E0425]: cannot find function `getenv` in this scope
--> /home/runner/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/os.rs:285:22
|
285 | if let Some(p) = getenv(OsStr::from_bytes("PATH".as_bytes())) {
| ^^^^^^ not found in this scope
|
help: consider importing one of these functions
|
8 + use crate::sys::env::getenv;
|
8 + use libc::getenv;
|
For more information about this error, try `rustc --explain E0425`.
error: could not compile `std` (lib) due to 1 previous error
error: process didn't exit successfully: `/home/runner/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo check -Z build-std=std,panic_abort --target powerpc64-ibm-aix --manifest-path Cargo.toml --all-features` (exit status: 101)
The text was updated successfully, but these errors were encountered:
bjorn3
added
C-bug
Category: This is a bug.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
O-aix
OS: Big Blue's Advanced Interactive eXecutive..
labels
May 25, 2025
C-bugCategory: This is a bug.O-aixOS: Big Blue's Advanced Interactive eXecutive..T-libsRelevant to the library team, which will review and decide on the PR/issue.
Hit this in a CI run of Mio: https://github.com/tokio-rs/mio/actions/runs/15226132067/job/42828397158.
Relevant information:
Build log:
The text was updated successfully, but these errors were encountered: