23.08.2010 08:17, John Baldwin написав(ла):
With some trickery (had to define: WITHOUT_CDDL, WITHOUT_SSP, WITH_GCC3,
>  NO_WERROR) I upgraded my laptop directly from 6.3 to 8.1-STABLE. It now
>  boots nicely.
>
>  I'd like to make another round of buildworld/buildkernel -- using the
>  existing tools... That, however, breaks in the most unexpected place:

Your libstand is too stale.

The only libstand found on the computer (/usr/lib/libstand.a) is from August 19th -- the version built by FreeBSD-6's gcc-3 from FreeBSD-8.1's sources.

According to nm, the library does define both uuid_equal and uuid_is_nil:

        m...@vaio:~ (106) nm /usr/lib/libstand.a | grep uuid
        uuid_equal.o:
        00000000 T uuid_equal
                 U uuid_is_nil
        uuid_is_nil.o:
        00000000 T uuid_is_nil

Yours,

        -mi
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Reply via email to