supranational / supra_seal

Apache License 2.0
32 stars 21 forks source link

build error #44

Closed SparkHao closed 3 months ago

SparkHao commented 3 months ago

supra_seal git:(supraseal-c2/v0.1.0) ✗ ./build.sh

How to solve this compilation error?

vmx commented 3 months ago

supra_seal git:(supraseal-c2/v0.1.0)

Are you on an old version or does it just display the latest tag?

To me it looks like the dependency checkout and building wasn't successful. I'd try it again in a new clean checkout in other directory.

SparkHao commented 3 months ago

supra_seal git:(supraseal-c2/v0.1.0)

Are you on an old version or does it just display the latest tag?

To me it looks like the dependency checkout and building wasn't successful. I'd try it again in a new clean checkout in other directory.

The tag I am using is supraseal-c2/v0.1.0

vmx commented 3 months ago

The tag I am using is supraseal-c2/v0.1.0

I suggest trying the latest version from the main branch.

SparkHao commented 3 months ago

The tag I am using is supraseal-c2/v0.1.0

I suggest trying the latest version from the main branch.

The same error

vmx commented 3 months ago

Have you tried it on a completely fresh checkout? At least the original logs in the issue indicate that ./build.sh was run before.

simonatsn commented 3 months ago

It looks like spdk, one of the dependencies, failed to clone or build properly. Have you install all of the required packages? After checking that make a fresh clone, try building again, and scroll back to look for any spdk build failures.

SparkHao commented 3 months ago

It looks like spdk, one of the dependencies, failed to clone or build properly. Have you install all of the required packages? After checking that make a fresh clone, try building again, and scroll back to look for any spdk build failures.

I solved the problem according to your method, thank you