Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 339930 - emerge: there are no ebuilds to satisfy ">=virtual/poppler-0.8.0"
Summary: emerge: there are no ebuilds to satisfy ">=virtual/poppler-0.8.0"
Status: VERIFIED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-06 11:57 UTC by Joss
Modified: 2010-10-06 14:17 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 Joss 2010-10-06 11:57:15 UTC
sync'd the portage tree yesterday & today. Every time I try to run an update I am told that the ebuild for virtual/poppler-0.8.0 is missing.

Reproducible: Always

Steps to Reproduce:
1. emerge --sync
2. emerge -av --newuse --update --deep world

Actual Results:  
localhost ~ # emerge -av --update --deep --newuse world

 * IMPORTANT: 10 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.


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

Calculating dependencies... done!

!!! The following updates are masked by LICENSE changes:
- www-plugins/adobe-flash-10.1.82.76 (masked by: AdobeFlash-10.1 license(s))
A copy of the 'AdobeFlash-10.1' license is located at '/usr/portage/licenses/AdobeFlash-10.1'.

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


emerge: there are no ebuilds to satisfy ">=virtual/poppler-0.8.0".
(dependency required by "app-office/openoffice-3.1.1" [installed])
(dependency required by "world" [argument])


 * IMPORTANT: 10 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-10-06 12:02:43 UTC
Nothing in Portage depends on virtual/poppler, so it's a local issue you're having.

emerge: there are no ebuilds to satisfy ">=virtual/poppler-0.8.0".
(dependency required by "app-office/openoffice-3.1.1" [installed])

^^

Either emerge -C openoffice, or edit DEPEND or RDEPEND files in /var/db/pkg/app-office/openoffice and remove virtual/poppler from there.
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2010-10-06 12:05:42 UTC
Or if you have openoffice ebuilds in local overlay, make sure to fix them to not depend on virtual/poppler anymore.
Or if you use layman, make sure to update all overlays too.

The point being that openoffice *in portage* doesn't depend on virtual/poppler. And virtual/poppler was removed from Portage in purpose.
Comment 3 Joss 2010-10-06 13:42:38 UTC
(In reply to comment #2)
> Or if you have openoffice ebuilds in local overlay, make sure to fix them to
> not depend on virtual/poppler anymore.
> Or if you use layman, make sure to update all overlays too.
> 
> The point being that openoffice *in portage* doesn't depend on virtual/poppler.
> And virtual/poppler was removed from Portage in purpose.
> 

Thanks for the lightning quick reply! I have no overlay's and I only used "emerge openoffice" to install it. I'll try "emerge -C openoffice" and see if that helps...
Comment 4 Joss 2010-10-06 14:17:42 UTC
Seems to have worked a treat! Not looking forward to recompiling openoffice, but at least I'm moving forward.

Thanks very much for your help.