-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
uutils-coreutils: 0.2.2
OS: Gentoo
When trying to emerge any package or even uutils-coreutils again when uutils-coreutils are used instead of the GNU Coreutils, emerge can't install any package with "cryptic" errors
Last thing I tried was to disable the quiet output in the makefile and this is what it tried to run
Finished `release` profile [optimized] target(s) in 2m 22s
if [ -d "/var/tmp/portage/sys-apps/uutils-coreutils-system-0.2.2/work/coreutils-0.2.2/src/uucore/locales" ]; then \
mkdir -p "/var/tmp/portage/sys-apps/uutils-coreutils-system-0.2.2/work/coreutils-0.2.2/target/release/locales/uucore"; \
for locale_file in "/var/tmp/portage/sys-apps/uutils-coreutils-system-0.2.2/work/coreutils-0.2.2"/src/uucore/locales/*.ftl; do \
install -v "$locale_file" "/var/tmp/portage/sys-apps/uutils-coreutils-system-0.2.2/work/coreutils-0.2.2/target/release/locales/uucore/"; \
done; \
fi;
# Copy utility-specific locales
-v: function/utility not found
-v: function/utility not found
make: *** [GNUmakefile:425: locales] Error 1
>>> Source compiled
I suspect emerge tries to use install, but only the argument gets parsed in this case -v and that throws the error
I tried to disable the quiet output in the GNUmakefile, but install shows fine as a command
I tried to emerge the zen-browser later and it failed with the same error just with the -b being parsed to something
naoNao89
Metadata
Metadata
Assignees
Labels
No labels