Will Noble
2011-01-23 06:18:29 UTC
,open posix-files
(get-file-info "/")
assertion-violation: unbound external name [call-external-value-2](get-file-info "/")
"posix_file_info"
"posix-time-type"
The problem is that posix_file_info in c/posix/dir.c indirectly uses
the binding to posix-time-type through s48_posix_enter_time. However,
posix-files doesn't open posix-time, leaving posix-time-type unexported.
Regards,
Will