On Wed, Jan 04, 2023 at 11:05:53AM -0500, Mark Haywood wrote: > > > On 1/3/23 7:18 PM, Jason Gunthorpe wrote: > > On Tue, Jan 03, 2023 at 06:04:21PM -0500, Mark Haywood wrote: > > > I just extracted https://github.com/linux-rdma/rdma-core/releases/download/v44.0/rdma-core-44.0.tar.gz > > > and noticed that buildlib/pandoc-prebuilt does not exist in v44.0. Is that > > > intentional? > > ? > > > > It looks OK: > > > > $ wget https://github.com/linux-rdma/rdma-core/releases/download/v44.0/rdma-core-44.0.tar.gz > > $ tar -tzf rdma-core-44.0.tar.gz | grep -i /pandoc-prebuilt/ > > rdma-core-44.0/buildlib/pandoc-prebuilt/ > > rdma-core-44.0/buildlib/pandoc-prebuilt/caaca7667f40fff2095c23c0f40c925f1ff3edea > > rdma-core-44.0/buildlib/pandoc-prebuilt/e2cfc53feeefa2927ad8741ae5964165b27d6aee > > rdma-core-44.0/buildlib/pandoc-prebuilt/971674ea9c99ebc02210ea2412f59a09a2432784 > > rdma-core-44.0/buildlib/pandoc-prebuilt/241312b7f23c00b7c2e6311643a22e00e6eedaac > > [..] > > I can't explain it. The one I pulled yesterday doesn't have them: > > $ tar -tzf rdma-core-44.0.tar.gz.orig | grep -i /pandoc-prebuilt > rdma-core-44.0/buildlib/pandoc-prebuilt.py > > The one today does: > > $ tar -tzf rdma-core-44.0.tar.gz | grep -i /pandoc-prebuilt | less > rdma-core-44.0/buildlib/pandoc-prebuilt.py > rdma-core-44.0/buildlib/pandoc-prebuilt/ > rdma-core-44.0/buildlib/pandoc-prebuilt/caaca7667f40fff2095c23c0f40c925f1ff3edea > rdma-core-44.0/buildlib/pandoc-prebuilt/e2cfc53feeefa2927ad8741ae5964165b27d6aee > [..] > > I am sure it was user error on may part, though I don't see how. Regardless, > it's fine now, thanks. There is a second link: https://github.com/linux-rdma/rdma-core/archive/refs/tags/v44.0.tar.gz That does not include the pandoc, perhaps you downloaded it by mistake? I don't think the releae tar file changed at least, it is generated by a script Jason