Skip to content

Troubleshooting

Barbara Chassoul edited this page Feb 13, 2026 · 1 revision

Troubleshooting

Common issues

  • SDK ... not found in artefacts
    • Build SDK first with ./build-sdk.sh <TARGET>.
  • No artefact matching prefix ...
    • Build project with ./build-project.sh or pass full tarball path.
  • Multiple artefacts found for prefix ...
    • Use a unique prefix or explicit path.
  • Missing release erts directory
    • Ensure your release includes ERTS.
  • --sign-update/-U requires --security-pack/-S
    • Provide --security-pack.

Vagrant tips

  • Use -P after VM or provisioning changes.
  • Use -K to keep VM alive for iterative builds.

Clone this wiki locally