www.delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2016/07/15/14:44:52

X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f
X-Recipient: geda-user AT delorie DOT com
X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20120113;
h=date:from:to:subject:message-id:mail-followup-to:references
:mime-version:content-disposition:in-reply-to:user-agent;
bh=hL/Q2QOOuV9PuR0F72Isqzs4fdeZv5442aMOLACH9lk=;
b=LLCY6nmqX+/wluzRqS22mZsDrsxruGNCVhvcLU1Tu2U9uNmd0p38sMNLX3spYrqs6s
7OP5i1Z3Xj4h8BvDnzLXxNXqn/pgGRu/Q0eSYuv0llbc7foWCZ7ltOpjavDPTTPR312X
Wc5TqI8KIqezQH1pphuRJ3/HkOempVqwTS70e/A1dBzwl/60X0I/OeaYitVgatP7Wt5Q
CvjuqsgThj8I+Ch9ZVvuXfoPPqXBpEUEv8+/nQEjXfSV2NIU9yaE34GTwja8dJD3DPfr
DZ2Ti2zO9szxGlbXsWNBfDLNBo1otDYnr78+XkY/vR1U4RYNy19HmhGnAEgfhKC099Kw
fU2g==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20130820;
h=x-gm-message-state:date:from:to:subject:message-id:mail-followup-to
:references:mime-version:content-disposition:in-reply-to:user-agent;
bh=hL/Q2QOOuV9PuR0F72Isqzs4fdeZv5442aMOLACH9lk=;
b=az5gLrCsE6a3RW0IwA5nzdyhBJYfmGEwYHY/fszRy1PxBcOc0+xnyshh7yiJCkjmo3
mtWuFzBhONDClpkF+9iDhpK5C1h3IPTD7RJGvad2YzHLzlaJPp1HmMGfHAzpcWNxJrCX
JMty2G2rPyi+a0hJM45QLz9m2hFoFP3LshmJc50/F+Zl6a1oYYdcSWu9GqTgl/AZFJhi
UKcSir5bb7h8gTmc285WpCdR1RtJcmgRcJLgcPc7o0W5/yd2gdGfAJjf9sXLPOtq1lQe
0UoLEf3LH6Ov1ZXr2b/7hqugN0zghLhwjYBX8N1e3TR6F+wKjQaObAsAoQpYEJkiMpgd
gAOw==
X-Gm-Message-State: ALyK8tKuOnTy3xwKJcq2nNOnXDPDqMtbQvT2UrFWB5M64dLvwqujJiPQhZHffB/uqiiO0A==
X-Received: by 10.46.1.92 with SMTP id 89mr1039934ljb.21.1468608148764;
Fri, 15 Jul 2016 11:42:28 -0700 (PDT)
Date: Fri, 15 Jul 2016 21:42:26 +0300
From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com>
To: geda-user AT delorie DOT com
Subject: Re: [geda-user] can't run gschem, but can run gaf --version (Guile
problems?)
Message-ID: <20160715184226.GB29579@localhost.localdomain>
Mail-Followup-To: geda-user AT delorie DOT com
References: <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>
<alpine DOT DEB DOT 2 DOT 00 DOT 1607141756100 DOT 7286 AT igor2priv>
<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>
<alpine DOT DEB DOT 2 DOT 11 DOT 1607141958560 DOT 2529 AT nimbus>
<3fabe885-8c74-905b-0677-5f8b47640912 AT ecosensory DOT com>
<489d114c-f7d7-73a1-9d51-a85f99e5739d AT ecosensory DOT com>
MIME-Version: 1.0
In-Reply-To: <489d114c-f7d7-73a1-9d51-a85f99e5739d@ecosensory.com>
User-Agent: Mutt/1.5.23 (2014-03-12)
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

On Fri, Jul 15, 2016 at 11:04:43AM -0500, John Griessen (john AT ecosensory DOT com) [via geda-user AT delorie DOT com] wrote:
> 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 #<catch-closure 27f5a60> ...]
> In unknown file:
>    ?: 0 [apply-smob/1 #<catch-closure 27f5a60>]
> 
> 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 #<catch-closure 2179a6"..., 39[catch #t #<catch-closure 2179a60> ...]) = 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 #<catch-closure 21"..., 39[apply-smob/1 #<catch-closure 2179a60>]) = 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?

BTW, what geda-gaf repository do you use?

What do the following commands say?
  gaf --version
  guile --version

-- 
  Vladimir

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019