Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: There's probably a malfunction with mktemp. #12

Open
Byloth opened this issue Dec 15, 2023 · 0 comments
Open

bug: There's probably a malfunction with mktemp. #12

Byloth opened this issue Dec 15, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Byloth
Copy link
Owner

Byloth commented Dec 15, 2023

While running the ExtractResources.sh script, this error was printed:

./ExtractResources.sh: 269: cannot create : Directory nonexistent
cat: '': No such file or directory
./ExtractResources.sh: 271: [: Illegal number:

I would say that the process ran successfully but that -for some unknown reason- the mktemp command execution failed.

Is it probably related to the change of the $TMPDIR environmental variable inside the Docker container?
Is it related to the fact that a mounted volume may not implement some specific API required by the mktemp application to work properly?

I don't know yet...
To be investigated.

@Byloth Byloth added the bug Something isn't working label Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant