Em Sex, 2013-03-01 às 16:46 -0500, Robert Huff escreveu: > On a system running: > > FreeBSD 10.0-CURRENT #0: Sun Dec 30 12:52:09 EST 2012 amd64 > > "make buildworld" fails with this:
My solution is to edit /etc/src.conf like this: ________________________________________________________________________ MALLOC_PRODUCTION=yes WITH_BSDCONFIG=yes WITH_BSD_PATCH=yes WITH_ICONV=yes WITH_IDEA=yes WITHOUT_PKGTOOLS=yes WARNS=2 NO_WERROR=yes ________________________________________________________________________ and make buildworld again... You can use all the options, but for sendmail only the last 2 are significant... It works for me _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
