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

"warning: mkdir: directory exists" on startup in 8.4 betas #254

Closed
apjanke opened this issue Feb 1, 2024 · 1 comment
Closed

"warning: mkdir: directory exists" on startup in 8.4 betas #254

apjanke opened this issue Feb 1, 2024 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@apjanke
Copy link
Contributor

apjanke commented Feb 1, 2024

I'm seeing this on startup every time I launch Octave.app 8.4 from the alpha or beta builds. Would be nice to get rid of it before the 8.4.0 release.

image
warning: mkdir: directory exists
>>
@apjanke apjanke self-assigned this Feb 1, 2024
@apjanke apjanke added the bug Something isn't working label Feb 1, 2024
@apjanke apjanke added this to the 8.4.0 milestone Feb 1, 2024
@apjanke
Copy link
Contributor Author

apjanke commented Feb 2, 2024

It was a dumb unconditional mkdir in our startup script customization (for creating the custom pkg installation directory).

Dunno how I missed this before. Maybe Octave 6.x or earlier didn't issue a warning for a mkdir on an already-existing directory?

Fixed in octave-app/octave-app-bundler@b9fc2f9.

image

@apjanke apjanke closed this as completed Feb 2, 2024
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
Archived in project
Development

No branches or pull requests

1 participant