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

error: failed to run custom build command for pyembed v0.7.0 #70

Open
nlhowell opened this issue Jul 10, 2020 · 1 comment
Open

error: failed to run custom build command for pyembed v0.7.0 #70

nlhowell opened this issue Jul 10, 2020 · 1 comment

Comments

@nlhowell
Copy link

kbdgen doesn't build for me anymore; not sure when this happened. Both develop
and master branches affected.

error: failed to run custom build command for `pyembed v0.7.0`

Caused by:
  process didn't exit successfully: `/home/nlhowell/src/kbdgen/target/debug/build/pyembed-4cf52607ae092513/build-script-build` (exit code: 101)
--- stdout
cargo:rerun-if-changed=build.rs
cargo:rerun-if-env-changed=PYOXIDIZER_CONFIG
looking for config file in ancestry of /home/nlhowell/src/kbdgen/target/debug/build/pyembed-a48206bbfd082e80/out
no existing PyOxidizer artifacts found
resolving 1 targets
resolving target resources
resolving target exe
resolving target dist
error[CF05]: Extraneous parameter passed to function call
  --> /home/nlhowell/src/kbdgen/pyoxidizer.bzl:63:11
   |
63 |       exe = dist.to_python_executable(
   |  ___________^
64 | |         name="kbdgen",
65 | |         config=python_config,
66 | |         # Embed all extension modules, making this a fully-featured Python.
...  |
93 | |         include_test=False,
94 | |     )
   | |_____^ Extraneous parameter in function call


error: Extraneous parameter passed to function call

--- stderr
thread 'main' panicked at '`pyoxidizer run-build-script` failed', /home/nlhowell/.cargo/registry/src/github.com-1ecc6299db9ec823/pyembed-0.7.0/build.rs:62:17
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

warning: build failed, waiting for other jobs to finish...
error: build failed
@nlhowell
Copy link
Author

OK, this is because pyoxidizer version changed; can you update the README, and
either have the build system check for the correct version of pyoxidizer,
or...well, just do that?

Cheers,
Nick

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

No branches or pull requests

2 participants