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=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=l295dvDt1ouDXuK5jmM6TrghS5GmznPqDmsqcQetWDA=; b=hhFiiqrONrep7yieH92oBeXVp+SANObXYvwACiM30QLFBLCOwBvc75rwwiEYsL4fjM XZ5+MANyw9FlQDzM/gevxozODjja6Ct6m4kV9K9OB+zOKQpSHNhuICGOsysFFvr0kxek ZOJf2udIFglTevTU+TdwsRVKtlsC99803KsVbYdwfJOfysTttUbuSc7Q7XyMW2bPJZ9C S5LKpnGECygmJ90HZGpPwyNlGtjYzFlfH2INGxnmKiHGKoro/+9r5fCOM+8Cba5sEOmN 0+umictkM9ZGU4L8ERUPxTJ340l+gQoVrmsS/4sxKEs1SKyhNsAyN+AwcOmMU10VvLFP 8VvQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=l295dvDt1ouDXuK5jmM6TrghS5GmznPqDmsqcQetWDA=; b=bApElw8nyEsNmhXB2X8KyDDjeQwsoC1SoxWa6K/9weOSnpzXRlZPKcznXxfLNiTAOu 0ZRXCMYPN08XqobhcMnAC6K+Ah4CTCmMvu1+PVnzxrH6TG2UWnp4SXw/9uksq7RcEmWM Js+8jiEwTOoh5M3SrVPLCd22JSU6zU7iwKdrDaoP1Tc2fl+KmmBmwAZhoY3xUTeBQaEO DFbDSohRu4p930nAjeX50qmOsuFI60+S6AX3IB32a5ZTFqb3WfFnerNwfQve48Ch7ydF dGk5T46kxq4Am3n2xGw5NeVqcVbx3tg20SmcGKopw7BFN7Rrbt3wmqm56rVONYt31f75 fa0Q== X-Gm-Message-State: ALyK8tKMCJUO1tdkQ+RzS7pdNrCLKnOdAWtaNAWY+wD4L4egHqkqCXgS3+m6fEPio3zF4VBfckss8SwkwFycDQ== X-Received: by 10.31.166.20 with SMTP id p20mr6223781vke.2.1468485263077; Thu, 14 Jul 2016 01:34:23 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <0e645e32-dda6-7762-a528-78c019331c4f@ecosensory.com> References: <0e645e32-dda6-7762-a528-78c019331c4f AT ecosensory DOT com> From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" Date: Thu, 14 Jul 2016 11:34:22 +0300 Message-ID: Subject: Re: [geda-user] can't run gschem, but can run gaf --version (Guile problems?) To: geda-user AT delorie DOT com Content-Type: text/plain; charset=UTF-8 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 John, On 7/14/16, John Griessen (john AT ecosensory DOT com) [via geda-user AT delorie DOT com] wrote: > I noticed this with debian jessie packages, then took those out, then > compiled and same error messages: > > john AT toolbench64 [culture_shock]gschem > 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 scm_to_utf8_stringn: Wrong type argument in position 1 > (expecting string): #f > > All guile 1.8 removed: > un guile-1.8-dev > > I found reference to guile being trouble after version 2.0.9, so installed > these from debian oldstable: > > ii guile-2.0 2.0.5+1-3 amd64 GNU > extension language and Scheme interpreter > ii guile-2.0-dev 2.0.5+1-3 amd64 > > also removed all contents of /usr/local/share/gEDA, then rebuilt and did > sudo make install... > > Do I need to get recent guile and compile it with special options? > guile 2.0.11 is available for several years and it has been installed on my system. Did you do 'sudo make install'? (and I usually do 'sudo ldconfig' as well, though it's another issue) And your issue looks like [1]. HTH, Vladimir [1] https://bugs.launchpad.net/geda/+bug/1492599