Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Feb 2003 14:52:37 -0800 (PST)
From:      Gregory Neil Shapiro <gshapiro@FreeBSD.org>
To:        gshapiro@FreeBSD.org, jmallet@FreeBSD.org, freebsd-bugs@FreeBSD.org
Subject:   Re: bin/44137: "make most" fails on rmail (RELENG_4)
Message-ID:  <200302082252.h18MqbIS065909@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <jmallett@FreeBSD.ORG>
To: Gregory Neil Shapiro <gshapiro@FreeBSD.ORG>
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 <gshapiro@FreeBSD.ORG> [ 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 <bsd.prog.mk>

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 <jmallett@FreeBSD.org>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302082252.h18MqbIS065909>