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-type:content-disposition:in-reply-to :user-agent; bh=rVGsOeaC2HIGUcjiN2P3hmH4ADhnEsyFkV1M4OSbm6c=; b=aGlORceHo2SrUnykxvYtcj+YQV3ssiNuCYMswX41SXLxh7SJ3qsVuZzcuxhfC2pT6P 41j22Npkhz7f9GRW44jMSpiLwFN5/yYgOEjE1HPmjKrmF0oCDuCjlx7Elf9K+yA5FHHg sJxoXfIAAUQjebQurbvKs8E0UuXwFmD8RHw6TWz641syZgsxH/2s4mPlJI7D6B745eUR uSuOlCbkRBb35fZtRvnqt0UBaKDEZSdyOrEbPFgrm3QmhYtOOBHojlVxo2F3XOnXt8oY z6pZarnMo6NNtQMjtYpY4UbArDEDIh6GbXlsHhLD9NHJZw9ZRUuBoFX21MdXdPY07X77 wXTQ== X-Received: by 10.152.5.169 with SMTP id t9mr5049312lat.55.1440277112507; Sat, 22 Aug 2015 13:58:32 -0700 (PDT) Date: Sat, 22 Aug 2015 23:58:30 +0300 From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] Guile Error in gEDA-gaf Head Message-ID: <20150822205830.GA23773@localhost.localdomain> Mail-Followup-To: geda-user AT delorie DOT com References: <20150726154948 DOT GA15646 AT localhost DOT localdomain> <20150726170206 DOT GB15646 AT localhost DOT localdomain> <20150727092112 DOT GB14782 AT localhost DOT localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: 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 Precedence: bulk Hi, Jason. On Thu, Aug 20, 2015 at 08:55:27PM -0400, Jason White (whitewaterssoftwareinfo AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > Well, on my system (Ubuntu 14.04 LTS) it is a non-trivial task to get the > Debian package for guile 2.0.11 without contaminating my package manager > with (incompatible) upstream libraries. Have you any Ubuntu geda packages already installed? I had the same "bug" after installing the geda package in Debian and then installing gschem from git repo. Checking what happens in gdb I saw scm_boot_guile () didn't load and did output the error you'd written about. I think this is because of guile used a wrong libgeda library. Something wrong with dynamic linking. Particularly, I had this issue when I tried to run gschem/src/gschem built in the repository. Now, after manual removing all the geda stuff (/usr/local/share/gEDA) which left after uninstallation, I cannot reproduce the issue, and both Debian's and git's gschem work, and even gschem/src/gschem. See also the discussion at https://bugs.launchpad.net/bugs/1485199. HTH, Vladimir