I commented out in venus/up.c around line 303 [if (errno >=sys_nerr)] in two places where it uses sys_nerr and sys_errlist Instead of commenting out, how about a configure test to use strerror if available? Or just use perror.