(My first bug report, so I might be doing something wrong, but this is the error I get, and how I can get it to install) When I emerge vim-core (vim-core-7.0.174 specifically) I get the following error: cp xxd/xxd /var/tmp/portage/app-editors/vim-core-7.0.174/image//usr/bin faking strip /var/tmp/portage/app-editors/vim-core-7.0.174/image//usr/bin/xxd make: faking: Command not found make: *** [installtools] Error 127 !!! ERROR: app-editors/vim-core-7.0.174 failed. Call stack: ebuild.sh, line 1611: Called dyn_install ebuild.sh, line 1057: Called qa_call 'src_install' environment, line 3573: Called src_install ebuild.sh, line 1301: Called vim_src_install vim.eclass, line 511: Called die !!! install failed !!! If you need support, post the topmost build error, and the call stack if relevant. !!! A complete build log is located at '/var/tmp/portage/app-editors/vim-core-7.0.174/temp/build.log'. I can get this to work if I change the line: STRIP = faking strip to: STRIP = /bin/true in the file: /var/tmp/portage/app-editors/vim-core-7.0.174/work/vim7/src/auto/config.mk and manually installing vim with: cd /usr/portage/app-editors/vim-core ebuild vim-core-7.0.174.ebuild install If I don't make the change listed above, then the previous ebuild command will fail with the same error as above. My diff -u (config.mk.patch), emerge --info, and the build.log will be attached to this ticket. Reproducible: Always Steps to Reproduce: 1. emerge =app-editors/vim-core-7.0.174 Actual Results: cp xxd/xxd /var/tmp/portage/app-editors/vim-core-7.0.174/image//usr/bin faking strip /var/tmp/portage/app-editors/vim-core-7.0.174/image//usr/bin/xxd make: faking: Command not found make: *** [installtools] Error 127 !!! ERROR: app-editors/vim-core-7.0.174 failed. Call stack: ebuild.sh, line 1611: Called dyn_install ebuild.sh, line 1057: Called qa_call 'src_install' environment, line 3573: Called src_install ebuild.sh, line 1301: Called vim_src_install vim.eclass, line 511: Called die !!! install failed !!! If you need support, post the topmost build error, and the call stack if relevant. !!! A complete build log is located at '/var/tmp/portage/app-editors/vim-core-7.0.174/temp/build.log'. Expected Results: Installed without error. This is happening during a stage1 install, so I will try this again after a reboot, but it appears that it is a bug in the ebuild or source for vim-core, since it is trying to find the command: faking
Created attachment 108238 [details] build.log file from the emerge
Created attachment 108239 [details] emerge --info output from my system
Created attachment 108240 [details, diff] diff -u from the changes I made to the file config.mk
Hmm, this sounds similar, though not the same as, bug #160296. Could you tell us if you've recently upgraded coreutils? Have you run hash -r as the recent coreutils ebuilds instruct you to?
Closing this as NEEDINFO. If this is still a problem for you, please reopen this bug with answers to my questions in comment #4.