maintainer-feedback requested: [Bug 272064] devel/hs-spago fails to test/run/build project
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 272064] devel/hs-spago fails to test/run/build project"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 18 Jun 2023 11:07:29 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-haskell (Nobody) <haskell@FreeBSD.org> for maintainer-feedback: Bug 272064: devel/hs-spago fails to test/run/build project https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272064 --- Description --- Hi, After installing `hs-purescript` and `hs-spago`, running `cargo build` in a fresh project fails with a git error: ``` 18-06-23 13:06:09 /home/mik/Dev/purescript mik@labo $ mkdir test 18-06-23 13:06:30 /home/mik/Dev/purescript mik@labo $ cd test/ 18-06-23 13:06:33 /home/mik/Dev/purescript/test mik@labo $ spago init [info] Initializing a sample project or migrating an existing one.. [info] Updating package-set tag to "psc-0.15.8-20230617" Fetching the new one and generating hashes.. (this might take some time) [info] Generating new hashes for the package set file so it will be cached.. (this might take some time) [info] Set up a local Spago project. [info] Try running `spago build` 18-06-23 13:06:38 /home/mik/Dev/purescript/test mik@labo $ spago run [info] Installing 3 dependencies. [info] Searching for packages cache metadata.. [info] Recent packages cache metadata found, using it.. [info] Installing "prelude" [info] Installing "effect" [info] Installing "console" [error] Failed to install dependency "console" Git output: fatal: destination path '.' already exists and is not an empty directory. Aborting installation.. [error] Failed to install dependency "effect" Git output: fatal: destination path '.' already exists and is not an empty directory. Aborting installation.. [error] Failed to install dependency "effect" Git output: fatal: destination path '.' already exists and is not an empty directory. Aborting installation.. [error] Failed to install dependency "prelude" Git output: fatal: destination path '.' already exists and is not an empty directory. Aborting installation.. [error] Failed to install dependency "console" Git output: fatal: destination path '.' already exists and is not an empty directory. Aborting installation.. [error] Installation failed [error] Error: [error] ExitFailure 1 18-06-23 13:06:45 /home/mik/Dev/purescript/test mik@labo $ ```