From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rainer Tammer Newsgroups: gmane.lisp.guile.bugs Subject: Re: guile 1.6.8 make check failure on AIX 6.1 Date: Mon, 04 Feb 2008 08:40:01 +0100 Organization: Schuler Pressen GmbH & Co. KG Message-ID: <47A6C151.1020808@tammer.net> References: <47A45E2D.8080201@tammer.net> <873as9oay6.fsf@ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1202110827 3681 80.91.229.12 (4 Feb 2008 07:40:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 4 Feb 2008 07:40:27 +0000 (UTC) Cc: bug-guile@gnu.org To: Neil Jerram Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Mon Feb 04 08:40:48 2008 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JLvwd-0001kH-Kx for guile-bugs@m.gmane.org; Mon, 04 Feb 2008 08:40:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLvwB-0004P2-Lw for guile-bugs@m.gmane.org; Mon, 04 Feb 2008 02:40:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JLvw7-0004Ox-7Z for bug-guile@gnu.org; Mon, 04 Feb 2008 02:40:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JLvw5-0004Ol-M4 for bug-guile@gnu.org; Mon, 04 Feb 2008 02:40:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLvw5-0004Oi-JS for bug-guile@gnu.org; Mon, 04 Feb 2008 02:40:13 -0500 Original-Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JLvw5-0003nZ-US for bug-guile@gnu.org; Mon, 04 Feb 2008 02:40:14 -0500 Original-Received: from ifw.schulergroup.com ([212.87.143.254]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JLvw4-0005Iy-Fc for bug-guile@gnu.org; Mon, 04 Feb 2008 02:40:12 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by ifw.schulergroup.com (Postfix) with ESMTP id 37B73D03038E; Mon, 4 Feb 2008 08:40:08 +0100 (CET) Original-Received: from ifw.schulergroup.com ([127.0.0.1]) by localhost (ifw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16169-10; Mon, 4 Feb 2008 08:40:05 +0100 (CET) Original-Received: from saturn.schuler.de (unknown [153.3.1.198]) by ifw.schulergroup.com (Postfix) with ESMTP id 9E079D03038C; Mon, 4 Feb 2008 08:40:05 +0100 (CET) Original-Received: from [153.3.21.50] (rt.schuler.de [153.3.21.50]) by saturn.schuler.de (8.12.11.20060308/8.12.7/SuSE Linux 0.6) with ESMTP id m147e1or016908; Mon, 4 Feb 2008 08:40:01 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.3) Gecko/20070326 Thunderbird/2.0.0.0 Mnenhy/0.7.5.0 In-Reply-To: <873as9oay6.fsf@ossau.uklinux.net> X-Virus-Scanned: by amavisd-new X-detected-kernel: by mx20.gnu.org: Linux 2.4-2.6 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:3764 Archived-At: Hello, Neil Jerram wrote: > Rainer Tammer writes: > > >> In file included from ../libguile/gc.h:27, >> from ../libguile.h:73, >> from discouraged.c:22: >> ../libguile/hooks.h:43: error: expected ';', ',' or ')' before '.' token >> ../libguile/hooks.h:48: error: expected specifier-qualifier-list >> before 'scm_t_c_hook_function' >> > > The fix for that is to globally replace "func_data" in libguile/*.[ch] > by "fn_data". This is already in our CVS, so will be OK in 1.8.4. > > OK, this works... Now I am getting the foolowing errors: gc_os_dep.c:1158:1: error: "MACH_TYPE" redefined gc_os_dep.c:1065:1: error: this is the location of the previous definition gc_os_dep.c:1161:1: error: "ALIGNMENT" redefined gc_os_dep.c:1066:1: error: this is the location of the previous definition I have to look into this... [...] > OK, we can look into upgrading to these... but can you give specific > references for the AIX problems that were fixed in between the > versions that we used for 1.6.8/1.8.3 and the versions here? > > Thats very simple. The old build tools do not recognize AIX 6.1. The new version of config.guess returns: powerpc-ibm-aix6.1.0.0 The old version returns: rs6000-ibm-aix As a result of the rs6000-ibm-aix the old libtool is not able to build shared binaries on AIX 6.1 To be able to build on AIX 6.1 you need at least: config.guess/.sub and libtool 1.5.26 + patched configure scripts (aix5* | aix6*) or autoconf-2.61a from January ... > Thanks, Neil > > Bye Rainer