Skip to content

Update libyal dependencies#33

Merged
kmurphy4 merged 2 commits into
masterfrom
feature/bump-versions
Jun 29, 2026
Merged

Update libyal dependencies#33
kmurphy4 merged 2 commits into
masterfrom
feature/bump-versions

Conversation

@kmurphy4

Copy link
Copy Markdown
Collaborator

Maddeningly, these git dependencies from https://github.com/libyal all periodically delete their tags, so our CI will crash with errors like

$ ./synclibs.sh --use-head && ./autogen.sh && ./configure && make sources >/dev/null
Synchronizing: libbfio from https://github.com/libyal/libbfio.git tag 20240414
error: pathspec 'tags/20240414' did not match any file(s) known to git

https://github.com/Everlaw/libpff/actions/runs/28357647677/job/84004367312

@kmurphy4 kmurphy4 requested a review from a team as a code owner June 29, 2026 22:02
kmurphy4 added 2 commits June 29, 2026 15:10
Maddeningly, these git dependencies from https://github.com/libyal
all periodically delete their tags, so our CI will crash with errors
like

    $ ./synclibs.sh --use-head && ./autogen.sh && ./configure && make sources >/dev/null
    Synchronizing: libbfio from https://github.com/libyal/libbfio.git tag 20240414
    error: pathspec 'tags/20240414' did not match any file(s) known to git

https://github.com/Everlaw/libpff/actions/runs/28357647677/job/84004367312
@kmurphy4 kmurphy4 force-pushed the feature/bump-versions branch from 1d282d0 to 30d837b Compare June 29, 2026 22:10
Comment thread synclibs.sh
elif test ${LOCAL_LIB} = "libfvalue";
then
LATEST_TAG="20240415";
LATEST_TAG="20260522";

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that there's a more recent version of libfvalue, but it seems to be borked? https://github.com/Everlaw/libpff/actions/runs/28405553029/job/84167102768#step:8:179

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried to reproduce the issue directly on https://github.com/libyal/libfvalue but haven't had success. I guess let's just punt for now?

@kailash-everlaw kailash-everlaw left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @kmurphy4!

@kmurphy4 kmurphy4 merged commit da0c7e2 into master Jun 29, 2026
1 check passed
@kmurphy4 kmurphy4 deleted the feature/bump-versions branch June 29, 2026 23:27
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.

2 participants