From owner-freebsd-current@FreeBSD.ORG Fri Jan 16 14:51:10 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3862F16A4CF for ; Fri, 16 Jan 2004 14:51:10 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A47843D1F for ; Fri, 16 Jan 2004 14:51:07 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id CD40B5309; Fri, 16 Jan 2004 23:51:05 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id AAEA25308; Fri, 16 Jan 2004 23:50:56 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 2A2B633C9A; Fri, 16 Jan 2004 23:50:56 +0100 (CET) To: Randy Bush References: From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Fri, 16 Jan 2004 23:50:55 +0100 In-Reply-To: (Randy Bush's message of "Fri, 16 Jan 2004 14:41:45 -0800") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on flood.des.no X-Spam-Level: ss X-Spam-Status: No, hits=2.6 required=5.0 tests=RCVD_IN_DYNABLOCK, RCVD_IN_SORBS autolearn=no version=2.61 cc: FreeBSD Current Subject: Re: gaim build problem, file descriptor issue X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2004 22:51:10 -0000 Randy Bush writes: > > (I guess this goes to show that now matter how much you test a patch > > it'll never be enough) > that is why vic^H^H^Htesters such as i get the big bucks :-) heh :) but this is really weird, look here: des@dwp /usr/src/crypto/openssh% ./configure ./configure.lineno: 5: Bad file descriptor ./configure.lineno: 988: Syntax error: EOF in backquote substitution des@dwp /via/usr/src/crypto/openssh% ./configure ./configure.lineno: 5: Bad file descriptor ./configure.lineno: 988: Syntax error: EOF in backquote substitution which is just what you are experiencing. but if I chroot into /via (which is the root of the filesystem I export to my diskless test box): des@dwp /usr/src/crypto/openssh% ./configure checking for gcc... gcc checking for C compiler default output... a.out [...] and it succeeds. however, if on the test box (same filesystem, just over NFS): des@via /usr/src/crypto/openssh% ./configure ./configure.lineno: 5: Bad file descriptor ./configure.lineno: 988: Syntax error: EOF in backquote substitution DES --=20 Dag-Erling Sm=F8rgrav - des@des.no