https://bugs.winehq.org/show_bug.cgi?id=54941
--- Comment #7 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- Hello,
Maybe he meant a link to podman? https://podman.io/
(In reply to Francisco Casas from comment #4)
In this case, I mounted /home/fcasas/Builds/ in /root/Builds (since the container doesn't have the "fcasas" username).
It doesn't matter that the username doesn't exist. You may create the /home/fcasas/Builds inside the container and bind directly to it, or make /home/fcasas/Builds as a symlink to /root/Builds. Build from /home/fcasas/Builds in the container. With everything in place just like on the host you should get the right paths.
(In reply to Francisco Casas from comment #4)
I applied the patch and recompiled everything in a fresh directory inside the container.
The injected symlinks, which in this case are located in
/root/Builds/temp/wine64/loader
Still end up with absolute paths:
I forgot to say that you have to run autoconf after applying the patch. Did you?
Regards.