membraneframework / membrane_aac_fdk_plugin

Membrane AAC decoder and encoder based on FDK library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation/compilation fails/terminates unexpectedly

kevinschweikert opened this issue · comments

Elixir Version: 1.15.6
Erlang Version: 26.1
OS: macOS Ventura 13.5.2 (22G91)

Steps to reproduce:

Mix.install(
  [
    {:membrane_aac_fdk_plugin, "~> 0.15"},
  ]
)
MIX_INSTALL_FORCE=true elixir script.exs
=> membrane_aac_fdk_plugin
Bundlex: Building natives: decoder, encoder

15:11:04.597 [debug] redirecting to https://github.com/membraneframework-precompiled/precompiled_fdk_aac/releases/download/v2.0.2/fdk-aac_macos_arm.tar.gz

15:11:04.801 [debug] redirecting to https://objects.githubusercontent.com/github-production-release-asset-2e65be/696245853/e0cf27da-18d9-4ff8-9f1a-714c9cd9e879?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20231010%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20231010T131104Z&X-Amz-Expires=300&X-Amz-Signature=bbf6e6a8807f0d794dee95d186658c6d8b8c978b2ee5a2fd24695e8b788c3a06&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=696245853&response-content-disposition=attachment%3B%20filename%3Dfdk-aac_macos_arm.tar.gz&response-content-type=application%2Foctet-stream
Compiling 4 files (.ex)
fish: Job 1, 'MIX_INSTALL_FORCE=true elixir s…' terminated by signal SIGKILL (Forced quit)

In Livebook i originally only got Runtime node terminated unexpectedly - no connection

Hi @kevinschweikert, sorry for not answering the issue. This indeed happened but should be fixed by now, so I'm closing. Please reopen if the issue persists. Thanks ;)