Date: Thu, 10 Jan 2002 17:30:01 -0800 (PST) From: "Crist J . Clark" <cjc@FreeBSD.ORG> To: freebsd-bugs@FreeBSD.org Subject: Re: misc/33567: RELENG_4 won't makeworld; bsd.dep.mk, Makefile.inc1 bugs; "Linux ELF" need of kernel Message-ID: <200201110130.g0B1U1E74169@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/33567; it has been noted by GNATS.
From: "Crist J . Clark" <cjc@FreeBSD.ORG>
To: Craig Carey <research@ijs.co.nz>
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: misc/33567: RELENG_4 won't makeworld; bsd.dep.mk, Makefile.inc1 bugs; "Linux ELF" need of kernel
Date: Thu, 10 Jan 2002 17:24:32 -0800
On Fri, Jan 04, 2002 at 09:29:54PM -0800, Craig Carey wrote:
[snip]
> Background:
>
> I upgraded from v4.3 to v5. The nonbootable kernel had the known
> incompatability of syscons and pcvt, where none of these would
> boot: neither, one, and both. A cvsup to v4.4 led to a buildworld
> failing with a lot of errors. With v4 (RELENG_4), the buildworld
> succeeded, with errors.
> Problem:
> The msdosfs directory had shifted and buildworld crashed due to
> the 'local' mtree file not being updated. I don't known why the
> file was not updated.
>
> Aside: locate mtree | xargs -n1 egrep -H msdosfs
It had "shifted?"
> Problem:
> File "stdint.h" got automatically erased by cvsup when moving to
> RELENG_4. The software, XFree86 4.x, needs that header file.
XFree86-4 runs fine on STABLE which, as you say, has no stdint.h.
> Problem:
> The "/machine" include file directory has gone, so files including
> file ansi.h can't be found during the buildworld.
>
> Fix: A fix was to do this:
> cd /usr/src/sys ; ln -s i386/include/ machine
Looks like your kernel build was messed up.
> Problem:
> Many of crashes of "make -DNOCLEAN buildworld" were fixable by
> adding to the top of the file
Ah, and this looks like why. You can't do '-DNOCLEAN' between source
code updates and expect things to work. I'd actually recommend nuking
the whole object tree,
# rm -rf /usr/obj/usr
I cannot replicate any of the failures. On a CURRENT box, RELENG_4
builds fine for me.
--
"It's always funny until someone gets hurt. Then it's hilarious."
Crist J. Clark | cjclark@alum.mit.edu
| cjclark@jhu.edu
http://people.freebsd.org/~cjc/ | cjc@freebsd.org
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?200201110130.g0B1U1E74169>
