Error 101 no `package` or `project` section found

When I run “make” it gives me an error

export PATH=//home/pdev/.cargo/bin:$PATH; cd rustybits && cargo build --release -p zeroidc
failed to parse manifest at `/home/pdev/extern-projs/ZeroTierOne/rustybits/Cargo.toml`

Caused by:
  no `package` or `project` section found.
make-linux.mk:441: recipe for target 'zeroidc' failed
make: *** [zeroidc] Error 101

But zeroidc has [package] section.
I cloned the github repository of ZeroTier and haven’t changed any files.

I’ve installed Rust with rustup 1.27.1, rustc version is 1.7.0, cargo 0.8.0-nightly
I’m building for aarch64 architecture on Ubuntu.

Works-for-me using apt distro packages (cargo-1.75.0) on Ubuntu 24.04 Noble, but not using the snap packages.

The problem was fixed by changing the rustc version to 1.8.0.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.