-
Notifications
You must be signed in to change notification settings - Fork 28
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
Fix LibArchive 3.4.2 #235
Fix LibArchive 3.4.2 #235
Conversation
commit 5592bec836bef58ad6258954eb819bf6bebc0da9 Author: sage-etcher <[email protected]> Date: Tue May 7 15:09:33 2024 -0400 Update dependencies and add configure flags commit fc4b7b0 Author: sage-etcher <[email protected]> Date: Tue May 7 12:40:46 2024 -0400 fix url
Oh, why is that? So on a base installl |
No it's not a My guess is that when Gobo017 was thrown together that the Recipe for
was referring to something like this sudo ln -s libbz2.s.1.0.8 /Programs/Bzip2/1.0.8/lib/libbz2.so
sudo SymlinkProgram Bzip2 1.0.8 |
Checked the package's commit history and the previous assumption seems to track
|
Indeed, thanks for investigating! It seems that for such occasions, a system to enumerate new revisions of a package (of the same version could be useful). E.g. Merging. EDIT: Ooops I accidentally prepended the commit with "Bzip2:" rather than "LibArchive:" . I have no force push rights to undo it now, sorry 😅 |
funny you mention that, was in the middle of writing a wishlist item for that issue, though through different implementation, here. Having something, or anything, in place like it would be quite nice.
Understood, apologies! |
url
to download correct versionconfigure_options
Nettle
for crypto supportLibXML2
(notExpat
) for xar archivesLZO
supportDependencies
file (original works fine atm, as they are already added to the runner byCompile
andScripts
's Dependencies, but incase something changes, it's nice to have a more complete list.)On a base install of Gobo017 it fails to build, as
Bzip2
doesn't havelibbz2.so
created, however, if you re-compileBzip2
, or create the symlink yourself, it'll work nicely even with--pure
.Would also like to note, due to the URL mix-up, Gobo017 comes with
LibArchive 3.1.2
installed into the/Programs/LibArchive/3.4.2
folder. This is verified by thearchive.h
file listing3.1.2
as the version.