Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 911850 - app-vim/vim-spell-en-20060123-r1 - You should not use $EPREFIX with helpers
Summary: app-vim/vim-spell-en-20060123-r1 - You should not use $EPREFIX with helpers
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal QA (vote)
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-07 11:37 UTC by Martin Mokrejš
Modified: 2023-08-08 14:26 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Mokrejš 2023-08-07 11:37:26 UTC
>>> Emerging (1 of 16) app-vim/vim-spell-en-20060123-r1::gentoo
 * Fetching files in the background.
 * To view fetch progress, run in another terminal:
 * tail -f /auto/vestec1-elixir/projects/biocev/gentoo/var/log/emerge-fetch.log
 * vim-spell-en-20060123.tar.bz2 BLAKE2B SHA512 size ;-) ...                                                                                                                                                                                                                                                         [ ok ]
>>> Unpacking source...
>>> Unpacking vim-spell-en-20060123.tar.bz2 to /auto/vestec1-elixir/projects/biocev/gentoo/var/tmp/portage/app-vim/vim-spell-en-20060123-r1/work
>>> Source unpacked in /auto/vestec1-elixir/projects/biocev/gentoo/var/tmp/portage/app-vim/vim-spell-en-20060123-r1/work
>>> Preparing source in /auto/vestec1-elixir/projects/biocev/gentoo/var/tmp/portage/app-vim/vim-spell-en-20060123-r1/work/vim-spell-en-20060123 ...
>>> Source prepared.
>>> Configuring source in /auto/vestec1-elixir/projects/biocev/gentoo/var/tmp/portage/app-vim/vim-spell-en-20060123-r1/work/vim-spell-en-20060123 ...
>>> Source configured.
>>> Compiling source in /auto/vestec1-elixir/projects/biocev/gentoo/var/tmp/portage/app-vim/vim-spell-en-20060123-r1/work/vim-spell-en-20060123 ...
>>> Source compiled.
>>> Test phase [not enabled]: app-vim/vim-spell-en-20060123-r1

>>> Install app-vim/vim-spell-en-20060123-r1 into /auto/vestec1-elixir/projects/biocev/gentoo/var/tmp/portage/app-vim/vim-spell-en-20060123-r1/image/
-------------------------------------------------------
You should not use ${EPREFIX} with helpers.
  --> /auto/vestec1-elixir/projects/biocev/gentoo/usr/share/vim/vimfiles/spell/
-------------------------------------------------------
 * ERROR: app-vim/vim-spell-en-20060123-r1::gentoo failed (install phase):
 *   doins used with ${EPREFIX}
 * 
 * If you need support, post the output of `emerge --info '=app-vim/vim-spell-en-20060123-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=app-vim/vim-spell-en-20060123-r1::gentoo'`.
 * The complete build log is located at '/auto/vestec1-elixir/projects/biocev/gentoo/var/tmp/portage/app-vim/vim-spell-en-20060123-r1/temp/build.log'.
 * The ebuild environment file is located at '/auto/vestec1-elixir/projects/biocev/gentoo/var/tmp/portage/app-vim/vim-spell-en-20060123-r1/temp/environment'.
 * Working directory: '/auto/vestec1-elixir/projects/biocev/gentoo/var/tmp/portage/app-vim/vim-spell-en-20060123-r1/work/vim-spell-en-20060123'
 * S: '/auto/vestec1-elixir/projects/biocev/gentoo/var/tmp/portage/app-vim/vim-spell-en-20060123-r1/work/vim-spell-en-20060123'

>>> Failed to emerge app-vim/vim-spell-en-20060123-r1, Log file:
Comment 1 Larry the Git Cow gentoo-dev 2023-08-08 14:26:18 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de0312d2a8172ff01f6c3c5fb5e1a099cf321fb8

commit de0312d2a8172ff01f6c3c5fb5e1a099cf321fb8
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2023-08-08 14:24:52 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2023-08-08 14:24:52 +0000

    vim-spell.eclass: drop EPREFIX from VIM_SPELL_DIRECTORY
    
    This variable is passed to insinto, which already addes EPREFIX.
    
    Closes: https://bugs.gentoo.org/911850
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 eclass/vim-spell.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)