Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 84254 - ooextras improperly depends on openoffice-bin
Summary: ooextras improperly depends on openoffice-bin
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-05 16:47 UTC by Ben Ford
Modified: 2005-04-15 13:55 UTC (History)
1 user (show)

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 Ford 2005-03-05 16:47:07 UTC
ooextras improperly depends on openoffice-bin, I tried installing it and it failed saying that oo-bin conflicted with oo.  I edited the ebuild and replace the dependancy of virtuals/ooo with openoffice and it installed just fine.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Andreas Proschofsky (RETIRED) gentoo-dev 2005-03-06 02:29:11 UTC
Works for me. Which version / plattform is this on?
Comment 2 John Altstadt 2005-03-12 09:01:12 UTC
So this explains why
  emerge -uDp world
wanted to install openoffice-bin this morning when I already have openoffice installed.

Here are the package versions I am using:
$ emerge -p openoffice openoffice-bin ooextras

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[blocks B     ] app-office/openoffice (is blocking app-office/openoffice-bin-1.1.4)
[ebuild   R   ] app-office/openoffice-1.1.4  
[ebuild  N    ] app-office/openoffice-bin-1.1.4  
[ebuild   R   ] app-office/ooextras-20031206  


I think that something must have happened to the definition of RDEPEND="virtual/ooo" somewhere else in portage since ooextras-20050216.ebuild is still masked off with ~x86. I.e. the older ooextras ebuild has changed behavior sometime in the last week.
Comment 3 John Altstadt 2005-03-12 09:09:06 UTC
Or, more simply:
$ emerge -p ooextras

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[blocks B     ] app-office/openoffice (is blocking app-office/openoffice-bin-1.1.4)
[ebuild  N    ] app-office/openoffice-bin-1.1.4  
[ebuild   R   ] app-office/ooextras-20031206  
Comment 4 Andreas Proschofsky (RETIRED) gentoo-dev 2005-04-15 13:55:52 UTC
It doesn't, the problem is, that the virtual was added to the ebuild after you compiled it, with the forced upgrade to -r1 this should now be gone.

Thanks for reporting anyway