From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jan Synacek Newsgroups: gmane.lisp.guile.devel Subject: Re: Build failures - compiling TeXmacs under guile 2.0.5 Date: Tue, 29 May 2012 14:18:53 +0200 Message-ID: <20120529121853.GA25114@redhat.com> References: <20120322094601.GA11415@redhat.com> <87sjg3tkwh.fsf@gnu.org> <20120524125756.GA10861@redhat.com> <87zk8w5kev.fsf@gnu.org> <20120528070213.GA28159@redhat.com> <87fwakkki7.fsf@gnu.org> <20120529063658.GA3934@redhat.com> <87txyzweuo.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1338293965 20561 80.91.229.3 (29 May 2012 12:19:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 29 May 2012 12:19:25 +0000 (UTC) Cc: guile-devel@gnu.org To: Ludovic =?iso-8859-1?Q?Court=E8s?= Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue May 29 14:19:23 2012 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SZLOT-0008Ev-4o for guile-devel@m.gmane.org; Tue, 29 May 2012 14:19:21 +0200 Original-Received: from localhost ([::1]:49387 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZLOS-0005AL-RD for guile-devel@m.gmane.org; Tue, 29 May 2012 08:19:20 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:47370) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZLOL-0005A2-Om for guile-devel@gnu.org; Tue, 29 May 2012 08:19:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SZLOF-0004Kk-Ie for guile-devel@gnu.org; Tue, 29 May 2012 08:19:13 -0400 Original-Received: from mx1.redhat.com ([209.132.183.28]:59643) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZLO7-0004It-PG; Tue, 29 May 2012 08:18:59 -0400 Original-Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q4TCIvCt023729 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 29 May 2012 08:18:57 -0400 Original-Received: from redhat.com (dhcp-24-219.brq.redhat.com [10.34.24.219]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q4TCIrqT025837 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Tue, 29 May 2012 08:18:56 -0400 Content-Disposition: inline In-Reply-To: <87txyzweuo.fsf@gnu.org> User-Agent: Mutt/1.5.21 (2011-07-01) X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-MIME-Autoconverted: from 8bit to quoted-printable by mx1.redhat.com id q4TCIvCt023729 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:14529 Archived-At: On 05/29/12 at 10:50am, Ludovic Court=C3=A8s wrote: > Hi Jan, >=20 > Jan Synacek skribis: >=20 > > Unfortunately, it doesn't run well. Its window is blank after start. = I captured > > a log [1]. Can you please take a look at it? What does "ERROR: no su= ch language > > objcode" mean? The scheme files are there. > > > > [1] http://www.fpaste.org/okRT/ >=20 > It reads this: >=20 > 1. TeXmacs] With linked TrueType support > 2. ;;; note: source file /usr/share/TeXmacs/progs/ice-9/eval.scm > 3. ;;; newer than compiled /usr/lib64/guile/2.0/ccache/ice-9/ev= al.go > 4. ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=3D0 > 5. ;;; or pass the --no-auto-compile argument to disable. > 6. ;;; compiling /usr/share/guile/2.0/system/base/compile.scm > 7. ;;; it seems /usr/share/guile/2.0/system/base/compile.scm > 8. ;;; is part of the compiler; skipping auto-compilation >=20 > This means that it=E2=80=99s trying to auto-compile Guile=E2=80=99s com= piler and core > modules, which indicates that it didn=E2=80=99t find up-to-date .go fil= es. >=20 > However, normally, /usr/share/guile/2.0 should have both .scm and .go > files, with the latter having an mtime greater than that of the former. >=20 > Can you check whether something went wrong with your installation of > Guile? Hm, this is weird. So TeXmacs seems to bundle the same eval.scm as guile = has (among others)? I tried to copy all the .go files from installation to /usr/share/guile/2.0 and remove those in /usr/lib64/guile/2.0/ccache, but= that seems to have done nothing. I will probably have to try rebuilding guile and building TeXmacs against= it. I will let you know if that changes anything. Thanks, --=20 Jan Synacek Software Engineer, BaseOS team Brno, Red Hat