Skip to content

fix(cli): pin libpff dependencies via the release tarball#443

Merged
joe-prosser merged 1 commit into
masterfrom
fix/libpff-pin-release-tarball
Jun 1, 2026
Merged

fix(cli): pin libpff dependencies via the release tarball#443
joe-prosser merged 1 commit into
masterfrom
fix/libpff-pin-release-tarball

Conversation

@joe-prosser

Copy link
Copy Markdown
Collaborator

build.rs built libpff from its raw source archive and ran ./synclibs.sh, which fetches the libyal dependencies (libcerror, libfvalue, …) from upstream at build time. A recent upstream change broke libfvalue, failing every build.

Switch to libyal's release tarball, which vendors the dependencies at pinned versions and ships a generated configure — so synclibs.sh/autogen.sh are no longer needed.

`build.rs` built libpff from its raw source archive and ran
`./synclibs.sh`, which fetches the libyal dependencies (libcerror,
libfvalue, ...) from upstream at build time. A recent upstream change
broke `libfvalue`, failing every build.

Switch to libyal's release tarball, which vendors the dependencies at
pinned versions and ships a generated `configure` -- so synclibs.sh /
autogen.sh are no longer needed.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@joe-prosser joe-prosser self-assigned this Jun 1, 2026
@joe-prosser joe-prosser merged commit 84d8ac4 into master Jun 1, 2026
7 checks passed
joe-prosser added a commit that referenced this pull request Jul 9, 2026
… a release tarball (#450)

PR #443 switched libpff to libyal's release tarball, which ships a
pre-generated `configure`, removing the autoconf/automake requirement.
This removes the now-dead autotools scaffolding from the build scripts,
CI workflows, and README.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant