X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com From: "John Griessen (john AT ecosensory DOT com) [via geda-user AT delorie DOT com]" Subject: Re: [geda-user] can't run gschem, but can run gaf --version (Guile problems?) To: geda-user AT delorie DOT com References: <0e645e32-dda6-7762-a528-78c019331c4f AT ecosensory DOT com> <6647c170-2564-b2f8-5ee8-94cce01b26ec AT ecosensory DOT com> <20160714152917 DOT GA15540 AT localhost DOT localdomain> <18b0d745-7657-a81d-0807-f634651ea6fa AT ecosensory DOT com> <5ca33aba-b993-d578-13bc-a11365005bf7 AT ecosensory DOT com> <20160714163205 DOT GC4347 AT localhost DOT localdomain> <31b5b5a4-556c-906c-fa35-1102f65e4e69 AT ecosensory DOT com> <3fabe885-8c74-905b-0677-5f8b47640912 AT ecosensory DOT com> Message-ID: <489d114c-f7d7-73a1-9d51-a85f99e5739d@ecosensory.com> Date: Fri, 15 Jul 2016 11:04:43 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.1.0 MIME-Version: 1.0 In-Reply-To: <3fabe885-8c74-905b-0677-5f8b47640912@ecosensory.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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 I still have the symptom of the subject line. I moved my original /home/john/.gEDA/gafrc /home/john/.gEDA/gschemrc files and created empty ones The system files are as default from a fresh compile of geda-gaf v 1.9.2 john AT toolbench64 [gnucap]find /usr -name '*gafrc' /usr/local/share/gEDA/system-gafrc /usr/local/share/doc/geda-gaf/examples/lightning_detector/gafrc john AT toolbench64 [gnucap]find /usr -name '*gschemrc' /usr/local/share/gEDA/system-gschemrc guile works fine now after creating an empty file ~/.guile My debian installation is up to date stretch/testing. john AT toolbench64 [~]gschem Backtrace: In ice-9/boot-9.scm: 157: 1 [catch #t # ...] In unknown file: ?: 0 [apply-smob/1 #] ERROR: In procedure apply-smob/1: So this is plain vanilla now and it still bombs. strace gschem end with the below errors: close(11) = 0 brk(0x2363000) = 0x2363000 stat("/opt/geda/share/gEDA/scheme/srfi/srfi-26.scm", 0x7ffd95736e50) = -1 ENOENT (No such file or directory) stat("/opt/geda/share/gEDA/scheme/srfi/srfi-26", 0x7ffd95736e50) = -1 ENOENT (No such file or directory) stat("/usr/share/guile/2.0/srfi/srfi-26.scm", {st_mode=S_IFREG|0644, st_size=2643, ...}) = 0 stat("/usr/lib/x86_64-linux-gnu/guile/2.0/ccache/srfi/srfi-26.go", {st_mode=S_IFREG|0644, st_size=6828, ...}) = 0 open("/usr/lib/x86_64-linux-gnu/guile/2.0/ccache/srfi/srfi-26.go", O_RDONLY|O_CLOEXEC) = 11 fstat(11, {st_mode=S_IFREG|0644, st_size=6828, ...}) = 0 mmap(NULL, 6828, PROT_READ, MAP_PRIVATE, 11, 0) = 0x7ff318468000 close(11) = 0 futex(0x7ff31f2a24d8, FUTEX_WAKE_PRIVATE, 2147483647) = 0 write(2, "[catch #t # ...]) = 39 write(2, "\n", 1 ) = 1 write(2, "In ", 3In ) = 3 write(2, "unknown file", 12unknown file) = 12 write(2, ":\n", 2: ) = 2 write(2, " ?", 4 ?) = 4 write(2, ": ", 2: ) = 2 write(2, "0", 10) = 1 write(2, " ", 1 ) = 1 write(2, "[apply-smob/1 #]) = 39 write(2, "\n", 1 ) = 1 write(2, "\n", 1 ) = 1 futex(0x7ff31f2a16e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0 write(2, "ERROR: ", 7ERROR: ) = 7 write(2, "In procedure ", 13In procedure ) = 13 write(2, "apply-smob/1", 12apply-smob/1) = 12 write(2, ":\n", 2: ) = 2 write(2, "ERROR: ", 7ERROR: ) = 7 write(2, "In procedure ", 13In procedure ) = 13 write(2, "scm_to_utf8_stringn", 19scm_to_utf8_stringn) = 19 write(2, ": ", 2: ) = 2 write(2, "Wrong type argument in position ", 32Wrong type argument in position ) = 32 write(2, "1", 11) = 1 write(2, " (expecting ", 12 (expecting ) = 12 write(2, "string", 6string) = 6 write(2, "): ", 3): ) = 3 write(2, "#f", 2#f) = 2 write(2, "\n", 1 ) = 1 exit_group(1) = ? +++ exited with 1 +++ Any ideas?