Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Update
sbcl
sbcl-1.1.13-personality.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File sbcl-1.1.13-personality.patch of Package sbcl
--- src/runtime/linux-os.c | 4 ++++ 1 file changed, 4 insertions(+) --- a/src/runtime/linux-os.c +++ b/src/runtime/linux-os.c @@ -289,6 +289,10 @@ os_init(char *argv[], char *envp[]) setenv("SBCL_IS_RESTARTING", "T", 1); runtime[i] = '\0'; execv(runtime, argv); + } else { + /* if /proc isn't available (like in chroot builds, like mock), + * try using execvp with argv[0] instead */ + execvp(argv[0], argv); } } /* Either changing the personality or execve() failed. Either
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor