-
Notifications
You must be signed in to change notification settings - Fork 168
Builds on modern Ubuntu #56
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
base: master
Are you sure you want to change the base?
Conversation
|
Tested and working in Ubuntu 22.10 with gcc 11.4.0. Hopefully the owner notices and this gets merged. Thanks, mate! |
|
Came here because of this error during compilation on Ubuntu 22.04: The above PR works for For those waiting for this to be merged, for now you can do: |
|
This also works on Ubuntu 23.04. |
Create a Dockerfile to enable a portable build environment. The Dockerfile is based on Ubuntu 24.04, and uses multiple stages to produce a minimal final product, with the final image size sitting at about 75mb. This branch also incorporates the updates prepared by @cole-h to update to squashfs-tools 4.4 in devttys0#56. Finally, building on newer GCC highlights a dangling pointer error in LzmaEnc.c. I have separated the fix for this problem into a dedicated patch file for ease of review.
|
To build on Ubuntu 24.10: Clone @RobertLarsen 's branch should be available after that |
|
These changes make sasquatch build on modern Ubuntus |
|
still lots of compiltations error on ubuntu 24.04, not working |
|
@RickzDO What errors do you see? I use the following script for testing and get no errors on Ubuntu 24.04: I use the following command for running the test script: |
i believe the instructions i fallowed gets wrong at some point browsing directories or wrong path by the scripts, checked there was 2 directories with build.sh , at the end copied modified squash-tools dir one level up of squash directory and ran build again , gave some errors but the compilation finally was success, cos still was failing with latest Kali Linux , is hard to believe Kali don't have binwall full working , will try later again on unbuntu 24.04 LTS noble , if someone wants to check this, just let me know, i have the console of logs/inputs i did and complete folders structure zipped, i fallowed this info: hxxps://www.linkedin.com/pulse/building-sasquatch-ubuntu-2404-daniel-darby-6ebie/ |
|
made an automated script to install sasquatch + binwalk 3.1 , succesfully installed!!! feel free to make improvements if needed |
This makes sasquatch build on Ubuntu 22.04