From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19937 invoked by alias); 27 Jun 2002 03:28:08 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 19924 invoked from network); 27 Jun 2002 03:28:04 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.240.27) by sources.redhat.com with SMTP; 27 Jun 2002 03:28:04 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 08E593D7A; Wed, 26 Jun 2002 23:28:02 -0400 (EDT) Message-ID: <3D1A8641.5020900@ges.redhat.com> Date: Wed, 26 Jun 2002 20:28:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020613 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Matthew H Bemis Cc: Andrew Cagney , Elena Zannoni , Mike Cleary , gdb@sources.redhat.com, clp Subject: Re: *** [ser-tcp.o] Error 1 on alpha! References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-06/txt/msg00283.txt.bz2 > Hello, > I agree it is not caused by the patch, but not many people test their > patches on alpha. > We download from cvs every day and build this. We have a stable build > system. I can give you a cvs snapshot of when we took the source code from > cvs if you'd like, and I can also provide any other information about the > host machine upon request. Would you have a time for the last successful build? > I have all of the build logs available too if you'd like to see them got to: > for alpha goto: > ftp://alpha9.crl.dec.com/pub/autobuild/results/alpha6/basic-gcc_2.95.3/nativ > e/toolchain/20020622-05:21:38-F/ > and click on the X-configure.blog log to see the configuration,and the > X-make.blog for the compilation error > > to see alpha daily builds goto: > http://handhelds.org/projects/toolchain/autobuild/build-results.php3 I suspect that the unfortunate reality is that someone is going to have to roll up their sleeves and try to build GDB while logged into an Alpha GNU/Linux system. Only that way can the look at the relevant headers and figure out why things are going wrong. ser-*.c is pretty generic so I'm puzzled as to why that doesn't build. Anyway this: > /mnt/buildsys/source/toolchain/gdb/ser-tcp.c: In function `net_open': > /mnt/buildsys/source/toolchain/gdb/ser-tcp.c:67: warning: implicit declaration of function `strncmp' > /mnt/buildsys/source/toolchain/gdb/ser-tcp.c:81: warning: implicit declaration of function `strncpy' > /mnt/buildsys/source/toolchain/gdb/ser-tcp.c:83: warning: implicit declaration of function `atoi' suggests that something is skewiff. ser-tcp.c unconditionally includes "gdb_string.h" and that pulls in either or so should have those declarations visible? Hmm, check the generated config.h for something strange. Andrew