From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 4 16:39:01 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0392C37B401; Sun, 4 May 2003 16:39:01 -0700 (PDT) Received: from c17443.thorn1.nsw.optusnet.com.au (c17443.thorn1.nsw.optusnet.com.au [210.49.151.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id D913443FAF; Sun, 4 May 2003 16:38:59 -0700 (PDT) (envelope-from tonymaher@optushome.com.au) Received: from dt.home (localhost [127.0.0.1])h44NcuFl044815; Mon, 5 May 2003 09:38:58 +1000 (EST) (envelope-from tonym@dt.home) Received: (from tonym@localhost) by dt.home (8.12.9/8.12.9/Submit) id h44Ncp9D044471; Mon, 5 May 2003 09:38:51 +1000 (EST) (envelope-from tonym) Date: Mon, 5 May 2003 09:38:51 +1000 (EST) From: Tony Maher Message-Id: <200305042338.h44Ncp9D044471@dt.home> To: arved@freebsd.org In-Reply-To: <200305042110.h44LA2rV046123@freefall.freebsd.org> cc: freebsd-ports-bugs@freebsd.org Subject: Re: ports/51709: Port update (maintainer): biology/ncbi-toolkit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 May 2003 23:39:01 -0000 Hello, thanks for looking at this. > gcc -pipe -pthread -O -c -I../include -I/usr/X11R6/include -L/usr/X11R6/lib -DWIN_MOTIF ncbimsg.c > ncbimsg.c: In function `GetOneChar': > ncbimsg.c:498: syntax error before "rfds" > ncbimsg.c:500: `rfds' undeclared (first use in this function) > ncbimsg.c:500: (Each undeclared identifier is reported only once > ncbimsg.c:500: for each function it appears in.) > *** Error code 1 This error messages is very familiar! Did the patches apply correctly? The patch file "files/patch-ncbilcl.fbd" fixes this bug by adding #define _XOPEN_SOURCE 600 /* req. for 5.0 */ #include /* req. for 5.0. fd_set def. moved from types.h */ (and it does not affect building on 4.8-stable). I have just reapplied the patch I sent in on the original copy of ncbi-toolkit and scp ncbi-toolkit to the 5.0 machine. I have just rebuilt on both my stable and current machines without any problems. And to be extra sure I have downloaded patch of web page and compared it to my copy - they are identical. thanks -- tonym