Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

make all target does not bootstrap environment #18

Open
bpmooch opened this issue Oct 3, 2022 · 1 comment
Open

make all target does not bootstrap environment #18

bpmooch opened this issue Oct 3, 2022 · 1 comment

Comments

@bpmooch
Copy link

bpmooch commented Oct 3, 2022

[mooch@fedora aurae]$ make all
error: failed to load manifest for workspace member `/var/home/mooch/sra/aurae/aurae`

Caused by:
  failed to read `/var/home/mooch/sra/aurae/aurae/Cargo.toml`

Caused by:
  No such file or directory (os error 2)
make: *** [Makefile:52: aurae] Error 101

I cloned (without fetching submodules) and tried running make all to see if the environment would bootstrap in one command. Am I intended to have run the below first?


make submodules # Please do not forget to do this!

# Then just follow a normal process
make 
make pki config # Generate certs and a default aurae config
make            # Compile and install aurae and auraed
@bpmooch
Copy link
Author

bpmooch commented Oct 3, 2022

make submodules -> success
make ->
error: error reading Clippy's configuration file `/var/home/mooch/sra/aurae/clippy.toml`: unknown field `allow-unwrap-in-tests`, expected one of `avoid-breaking-exported-api`, `msrv`, `blacklisted-names`, `cognitive-complexity-threshold`, `cyclomatic-complexity-threshold`, `doc-valid-idents`, `too-many-arguments-threshold`, `type-complexity-threshold`, `single-char-binding-names-threshold`, `too-large-for-stack`, `enum-variant-name-threshold`, `enum-variant-size-threshold`, `verbose-bit-mask-threshold`, `literal-representation-threshold`, `trivial-copy-size-limit`, `pass-by-value-size-limit`, `too-many-lines-threshold`, `array-size-threshold`, `vec-box-size-threshold`, `max-trait-bounds`, `max-struct-bools`, `max-fn-params-bools`, `warn-on-all-wildcard-imports`, `disallowed-methods`, `disallowed-types`, `unreadable-literal-lint-fractions`, `upper-case-acronyms-aggressive`, `cargo-ignore-publish`, `standard-macro-braces`, `enforced-import-renames`, `allowed-scripts`, `enable-raw-pointer-heuristic-for-send`, `max-suggested-slice-pattern-length`, `await-holding-invalid-types`, `max-include-file-size`, `third-party` at line 1 column 1

error: could not compile `macros` due to previous error

removed clippy.toml to move forward for now

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant