| Summary: | make buildworld failed with latest 3.5-STABLE cvsupped sources | ||
|---|---|---|---|
| Product: | Base System | Reporter: | slouyot <slouyot> |
| Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 3.5-STABLE | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->closed Please report problems like this to the <freebsd-stable@FreeBSD.org> mailing list. |
- cvsupped to the latest 3.5-STABLE sources using stable-supfile (CVSUP server is cvsup.uk.freebsd.org) - went to /usr/src (which is a symlink to /home/src) - make buildworld - failed with following output: ===> libfetch compile_et /home/src/lib/libfetch/fetch_err.et cc -nostdinc -O -pipe -I. -Wall -pedantic -DNDEBUG -I/usr/obj/home/src/tmp/usr/include -c /home/src/lib/libfetch/fetch.c -o fetch.o In file included from /home/src/lib/libfetch/fetch.h:34, from /home/src/lib/libfetch/fetch.c:39: fetch_err.h:6: com_right.h: No such file or directory In file included from /home/src/lib/libfetch/fetch.h:34, from /home/src/lib/libfetch/fetch.c:39: fetch_err.h:8: warning: `struct et_list' declared inside parameter list fetch_err.h:8: warning: its scope is only this definition or declaration, fetch_err.h:8: warning: which is probably not what you want. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. How-To-Repeat: - cvsup to latest 3.5-STABLE sources - make buildworld