Skip to content

Building from source hangs indefinitely #449

@brandonmaul

Description

@brandonmaul

Describe the bug

Attempting to build from source (via make install) hanged indefinitely. After compiling the build file swiftc ./scripts/build.swift it would run ./build and never exit.

To Reproduce

I was using a dev container, so this is pretty easy to reproduce.
Created a new dev container with Swift 5.9 selected from:
https://github.com/swift-server/swift-devcontainer-template

I believe I had to install make using apt, since the dev container didn't have it by default.

Attempted to install vapor toolbox as listed out by the docs:

git clone https://github.com/vapor/toolbox.git
cd toolbox
git checkout 18.7.4
make install

Expected behavior

The toolbox would build and install appropriately

Environment

Swift 5.9.2-RELEASE

  • Vapor Framework version: N/A
  • Vapor Toolbox version: 18.7.4
  • OS version: Derivative of Ubuntu:
    Distributor ID: Ubuntu
    Description: Ubuntu 22.04.3 LTS
    Release: 22.04
    Codename: jammy

Additional context

Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions