Bug 704501 - misspelt gscms_transformm_color_const
Summary: misspelt gscms_transformm_color_const
Status: RESOLVED DUPLICATE of bug 704405
Alias: None
Product: Ghostscript
Classification: Unclassified
Component: Build Process (show other bugs)
Version: master
Hardware: All Linux
: P4 normal
Assignee: Default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-05 14:58 UTC by juan Gallego
Modified: 2021-10-05 15:22 UTC (History)
0 users

See Also:
Customer:
Word Size: ---


Attachments
patch for mispelt gscms_transform_color_const (486 bytes, text/x-pascal)
2021-10-05 14:58 UTC, juan Gallego
Details

Note You need to log in before you can comment on or make changes to this bug.
Description juan Gallego 2021-10-05 14:58:02 UTC
Created attachment 21670 [details]
patch for mispelt gscms_transform_color_const

in base/gsicc_lcms2.c, in the function gscms_transform_color, gscms_transformm_color_const is a typo. should be gscms_transform_color_const.
otherwise, linking fails with:

./sobin.//sobin/libgs.so: undefined reference to `gscms_transformm_color_const'

the attached patch fixes it.
Comment 1 Ken Sharp 2021-10-05 15:08:06 UTC

*** This bug has been marked as a duplicate of bug 704405 ***
Comment 2 juan Gallego 2021-10-05 15:18:57 UTC
oups, sorry. i'd searched for gscms_transformm_color_const but got `Zarro Boogs found' :(
Comment 3 Ken Sharp 2021-10-05 15:22:27 UTC
(In reply to juan Gallego from comment #2)
> oups, sorry. i'd searched for gscms_transformm_color_const but got `Zarro
> Boogs found' :(

It's not a problem, Bugzilla can be hard to search. We'd rather have duplicate bugs than not be told, so thanks for the report anyway. I hope it didn't cost you too much time.