Opened 6 years ago

Closed 6 years ago

#11147 closed enhancement (fixed)

ghostscript-9.25

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 8.4
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (4)

comment:1 by Xi Ruoyao, 6 years ago

Note that in the command:

rm -rf freetype lcms2 jpeg libpng

There is an non-exist directory "lcms2". Now ghostscript ships lcms2mt (thread save fork of lcms2) instead of lcms2.

We need a decision:

a) Change the command to

rm -rf freetype jpeg libpng

and use the shipped lcms2mt.

b) Change the command to

rm -rf freetype lcms2mt jpeg libpng

and use lcms2 in BLFS system.

I removed lcms2mt for ghostscript-9.24 and things seem to be fine... But I don't know if something bad would happen at runtime.

comment:2 by Bruce Dubbs, 6 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:3 by Bruce Dubbs, 6 years ago

The current instructions use rm -rf ...

I changed to 'rm -r freetype lcms2mt jpeg libpng' in my build script and the only change was a reduction in build size. I'll leave -rf in the book though.

Note that the patch is no longer needed.

comment:4 by Bruce Dubbs, 6 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 20600.

Note: See TracTickets for help on using tickets.