Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 133123 - ghostscript-esp-8.15.1_p20060430 requires gimp-print-4.2.7 rebuild
Summary: ghostscript-esp-8.15.1_p20060430 requires gimp-print-4.2.7 rebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Printing (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-12 07:22 UTC by Rick Morra
Modified: 2006-05-14 17:57 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 Rick Morra 2006-05-12 07:22:27 UTC
Today, `emerge --update --deep world` updated me to ghostscript-esp-8.15.1_p20060430 from 7.07.1-r8, but broke the already installed gimp-print-4.2.7. This is on an up-to-date stable x86 system.

`revdep-rebuild` found "broken /usr/bin/ijsgimpprint (requires  libijs.so)". It then emerged [ebuild N] virtual/ghostscript-0 and [ebuild R] gimp-print-4.2.7.

I searched the portage log and could not find any warning about this.
Comment 1 Stefan Schweizer (RETIRED) gentoo-dev 2006-05-14 17:57:30 UTC
ok, I added that to the ebuild for you:

pkg_postinst() {
    ewarn "If you are upgrading from ghostscript-7 you need to rebuild"
    ewarn "gimp-print. Please run 'revdep-rebuild' to do this."
}