From owner-freebsd-bugs Sat Feb 8 14:50:31 2003 Delivered-To: freebsd-bugs@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 03EAB37B401; Sat, 8 Feb 2003 14:50:30 -0800 (PST) Date: Sat, 8 Feb 2003 16:50:29 -0600 From: Juli Mallett To: Gregory Neil Shapiro Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/44137: "make most" fails on rmail (RELENG_4) Message-ID: <20030208165029.A4681@FreeBSD.org> References: <200302081944.h18Jiu9Y013023@freefall.freebsd.org> <20030208161413.A2801@FreeBSD.org> <15941.33443.430269.162533@horsey.gshapiro.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <15941.33443.430269.162533@horsey.gshapiro.net>; from gshapiro@FreeBSD.ORG on Sat, Feb 08, 2003 at 02:20:19PM -0800 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , , X-Towel: Yes X-LiveJournal: flata, jmallett X-Negacore: Yes 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 * 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message