From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22027 invoked by alias); 23 Oct 2009 15:38:53 -0000 Received: (qmail 22015 invoked by uid 22791); 23 Oct 2009 15:38:52 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from smtp-outbound-1.vmware.com (HELO smtp-outbound-1.vmware.com) (65.115.85.69) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 23 Oct 2009 15:38:49 +0000 Received: from mailhost4.vmware.com (mailhost4.vmware.com [10.16.67.124]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id 26C715A007; Fri, 23 Oct 2009 08:38:48 -0700 (PDT) Received: from [10.20.94.141] (msnyder-server.eng.vmware.com [10.20.94.141]) by mailhost4.vmware.com (Postfix) with ESMTP id 1C000C9B82; Fri, 23 Oct 2009 08:38:48 -0700 (PDT) Message-ID: <4AE1CC6E.1070604@vmware.com> Date: Fri, 23 Oct 2009 15:38:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20080411) MIME-Version: 1.0 To: Pierre Muller CC: "msnyder@sourceware.org" , "gdb-patches@sourceware.org" Subject: Re: Build failure: src/gdb ChangeLog record.c gcore.c gcore.h References: <20091022193607.13598.qmail@sourceware.org> <004e01ca53b5$5f9bc330$1ed34990$@u-strasbg.fr> In-Reply-To: <004e01ca53b5$5f9bc330$1ed34990$@u-strasbg.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-10/txt/msg00586.txt.bz2 Pierre Muller wrote: > This patch to record.c > causes compilation failure on > OpenSolaris 2009/06 > > The reason is that byteswap.h > is not found. > > The strange thing is that apparently this > is already known in gnulib, > http://www.gnu.org/software/hello/manual/gnulib/byteswap_002eh.html#byteswap > _002eh > Is it that the gdb/gnulib is only a > small part of the complete gnulib? > > Could someone fix this please? Folks, really sorry about all the build failures. Just getting up, give me a few minutes to have coffee. I have an idea that I think will clear this up quickly. If not, then we can revert.