| Summary: | shared /usr/src isn't because .depend files are not shareable | ||
|---|---|---|---|
| Product: | Base System | Reporter: | mjacob <mjacob> |
| Component: | misc | Assignee: | Marcel Moolenaar <marcel> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 4.0-CURRENT | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
mjacob
2000-01-17 20:40:02 UTC
On Mon, 17 Jan 2000 11:05:09 PST, mjacob@feral.com wrote: > The problem here is that, at least for building bootstrap tools, > several derived files that contain platform specific information end > up in /usr/src- not in OBJDIR. This leads to breakage right away > because .depend's are radically different between alpha and i386: It'd be useful to know where these files are and whether they're being created by the current incarnation of the build process, or whether they're just old cruft. Could you send ``find /usr/src -name '.depend' -print'' ? :-) Ciao, Sheldon. On Wed, 19 Jan 2000 09:49:21 +0200, Sheldon Hearn wrote:
> Could you send ``find /usr/src -name '.depend' -print'' ? :-)
Damnit, I meant
find /usr/src -name '.depend' -ls
Sorry,
Sheldon.
Responsible Changed From-To: freebsd-bugs->marcel Marcel is the current overseer for work on the world build. Matthew, I can't reproduce the problem (ie can't find any .depend files in /usr/src). As soon as I have my Alpha I can try some "extended" testing. In the mean time, can you verify if you still can't share /usr/src between i386 and Alpha? thanks, -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 State Changed From-To: open->closed Unreproducable and no response from originator on any of the followups. Having a RO /usr/src is part of the design and therefore will be maintained. |