From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3109 invoked by alias); 9 Nov 2002 03:53:14 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 3102 invoked from network); 9 Nov 2002 03:53:13 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.240.27) by sources.redhat.com with SMTP; 9 Nov 2002 03:53:13 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 7AC453FE7; Fri, 8 Nov 2002 22:53:12 -0500 (EST) Message-ID: <3DCC86A8.1060502@redhat.com> Date: Fri, 08 Nov 2002 19:53:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joel Brobecker Cc: gdb-patches@sources.redhat.com Subject: Re: [Head/5.3] Build failure on powerpc-aix-4.3.2 References: <20021103191127.GJ19987@gnat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-11/txt/msg00272.txt.bz2 > GDB fails to build aix-thread.c on our AiX 4.3.2 machine. I think this > is because aix-thread.c expects lib pthread debug version 2 or 3, while > we have lib pthread debug version 1 only installed on our 4.3.2 machine. > > By contrast, we have version 3 installed on our AiX 5.1 machine. > > The comment at the begining of aix-thread.c says that it should work on > 4.3+ systems... Has anybody been able to build it on a 4.3.2 machine? > Does anybody have something else than version 1 of the pthread debug > library installed on a 4.3+ system? If you have something else than > version 1, you should see something like this in > /usr/include/sys/pthdebug.h: > > /* The pthread debug library version number. This is used to maintain > * binary compatibility. The initial release of the pthread debug > * library in AIX 4.3.2, represented by PTHDB_VERSION_1, was a > * technology only release and binary compatibility with it is not > * guaranteed. It is kept in this file for historical perspective > * only. > */ > #define PTHDB_VERSION_1 0xa1c432 > #define PTHDB_VERSION_2 0xa1c433 > #define PTHDB_VERSION_3 0xa1c434 Check the bug database (including closed). I know that people have reported problems. Eg: http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gdb&pr=344 Andrew