- Status New
- Percent Complete
- Task Type Bug Report
- Category tools → pkgutils
-
Assigned To
crux - Operating System CRUX
- Severity Low
- Priority Very Low
- Reported Version 3.3
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#1645 - pkgmk: ignores failures when compressing manuals
See FS#1644 first.
compress_manpages() is called when:
gpg.1 exists
gpg.1.gz symlink to non-existing gpg.2.gz
The first loop from that function tries to compress all .N manuals to .N.gz. In this case, it fails with the following message:
gzip: ./usr/share/man/man1/gpg.1.gz already exists; not overwritten
The second loop, which tries to rename X.N -> Y.N functions to X.N.gz -> Y.N.gz, ignores this case because the target (gpg.2.gz) is missing.
Ignoring the gzip error code from the first loop in this case is harmless, apart from prtcheckmissing showing /usr/share/man/man1/gpg.1.gz as missing, but I wonder if we should exit on such errors (it might break other builds).
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task