Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 673880 - app-editors/vim-core-8.1.0648 : file collision with app-editors/gvim-8.1.0412
Summary: app-editors/vim-core-8.1.0648 : file collision with app-editors/gvim-8.1.0412
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-28 11:29 UTC by Toralf Förster
Modified: 2018-12-29 00:57 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.17 KB, text/plain)
2018-12-28 11:29 UTC, Toralf Förster
Details
app-editors:vim-core-8.1.0648:20181228-112150.log (app-editors:vim-core-8.1.0648:20181228-112150.log,68.09 KB, text/plain)
2018-12-28 11:29 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,141.56 KB, text/plain)
2018-12-28 11:30 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,20.10 KB, application/x-bzip)
2018-12-28 11:30 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,16.71 KB, application/x-bzip)
2018-12-28 11:30 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2018-12-28 11:29:54 UTC
 * Detected file collision(s):
 * 
 * 	/usr/share/icons/hicolor/scalable/apps/gvim.svg
 * 
 * Searching all installed packages for file collisions...
 * 
 * Press Ctrl-C to Stop
 * 
 * app-editors/gvim-8.1.0412:0::gentoo
 * 	/usr/share/icons/hicolor/scalable/apps/gvim.svg
 * 
 * Package 'app-editors/vim-core-8.1.0648' NOT merged due to file

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-no-multilib_20181221-101038

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-8.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
  [3]   pypy3 (fallback)
Available Ruby profiles:
  [1]   ruby23 (with Rubygems)
  [2]   ruby24 (with Rubygems)
  [3]   ruby25 (with Rubygems)
  [4]   ruby26 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.31.1 *



emerge -qpvO app-editors/vim-core
[ebuild     U ] app-editors/vim-core-8.1.0648 [8.1.0412] USE="acl nls -minimal"
Comment 1 Toralf Förster gentoo-dev 2018-12-28 11:29:56 UTC
Created attachment 558674 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-12-28 11:29:59 UTC
Created attachment 558676 [details]
app-editors:vim-core-8.1.0648:20181228-112150.log
Comment 3 Toralf Förster gentoo-dev 2018-12-28 11:30:02 UTC
Created attachment 558678 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-12-28 11:30:05 UTC
Created attachment 558680 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-12-28 11:30:07 UTC
Created attachment 558682 [details]
logs.tbz2
Comment 6 Larry the Git Cow gentoo-dev 2018-12-28 22:25:29 UTC
The bug has been closed via the following commit(s):

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

commit f5c5a12eca23ebbbe9274d6b6e1988ad9cd7c45e
Author:     Tim Harder <radhermit@gentoo.org>
AuthorDate: 2018-12-28 22:17:41 +0000
Commit:     Tim Harder <radhermit@gentoo.org>
CommitDate: 2018-12-28 22:24:09 +0000

    app-editors/gvim: use PDEPEND to allow upgrades past icon file collision
    
    Closes: https://bugs.gentoo.org/673880
    
    Signed-off-by: Tim Harder <radhermit@gentoo.org>

 app-editors/gvim/gvim-8.1.0648.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 7 Arfrever Frehtes Taifersar Arahesis 2018-12-29 00:57:51 UTC
(In reply to Larry the Git Cow from comment #6)
> https://gitweb.gentoo.org/repo/gentoo.git/commit/
> ?id=f5c5a12eca23ebbbe9274d6b6e1988ad9cd7c45e
> 
> commit f5c5a12eca23ebbbe9274d6b6e1988ad9cd7c45e
> Author:     Tim Harder <radhermit@gentoo.org>
> AuthorDate: 2018-12-28 22:17:41 +0000
> Commit:     Tim Harder <radhermit@gentoo.org>
> CommitDate: 2018-12-28 22:24:09 +0000
> 
>     app-editors/gvim: use PDEPEND to allow upgrades past icon file collision

It was unnecessary.
The sufficient solution (tested by me) was to use soft blocker in app-editors/vim-core-8.1.0648 ebuild:
RDEPEND="!<app-editors/gvim-8.1.0648"
(No need for hard blocker.)