This failure is due to the newly add dependency of elixir-ex-doc as Build Depends of erlang for documentation generation.
The issue is that elixir-ex-doc Depends on erlang to be built. On Debian, we do not have this cyclic dependency because the B-D of erlang on elixir-ex-doc is only for "Architecture:all" build, not for any specific architecture. For all arch build of erlang, erlang will use the build of elixir-ex-doc in amd64. erlang (all) --> elixir-ex-doc (amd64) --> erlang (amd64) In Ubuntu, since we do the Architecture:all packages build on AMD64; we have the cyclic dependency -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2165324 Title: ftbfs erlang 1.29 on amd64 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/erlang/+bug/2165324/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
