| Summary: | 4.1S installworld broken 2000/8/24 | ||
|---|---|---|---|
| Product: | Base System | Reporter: | marka <marka> |
| Component: | bin | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 4.1-STABLE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
marka
2000-08-24 07:10:01 UTC
State Changed From-To: open->feedback What version of src/Makefile.inc1 do you have? ident /usr/src/Makefile.inc1 After more testing it is the result of building (just?) the following compatability libraries. COMPAT22=yes COMPAT3X=yes /usr/obj/usr/src/gnu/usr.bin/binutils/doc/install is not made by buildworld and as cp in not in the path installworld fails. ===> gnu/usr.bin/binutils/doc cp -p /usr/src/gnu/usr.bin/binutils/doc/../../../../contrib/binutils/install.sh install cp:No such file or directory *** Error code 1 -- Mark Andrews, Nominum Inc. 1 Seymour St., Dundas Valley, NSW 2117, Australia PHONE: +61 2 9871 4742 INTERNET: Mark.Andrews@nominum.com State Changed From-To: feedback->closed I was able to reproduce this problem by running with NOINFO set to true in /etc/make.conf. A fix was in -CURRENT but never MFC'd until now. |