Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 187411 - app-editors/vim-core-7.0.235 causing error in depency graph for app-editors/vim-core-7.1.042
Summary: app-editors/vim-core-7.0.235 causing error in depency graph for app-editors/v...
Status: RESOLVED DUPLICATE of bug 187313
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-01 18:13 UTC by Ben Cheever
Modified: 2007-08-01 18:16 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 Ben Cheever 2007-08-01 18:13:37 UTC
When i try to do an:

[code]
emerge -avuDn world
[/code]

I receive the following errors:

These are the packages that would be merged, in order:

Calculating world dependencies /
!!! Multiple versions within a single package slot have been
!!! pulled into the dependency graph:

('installed', '/', 'app-editors/vim-core-7.0.235', 'nomerge') pulled in by
  ('installed', '/', 'app-editors/gvim-7.0.235', 'nomerge')

('ebuild', '/', 'app-editors/vim-core-7.1.042', 'merge') pulled in by
  ('ebuild', '/', 'app-editors/vim-7.1.042', 'merge')

It may be possible to solve this problem by using package.mask to
prevent one of those packages from being selected. However, it is also
possible that conflicting dependencies exist such that they are
impossible to satisfy simultaneously. If such a conflict exists in the
dependencies of two different packages, then those packages can not be
installed simultaneously.

For more information, see MASKED PACKAGES section in the emerge man page
or refer to the Gentoo Handbook.

!!! Depgraph creation failed.

I tried doing:

[code]

emerge --unmerge vim-core
[/code]

then:

[code]
emerge -avuDn world
[/code]

but I get:

These are the packages that would be merged, in order:

Calculating world dependencies -
!!! Multiple versions within a single package slot have been
!!! pulled into the dependency graph:

('ebuild', '/', 'app-editors/vim-core-7.0.235', 'merge') pulled in by
  ('installed', '/', 'app-editors/gvim-7.0.235', 'nomerge')

('ebuild', '/', 'app-editors/vim-core-7.1.042', 'merge') pulled in by
  ('ebuild', '/', 'app-editors/vim-7.1.042', 'merge')

It may be possible to solve this problem by using package.mask to
prevent one of those packages from being selected. However, it is also
possible that conflicting dependencies exist such that they are
impossible to satisfy simultaneously. If such a conflict exists in the
dependencies of two different packages, then those packages can not be
installed simultaneously.

For more information, see MASKED PACKAGES section in the emerge man page
or refer to the Gentoo Handbook.

!!! Depgraph creation failed.


Reproducible: Always



Expected Results:  
I would assume un-emerge the previous version of vim-core and install the updated one.  Resolving dependencies that any other packages have for the older version of vim-core.  Or, vim-core-7.1.042 should not have been marked stable for x86.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-08-01 18:16:39 UTC
please emerge --sync before reporting bugs

*** This bug has been marked as a duplicate of bug 187313 ***