X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.7+dev X-Exmh-Isig-CompType: repl X-Exmh-Isig-Folder: inbox From: karl AT aspodata DOT se To: geda-user AT delorie DOT com Subject: Re: [geda-user] [announcement] pcb-4.2.1 released In-reply-to: <5E0B7BAA.8020009@xs4all.nl> References: <5E0B7BAA DOT 8020009 AT xs4all DOT nl> Comments: In-reply-to "Bert Timmerman (bert DOT timmerman AT xs4all DOT nl) [via geda-user AT delorie DOT com]" message dated "Tue, 31 Dec 2019 17:47:38 +0100." Mime-Version: 1.0 Content-Type: text/plain Message-Id: <20191231185411.880C981A6061@turkos.aspodata.se> Date: Tue, 31 Dec 2019 19:54:11 +0100 (CET) X-Virus-Scanned: ClamAV using ClamSMTP Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Bert Timmerman: ... > This is a new features and bugfixes release (no pcb file format change). ... $ git co v4.2.1 $ make distclean $ ./autogen.sh $ ./configure --with-gui=lesstif --disable-dbus --disable-update-desktop-database && $ make ... make[2]: Entering directory '/Net/git/pcb/doc' gawk -f ./ascii2texi.awk ncol=3 fractional_size.tab > fractional_size.texi gawk -f ./ascii2texi.awk ncol=3 letter_size.tab > letter_size.texi gawk -f ./ascii2texi.awk ncol=3 metric_size.tab > metric_size.texi gawk -f ./ascii2texi.awk ncol=3 wire_size.tab > wire_size.texi /usr/bin/perl ./eps2png --png pad.eps > pad.png GPL Ghostscript 9.50: Unrecoverable error, exit code 1 cmd close: make[2]: *** [Makefile:1150: pad.png] Error 1 make[2]: Leaving directory '/Net/git/pcb/doc' make[1]: *** [Makefile:537: all-recursive] Error 1 make[1]: Leaving directory '/Net/git/pcb' make: *** [Makefile:476: all] Error 2 $ cat doc/pad.png Error: /invalidfileaccess in --run-- Operand stack: (pad.eps) (r) Execution stack: %interp_exit .runexec2 --nostringval-- run --nostringval-- 2 %stopped_push --nostringval-- run run 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-- run --nostringval-- 2 %stopped_push --nostringval-- 1990 1 3 %oparray_pop run Dictionary stack: --dict:734/1123(ro)(G)-- --dict:0/20(G)-- --dict:75/200(L)-- Current allocation mode is local Last OS error: Permission denied $ Same error in current master (6 commits later). Regards, /Karl Hammar