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

ortp 5.3.95 #198255

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
8 changes: 4 additions & 4 deletions Formula/o/ortp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
license "GPL-3.0-or-later"

stable do
url "https://gitlab.linphone.org/BC/public/ortp/-/archive/5.3.84/ortp-5.3.84.tar.bz2"
sha256 "e0b539a0021c8b6babca5efddc9362954148824f59c4c316d772a124ebbb51bd"
url "https://gitlab.linphone.org/BC/public/ortp/-/archive/5.3.95/ortp-5.3.95.tar.bz2"
sha256 "a53d0afbf5eb69b53a38724db7bc3ad0fb3d3815871157bd625848bbe7b349d5"

depends_on "mbedtls"

# bctoolbox appears to follow ortp's version. This can be verified at the GitHub mirror:
# https://github.com/BelledonneCommunications/bctoolbox
resource "bctoolbox" do
url "https://gitlab.linphone.org/BC/public/bctoolbox/-/archive/5.3.84/bctoolbox-5.3.84.tar.bz2"
sha256 "1c9ec26a91e74f720b16416a0e9e5e84c8aeb04b3fc490c22a4b2fc10ab6d5e3"
url "https://gitlab.linphone.org/BC/public/bctoolbox/-/archive/5.3.95/bctoolbox-5.3.95.tar.bz2"
sha256 "da54a93c7ec806868fed91893754ebadd920f39b440b399f22b881721647ee23"
end
end

Expand All @@ -39,7 +39,7 @@
depends_on "cmake" => :build
depends_on "pkg-config" => :build

def install

Check failure on line 42 in Formula/o/ortp.rb

View workflow job for this annotation

GitHub Actions / Linux

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

[ 86%] Building CXX object src/CMakeFiles/bctoolbox.dir/vfs/vfs_encrypted.cc.o cd /tmp/ortp--bctoolbox-20241119-4491-e577zx/bctoolbox-5.3.95/build/src && /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/g++-11 -DHAVE_CONFIG_H -Dbctoolbox_EXPORTS -I/tmp/ortp--bctoolbox-20241119-4491-e577zx/bctoolbox-5.3.95/include -I/tmp/ortp--bctoolbox-20241119-4491-e577zx/bctoolbox-5.3.95/src -I/tmp/ortp--bctoolbox-20241119-4491-e577zx/bctoolbox-5.3.95/build -O3 -DNDEBUG -std=c++17 -fPIC -Wall -Wuninitialized -Wno-error=pragmas -Werror -Wextra -Wunused-parameter -Wno-error=unknown-pragmas -Wuninitialized -Wno-missing-field-initializers -fno-strict-aliasing -Wno-error=deprecated -Wno-error=deprecated-declarations -MD -MT src/CMakeFiles/bctoolbox.dir/vfs/vfs_encrypted.cc.o -MF CMakeFiles/bctoolbox.dir/vfs/vfs_encrypted.cc.o.d -o CMakeFiles/bctoolbox.dir/vfs/vfs_encrypted.cc.o -c /tmp/ortp--bctoolbox-20241119-4491-e577zx/bctoolbox-5.3.95/src/vfs/vfs_encrypted.cc [ 91%] Building CXX object src/CMakeFiles/bctoolbox.dir/vfs/vfs_encryption_module_dummy.cc.o cd /tmp/ortp--bctoolbox-20241119-4491-e577zx/bctoolbox-5.3.95/build/src && /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/g++-11 -DHAVE_CONFIG_H -Dbctoolbox_EXPORTS -I/tmp/ortp--bctoolbox-20241119-4491-e577zx/bctoolbox-5.3.95/include -I/tmp/ortp--bctoolbox-20241119-4491-e577zx/bctoolbox-5.3.95/src -I/tmp/ortp--bctoolbox-20241119-4491-e577zx/bctoolbox-5.3.95/build -O3 -DNDEBUG -std=c++17 -fPIC -Wall -Wuninitialized -Wno-error=pragmas -Werror -Wextra -Wunused-parameter -Wno-error=unknown-pragmas -Wuninitialized -Wno-missing-field-initializers -fno-strict-aliasing -Wno-error=deprecated -Wno-error=deprecated-declarations -MD -MT src/CMakeFiles/bctoolbox.dir/vfs/vfs_encryption_module_dummy.cc.o -MF CMakeFiles/bctoolbox.dir/vfs/vfs_encryption_module_dummy.cc.o.d -o CMakeFiles/bctoolbox.dir/vfs/vfs_encryption_module_dummy.cc.o -c /tmp/ortp--bctoolbox-20241119-4491-e577zx/bctoolbox-5.3.95/src/vfs/vfs_encryption_module_dummy.cc /tmp/ortp--bctoolbox-20241119-4491-e577zx/bctoolbox-5.3.95/src/crypto/mbedtls.cc: In constructor ‘bctoolbox::{anonymous}::mbedtlsStaticContexts::mbedtlsStaticContexts()’: /tmp/ortp--bctoolbox-20241119-4491-e577zx/bctoolbox-5.3.95/src/crypto/mbedtls.cc:109:17: error: ‘mbedtls_threading_set_alt’ was not declared in this scope; did you mean ‘mbedtls_threading_mutex_t’? 109 | mbedtls_threading_set_alt(threading_mutex_init_cpp, threading_mutex_free_cpp, threading_mutex_lock_cpp, | ^~~~~~~~~~~~~~~~~~~~~~~~~ | mbedtls_threading_mutex_t /tmp/ortp--bctoolbox-20241119-4491-e577zx/bctoolbox-5.3.95/src/crypto/mbedtls.cc: In destructor ‘bctoolbox::{anonymous}::mbedtlsStaticContexts::~mbedtlsStaticContexts()’: /tmp/ortp--bctoolbox-20241119-4491-e577zx/bctoolbox-5.3.95/src/crypto/mbedtls.cc:123:17: error: ‘mbedtls_threading_free_alt’ was not declared in this scope; did you mean ‘mbedtls_threading_mutex_t’? 123 | mbedtls_threading_free_alt(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | mbedtls_threading_mutex_t make[2]: *** [src/CMakeFiles/bctoolbox.dir/build.make:334: src/CMakeFiles/bctoolbox.dir/crypto/mbedtls.cc.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory '/tmp/ortp--bctoolbox-20241119-4491-e577zx/bctoolbox-5.3.95/build' make[1]: *** [CMakeFiles/Makefile2:132: src/CMakeFiles/bctoolbox.dir/all] Error 2 make[1]: Leaving directory '/tmp/ortp--bctoolbox-20241119-4491-e577zx/bctoolbox-5.3.95/build' make: *** [Makefile:139: all] Error 2 ==> Formula Path: /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/o/ortp.rb ==> Configuration HOMEBREW_VERSION: 4.4.6-19-gc81cd0b ORIGIN: https://github.com/Homebrew/brew HEAD: c81cd0b929fd44b0a2acf2d55afbb9590b323657 Last commit: 5 hours ago Core tap HEAD: 2885533d628690bd5cb7148b8e1752e58de0500a Core tap last commit: 4 minutes ago Core tap JSON: 19 Nov 17:01 UTC HOMEBREW_PREFIX: /home/linuxbrew/.linuxbrew HOMEBREW_BOOTSNAP: set HOME
odie "bctoolbox resource needs to be updated" if build.stable? && version != resource("bctoolbox").version

resource("bctoolbox").stage do
Expand Down
Loading