From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JLyn9-0001za-Na for garchives@archives.gentoo.org; Mon, 04 Feb 2008 10:43:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3FDFE073B; Mon, 4 Feb 2008 10:43:10 +0000 (UTC) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.187]) by pigeon.gentoo.org (Postfix) with ESMTP id 78159E073B for ; Mon, 4 Feb 2008 10:43:10 +0000 (UTC) Received: by mu-out-0910.google.com with SMTP id i10so1755794mue.5 for ; Mon, 04 Feb 2008 02:43:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=ctX5N/q4Fl00heF5kS9yLWwys8NZ0JrfACdL5Mk5bE8=; b=sjwuNU/f+sdPcV7RRVdgmfXsdfbWTMXdnho4x1d5G51PSd+2gQvwfAmfwpOwmTOojOHpYyiDgvR5IB6LkvKQID+BMyTAQunNZ4MBG6FRpjgiB+RwRzKINPj7GikshiLrxhuWhG8aYsieVumXpvow3QIuptf+YZXXj3KSOhTBVa0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=UrkDlsDIAq/XBYE0HJy860Gk5k4zcrXGN6yJRHczU0KL71C8BfSXbKK1QHsb7CdfrJ3cXgkShDiEk2emJHJExAD30rasl9jNGr/Bua8aPkwRvuTRxW+D63OdY/K8/egKm/5MhaZChfp2LiPFh14EYQFaq6Z+ynSL3e0olRbavdw= Received: by 10.64.28.3 with SMTP id b3mr3408261qbb.2.1202121788830; Mon, 04 Feb 2008 02:43:08 -0800 (PST) Received: by 10.65.231.18 with HTTP; Mon, 4 Feb 2008 02:43:08 -0800 (PST) Message-ID: <5e3d0ebf0802040243t5cb2f4c1y87a4ac3349099503@mail.gmail.com> Date: Mon, 4 Feb 2008 11:43:08 +0100 From: "Sebastian Schubert" To: gentoo-lisp@lists.gentoo.org Subject: [gentoo-lisp] Missing symbols in clisp-2.43/base/readline.o? Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Lisp mail X-BeenThere: gentoo-lisp@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Archives-Salt: 73880ee3-700b-4995-9852-cef657d28519 X-Archives-Hash: e1565e272c05fb15705f27211db57c7d Hi, I try to write an ebuild for xindy: http://bugs.gentoo.org/show_bug.cgi?id=71531 Since the new version 2.3 xindy offers to use an external lisp for compiling which would be a nice thing for us Gentoo guys. However, there is a linking problem which I discussed (or better where I asked for help) here: http://article.gmane.org/gmane.comp.text.xindy.general/375 To cut it short, the author of xindy expected /usr/lib64/clisp-2.43/base/readline.o to include more symbols than I have (every useflag activated!). The author: % nm /usr/lib/clisp-2.43/full/readline.o |grep module__readline 00000000 T module__readline__constant_map_int 00000140 T module__readline__fini_function 00000130 T module__readline__init_function_1 00000150 T module__readline__init_function_2 00000004 C module__readline__object_tab 00000004 C module__readline__object_tab_initdata 00000004 S module__readline__object_tab_size 00000020 C module__readline__subr_tab 00000008 C module__readline__subr_tab_initdata 00000000 S module__readline__subr_tab_size I: sebschub@tux ~ $ nm /usr/lib64/clisp-2.43/full/readline.o |grep module__readline 0000000000000000 T module__readline__constant_map_int 00000000000000d2 T module__readline__fini_function 00000000000000d1 T module__readline__init_function_1 00000000000000d3 T module__readline__init_function_2 0000000000000004 B module__readline__object_tab_size 0000000000000000 B module__readline__subr_tab_size Do you have any idea? I'm on a mostly stable amd64 system, my current readline version is 5.2_p7. Is it a bug? Thanks Sebastian -- gentoo-lisp@lists.gentoo.org mailing list