Files
entropy/lib
Mario Fetka b5c94a24ef portage_plugin: skip get_binpkg_format() on empty temp file
When rescue spmsync truncates the temp file to zero bytes before writing
XPAK metadata, calling get_binpkg_format() triggers seek(-16, 2) on an
empty file which prints an [Errno 22] stderr warning for every package.
Skip the format detection when the file is empty — it can only be xpak.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-02 00:07:57 +02:00
..