Skip to content

Instantly share code, notes, and snippets.

@egwynn
Created February 4, 2014 01:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save egwynn/8795863 to your computer and use it in GitHub Desktop.
Save egwynn/8795863 to your computer and use it in GitHub Desktop.
Examining /usr/lib/libc.a...non-existent...non-existent and no sources...out-of-date.
make: don't know how to make /usr/lib/libc.a. Stop
*** [make] Error code 2
Stop in /usr/src.
*** [upgrade_checks] Error code 1
Stop in /usr/src.
@egwynn
Copy link
Author

egwynn commented Feb 11, 2014

This was an error message I got while trying to make buildworld on a barely-functioning FreeBSD installation. If you encounter something like this, you might need to dig through /usr/src and manually make install the requisite libraries (like /usr/src/lib/libc for libc) and their dependencies. After a while, you should have enough of a system to successfully make buildworld. Good luck!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment