Skip to content
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

manticoresearch 6.3.2 #178748

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions Formula/m/manticoresearch.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
class Manticoresearch < Formula

Check warning on line 1 in Formula/m/manticoresearch.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

`brew linkage --cached --test --strict manticoresearch` failed on macOS Sonoma (14) on Apple Silicon!

Indirect dependencies with linkage: zlib

Check warning on line 1 in Formula/m/manticoresearch.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

`brew linkage --cached --test --strict manticoresearch` failed on macOS Ventura (13) on Apple Silicon!

Indirect dependencies with linkage: zlib

Check warning on line 1 in Formula/m/manticoresearch.rb

View workflow job for this annotation

GitHub Actions / macOS 12-arm64

`brew linkage --cached --test --strict manticoresearch` failed on macOS Monterey (12) on Apple Silicon!

Indirect dependencies with linkage: zlib
desc "Open source text search engine"
homepage "https://www.manticoresearch.com"
url "https://github.com/manticoresoftware/manticoresearch/archive/refs/tags/6.2.12.tar.gz"
sha256 "272d9e3cc162b1fe08e98057c9cf6c2f90df0c3819037e0dafa200e5ff71cef9"
license "GPL-2.0-only" # License changes in the next release and must be removed from formula_license_mismatches
revision 1
url "https://github.com/manticoresoftware/manticoresearch/archive/refs/tags/6.3.2.tar.gz"
sha256 "8e30603a6bc6ad6f2e911b85dd61444a3fdffe9e0b8a6569036bd2ecbbf2851d"
license "GPL-3.0-or-later"
version_scheme 1
head "https://github.com/manticoresoftware/manticoresearch.git", branch: "master"

Expand Down Expand Up @@ -42,7 +41,7 @@

fails_with gcc: "5"

def install

Check failure on line 44 in Formula/m/manticoresearch.rb

View workflow job for this annotation

GitHub Actions / Linux

`brew install --verbose --formula --build-bottle manticoresearch` failed on Linux!

| ^~~~~~~~~~~~~~ /tmp/manticoresearch-20240729-16393-raaizp/cache/linux-x86_64/xxhash/include/xxhash.h:1588:1: error: conflicting specifiers in declaration of ‘XXH_INLINE_XXH128_isEqual’ 1588 | XXH_PUBLIC_API XXH_PUREF int XXH128_isEqual(XXH128_hash_t h1, XXH128_hash_t h2); | ^~~~~~~~~~~~~~ /tmp/manticoresearch-20240729-16393-raaizp/cache/linux-x86_64/xxhash/include/xxhash.h:1602:1: error: conflicting specifiers in declaration of ‘XXH_INLINE_XXH128_cmp’ 1602 | XXH_PUBLIC_API XXH_PUREF int XXH128_cmp(XXH_NOESCAPE const void* h128_1, XXH_NOESCAPE const void* h128_2); | ^~~~~~~~~~~~~~ /tmp/manticoresearch-20240729-16393-raaizp/cache/linux-x86_64/xxhash/include/xxhash.h:1619:1: error: conflicting specifiers in declaration of ‘XXH_INLINE_XXH128_canonicalFromHash’ 1619 | XXH_PUBLIC_API void XXH128_canonicalFromHash(XXH_NOESCAPE XXH128_canonical_t* dst, XXH128_hash_t hash); | ^~~~~~~~~~~~~~ /tmp/manticoresearch-20240729-16393-raaizp/cache/linux-x86_64/xxhash/include/xxhash.h:1632:1: error: conflicting specifiers in declaration of ‘XXH_INLINE_XXH128_hashFromCanonical’ 1632 | XXH_PUBLIC_API XXH_PUREF XXH128_hash_t XXH128_hashFromCanonical(XXH_NOESCAPE const XXH128_canonical_t* src); | ^~~~~~~~~~~~~~ /tmp/manticoresearch-20240729-16393-raaizp/cache/linux-x86_64/xxhash/include/xxhash.h:1838:1: error: conflicting specifiers in declaration of ‘XXH_INLINE_XXH128’ 1838 | XXH_PUBLIC_API XXH_PUREF XXH128_hash_t XXH128(XXH_NOESCAPE const void* data, size_t len, XXH64_hash_t seed); | ^~~~~~~~~~~~~~ /tmp/manticoresearch-20240729-16393-raaizp/cache/linux-x86_64/xxhash/include/xxhash.h:1902:1: error: conflicting specifiers in declaration of ‘XXH_INLINE_XXH3_generateSecret’ 1902 | XXH_PUBLIC_API XXH_errorcode XXH3_generateSecret(XXH_NOESCAPE void* secretBuffer, size_t secretSize, XXH_NOESCAPE const void* customSeed, size_t customSeedSize); | ^~~~~~~~~~~~~~ /tmp/manticoresearch-20240729-16393-raaizp/cache/linux-x86_64/xxhash/include/xxhash.h:1942:1: error: conflicting specifiers in declaration of ‘XXH_INLINE_XXH3_generateSecret_fromSeed’ 1942 | XXH_PUBLIC_API void XXH3_generateSecret_fromSeed(XXH_NOESCAPE void* secretBuffer, XXH64_hash_t seed); | ^~~~~~~~~~~~~~ /tmp/manticoresearch-20240729-16393-raaizp/cache/linux-x86_64/xxhash/include/xxhash.h:1978:1: error: conflicting specifiers in declaration of ‘XXH_INLINE_XXH3_64bits_withSecretandSeed’ 1978 | XXH_PUBLIC_API XXH_PUREF XXH64_hash_t | ^~~~~~~~~~~~~~ /tmp/manticoresearch-20240729-16393-raaizp/cache/linux-x86_64/xxhash/include/xxhash.h:1996:1: error: conflicting specifiers in declaration of ‘XXH_INLINE_XXH3_128bits_withSecretandSeed’ 1996 | XXH_PUBLIC_API XXH_PUREF XXH128_hash_t | ^~~~~~~~~~~~~~ /tmp/manticoresearch-20240729-16393-raaizp/cache/linux-x86_64/xxhash/include/xxhash.h:2014:1: error: conflicting specifiers in declaration of ‘XXH_INLINE_XXH3_64bits_reset_withSecretandSeed’ 2014 | XXH_PUBLIC_API XXH_errorcode | ^~~~~~~~~~~~~~ /tmp/manticoresearch-20240729-16393-raaizp/cache/linux-x86_64/xxhash/include/xxhash.h:2031:1: error: conflicting specifiers in declaration of ‘XXH_INLINE_XXH3_128bits_reset_withSecretandSeed’ 2031 | XXH_PUBLIC_API XXH_errorcode | ^~~~~~~~~~~~~~ /tmp/manticoresearch-20240729-16393-raaizp/cache/linux-x86_64/xxhash/include/xxhash.h:2806:1: error: conflicting specifiers in declaration of ‘XXH_INLINE_XXH_versionNumber’ 2806 | XXH_PUBLIC_API unsigned XXH_versionNumber (void) { return XXH_VERSION_NUMBER; } | ^~~~~~~~~~~~~~ /tmp/manticoresearch-20240729-16393-raaizp/cache/linux-x86_64/xxhash/include/xxhash.h:3053:1: error: conflicting specifiers in declaration of ‘XXH_INLINE_XXH32’ 3053 | XXH_PUBLIC_API XXH32_hash_t XXH32 (const void* input, size_t len, XXH32_hash_t seed) | ^~~~~~~~~~~~~~ /tmp/manticoresearch-20240729-16393-raaizp/cache/linux-x86_64/xxhash/include/xxhash.h:3076:1: error: conflicting specifiers in declaration of ‘XXH_INLINE_XXH32_createState’ 3076 | XXH_PUBLIC_API XXH32_state_t* XXH32_createState(void) | ^~~~~~~~~~~~~~ /tmp/manticoresearch-20240729-163
# ENV["DIAGNOSTIC"] = "1"
ENV["ICU_ROOT"] = Formula["icu4c"].opt_prefix.to_s
ENV["OPENSSL_ROOT_DIR"] = Formula["openssl"].opt_prefix.to_s
Expand Down
Loading