Date: Fri, 16 Jan 2004 23:50:55 +0100 From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) To: Randy Bush <randy@psg.com> Cc: FreeBSD Current <freebsd-current@freebsd.org> Subject: Re: gaim build problem, file descriptor issue Message-ID: <xzphdyvqzhs.fsf@dwp.des.no> In-Reply-To: <E1Ahcev-000CW5-FD@ran.psg.com> (Randy Bush's message of "Fri, 16 Jan 2004 14:41:45 -0800") References: <E1Aha7m-000Agi-5k@ran.psg.com> <xzpwu7rr0wj.fsf@dwp.des.no> <E1Ahcev-000CW5-FD@ran.psg.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Randy Bush <randy@psg.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzphdyvqzhs.fsf>