Merge pilot-link-git AUR patches to support builds on modern Linux distributions#21
Open
futuraperdita wants to merge 3 commits intodesrod:mainfrom
Open
Merge pilot-link-git AUR patches to support builds on modern Linux distributions#21futuraperdita wants to merge 3 commits intodesrod:mainfrom
pilot-link-git AUR patches to support builds on modern Linux distributions#21futuraperdita wants to merge 3 commits intodesrod:mainfrom
Conversation
This modified version of pilot-link brings in the patchset from Omar007's https://aur.archlinux.org/packages/pilot-link-git in order to allow pilot-link to build on newer Linux distributions. This requires hand-modified `config.guess` and `config.sub` with the current toolchain, so these have been replaced with their modified versions and removed from .gitignore in the interim.
A bit of a kludge, but we likely also want to ignore any build artifacts from version control unless they're specifically added. A *lot* of things end up built alongside the source and pollute the repository, so here we explicitly add those that are built from the `make` step.
I accidentally deleted and re-added this lower in the .gitignore stack.
Author
|
Just as a note, the |
|
Tried your branch with the supplied autogen line on Arch Linux with gcc 14.2.1 Goes well until this |
Author
|
I’ll look at this again this evening and see what went wrong. What do you get if you build from the AUR directly? |
|
It also failed from the AUR directly which is why I came looking on the repo and found this PR. |
|
Same error from the AUR. This line fixed it for me changing it in pilot-read-todos.c |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As requested, this PR is simply a manually-patched
pilot-linkusing the patches from the AUR'spilot-link-gitpackage by Omar007, written in 2022. ThePKGBUILDgeneratesconfigurewith theseautogen.shflags:A disclaimer that I didn't write any of these changes personally and did not test it outside of these
autogen.shflags, but it does allowpilot-linkto build. Would recommend testing with other flag permutations. I also have not done a very thorough code review of the addedconfig.guessandconfig.subfiles that have been patched, so I'd be careful there in terms of trust.pilot-link's build system also pollutes every directory with compiled/generated files; commits also exist here to add those to.gitignore, although the code probably should be creating abuild/,dist/or other such directory.