arangodb 3.11.1#135487
Conversation
|
Sadly no idea if there is way to workaround current failure: I'll experiment with downgrading LLVM and/or switching to GCC. Upstream has stated they will not support compiler versions outside of https://github.com/arangodb/arangodb/blob/v3.11.1/VERSIONS Afterward, we can decide whether to go this route or to deprecate. |
Thing is that it fails across all macOS versions. Using LLVM 12, 14 and 15 based compilers. It's tricky to track down why but I'll see if I can see anything. Linux error is however caused by us using GCC 10 here, which is too old. We should try 11 again. |
We are using brewed EDIT: Rather than reject, the logic just doesn't work as
Yeah. Looks like minimum GCC 11.1 is needed for |
Oh oops misread that.
|
52c2cfe to
037bc3c
Compare
|
We should probably just deprecate this formula TBH. It had ~500 downloads in the past month (numbers based on GitHub Packages). I don't think that's worth the amount of CI/maintainer time this formula takes up. (Unless there actually is a maintainer that uses this formula and is willing to work on it.) I'm pretty sure it vendors all sorts of dependencies too. CC @Homebrew/core for thoughts. |
That is fine with me. Upstream also sounds like they want us to deprecate/remove it as their response to any build issues is to install their version.
Yeah, it does https://github.com/arangodb/arangodb/tree/devel/3rdParty which is part of reason build fails (V8 and Boost copies have issues with LLVM 16). |
|
Agreed with deprecating it. |
|
Agreed on deprecation 👍🏻 |
|
Opened #135907 to deprecate. |
brew install --build-from-source <formula>, where<formula>is the name of the formula you're submitting?brew test <formula>, where<formula>is the name of the formula you're submitting?brew audit --strict <formula>(after doingbrew install --build-from-source <formula>)? If this is a new formula, does it passbrew audit --new <formula>?Trying some things out...