| Summary: | CURRENT build world compile errors under 5.1-RELEASE | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Nicol Morozov <nicol> |
| Component: | bin | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 5.1-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Nicol Morozov
2003-11-13 10:40:04 UTC
On Thu, Nov 13, 2003 at 01:32:28PM +0000, Nicol Morozov wrote: > > >Description: > upgrading system to CURRENT, trying doing make buildworld > Errors > 2) When liking kerbos5 programs, system libraries used insted of build libraries. Libraries order is wrong in some make files. > Of course not. During the buildworld, a special compiler toolchain is build which picks up header and libraries from ${WORLDTMP}/usr/{include,lib}. > 3) When compiling bsdlabel,ccdconfig,gbde,sunlabel,gstat system libgeom.h is used instead of lib/libgeom/libgeom.h > Ditto. > 6) for building resue,fsck,mount,ping6,locale,telnet,extattr,mld6query,traceroute6 new libc is requerd > Ditto. > 7) When linking natd,ppp system libalias is used > Ditto. > >How-To-Repeat: > make buildworld > You can prove it yourself by doing a ``make buildworld CC="cc -v"''. > >Fix: > Patch Makefiles. I can send a patch ~12KB fixing all this problems. > No thanks. Cheers, -- Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software Ltd, ru@FreeBSD.org FreeBSD committer State Changed From-To: open->feedback Please provide evidence of your assertions State Changed From-To: feedback->closed Feedback timeout, false PR. |