Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File missing from version 4.12.0 tarball (tsk/pool/img_bfio_handle.h) #2812

Open
gregfreemyer opened this issue Feb 17, 2023 · 1 comment
Open

Comments

@gregfreemyer
Copy link

gregfreemyer commented Feb 17, 2023

Github has the file tsk/pool/img_bfio_handle.h, but it isn't in the 4.12.0 release tarball.

======
I don't know how I could be the first to notice, but

wget https://github.com/sleuthkit/sleuthkit/releases/download/sleuthkit-4.12.0/sleuthkit-4.12.0.tar.gz
tar -xzf sleuthkit-4.12.0.tar.gz
cd sleuthkit-4.12.0/tsk/pool
ls img_bfio_handle.h
ls: cannot access 'img_bfio_handle.h': No such file or directory

But the rest of that directory is present in the tarball:

ls -1
apfs_pool_compat.cpp
apfs_pool_compat.hpp
apfs_pool.cpp
img_bfio_handle.c
lvm_pool_compat.cpp
lvm_pool_compat.hpp
lvm_pool.cpp
Makefile.am
Makefile.in
pool_compat.hpp
pool_open.cpp
pool_read.cpp
pool_types.cpp
tsk_apfs.h
tsk_apfs.hpp
tsk_pool.h
tsk_pool.hpp

@joachimmetz
Copy link
Contributor

This likely fixes the issue of the file not being included #2816

bcarrier added a commit that referenced this issue May 4, 2023
Added img_bfio_handle.h to Makefile.am #2812
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

No branches or pull requests

2 participants