You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If withPython is the default true, build fails with:
> checking python3 module: setuptools... no
> configure: error: Missing python setuptools, if you would like to build without python entirely, use --disable-python-tools, otherwise install python setuptools for your python version
If withPython is false, build fails with:
> ./configure: line 11058: pkg-config: command not found
> ./configure: line 11059: pkg-config: command not found
> checking for libpcap... yes
> ./configure: line 11159: pkg-config: command not found
> ./configure: line 11160: pkg-config: command not found
> checking for protobuf... yes
> checking for protoc... no
> configure: error: missing google libprotobuf protoc compiler
If pkg-config binary path is set to aarch64 emulated binaries with:
Thanks for tagging me. I don't have an ARM machine to test on, and given the relatively little attention this port gets I'm inclined to take your PR as is. Is there particular concern you have regarding it?
Steps To Reproduce
Steps to reproduce the behavior:
Build log
If withPython is the default true, build fails with:
If withPython is false, build fails with:
If pkg-config binary path is set to aarch64 emulated binaries with:
Then the build fails with:
If the protobuf compiler paths are set to the aarch64 emulated binaries with:
Then the build succeeds.
Additional context
A proposed solution with a package overlay and modified package is shown in this gist:
https://gist.github.com/pete3n/4d997ee43277d31e2d7ee2a987018f5f
Submitted a pull request: https://github.com/NixOS/nixpkgs/pull276038 however that might night be appropriate to merge
Notify maintainers
No maintainers in metadata, but: @hughobrien @NickCao
Metadata
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: