5.2-CURRENT buildworld failed

wsk wsk at gddsn.org.cn
Sun Mar 7 18:15:56 PST 2004


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!


More information about the freebsd-current mailing list