-
-
Notifications
You must be signed in to change notification settings - Fork 282
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
I'm not sure what to do about this offhand, but it looks like Fedora dropped libnsl.so.1 in Fedora 28 or so (32 is current). Filing this so we at least don't lose track. STR:
[greenwood:Programming/hg/crew] augie% pyoxidizer build --path ./rust/hgcli --release
resolving 1 targets
resolving target app_posix
resolving target distribution_posix
resolving target exe_posix
resolving Python distribution Url { url: "https://github.com/indygreg/python-build-standalone/releases/download/20200408/cpython-3.7.7-linux64-20200409T0045.tar.zst", sha256: "74799ae3b7f3ddc2d118516d65d46356fb3ef3ff3c4c4591a0dde073c413aff0" }
Python distribution available at /home/augie/Programming/hg/crew/build/pyoxidizer/python_distributions/cpython-3.7.7-linux64-20200409T0045.tar.zst
reading data from Python distribution...
/home/augie/Programming/hg/crew/build/pyoxidizer/python_distributions/python.74799ae3b7f3/python/install/bin/python3.7m: error while loading shared libraries: libnsl.so.1: cannot open shared object file: No such file or directory
error[PYOXIDIZER_BUILD]: EOF while parsing a value at line 1 column 0
--> ./rust/hgcli/pyoxidizer.bzl:26:11
|
26 | exe = dist.to_python_executable(
| ___________^
27 | | name = "hg",
28 | | resources_policy = "prefer-in-memory-fallback-filesystem-relative:lib",
29 | | config = config,
... |
32 | | extension_module_filter = "all",
33 | | )
| |_____^ resolve_distribution()
error: EOF while parsing a value at line 1 column 0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request