X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=vZk/gKK3B/TWsf5oXgjM0+hUHvngoALNvrli8hVSGjw=; b=aK1WRgIut15O2r7czxczAZzZNXyPEgLFwxEdESG3zKPpEe7IqXnFtdo9pdZqBalFYM E4AA1UJGLgaezJvenOJykoNJrfV2EZnZCNq+UMnmGootNeUu1Nzli38o4PuK6ioCrq/e sHtCqeaMfeGefCF+lv4oQb5RJIGSiJzQwVdwmQZlQQqPXVd8HA3TNbfAmn+pKW0JJ9Js plzZ0Io1vsKxUdCyWIQ+5t1M2l9AxtWTOiuSvEDudyD61elCTO0Lf0IFEL7sAHe3aNZb 2JYnGvyOOfMddeGzHrSYGJEoLylPEUn5LCx0HtpdoEbcE8H7NITKI62f219WgnKmrI7S O2Qg== MIME-Version: 1.0 In-Reply-To: <20120422115239.GA32325@localhost.localdomain> References: <20120422115239 DOT GA32325 AT localhost DOT localdomain> Date: Sun, 22 Apr 2012 11:32:40 -0400 Message-ID: Subject: Re: [geda-user] gnetlist - unbound variable From: Nathan Stewart To: geda-user AT delorie DOT com Content-Type: text/plain; charset=ISO-8859-1 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 The git server seems to be down (which I discovered after whacking my local copy entirely. I've been doing this a couple decades, you'd think I'd learn). But I downloaded the 1.7.2 tarball, and purged my ubuntu geda installation. Apparently I did have the guile libs from the 1.6 Ubuntu packaged version, as I had built prior to purging, but had to install guile-1.8-dev afterwards to satisfy configure. At any rate, I built, but am still experiencing the same error. ldd /usr/local/bin/gnetlist |grep guile: libguile.so.17 => /usr/lib/libguile.so.17 (0x00007f2c9df2c000) dpkg -l *guile*|grep -v none shows ii guile-1.8 1.8.8+1-6ubuntu2 GNU extension language and Scheme interpreter ii guile-1.8-dev 1.8.8+1-6ubuntu2 Development files for Guile 1.8 ii guile-1.8-libs 1.8.8+1-6ubuntu2 Core Guile libraries rc libguile-ltdl-1 1.6.8-10ubuntu2 Guile's patched version of libtool's libltdl config.log shows that it eventually settled on GUILE_PKG='guile-1.8' And once again, gschem handles the config files just fine (ldd shows it's using the same version of guile). In fact, gschem, seem to work just fine, and it does parse gafrc, yet gnetlist (and several others built at the same time) die in scm_boot_guile() at startup.