X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:subject:date:user-agent:references:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:message-id; bh=uu+iVYFKR96V9qaOd0KNxmNrjK8BrTCHdq/3uERW7bw=; b=VAHtZ1sULPqpG6dopNbsEgZ0IZOdTla6aI59SwE3fb8X1qYTvPAC5rV56bErr9ZWAd Evxj2dnzm6/niAeM96GLP7YjDWMKpX+9+evQkoLowUTIgF3crGH2yUnlpidjCbtgBmck casK2xHhGVRjIxUUS3Hox22nCzOsjpPfhaIRUTD1qCj+UTu7lwhy/J5qQOFG7OBgHItE O17d/d8UF/CuY8YqVY5fEXg8rjZWyXM43t0tsaG+qXcuvBRHIAlhHrmzJOTmnQrGLYy+ Y8/+vuX2SvA/0lf7j5yR3yORQQctymRrObtkVy1gqcUFoBTCtLBGeRsYao08sM0jy+wl 7YeA== X-Received: by 10.180.107.70 with SMTP id ha6mr6910903wib.10.1361715083523; Sun, 24 Feb 2013 06:11:23 -0800 (PST) From: Martin Schreiber To: geda-user AT delorie DOT com Subject: Re: [geda-user] gschem on OpenSUSE 12.2 Date: Sun, 24 Feb 2013 15:17:48 +0100 User-Agent: KMail/1.9.10 References: <201302241119 DOT 18526 DOT mse00000 AT gmail DOT com> <201302241205 DOT 41426 DOT mse00000 AT gmail DOT com> <20130224115907 DOT GA31934 AT localhost DOT localdomain> In-Reply-To: <20130224115907.GA31934@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201302241517.48532.mse00000@gmail.com> Reply-To: geda-user AT delorie DOT com On Sunday 24 February 2013 12:59:07 Vladimir Zhbanov wrote: > On Sun, Feb 24, 2013 at 12:05:40PM +0100, Martin Schreiber wrote: > ... > > > /usr/share/guile/1.8/ice-9/posix.scm exists. > > There is also /usr/share/guile/2.0/ice-9 where posix.scm does not exist. > > Could this be the problem? > > Probably, yes. I have the file in this directory in my system after > installing guile-2.0. Try to check (rpm -V packagename) and/or reinstall > guile 2.0 libraries (the package for Debian is named guile-2.0-libs, I > don't know what name it has in Suse). "Update unconditionally" guile-modules-2_0 package fixed the issue. Thanks, Martin