[Bug 272064] devel/hs-spago fails to test/run/build project
- Reply: bugzilla-noreply_a_freebsd.org: "maintainer-feedback requested: [Bug 272064] devel/hs-spago fails to test/run/build project"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 272064] devel/hs-spago fails to test/run/build project"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 272064] devel/hs-spago fails to test/run/build project"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 272064] devel/hs-spago fails to test/run/build project"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 272064] devel/hs-spago fails to test/run/build project"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 272064] devel/hs-spago fails to test/run/build project"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 272064] devel/hs-spago fails to test/run/build project"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 272064] devel/hs-spago fails to test/run/build project"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 272064] devel/hs-spago fails to test/run/build project"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 272064] devel/hs-spago fails to test/run/build project"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 272064] devel/hs-spago fails to test/run/build project"
- Reply: 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
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272064
Bug ID: 272064
Summary: devel/hs-spago fails to test/run/build project
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: haskell@FreeBSD.org
Reporter: m.viey@wanadoo.fr
Assignee: haskell@FreeBSD.org
Flags: maintainer-feedback?(haskell@FreeBSD.org)
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 $
```
--
You are receiving this mail because:
You are the assignee for the bug.