-
Notifications
You must be signed in to change notification settings - Fork 185
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
Replit: "Unpacking tarball failed: inner tarball error, not owner" error #1051
Comments
I suspect that this issue may be related in some way to #624 (and others) as I've encountered similar issues when using
|
If I simulate the underlying calls like @nicbet did earlier, then I have a whole bunch of defmodule XFile do
require Record
Record.defrecord(:file_info, Record.extract(:file_info, from_lib: "kernel/include/file.hrl"))
end
require XFile
finfo = XFile.file_info(mtime: :calendar.universal_time())
|
Can you check with replit to see if they have any ideas on why this might time and how to work around it. If the reason is because they have a filesystem with limited functionality I bet they have ran into this before. |
Of course. This was their support team's response to date:
I've asked them for more information about the filesystem that is currently made available for Replit's repls to narrow down the cause(s). |
Following up in elixir-lang/elixir#8875. |
💁 I've been experiencing strange problems when using Elixir on Replit
Observed behaviour
With the following
mix.exs
(shamelessly stolen from Wojtek'sReq
docs):The following error is returned:
This appears to be caused by the type of filesystem that Replit exposes and I suspect that they're mounting it with things like
mtime
turned off.Source Replit repo
Expected behaviour
Hex fetches dependencies successfully.
The text was updated successfully, but these errors were encountered: