From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/53449 Path: news.gmane.org!not-for-mail From: Alan BRASLAU Newsgroups: gmane.comp.tex.context Subject: Re: obscure luatex error Date: Thu, 15 Oct 2009 17:08:01 +0200 Organization: CEA DSM-IRAMIS-SPEC Message-ID: <200910151708.01876.alan.braslau@cea.fr> References: <20091015143247.GM29762@katherina.student.utwente.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1255619306 7770 80.91.229.12 (15 Oct 2009 15:08:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Oct 2009 15:08:26 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Thu Oct 15 17:08:18 2009 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.50) id 1MyRvx-0005BE-Tw for gctc-ntg-context-518@m.gmane.org; Thu, 15 Oct 2009 17:08:05 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 97BD4C9AF5; Thu, 15 Oct 2009 17:08:03 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id hGSkycFRZsbm; Thu, 15 Oct 2009 17:07:56 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 93374C9AC7; Thu, 15 Oct 2009 17:07:55 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 5FC4AC9AC7 for ; Thu, 15 Oct 2009 17:07:51 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id fIKJ36pBG7nk for ; Thu, 15 Oct 2009 17:07:45 +0200 (CEST) Original-Received: from oxalide-out.extra.cea.fr (oxalide-out.extra.cea.fr [132.168.224.1]) by balder.ntg.nl (Postfix) with ESMTP id 6D3F6C9AC1 for ; Thu, 15 Oct 2009 17:07:45 +0200 (CEST) Original-Received: from epeire1.extra.cea.fr (epeire1.extra.cea.fr [132.167.198.31]) by oxalide.extra.cea.fr (8.14.2/8.14.2/CEAnet-Internet-out-2.0) with ESMTP id n9FF7ixI009754 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 15 Oct 2009 17:07:45 +0200 Original-Received: from orpin2.extra.cea.fr (orpin2.extra.cea.fr [132.167.198.5]) by epeire1.extra.cea.fr (8.14.2/8.14.2) with ESMTP id n9FF7ieo002083 for ; Thu, 15 Oct 2009 17:07:44 +0200 (envelope-from alan.braslau@cea.fr) Original-Received: from iram-hb-003386.localnet (iram-hb-003386.extra.cea.fr [132.166.20.134]) by orpin2.extra.cea.fr (8.13.8/8.13.8/CEAnet-Intranet-out-1.1) with ESMTP id n9FF7ivB009359 for ; Thu, 15 Oct 2009 17:07:44 +0200 User-Agent: KMail/1.12.2 (Linux/2.6.30; KDE/4.3.2; x86_64; ; ) In-Reply-To: X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:53449 Archived-At: On Thursday 15 October 2009 16:36:01 luigi scarso wrote: > On Thu, Oct 15, 2009 at 4:32 PM, Matthijs Kooijman wrote: > > Hi luigi, > > > >> > Do you think you could compile luatex with CFLAGS=-g, and run it in > >> > gdb to get a backtrace? That might help to see where this comes > >> > from... > >> > >> changing > >> STRIP_LUATEX=TRUE > >> in > >> STRIP_LUATEX=FALSE > >> in build.sh isn't enough ? > > > > I don't know the luatex build system, I just posted general instructions > > :-) > > pretty simple, on linux: > download source,uncompress and > $>./build.sh > Not so easy: I have never compiled luatex before! $ svn checkout http://foundry.supelec.fr/svn/luatex (downloads 3.9G, including all beta versions in tag/) $ cd trunk $ ./build.sh --nostrip ... libtool: link: gcc lib/lib.a /home/local/src/luatex/trunk/build/texk/kpathsea/.libs/libkpathsea.a -lm lib/lib.a(main.o): In function `main': /home/local/src/luatex/trunk/build/texk/web2c/lib/../../../../source/texk/web2c/lib/main.c:26: undefined reference to `mainbody' collect2: ld returned 1 exit status make[5]: *** [tangleboot] Error 1 make[5]: Leaving directory `/home/local/src/luatex/trunk/build/texk/web2c' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/home/local/src/luatex/trunk/build/texk/web2c' make[3]: *** [all] Error 2 make[3]: Leaving directory `/home/local/src/luatex/trunk/build/texk/web2c' make[2]: *** [subtexk] Error 1 make[2]: Leaving directory `/home/local/src/luatex/trunk/build/texk' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/local/src/luatex/trunk/build/texk' make: *** [all-recursive] Error 1 luatex binary not stripped ls: cannot access build/texk/web2c/luatex: No such file or directory $ So I do not yet have a compiled, unstripped version of luatex. Alan ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________