Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: gzimg hashes
On Tue, 2026-07-14 at 07:56 -0600, Brook Milligan wrote:
>
>
> > On Jul 14, 2026, at 06:30, David H. Gutteridge <david%gutteridge.ca@localhost>
> > wrote:
> >
> > Looks like this is a parallelism issue, as I suspected. My example
> > above
> > is with "-j 8", where these checksums are spun up in parallel quite
> > quickly. So something would have to deal with this.
>
> Thanks for your comments. I had already improved the script to use
> the build tools, but had not thought of mktemp. I’ll fix that too.
>
> I was initially surprised that it was not working for you, as I have
> been using this reliably for awhile, always for multiple files.
> Parallelism problems make sense, though. I’m not immediately sure
> what to do, but I’ll work on that.
>
Our make(1) offers a special ".NOTPARALLEL" target that can be placed
around problem spots, so that could be one way. (I haven't tried it yet,
but I've found multiple "-j 1" builds for me always result in correct
output for the aarch64 checksum files, as you'd expect.)
Thanks,
Dave
Home |
Main Index |
Thread Index |
Old Index