Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 524676 - >=app-text/ghostscript-gpl-9.15 should depend on >=media-libs/lcms-2.6
Summary: >=app-text/ghostscript-gpl-9.15 should depend on >=media-libs/lcms-2.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Printing (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-07 09:14 UTC by nebojsa
Modified: 2014-10-23 17:38 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 nebojsa 2014-10-07 09:14:59 UTC
app-text/ghostscript-gpl-9.15 fails to build on system with media-libs/lcms-2.5. 
It complains about implicit declaration of cmsDeleteContext, which is introduced in lcms at 2.6 release.

Reproducible: Always

Actual Results:  
...
         ^
./base/gsicc_lcms2.c: In function ‘gscms_destroy’:
./base/gsicc_lcms2.c:747:5: warning: implicit declaration of function ‘cmsDeleteContext’ [-Wimplicit-function-declaration]
     cmsDeleteContext(ctx);
Comment 1 Matthias Maier gentoo-dev 2014-10-23 17:38:06 UTC
Thanks for reporting.

  23 Oct 2014; Matthias Maier <tamiko@gentoo.org> ghostscript-gpl-9.15.ebuild:
  fix build dependency wrt bug #524676