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=bVOcgAGo16K0cAdVGq/d7loFSsUxfy6XyG7KZH0yXzo=; b=M2wMZ+zOhjFWN4s7R5pIjEAWj1phfhXvimsGdT6/Ohqg8m8zyaKaJJjy6I9An0wI7a sb9/r/jgd+3HYhmbE6f/bhzT1qxSMVfy4I7kLszjIbS/4O3SpXVnniadLlu0mN5NTDEi PmLDZ1e+Hxf4lL91uCWJN1EwxMzrvvV3Xt3CUAtm6wg6g0Ed099aAfLGao7D5BUnxSds 3fEZWT6yy8gor3WJa2A0l4EkowUPJFu+TGnwK7izUJhOMEZPz6u5q9+leGQQpB/ZrMA/ 2ruON0bD1mvRBRPJH7bcte/BKZYuWegiBGkNe0T+QNnBaQuJ6AtcAG+2XJS/gnGgo1eP ERgg== X-Received: by 10.113.4.105 with SMTP id cd9mr26164276lbd.106.1437988875285; Mon, 27 Jul 2015 02:21:15 -0700 (PDT) Date: Mon, 27 Jul 2015 12:21:12 +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: <20150727092112.GB14782@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> 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 On Sun, Jul 26, 2015 at 09:30:48PM -0400, Jason White (whitewaterssoftwareinfo AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > It must be specific to my distro's version of guile. Xubuntu 14.04. > When I type guile, I see "GNU Guile 2.0.9" > Hmm, the current Debian stable version of guile is 2.0.11, and Debian is rather conservative distribution. Could you update your guile version? And then, try to build as follows: sudo make uninstall git pull make maintainer-clean && ./autogen.sh && ./configure && make && sudo make install && sudo ldconfig > find /usr | grep guile | grep [18]; yields no interesting results > not a trace guile 1.8 to be found on my system. > > > What I did to test: > > Untinstalled guile-1.8, > > ./configure > make clean > make > ./gschem -> Error remains > > Applied patch, the files also had missing.h > > gschem/src/gschem_coord_dialog.c:23:#include > gschem/src/gschem_arc_dialog.c:23:#include > gschem/src/gschem_slot_edit_dialog.c:23:#include > gschem/src/gschem_about_dialog.c:23:#include > gschem/src/gschem_close_confirmation_dialog.c:23:#include > gschem/src/gschem_hotkey_dialog.c:23:#include > gschem_translate_dialog.c:23:#include This is because my patch is probably older than edits in those files. So it has become incomplete now. > > ./configure > make clean > make > ./gschem -> Error remains > > Error: > > 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 I saw this before while trying to cross-compile for Windows. The only place the scm_to_utf8_stringn function is used after applying my patch, as I see it, is in the string->page code. Could you run your gschem in a clean environment to exclude issues with your rc settings? Cheers, Vladimir