Skip to content

build with make fails with overriden UTILS #8701

@Ecordonnier

Description

@Ecordonnier

This is a regression caused by e1441ef
The make build fails when the list of overriden UTILS doesn't contain stdbuf:

make UTILS="rm chmod chown chgrp mv du"                                                                                    [8:41:07]
Detected OS = Linux
cargo build --features feat_external_libstdbuf --features "chgrp chmod chown du mv rm "  --no-default-features
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
cargo build --features feat_external_libstdbuf  -p uu_chgrp -p uu_chmod -p uu_chown -p uu_du -p uu_mv -p uu_rm
error: none of the selected packages contains this feature: feat_external_libstdbuf
selected packages: uu_chgrp, uu_chmod, uu_chown, uu_du, uu_mv, uu_rm
help: packages with the missing feature: coreutils, uu_stdbuf
make: *** [GNUmakefile:319: build-pkgs] Error 101

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions