gleam icon indicating copy to clipboard operation
gleam copied to clipboard

File IO failure on secondary drives.

Open adityavardhanpadala opened this issue 11 months ago • 2 comments

I was trying gleam on windows. When I try to do

gleam new tests
cd tests
gleam run

it throws this error.

➜ gleam run
  Resolving versions
Downloading packages
error: File IO failure
An error occurred while trying to write to this directory:
    D:\repos\tests\build\packages\gleeunit
The error message from the file IO library was:
    failed to unpack `\\?\D:\repos\tests\build\packages\gleeunit\src\gleeunit.erl`

This is on a secondary drive (exFAT) and does not happen on primary drive (ntfs).

full logs: log.txt

adityavardhanpadala avatar Mar 22 '24 17:03 adityavardhanpadala

Thank you. Gunna use the other issue for tracking

lpil avatar Mar 22 '24 17:03 lpil

Still the same on linux:

 las@lapsus  /backup/dev/gleam/demo  gleam run .
error: File IO failure

An error occurred while trying to delete this directory:

    /backup/dev/gleam/demo/build/dev/erlang

The error message from the file IO library was:

    Directory not empty (os error 39)

MedLabs avatar Apr 14 '24 15:04 MedLabs

Still the same on linux pop os:

gleam add gleam_erlang

Resolving versions error: File IO failure

hebertcisco avatar Jul 12 '24 01:07 hebertcisco

Oops i forgot to close this one!

lpil avatar Jul 12 '24 08:07 lpil