-
```
DEBUG:root:Running ['ldd', '/tmp/staticx-pyi-0ufullix/_decimal.cpython-38-x86_64-linux-gnu.so']
DEBUG:root:Ignoring synthetic library: linux-vdso.so.1
WARNING:root:Unexpected line in ldd output…
-
Failing tests:
```
FAILED tests/test_executable.py::test_executable_not_privileged[True-application_docker_capabilities0-java-ap-True] - assert 255 == 0
FAILED tests/test_executable.py::test_execut…
-
On Linux, very likely many of the shared libraries will have been open-source, and they have license conditions that must be complied with.
At the moment the staticx user doesnt need to think about…
-
## Problem Definition
The single file binary bundles we generate with PyInstaller for Linux are dynamically linked to whatever versions of the system libraries (glibc etc.) are available on the sys…
ulope updated
5 years ago
-
Now that we have a means of transforming conventional Docker images into ones that can be mounted at tools into BugZoo, we should integrate that technology with our platform.
All of the information…
-
I recently upgraded a Pyinstaller-built program to use Python 3.11. This resulted in the binary using a newer version of glibc than the target platform supported, which led me to discover staticx, wit…
-
When you have code like
`ClassName.someFunction = function() {}`
It does not become a static method in the class.
Also, if you have code like this
`Object.defineProperty(ClassName, "varia…
-
Is there interest in expanding the scope to include macOS (Mach-O) and Windows (PE) formats?
There might be some underlying components which do not have drop-in solutions for those platforms, so ne…
-
I build my python app in docker ubuntu:22.04, and run in a machine which is ubuntu16.
When executing "systemctl" in subprocess, the app report an error:
```
systemctl: /lib/x86_64-linux-gnu/libc.so…
-
### What happened?
When trying to build the Seat Adjuster example using the provided Dockerfile, it fails due to a missing folder.
The folder `./app` does not exist in the repository.
### Opera…