Bug 59247

Summary: CURRENT build world compile errors under 5.1-RELEASE
Product: Base System Reporter: Nicol Morozov <nicol>
Component: binAssignee: 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
 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.
3) When compiling bsdlabel,ccdconfig,gbde,sunlabel,gstat system libgeom.h is used instead of lib/libgeom/libgeom.h
6) for building resue,fsck,mount,ping6,locale,telnet,extattr,mld6query,traceroute6 new libc is requerd
7)  When linking natd,ppp system libalias is used

Fix: 

Patch Makefiles. I can send a patch ~12KB fixing all this problems.
How-To-Repeat:   make buildworld
Comment 1 ru freebsd_committer freebsd_triage 2003-11-13 10:44:10 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
Comment 2 Kris Kennaway freebsd_committer freebsd_triage 2003-11-13 11:26:14 UTC
State Changed
From-To: open->feedback

Please provide evidence of your assertions
Comment 3 ru freebsd_committer freebsd_triage 2004-04-19 19:51:00 UTC
State Changed
From-To: feedback->closed

Feedback timeout, false PR.