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: <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> From: "John Griessen (john AT ecosensory DOT com) [via geda-user AT delorie DOT com]" Message-ID: <8ea4aade-1235-57f8-1283-c529aed6be00@ecosensory.com> Date: Thu, 14 Jul 2016 14:25:23 -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: 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 On 07/14/2016 01:03 PM, Roland Lutz wrote: > Have you tried removing all files related to the Guile package(s) ("apt-get purge") and re-installing them? Yep. dpkg -P purged them, then: dpkg -l '*guile*' shows nothing, and: dpkg -L guile-2.0-dev /usr/share/guile/2.0 /usr/lib/x86_64-linux-gnu/libguile-2.0.a /usr/include/guile/2.0/libguile /usr/bin/guile-snarf dpkg -L guile-2.0-libs:amd64 /usr/lib/x86_64-linux-gnu/guile/2.0/ccache ll /usr/lib/x86_64-linux-gnu/guile/2.0 ls: cannot access '/usr/lib/x86_64-linux-gnu/guile/2.0': No such file or directory john AT toolbench64 [bin]ll /usr/include/guile/2.0/ ls: cannot access '/usr/include/guile/2.0/': No such file or directory john AT toolbench64 [bin]ll /usr/bin/guile-snarf ls: cannot access '/usr/bin/guile-snarf': No such file or directory john AT toolbench64 [bin]ll /usr/share/guile/2.0 ls: cannot access '/usr/share/guile/2.0': No such file or directory Then I will reinstall guile. 1) Verify your package installation [1]. 2) You can update and reinstall any package you need. 3) Update your system - use the latest stable Debian version "Jessie". This may be a case of 3). I have been behind in updating, but added some new things from testing, so it's some older than jessie, some stretch. I'll backup, do a dist-upgrade and reboot and try again. Takes a while...