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:date:from:to:subject:message-id:mail-followup-to :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=KdYZVUj4dGU21tlnMrCSxmSOiq/qYwb/8Xswn3lRotA=; b=cS3DGWJXT1t55jwnCz1f8sIEcnopGlvlp608RSa60R+5GnoJtrrT2ud4HIglySKmTA wdunMfUzzpK//ccPh4k8dFaL1/DcR8gBqxKO1rfS+wAUM6VGGzp++natgl/ZYHdTTvNj Yqq6TyTBgyGuPEbyLI/E4iJiaR5U6X6kRpti561hytAGycjLTqNPrxLZ6TefPWkiU2gi sNFuoomAM8LqvN0bsuRYrECV+4hzAZf0GnXrMohjMkZuPb5QeSlLagsQJkRVQ2yWoDnF hkgynxeMwBVkRVu11wxkXHl7rl+vVVYazgPEu+miUcOnawJA3qSz+IlzxsC9RETVxabK yjZg== X-Received: by 10.112.36.168 with SMTP id r8mr3066217lbj.131.1361702475847; Sun, 24 Feb 2013 02:41:15 -0800 (PST) Date: Sun, 24 Feb 2013 14:41:12 +0400 From: Vladimir Zhbanov To: geda-user AT delorie DOT com Subject: Re: [geda-user] gscheme on OpenSUSE 12.2 Message-ID: <20130224104112.GA21833@localhost.localdomain> Mail-Followup-To: geda-user AT delorie DOT com References: <201302241119 DOT 18526 DOT mse00000 AT gmail DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <201302241119.18526.mse00000@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) 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, Feb 24, 2013 at 11:19:18AM +0100, Martin Schreiber wrote: > Hi, > I installed the geda-gschem 1.8.1-31-i586 RPM package from > http://download.opensuse.org/repositories/science/openSUSE_12.2/ on OpenSUSE > 12.2. > Running gschem in a terminal shows: > " > guile: uncaught throw to misc-error: (primitive-load-path Unable to find file > ~S in load path (ice-9/posix) #f) > Cannot exit gracefully when init is in progress; aborting. > Aborted > " > Then I compiled from git/geda-gaf branch stable-1.8 > ed432e7e2ff1c38d2b04608b2d0287e137788c1e, same result. > > Any hint? > This looks like the issue is in your guile library since the above mentioned file is missing. On my Debian system I can check, whose this file is, using: $ dlocate ice-9/posix guile-1.8-libs: /usr/share/guile/1.8/ice-9/posix.scm Have you this file? First check if the guile libraries are installed in your system (it can be a package maintainer mistake if the geda-gschem package doesn't depend on guile). I know the rpm package system has some means to verify the installed packages (see, e.g., http://www.rpm.org/max-rpm/ch-rpm-verify.html). Try to check your packages. Some file might be deleted by accident. -- http://vzhbanov.byethost33.com