From owner-freebsd-current@FreeBSD.ORG Thu Jan 15 10:39:37 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 24EB616A4CE for ; Thu, 15 Jan 2004 10:39:37 -0800 (PST) Received: from oak.FernUni-Hagen.de (oak.fernuni-hagen.de [132.176.114.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCA9443D45 for ; Thu, 15 Jan 2004 10:39:33 -0800 (PST) (envelope-from jfh@es-i2.FernUni-Hagen.de) Received: from amavis by oak.FernUni-Hagen.de with scanned-ok (Exim 4.04) id 1AhCOy-0002IA-00; Thu, 15 Jan 2004 19:39:32 +0100 Received: from es-i2.fernuni-hagen.de ([132.176.7.81]) by oak.FernUni-Hagen.de with esmtp (Exim 4.04) id 1AhCOq-0002Hj-00; Thu, 15 Jan 2004 19:39:24 +0100 Received: from jfh00.fernuni-hagen.de (jfh00.fernuni-hagen.de [132.176.7.6]) by es-i2.fernuni-hagen.de (Postfix) with ESMTP id 5FCB854D2; Thu, 15 Jan 2004 19:39:22 +0100 (CET) Received: from [192.168.70.110] (p508F1FEE.dip.t-dialin.net [80.143.31.238]) by jfh00.fernuni-hagen.de (Postfix) with ESMTP id 74C5917136; Thu, 15 Jan 2004 19:39:23 +0100 (CET) From: Fritz Heinrichmeyer To: Attila Nagy In-Reply-To: <4006C92B.4000907@fsn.hu> References: <4006C92B.4000907@fsn.hu> Content-Type: text/plain Message-Id: <1074191967.6267.2.camel@fritz.mydomain.de> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 15 Jan 2004 19:39:27 +0100 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-11 cc: current@freebsd.org Subject: Re: FD problems 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: Thu, 15 Jan 2004 18:39:37 -0000 Am Do, den 15.01.2004 schrieb Attila Nagy um 18:08: > Hello, > > I don't know whether is it caused by the recent inclusion of the new FD > code, or not, but I'm getting these since upgraded to the latest CURRENT: > > ===> Configuring for ruby-1.6.8.2003.10.15 > /usr/bin/touch /usr/ports/lang/ruby16/work/ruby-1.6.8/configure > configure: WARNING: you should use --build, --host, --target > ./configure.lineno: 5: Bad file descriptor > ./configure.lineno: 957: Syntax error: EOF in backquote substitution you use csh? if yes, type exec sh and then retype your make- or portinstall command. This helped here: all portinstall and make commands failed strangely, i changed the shell from csh th sh and it was fixed .....