X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: 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: <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> <489d114c-f7d7-73a1-9d51-a85f99e5739d AT ecosensory DOT com> <20160715184226 DOT GB29579 AT localhost DOT localdomain> From: "John Griessen (john AT ecosensory DOT com) [via geda-user AT delorie DOT com]" Message-ID: Date: Sat, 16 Jul 2016 16:33:01 -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: <20160715184226.GB29579@localhost.localdomain> Content-Type: text/plain; charset=utf-8; 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 On 07/15/2016 01:42 PM, Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > BTW, what geda-gaf repository do you use? > > What do the following commands say? > gaf --version > guile --version sudo apt-cache depends guile-2.0 [sudo] password for john: guile-2.0 Depends: guile-2.0-libs Depends: libc6 Suggests: guile-2.0-doc john AT toolbench64 [~]sudo apt-get install guile-2.0-libs libc6 Reading package lists... Done Building dependency tree Reading state information... Done libc6 is already the newest version (2.23-1). guile-2.0-libs is already the newest version (2.0.11+1-10+b1). guile-2.0-libs set to manually installed. 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. john AT toolbench64 [~]gaf --version gEDA/gaf 1.9.2 (g7b0ee03) Copyright (C) 1998-2012 gEDA developers This is free software, and you are welcome to redistribute it under certain conditions. For details, see the file `COPYING', which is included in the gEDA distribution. There is NO WARRANTY, to the extent permitted by law. john AT toolbench64 [~]guile --version guile (GNU Guile) 2.0.11 Packaged by Debian (2.0.11-deb+1-10+b1) Copyright (C) 2014 Free Software Foundation, Inc. License LGPLv3+: GNU LGPL 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. "Do 'gaf shell' and 'gnetlist -i somefile.sch' work?" gaf shell gEDA 1.9.2 (g7b0ee03) ** Message: Loaded RC file [/home/john/.gEDA/gafrc] ** Message: Loaded RC file [/home/john/Documents/EEProjects/ecosensors-pub.git/tmote-flat-connect_/gafrc] GNU Guile 2.0.11 . . . Enter `,help' for help. scheme@(guile-user)> (list) $1 = () scheme@(guile-user)> (quit) gnetlist -i tmote-flat-connect2.sch Loading schematic [/home/john/Documents/EEProjects/ecosensors-pub.git/tmote-flat-connect_/tmote-flat-connect2.sch] Backtrace: In ice-9/boot-9.scm: 157: 1 [catch #t # ...] In unknown file: ?: 0 [apply-smob/1 #] ERROR: In procedure apply-smob/1: ERROR: In procedure primitive-load-path: Unable to find file "gnetlist.scm" in load path Unable to find file "gnetlist.scm" in load path seems like a clue... I don't have GUILE_LOAD_PATH set. Not sure what to use... Check if you have no geda* packages installed. dpkg -l 'geda*' dpkg-query: no packages found matching geda* Thanks for any ideas...trying this next also: "You can create a new user with empty $HOME and try to compile there. John Griessen