Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Mar 2004 10:15:48 +0800
From:      wsk <wsk@gddsn.org.cn>
To:        Ruslan Ermilov <ru@freebsd.org>, current@freebsd.org
Subject:   Re: 5.2-CURRENT buildworld failed
Message-ID:  <404BD754.5070006@gddsn.org.cn>
In-Reply-To: <20040308010509.GA25748@ip.net.ua>
References:  <404A821D.7020506@gddsn.org.cn> <20040307224133.GA2119@ip.net.ua> <404BB663.3000707@gddsn.org.cn> <20040308010509.GA25748@ip.net.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
Ruslan Ermilov Write:

>FreeBSD since at least 502104 has getopt_long_only() in libc, and it
>looks like your libc doesn't really have it, like mine:
>
>$ nm /usr/lib/libc.a | grep getopt_long_only
>00000a50 T getopt_long_only
>
>You somehow broke your build environment (you should know better how)
>by having /usr/include/osreldate.h that doesn't match the installed
>world (including libc).
>
>The solution for you is to:
>
>	make buildworld OSRELDATE=502103
>
>Specify the real value of your installed FreeBSD_version instead of
>502103, or if you aren't sure, just use 0.
>
>
>Cheers,
>  
>
yep, I rebuild my libc and it passed !thanks for yours info and reply!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?404BD754.5070006>