Fix non-deterministic "missing: Permission denied" errors #4
No reviewers
Labels
No labels
Compat
Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: auxolotl/labs#4
Loading…
Reference in a new issue
No description provided.
Delete branch "srd424/agit-typo-fixes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Make 'missing' executable where source tarballs use autotools and are unpacked with untar. untar doesn't preserve or set mtime, which may result in autotools generated files, e.g. configure, having newer timestamps than their source files (e.g. configure.in.) In these circumstances autotools generated Makefiles will call 'missing' to either regenerate them or fix-up the timestamps.
Err, oops, copy and paste error, the branch / topic is not what I intended!
Fix non-deterministic "missing: Permission denied" errorsto WIP: Fix non-deterministic "missing: Permission denied" errors29aa892dc0
to0a3a3694eb
This looks OK at least for i686-linux:
https://hydra.aux-cache.dev/eval/102
Probably OK to merge?
WIP: Fix non-deterministic "missing: Permission denied" errorsto Fix non-deterministic "missing: Permission denied" errors0a3a3694eb
to9708c965fd
fixes some issues for #1 as a bonus
Thanks for digging into this!