Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Feb 2004 22:34:47 -0800 (PST)
From:      Julian Elischer <julian@elischer.org>
To:        Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
Cc:        FreeBSD current users <current@FreeBSD.ORG>
Subject:   Re: FreeBSD 1.1 under -current :-)
Message-ID:  <Pine.BSF.4.21.0402062233090.24800-100000@InterJet.elischer.org>
In-Reply-To: <Pine.BSF.4.21.0402061139030.24800-100000@InterJet.elischer.org>

next in thread | previous in thread | raw e-mail | index | archive | help


On Fri, 6 Feb 2004, Julian Elischer wrote:

> 
> 
> On Fri, 6 Feb 2004, Garrett Wollman wrote:
> 
> > <<On Fri, 6 Feb 2004 01:49:52 -0800 (PST), Julian Elischer <julian@elischer.org> said:
> > 
> > > jules# ktrace ./mkdir -p /tmp/xx/xx
> > > mkdir: : No such file or directory
> > 
> > FreeBSD 1.x had a bug in which the pathname "" would be treated the
> > same as ".".  Some of the 1.x utilities had bugs which depended on
> > this bug in order to function.  This was fixed in 2.x IIRC.
> 
> hmmm I don't think this is the problem, but it's an interesting
> thought. 

I was wrong..
that was the problem.. a little hack in 1.1's mkdir to not do that
allows me to do make world in the 1.1 chroot....


> 
> the failing syscall is I think mkdir
> with flags  (mode 755)
> I'm pretty sure the argument was an absolute path..
> possibly it's '/usr' if teh stat failure was not real.
> 
>  4690 mkdir    RET   umask 18/0x12
>   4690 mkdir    CALL  old.stat(0xbfbfeddb,0xbfbfecd8)
>   4690 mkdir    RET   old.stat -1 errno 2 No such file or directory
>   4690 mkdir    CALL  mkdir(0xbfbfeddb,0x1ed)
>   4690 mkdir    RET   mkdir -1 errno 2 No such file or directory
> 
> 
> > 
> > -GAWollman
> > 
> > 
> 
> 
> _______________________________________________
> freebsd-current@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0402062233090.24800-100000>