From owner-freebsd-bugs Sat Feb 8 14:52:39 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C4BD37B401; Sat, 8 Feb 2003 14:52:38 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A86F243F75; Sat, 8 Feb 2003 14:52:37 -0800 (PST) (envelope-from gshapiro@FreeBSD.org) Received: from freefall.freebsd.org (gshapiro@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h18MqbNS065913; Sat, 8 Feb 2003 14:52:37 -0800 (PST) (envelope-from gshapiro@freefall.freebsd.org) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h18MqbIS065909; Sat, 8 Feb 2003 14:52:37 -0800 (PST) Date: Sat, 8 Feb 2003 14:52:37 -0800 (PST) From: Gregory Neil Shapiro Message-Id: <200302082252.h18MqbIS065909@freefall.freebsd.org> To: gshapiro@FreeBSD.org, jmallet@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/44137: "make most" fails on rmail (RELENG_4) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: "make most" fails on rmail (RELENG_4) Responsible-Changed-From-To: jmallet->freebsd-bugs Responsible-Changed-By: gshapiro Responsible-Changed-When: Sat Feb 8 14:51:59 PST 2003 Responsible-Changed-Why: From: Juli Mallett To: Gregory Neil Shapiro Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/44137: "make most" fails on rmail (RELENG_4) Date: Sat, 8 Feb 2003 16:50:29 -0600 * De: Gregory Neil Shapiro [ Data: 2003-02-08 ] [ Subjecte: Re: bin/44137: "make most" fails on rmail (RELENG_4) ] > jmallett> Does it exist in the OBJDIR or MAKEOBJDIR ? > > No, in fact, you can reproduce this with this simple Makefile: > > DPADD=/not/a/real/path/libfoo.a > LDADD=/not/a/real/path/libfoo.a > PROG=foo > NOMAN=yes > > foo.c: > echo 'int main() { exit(0); }' > foo.c > > .include OK. I've run across this before, and it should be fairly easy to fix. If you just look for where Dir_FindFile goes on, and the fstat'ing, and so on, and trace this down to the simplest failure case, and fix it. I'm not the make maintainer, and as I was reminded "make belongs to all of us", you surely can find someone else who would do it. I'm sorry I can't help you, it's just too hard to work on make. Thanx, juli. -- Juli Mallett AIM: BSDFlata -- IRC: juli on EFnet OpenDarwin, Mono, FreeBSD Developer ircd-hybrid Developer, EFnet addict FreeBSD on MIPS-Anything on FreeBSD http://www.freebsd.org/cgi/query-pr.cgi?pr=44137 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message