Taj Morton

Results 9 comments of Taj Morton

@BenWiederhake > Port | Status > -- | -- > alpine | BROKEN: libtool version mismatch??? Any details on the alpine libtool error you encountered? I successfully built alpine on...

@timschumi is the suggestion to manually run `autoconf` after applying the autoconf/automake patches, and then commit the results of running autoconf? I'm game, but this is definitely a big patch,...

Thank you @timschumi, that seems obvious in retrospect. I switched to this approach in ce81553d0b60620b54f4018d8593de99d5e25720. @BenWiederhake any chance you could try again to ensure alpine still builds for you with...

> Looking pretty good, the last nitpick from my side would be to just remove the changes to configure.ac and Makefile.am entirely and replace their patch chunks with the freshly...

Thanks for the guidance. Remove makefile.in and configure.ac changes in 253c4a0067688384f8e98de3b4e2550dafb9dc98.

I did some StackOverflowing (https://stackoverflow.com/questions/3096989/libtool-version-mismatch-error), and found a suggestion to re-run `autoreconf` with `--force --install`. Does applying this patch to `package.sh` help? ```diff diff --git a/Ports/alpine/package.sh b/Ports/alpine/package.sh index ffa0d03280..70369467e9 100755...

Great, thank you for testing! I submitted https://github.com/SerenityOS/serenity/pull/19904. The patch is slightly different than hat you tested (`aclocal --force` instead of manually deleting `aclocal.m4`, but it should be equivalent).

Thank you for the re-review @ADKaster! Comments addressed, rebased on latest master, and re-tested.

This ended up being a missing `#include ` in vnl_bignum.cxx. See #3203 for the patch.