Stuart Henderson <s...@spacehopper.org> wrote:
> On 2024/02/16 13:41, Evan Silberman wrote:
> > Greg back to your question about when this worked, I wish I could tell
> > you something meaningful. I think I had a pre-7.4 snap on this laptop
> > vintage September, whenever I last updated the Pandoc port, and then I
> > don't think I really turned it on between then and this week, when I
> > upgraded. Good demonstration of the value of checking in with how things
> > are working more often.
> 
> You can try some older versions from ftp.hostserver.de/archive.

Thanks to the amd64 snapshot package archives I was able to bisect to a
working pandoc package on my machine. OK on 2024-01-16, NG on
2024-01-17.

~ $ doas pkg_add 
http://ftp.hostserver.de/archive/2024-01-16-0105/snapshots/packages/amd64/pandoc-3.1.8.tgz
quirks-7.3 signed on 2024-02-16T12:35:01Z
pandoc-3.1.8: ok
~ $ pandoc a.md
<h1 id="hello"><code>Hello</code></h1>
<p><br />
World!</p>
~ $ doas pkg_delete pandoc
pandoc-3.1.8: ok
~ $ doas pkg_add 
http://ftp.hostserver.de/archive/2024-01-17-0105/snapshots/packages/amd64/pandoc-3.1.8.tgz
quirks-7.3 signed on 2024-02-16T12:35:01Z
pandoc-3.1.8: ok
~ $ pandoc a.md
Illegal instruction (core dumped)
~ $

Let me know if there's anything else I can provide.

Evan

Reply via email to