We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ seth debug 0xf6302f3d2cbc1bae874becfb8342802dcda981eaef55f5df0c22c6a737bd78c2 mktemp: mkdtemp failed on -p: File exists mktemp: mkdtemp failed on /tmp: File exists
Looks like it's caused by https://github.com/dapphub/dapptools/blob/master/src/seth/libexec/seth/seth-debug#L12 and https://github.com/dapphub/dapptools/blob/master/src/seth/libexec/seth/seth-debug#L33
Mac version of mktemp doesn't seem to have -p option and it's marked as deprecated here https://linux.die.net/man/1/mktemp
mktemp
-p
The text was updated successfully, but these errors were encountered:
one solution would be to make sure seth uses gnu mktemp, as we already do with sed for example
sed
Sorry, something went wrong.
how would we do that?
No branches or pull requests
Looks like it's caused by https://github.com/dapphub/dapptools/blob/master/src/seth/libexec/seth/seth-debug#L12 and https://github.com/dapphub/dapptools/blob/master/src/seth/libexec/seth/seth-debug#L33
Mac version of
mktemp
doesn't seem to have-p
option and it's marked as deprecated here https://linux.die.net/man/1/mktempThe text was updated successfully, but these errors were encountered: