The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4097 ====================================================================== Reported By: adb Assigned To: pfelecan ====================================================================== Project: tetex Issue ID: 4097 Category: regular use Reproducibility: always Severity: block Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-12-24 02:53 CET Last Modified: 2012-06-29 16:51 CEST ====================================================================== Summary: LaTeX "can't find file" when file is on a large filesystem because 32-bit stat() call is used Description: On our multi-TB filesystems, the CSW LaTeX gives the error "can't find file". When the same file is moved to a smaller filesystem, LaTeX can find it.
I ran latex under truss, and it appears that the xstat() call is returning EOVERFLOW when latex checks on the target file, presumably because the number of blocks on the filesystem does not fit in a 32-bit int. I'm hoping this is just a matter of rebuilding TeTeX with 64-bit filesystem calls enabled. ====================================================================== ---------------------------------------------------------------------- (0009991) pfelecan (manager) - 2012-06-29 16:51 https://www.opencsw.org/mantis/view.php?id=4097#c9991 ---------------------------------------------------------------------- teTeX is old and I don't plan to release a new package but rather to deliver a texlive based set of packages; use smaller file systems... _______________________________________________ bug-notifications mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/bug-notifications
