Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 163981 - app-editors/vim-core-7.0.174 fails - faking: Command not found
Summary: app-editors/vim-core-7.0.174 fails - faking: Command not found
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Vim Maintainers
URL: http://forums.gentoo.org/viewtopic-t-...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-26 21:36 UTC by John Julian
Modified: 2007-02-21 00:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log file from the emerge (build.log,42.39 KB, text/plain)
2007-01-26 21:36 UTC, John Julian
Details
emerge --info output from my system (emerge.info,2.85 KB, text/plain)
2007-01-26 21:37 UTC, John Julian
Details
diff -u from the changes I made to the file config.mk (config.mk.patch,331 bytes, patch)
2007-01-26 21:37 UTC, John Julian
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Julian 2007-01-26 21:36:15 UTC
(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
Comment 1 John Julian 2007-01-26 21:36:47 UTC
Created attachment 108238 [details]
build.log file from the emerge
Comment 2 John Julian 2007-01-26 21:37:06 UTC
Created attachment 108239 [details]
emerge --info output from my system
Comment 3 John Julian 2007-01-26 21:37:41 UTC
Created attachment 108240 [details, diff]
diff -u from the changes I made to the file config.mk
Comment 4 Mike Kelly (RETIRED) gentoo-dev 2007-02-06 02:35:09 UTC
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?
Comment 5 Mike Kelly (RETIRED) gentoo-dev 2007-02-21 00:09:48 UTC
Closing this as NEEDINFO. If this is still a problem for you, please reopen this bug with answers to my questions in comment #4.