Page MenuHomeFreeBSD

ar: report errno on warning/error
ClosedPublic

Authored by emaste on Oct 22 2018, 6:46 PM.
Tags
None
Referenced Files
F106684502: D17650.diff
Fri, Jan 3, 8:06 PM
Unknown Object (File)
Sun, Dec 8, 9:26 AM
Unknown Object (File)
Oct 2 2024, 6:04 AM
Unknown Object (File)
Oct 1 2024, 4:43 AM
Unknown Object (File)
Sep 28 2024, 2:37 PM
Unknown Object (File)
Sep 26 2024, 7:55 PM
Unknown Object (File)
Sep 17 2024, 1:05 AM
Unknown Object (File)
Sep 8 2024, 1:32 PM
Subscribers

Details

Summary

Previously ar would report an error like "ar: fatal: Write error" without including additional errno information. Change warnings and errors to include archive_errno() so that the user may have some idea of the reason for the failure.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Oct 22 2018, 9:19 PM
This revision was automatically updated to reflect the committed changes.