Re: GUB / ghostscript

2021-08-11 Thread Jonas Hahnfeld via Discussions on LilyPond development
Am Mittwoch, dem 11.08.2021 um 08:32 +0200 schrieb Han-Wen Nienhuys: > On Mon, Aug 9, 2021 at 12:23 PM Knut Petersen wrote: > > > > Hi everybody, > > > > is there any reason that we still use very ancient versions of ghostscript > > for our installers prepared via GUB? > > in gub, there is a c

Re: GUB / ghostscript

2021-08-10 Thread Han-Wen Nienhuys
On Mon, Aug 9, 2021 at 12:23 PM Knut Petersen wrote: > > Hi everybody, > > is there any reason that we still use very ancient versions of ghostscript > for our installers prepared via GUB? in gub, there is a comment. # ***FIXME*** Ghostscript 9.20 for freebsd-x86 raises seg fault. at some po

GUB / ghostscript

2021-08-09 Thread Knut Petersen
Hi everybody, is there any reason that we still use very ancient versions of ghostscript for our installers prepared via GUB? A number of vulnerabilities have been found, and it's easy to find detailed descriptions of exploits ... see e.g. https://www.openwall.com/lists/oss-security/2019/01/2

Re: GUB Ghostscript 9.21

2017-06-25 Thread Masamichi Hosoda
>> Phil Holmes: >> ... >>> /usr/bin/ld: cannot find -lfreetype >> ... >> ld cannot find libfreetype.so >> Do you have it installed ? >> Try this: >> $ locate libfreetype.so >> ... >> /usr/lib/i386-linux-gnu/libfreetype.so >> /usr/lib/i386-linux-gnu/libfreetype.so.6 >> /usr/lib/i386-linux-gnu/libfre

Re: GUB Ghostscript 9.21

2017-06-25 Thread Phil Holmes
- Original Message - From: To: Sent: Sunday, June 25, 2017 12:13 PM Subject: Re: GUB Ghostscript 9.21 Phil Holmes: ... /usr/bin/ld: cannot find -lfreetype ... ld cannot find libfreetype.so Do you have it installed ? Try this: $ locate libfreetype.so ... /usr/lib/i386-linux-gnu

Re: GUB Ghostscript 9.21

2017-06-25 Thread karl
Phil Holmes: ... > /usr/bin/ld: cannot find -lfreetype ... ld cannot find libfreetype.so Do you have it installed ? Try this: $ locate libfreetype.so ... /usr/lib/i386-linux-gnu/libfreetype.so /usr/lib/i386-linux-gnu/libfreetype.so.6 /usr/lib/i386-linux-gnu/libfreetype.so.6.8.1 ... Regards, /Ka

Re: GUB Ghostscript 9.21

2017-06-25 Thread Phil Holmes
chi Hosoda" To: Cc: Sent: Saturday, June 24, 2017 3:02 AM Subject: GUB Ghostscript 9.21 Phil, Would you merge this pr and try following command before next `make lilypond'? https://github.com/gperciva/gub/pull/39 $ git fetch orign $ git checkout master $