|
From: Tatsuro M. <tma...@ya...> - 2022-09-01 05:24:01
|
I cannot judge whether this is a bug or not. The file ps_symbols.ps which is generated from ps_symbols.gpi is invalid using gnuplot-5.5. $ gs ps_symbols.ps GPL Ghostscript 9.55.0 (2021-09-27) Copyright (C) 2021 Artifex Software, Inc. All rights reserved. This software is supplied under the GNU AGPLv3 and comes with NO WARRANTY: see the file COPYING for details. Loading NimbusSans-Regular font from /usr/share/ghostscript/9.55.0/Resource/Font/NimbusSans-Regular... 4410900 2897778 3914624 2616235 1 done. Error: /undefined in UL Operand stack: 1.0 Execution stack: %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1990 1 3 %oparray_pop 1989 1 3 %oparray_pop 1977 1 3 %oparray_pop 1833 1 3 %oparray_pop --nostringval-- %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- Dictionary stack: --dict:761/1123(ro)(G)-- --dict:0/20(G)-- --dict:81/200(L)-- --dict:51/256(L)-- Current allocation mode is local Current file position is 19030 GPL Ghostscript 9.55.0: Unrecoverable error, exit code 1 ps_symbols.ps which is generated from ps_symbols.gpi is valid using gnuplot-5.4.4. $ gs ps_symbols.ps GPL Ghostscript 9.55.0 (2021-09-27) Copyright (C) 2021 Artifex Software, Inc. All rights reserved. This software is supplied under the GNU AGPLv3 and comes with NO WARRANTY: see the file COPYING for details. Loading StandardSymbolsPS font from /usr/share/ghostscript/9.55.0/Resource/Font/StandardSymbolsPS... 4377556 2802346 4217624 2918412 1 done. Loading NimbusSans-Regular font from /usr/share/ghostscript/9.55.0/Resource/Font/NimbusSans-Regular... 4427860 2963335 4278224 2968221 1 done. Loading NimbusMonoPS-Regular font from /usr/share/ghostscript/9.55.0/Resource/Font/NimbusMonoPS-Regular... 4554572 3182512 4338824 3002934 1 done. >>showpage, press <return> to continue<< Tatsuro |
|
From: Tatsuro M. <tma...@ya...> - 2022-09-01 05:48:20
|
Thank you for your reply. For me,two files are different ps_symbols.ps (5.4.4 ) 1631 lines ps_symbols.ps (5.5 ) 1248 lines I have tested only on windows. I will try on Ubuntu-22.04 (WSL) and Cygwin and report later. Tatsuro > ----- Original Message ----- > > From: "Ethan A Merritt" <me...@uw...> > To: "gnu...@li..." <gnu...@li...> > Cc: "Tatsuro MATSUOKA" <tma...@ya...> > Date: 2022/09/01 木 14:34 > Subject: Re: ps_symbols.ps procuded using gnuplot-5.5 is invalid > > > On Wednesday, 31 August 2022 22:23:41 PDT Tatsuro MATSUOKA via gnuplot-beta wrote: > > I cannot judge whether this is a bug or not. > > The file ps_symbols.ps which is generated from ps_symbols.gpi is invalid using gnuplot-5.5. > > I cannot reproduce this. > I get identical postscript output files using either gnuplot 5.4 or 5.5, > differing only in the Creator and CreationDate header lines. > > Ethan > > > > > > $ gs ps_symbols.ps > > GPL Ghostscript 9.55.0 (2021-09-27) > > Copyright (C) 2021 Artifex Software, Inc. All rights reserved. > > This software is supplied under the GNU AGPLv3 and comes with NO WARRANTY: > > see the file COPYING for details. > > Loading NimbusSans-Regular font from /usr/share/ghostscript/9.55.0/Resource/Font/NimbusSans-Regular... 4410900 2897778 3914624 2616235 1 done. > > Error: /undefined in UL > > Operand stack: > > 1.0 > > Execution stack: > > %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1990 1 3 %oparray_pop 1989 1 3 %oparray_pop 1977 1 3 %oparray_pop 1833 1 3 %oparray_pop --nostringval-- %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- > > Dictionary stack: > > --dict:761/1123(ro)(G)-- --dict:0/20(G)-- --dict:81/200(L)-- --dict:51/256(L)-- > > Current allocation mode is local > > Current file position is 19030 > > GPL Ghostscript 9.55.0: Unrecoverable error, exit code 1 > > > > ps_symbols.ps which is generated from ps_symbols.gpi is valid using gnuplot-5.4.4. > > > > $ gs ps_symbols.ps > > GPL Ghostscript 9.55.0 (2021-09-27) > > Copyright (C) 2021 Artifex Software, Inc. All rights reserved. > > This software is supplied under the GNU AGPLv3 and comes with NO WARRANTY: > > see the file COPYING for details. > > Loading StandardSymbolsPS font from /usr/share/ghostscript/9.55.0/Resource/Font/StandardSymbolsPS... 4377556 2802346 4217624 2918412 1 done. > > Loading NimbusSans-Regular font from /usr/share/ghostscript/9.55.0/Resource/Font/NimbusSans-Regular... 4427860 2963335 4278224 2968221 1 done. > > Loading NimbusMonoPS-Regular font from /usr/share/ghostscript/9.55.0/Resource/Font/NimbusMonoPS-Regular... 4554572 3182512 4338824 3002934 1 done. > > >>showpage, press <return> to continue<< > > > > Tatsuro > > > > > > > > _______________________________________________ > > gnuplot-beta mailing list > > gnu...@li... > > Membership management via: https://urldefense.com/v3/__https://lists.sourceforge.net/lists/listinfo/gnuplot-beta__;!!K-Hz7m0Vt54!lfjj4woyjQS0C329E_hSbTojwjm4tDa_6IUD8oxOjyhWUOWxpV1DM_dWL26-M_IuA4aMdhxxjRWIep0MvQqfxx42fS1lyQf3ZAFT$ > > > > > > |
|
From: Tatsuro M. <tma...@ya...> - 2022-09-01 06:14:28
|
I have tested on Ubuntu-22.04 (WLS2) and Cygwin. For both: ps_symbols.ps (5.5 ) 1631 lines. The phenomenon is windows specific and something is changed in the postscript terminal on gnuplot-5.5 on windows. Is it better to file as a bug report? Tatsuro > ----- Original Message ----- > > From: "Tatsuro MATSUOKA via gnuplot-beta" <gnu...@li...> > To: "Ethan A Merritt" <me...@uw...>; "gnu...@li..." <gnu...@li...> > Date: 2022/09/01 木 14:49 > Subject: Re: ps_symbols.ps procuded using gnuplot-5.5 is invalid > > > Thank you for your reply. > > For me,two files are different > ps_symbols.ps (5.4.4 ) 1631 lines > ps_symbols.ps (5.5 ) 1248 lines > > I have tested only on windows. > I will try on Ubuntu-22.04 (WSL) and Cygwin and report later. > > Tatsuro > > > ----- Original Message ----- > > > > From: "Ethan A Merritt" <me...@uw...> > > To: "gnu...@li..." <gnu...@li...> > > Cc: "Tatsuro MATSUOKA" <tma...@ya...> > > Date: 2022/09/01 木 14:34 > > Subject: Re: ps_symbols.ps procuded using gnuplot-5.5 is invalid > > > > > > On Wednesday, 31 August 2022 22:23:41 PDT Tatsuro MATSUOKA via gnuplot-beta wrote: > > > I cannot judge whether this is a bug or not. > > > The file ps_symbols.ps which is generated from ps_symbols.gpi is invalid using gnuplot-5.5. > > > > I cannot reproduce this. > > I get identical postscript output files using either gnuplot 5.4 or 5.5, > > differing only in the Creator and CreationDate header lines. > > > > Ethan > > > > > > > > > > $ gs ps_symbols.ps > > > GPL Ghostscript 9.55.0 (2021-09-27) > > > Copyright (C) 2021 Artifex Software, Inc. All rights reserved. > > > This software is supplied under the GNU AGPLv3 and comes with NO WARRANTY: > > > see the file COPYING for details. > > > Loading NimbusSans-Regular font from /usr/share/ghostscript/9.55.0/Resource/Font/NimbusSans-Regular... 4410900 2897778 3914624 2616235 1 done. > > > Error: /undefined in UL > > > Operand stack: > > > 1.0 > > > Execution stack: > > > %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1990 1 3 %oparray_pop 1989 1 3 %oparray_pop 1977 1 3 %oparray_pop 1833 1 3 %oparray_pop --nostringval-- %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- > > > Dictionary stack: > > > --dict:761/1123(ro)(G)-- --dict:0/20(G)-- --dict:81/200(L)-- --dict:51/256(L)-- > > > Current allocation mode is local > > > Current file position is 19030 > > > GPL Ghostscript 9.55.0: Unrecoverable error, exit code 1 > > > > > > ps_symbols.ps which is generated from ps_symbols.gpi is valid using gnuplot-5.4.4. > > > > > > $ gs ps_symbols.ps > > > GPL Ghostscript 9.55.0 (2021-09-27) > > > Copyright (C) 2021 Artifex Software, Inc. All rights reserved. > > > This software is supplied under the GNU AGPLv3 and comes with NO WARRANTY: > > > see the file COPYING for details. > > > Loading StandardSymbolsPS font from /usr/share/ghostscript/9.55.0/Resource/Font/StandardSymbolsPS... 4377556 2802346 4217624 2918412 1 done. > > > Loading NimbusSans-Regular font from /usr/share/ghostscript/9.55.0/Resource/Font/NimbusSans-Regular... 4427860 2963335 4278224 2968221 1 done. > > > Loading NimbusMonoPS-Regular font from /usr/share/ghostscript/9.55.0/Resource/Font/NimbusMonoPS-Regular... 4554572 3182512 4338824 3002934 1 done. > > > >>showpage, press <return> to continue<< > > > > > > Tatsuro > > > > > > > > > > > > _______________________________________________ > > > gnuplot-beta mailing list > > > gnu...@li... > > > Membership management via: https://urldefense.com/v3/__https://lists.sourceforge.net/lists/listinfo/gnuplot-beta__;!!K-Hz7m0Vt54!lfjj4woyjQS0C329E_hSbTojwjm4tDa_6IUD8oxOjyhWUOWxpV1DM_dWL26-M_IuA4aMdhxxjRWIep0MvQqfxx42fS1lyQf3ZAFT$ > > > > > > > > > > > > > > > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > |
|
From: Ethan A M. <me...@uw...> - 2022-09-01 06:44:56
|
On Wednesday, 31 August 2022 23:14:07 PDT Tatsuro MATSUOKA wrote:
> I have tested on Ubuntu-22.04 (WLS2) and Cygwin.
> For both: ps_symbols.ps (5.5 ) 1631 lines.
>
> The phenomenon is windows specific and something is changed in the postscript terminal on gnuplot-5.5 on windows.
I see only one Windows-specific change to post.trm in the past year or so:
commit 1955b4151ceef88de644bc89c39477a3d537ad13
Author: Bastian Maerkisch <bma...@we...>
Date: Sat Feb 12 19:00:42 2022 +0100
pslatex, pstex: make sure we don't mix style of line endings
(La)TeX chokes on mixing different line endings of Postscript data. This
would be the case for a git checkout on Windows. We now make sure that we
consistently use CR only line endings on Windows/DOS/OS/2.
> Is it better to file as a bug report?
That would be fine.
But before the bug report you could try reverting the above commit
to see if that fixes it.
Ethan
>
> Tatsuro
>
>
> > ----- Original Message -----
> >
> > From: "Tatsuro MATSUOKA via gnuplot-beta" <gnu...@li...>
> > To: "Ethan A Merritt" <me...@uw...>; "gnu...@li..." <gnu...@li...>
> > Date: 2022/09/01 木 14:49
> > Subject: Re: ps_symbols.ps procuded using gnuplot-5.5 is invalid
> >
> >
> > Thank you for your reply.
> >
> > For me,two files are different
> > ps_symbols.ps (5.4.4 ) 1631 lines
> > ps_symbols.ps (5.5 ) 1248 lines
> >
> > I have tested only on windows.
> > I will try on Ubuntu-22.04 (WSL) and Cygwin and report later.
> >
> > Tatsuro
> >
> > > ----- Original Message -----
> > >
> > > From: "Ethan A Merritt" <me...@uw...>
> > > To: "gnu...@li..." <gnu...@li...>
> > > Cc: "Tatsuro MATSUOKA" <tma...@ya...>
> > > Date: 2022/09/01 木 14:34
> > > Subject: Re: ps_symbols.ps procuded using gnuplot-5.5 is invalid
> > >
> > >
> > > On Wednesday, 31 August 2022 22:23:41 PDT Tatsuro MATSUOKA via gnuplot-beta wrote:
> > > > I cannot judge whether this is a bug or not.
> > > > The file ps_symbols.ps which is generated from ps_symbols.gpi is invalid using gnuplot-5.5.
> > >
> > > I cannot reproduce this.
> > > I get identical postscript output files using either gnuplot 5.4 or 5.5,
> > > differing only in the Creator and CreationDate header lines.
> > >
> > > Ethan
> > >
> > >
> > > >
> > > > $ gs ps_symbols.ps
> > > > GPL Ghostscript 9.55.0 (2021-09-27)
> > > > Copyright (C) 2021 Artifex Software, Inc. All rights reserved.
> > > > This software is supplied under the GNU AGPLv3 and comes with NO WARRANTY:
> > > > see the file COPYING for details.
> > > > Loading NimbusSans-Regular font from /usr/share/ghostscript/9.55.0/Resource/Font/NimbusSans-Regular... 4410900 2897778 3914624 2616235 1 done.
> > > > Error: /undefined in UL
> > > > Operand stack:
> > > > 1.0
> > > > Execution stack:
> > > > %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1990 1 3 %oparray_pop 1989 1 3 %oparray_pop 1977 1 3 %oparray_pop 1833 1 3 %oparray_pop --nostringval-- %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval--
> > > > Dictionary stack:
> > > > --dict:761/1123(ro)(G)-- --dict:0/20(G)-- --dict:81/200(L)-- --dict:51/256(L)--
> > > > Current allocation mode is local
> > > > Current file position is 19030
> > > > GPL Ghostscript 9.55.0: Unrecoverable error, exit code 1
> > > >
> > > > ps_symbols.ps which is generated from ps_symbols.gpi is valid using gnuplot-5.4.4.
> > > >
> > > > $ gs ps_symbols.ps
> > > > GPL Ghostscript 9.55.0 (2021-09-27)
> > > > Copyright (C) 2021 Artifex Software, Inc. All rights reserved.
> > > > This software is supplied under the GNU AGPLv3 and comes with NO WARRANTY:
> > > > see the file COPYING for details.
> > > > Loading StandardSymbolsPS font from /usr/share/ghostscript/9.55.0/Resource/Font/StandardSymbolsPS... 4377556 2802346 4217624 2918412 1 done.
> > > > Loading NimbusSans-Regular font from /usr/share/ghostscript/9.55.0/Resource/Font/NimbusSans-Regular... 4427860 2963335 4278224 2968221 1 done.
> > > > Loading NimbusMonoPS-Regular font from /usr/share/ghostscript/9.55.0/Resource/Font/NimbusMonoPS-Regular... 4554572 3182512 4338824 3002934 1 done.
> > > > >>showpage, press <return> to continue<<
> > > >
> > > > Tatsuro
> > > >
> > > >
> > > >
> > > > _______________________________________________
> > > > gnuplot-beta mailing list
> > > > gnu...@li...
> > > > Membership management via: https://urldefense.com/v3/__https://lists.sourceforge.net/lists/listinfo/gnuplot-beta__;!!K-Hz7m0Vt54!lfjj4woyjQS0C329E_hSbTojwjm4tDa_6IUD8oxOjyhWUOWxpV1DM_dWL26-M_IuA4aMdhxxjRWIep0MvQqfxx42fS1lyQf3ZAFT$
> > > >
> > >
> > >
> > >
> > >
> >
> >
> >
> > _______________________________________________
> > gnuplot-beta mailing list
> > gnu...@li...
> > Membership management via: https://urldefense.com/v3/__https://lists.sourceforge.net/lists/listinfo/gnuplot-beta__;!!K-Hz7m0Vt54!idKMZV_2_Z7sJbrlulcygodVbisihJwDPL6BOkPj6BbPTWYonmPpgkWJM4Wj3ekBKyOwlC3_gAlViyui2QRc$
> >
>
>
--
Ethan A Merritt
Biomolecular Structure Center, K-428 Health Sciences Bldg
MS 357742, University of Washington, Seattle 98195-7742
|
|
From: Tatsuro M. <tma...@ya...> - 2022-09-01 07:11:58
|
I reverted the commit 1955b4151ceef88de644bc89c39477a3d537ad13 and ps_symbols.ps was generated correctly. The commit 1955b4151ceef88de644bc89c39477a3d537ad13 may be inadequate and should be improved. I will file a bug report. Tatsuro > ----- Original Message ----- > > From: "Ethan A Merritt" <me...@uw...> > To: "gnu...@li..." <gnu...@li...>; "Tatsuro MATSUOKA" <tma...@ya...> > Date: 2022/09/01 木 15:44 > Subject: Re: ps_symbols.ps procuded using gnuplot-5.5 is invalid > > > On Wednesday, 31 August 2022 23:14:07 PDT Tatsuro MATSUOKA wrote: > > I have tested on Ubuntu-22.04 (WLS2) and Cygwin. > > For both: ps_symbols.ps (5.5 ) 1631 lines. > > > > The phenomenon is windows specific and something is changed in the postscript terminal on gnuplot-5.5 on windows. > > I see only one Windows-specific change to post.trm in the past year or so: > > commit 1955b4151ceef88de644bc89c39477a3d537ad13 > Author: Bastian Maerkisch <bma...@we...> > Date: Sat Feb 12 19:00:42 2022 +0100 > > pslatex, pstex: make sure we don't mix style of line endings > > (La)TeX chokes on mixing different line endings of Postscript data. This > would be the case for a git checkout on Windows. We now make sure that we > consistently use CR only line endings on Windows/DOS/OS/2. > > > Is it better to file as a bug report? > > That would be fine. > But before the bug report you could try reverting the above commit > to see if that fixes it. > > Ethan > > > > > > > > Tatsuro > > > > > > > ----- Original Message ----- > > > > > > From: "Tatsuro MATSUOKA via gnuplot-beta" <gnu...@li...> > > > To: "Ethan A Merritt" <me...@uw...>; "gnu...@li..." <gnu...@li...> > > > Date: 2022/09/01 木 14:49 > > > Subject: Re: ps_symbols.ps procuded using gnuplot-5.5 is invalid > > > > > > > > > Thank you for your reply. > > > > > > For me,two files are different > > > ps_symbols.ps (5.4.4 ) 1631 lines > > > ps_symbols.ps (5.5 ) 1248 lines > > > > > > I have tested only on windows. > > > I will try on Ubuntu-22.04 (WSL) and Cygwin and report later. > > > > > > Tatsuro > > > > > > > ----- Original Message ----- > > > > > > > > From: "Ethan A Merritt" <me...@uw...> > > > > To: "gnu...@li..." <gnu...@li...> > > > > Cc: "Tatsuro MATSUOKA" <tma...@ya...> > > > > Date: 2022/09/01 木 14:34 > > > > Subject: Re: ps_symbols.ps procuded using gnuplot-5.5 is invalid > > > > > > > > > > > > On Wednesday, 31 August 2022 22:23:41 PDT Tatsuro MATSUOKA via gnuplot-beta wrote: > > > > > I cannot judge whether this is a bug or not. > > > > > The file ps_symbols.ps which is generated from ps_symbols.gpi is invalid using gnuplot-5.5. > > > > > > > > I cannot reproduce this. > > > > I get identical postscript output files using either gnuplot 5.4 or 5.5, > > > > differing only in the Creator and CreationDate header lines. > > > > > > > > Ethan > > > > > > > > > > > > > > > > > > $ gs ps_symbols.ps > > > > > GPL Ghostscript 9.55.0 (2021-09-27) > > > > > Copyright (C) 2021 Artifex Software, Inc. All rights reserved. > > > > > This software is supplied under the GNU AGPLv3 and comes with NO WARRANTY: > > > > > see the file COPYING for details. > > > > > Loading NimbusSans-Regular font from /usr/share/ghostscript/9.55.0/Resource/Font/NimbusSans-Regular... 4410900 2897778 3914624 2616235 1 done. > > > > > Error: /undefined in UL > > > > > Operand stack: > > > > > 1.0 > > > > > Execution stack: > > > > > %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1990 1 3 %oparray_pop 1989 1 3 %oparray_pop 1977 1 3 %oparray_pop 1833 1 3 %oparray_pop --nostringval-- %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- > > > > > Dictionary stack: > > > > > --dict:761/1123(ro)(G)-- --dict:0/20(G)-- --dict:81/200(L)-- --dict:51/256(L)-- > > > > > Current allocation mode is local > > > > > Current file position is 19030 > > > > > GPL Ghostscript 9.55.0: Unrecoverable error, exit code 1 > > > > > > > > > > ps_symbols.ps which is generated from ps_symbols.gpi is valid using gnuplot-5.4.4. > > > > > > > > > > $ gs ps_symbols.ps > > > > > GPL Ghostscript 9.55.0 (2021-09-27) > > > > > Copyright (C) 2021 Artifex Software, Inc. All rights reserved. > > > > > This software is supplied under the GNU AGPLv3 and comes with NO WARRANTY: > > > > > see the file COPYING for details. > > > > > Loading StandardSymbolsPS font from /usr/share/ghostscript/9.55.0/Resource/Font/StandardSymbolsPS... 4377556 2802346 4217624 2918412 1 done. > > > > > Loading NimbusSans-Regular font from /usr/share/ghostscript/9.55.0/Resource/Font/NimbusSans-Regular... 4427860 2963335 4278224 2968221 1 done. > > > > > Loading NimbusMonoPS-Regular font from /usr/share/ghostscript/9.55.0/Resource/Font/NimbusMonoPS-Regular... 4554572 3182512 4338824 3002934 1 done. > > > > > >>showpage, press <return> to continue<< > > > > > > > > > > Tatsuro > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > gnuplot-beta mailing list > > > > > gnu...@li... > > > > > Membership management via: https://urldefense.com/v3/__https://lists.sourceforge.net/lists/listinfo/gnuplot-beta__;!!K-Hz7m0Vt54!lfjj4woyjQS0C329E_hSbTojwjm4tDa_6IUD8oxOjyhWUOWxpV1DM_dWL26-M_IuA4aMdhxxjRWIep0MvQqfxx42fS1lyQf3ZAFT$ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > gnuplot-beta mailing list > > > gnu...@li... > > > Membership management via: https://urldefense.com/v3/__https://lists.sourceforge.net/lists/listinfo/gnuplot-beta__;!!K-Hz7m0Vt54!idKMZV_2_Z7sJbrlulcygodVbisihJwDPL6BOkPj6BbPTWYonmPpgkWJM4Wj3ekBKyOwlC3_gAlViyui2QRc$ > > > > > > > > > > -- > Ethan A Merritt > Biomolecular Structure Center, K-428 Health Sciences Bldg > MS 357742, University of Washington, Seattle 98195-7742 > > |
|
From: Tatsuro M. <tma...@ya...> - 2022-09-01 08:23:51
|
> ----- Original Message ----- > > From: "Tatsuro MATSUOKA via gnuplot-beta" <gnu...@li...> > To: "Ethan A Merritt" <me...@uw...>; "gnu...@li..." <gnu...@li...> > Date: 2022/09/01 木 16:12 > Subject: Re: ps_symbols.ps procuded using gnuplot-5.5 is invalid > > > I reverted the commit 1955b4151ceef88de644bc89c39477a3d537ad13 and ps_symbols.ps was generated correctly. > > The commit 1955b4151ceef88de644bc89c39477a3d537ad13 may be inadequate and should be improved. > I will file a bug report. > > Tatsuro > > > ----- Original Message ----- > > > > From: "Ethan A Merritt" <me...@uw...> > > To: "gnu...@li..." <gnu...@li...>; "Tatsuro MATSUOKA" <tma...@ya...> > > Date: 2022/09/01 木 15:44 > > Subject: Re: ps_symbols.ps procuded using gnuplot-5.5 is invalid > > > > > > On Wednesday, 31 August 2022 23:14:07 PDT Tatsuro MATSUOKA wrote: > > > I have tested on Ubuntu-22.04 (WLS2) and Cygwin. > > > For both: ps_symbols.ps (5.5 ) 1631 lines. > > > > > > The phenomenon is windows specific and something is changed in the postscript terminal on gnuplot-5.5 on windows. > > > > I see only one Windows-specific change to post.trm in the past year or so: > > > > commit 1955b4151ceef88de644bc89c39477a3d537ad13 > > Author: Bastian Maerkisch <bma...@we...> > > Date: Sat Feb 12 19:00:42 2022 +0100 > > > > pslatex, pstex: make sure we don't mix style of line endings > > > > (La)TeX chokes on mixing different line endings of Postscript data. This > > would be the case for a git checkout on Windows. We now make sure that we > > consistently use CR only line endings on Windows/DOS/OS/2. > > > > > Is it better to file as a bug report? > > > > That would be fine. > > But before the bug report you could try reverting the above commit > > to see if that fixes it. > > > > Ethan > > > > > > > > > > > > > > Tatsuro > > > > > > > > > > ----- Original Message ----- > > > > > > > > From: "Tatsuro MATSUOKA via gnuplot-beta" <gnu...@li...> > > > > To: "Ethan A Merritt" <me...@uw...>; "gnu...@li..." <gnu...@li...> > > > > Date: 2022/09/01 木 14:49 > > > > Subject: Re: ps_symbols.ps procuded using gnuplot-5.5 is invalid > > > > > > > > > > > > Thank you for your reply. > > > > > > > > For me,two files are different > > > > ps_symbols.ps (5.4.4 ) 1631 lines > > > > ps_symbols.ps (5.5 ) 1248 lines > > > > > > > > I have tested only on windows. > > > > I will try on Ubuntu-22.04 (WSL) and Cygwin and report later. > > > > > > > > Tatsuro > > > > > > > > > ----- Original Message ----- > > > > > > > > > > From: "Ethan A Merritt" <me...@uw...> > > > > > To: "gnu...@li..." <gnu...@li...> > > > > > Cc: "Tatsuro MATSUOKA" <tma...@ya...> > > > > > Date: 2022/09/01 木 14:34 > > > > > Subject: Re: ps_symbols.ps procuded using gnuplot-5.5 is invalid > > > > > > > > > > > > > > > On Wednesday, 31 August 2022 22:23:41 PDT Tatsuro MATSUOKA via gnuplot-beta wrote: > > > > > > I cannot judge whether this is a bug or not. > > > > > > The file ps_symbols.ps which is generated from ps_symbols.gpi is invalid using gnuplot-5.5. > > > > > > > > > > I cannot reproduce this. > > > > > I get identical postscript output files using either gnuplot 5.4 or 5.5, > > > > > differing only in the Creator and CreationDate header lines. > > > > > > > > > > Ethan > > > > > > > > > > > > > > > > > > > > > > $ gs ps_symbols.ps > > > > > > GPL Ghostscript 9.55.0 (2021-09-27) > > > > > > Copyright (C) 2021 Artifex Software, Inc. All rights reserved. > > > > > > This software is supplied under the GNU AGPLv3 and comes with NO WARRANTY: > > > > > > see the file COPYING for details. > > > > > > Loading NimbusSans-Regular font from /usr/share/ghostscript/9.55.0/Resource/Font/NimbusSans-Regular... 4410900 2897778 3914624 2616235 1 done. > > > > > > Error: /undefined in UL > > > > > > Operand stack: > > > > > > 1.0 > > > > > > Execution stack: > > > > > > %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1990 1 3 %oparray_pop 1989 1 3 %oparray_pop 1977 1 3 %oparray_pop 1833 1 3 %oparray_pop --nostringval-- %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- > > > > > > Dictionary stack: > > > > > > --dict:761/1123(ro)(G)-- --dict:0/20(G)-- --dict:81/200(L)-- --dict:51/256(L)-- > > > > > > Current allocation mode is local > > > > > > Current file position is 19030 > > > > > > GPL Ghostscript 9.55.0: Unrecoverable error, exit code 1 > > > > > > > > > > > > ps_symbols.ps which is generated from ps_symbols.gpi is valid using gnuplot-5.4.4. > > > > > > > > > > > > $ gs ps_symbols.ps > > > > > > GPL Ghostscript 9.55.0 (2021-09-27) > > > > > > Copyright (C) 2021 Artifex Software, Inc. All rights reserved. > > > > > > This software is supplied under the GNU AGPLv3 and comes with NO WARRANTY: > > > > > > see the file COPYING for details. > > > > > > Loading StandardSymbolsPS font from /usr/share/ghostscript/9.55.0/Resource/Font/StandardSymbolsPS... 4377556 2802346 4217624 2918412 1 done. > > > > > > Loading NimbusSans-Regular font from /usr/share/ghostscript/9.55.0/Resource/Font/NimbusSans-Regular... 4427860 2963335 4278224 2968221 1 done. > > > > > > Loading NimbusMonoPS-Regular font from /usr/share/ghostscript/9.55.0/Resource/Font/NimbusMonoPS-Regular... 4554572 3182512 4338824 3002934 1 done. > > > > > > >>showpage, press <return> to continue<< > > > > > > > > > > > > Tatsuro > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > gnuplot-beta mailing list > > > > > > gnu...@li... > > > > > > Membership management via: https://urldefense.com/v3/__https://lists.sourceforge.net/lists/listinfo/gnuplot-beta__;!!K-Hz7m0Vt54!lfjj4woyjQS0C329E_hSbTojwjm4tDa_6IUD8oxOjyhWUOWxpV1DM_dWL26-M_IuA4aMdhxxjRWIep0MvQqfxx42fS1lyQf3ZAFT$ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > gnuplot-beta mailing list > > > > gnu...@li... > > > > Membership management via: https://urldefense.com/v3/__https://lists.sourceforge.net/lists/listinfo/gnuplot-beta__;!!K-Hz7m0Vt54!idKMZV_2_Z7sJbrlulcygodVbisihJwDPL6BOkPj6BbPTWYonmPpgkWJM4Wj3ekBKyOwlC3_gAlViyui2QRc$ > > > > > > > > > > > > > > > > -- > > Ethan A Merritt > > Biomolecular Structure Center, K-428 Health Sciences Bldg > > MS 357742, University of Washington, Seattle 98195-7742 > > > > > > > > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > |
|
From: Ethan A M. <me...@uw...> - 2022-09-01 06:19:51
|
On Wednesday, 31 August 2022 22:23:41 PDT Tatsuro MATSUOKA via gnuplot-beta wrote: > I cannot judge whether this is a bug or not. > The file ps_symbols.ps which is generated from ps_symbols.gpi is invalid using gnuplot-5.5. I cannot reproduce this. I get identical postscript output files using either gnuplot 5.4 or 5.5, differing only in the Creator and CreationDate header lines. Ethan > > $ gs ps_symbols.ps > GPL Ghostscript 9.55.0 (2021-09-27) > Copyright (C) 2021 Artifex Software, Inc. All rights reserved. > This software is supplied under the GNU AGPLv3 and comes with NO WARRANTY: > see the file COPYING for details. > Loading NimbusSans-Regular font from /usr/share/ghostscript/9.55.0/Resource/Font/NimbusSans-Regular... 4410900 2897778 3914624 2616235 1 done. > Error: /undefined in UL > Operand stack: > 1.0 > Execution stack: > %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1990 1 3 %oparray_pop 1989 1 3 %oparray_pop 1977 1 3 %oparray_pop 1833 1 3 %oparray_pop --nostringval-- %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- > Dictionary stack: > --dict:761/1123(ro)(G)-- --dict:0/20(G)-- --dict:81/200(L)-- --dict:51/256(L)-- > Current allocation mode is local > Current file position is 19030 > GPL Ghostscript 9.55.0: Unrecoverable error, exit code 1 > > ps_symbols.ps which is generated from ps_symbols.gpi is valid using gnuplot-5.4.4. > > $ gs ps_symbols.ps > GPL Ghostscript 9.55.0 (2021-09-27) > Copyright (C) 2021 Artifex Software, Inc. All rights reserved. > This software is supplied under the GNU AGPLv3 and comes with NO WARRANTY: > see the file COPYING for details. > Loading StandardSymbolsPS font from /usr/share/ghostscript/9.55.0/Resource/Font/StandardSymbolsPS... 4377556 2802346 4217624 2918412 1 done. > Loading NimbusSans-Regular font from /usr/share/ghostscript/9.55.0/Resource/Font/NimbusSans-Regular... 4427860 2963335 4278224 2968221 1 done. > Loading NimbusMonoPS-Regular font from /usr/share/ghostscript/9.55.0/Resource/Font/NimbusMonoPS-Regular... 4554572 3182512 4338824 3002934 1 done. > >>showpage, press <return> to continue<< > > Tatsuro > > > > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > Membership management via: https://urldefense.com/v3/__https://lists.sourceforge.net/lists/listinfo/gnuplot-beta__;!!K-Hz7m0Vt54!lfjj4woyjQS0C329E_hSbTojwjm4tDa_6IUD8oxOjyhWUOWxpV1DM_dWL26-M_IuA4aMdhxxjRWIep0MvQqfxx42fS1lyQf3ZAFT$ > |