Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jun 2023 11:07:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        haskell@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 272064] devel/hs-spago fails to test/run/build project
Message-ID:  <bug-272064-16154-BSIExRb6yi@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-272064-16154@https.bugs.freebsd.org/bugzilla/>
References:  <bug-272064-16154@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-haskell (Nobod=
y)
<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=3D272064



--- 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/=09=09=09=09=09=09=09=20=20=20=20=20=20=20

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]=20
Failed to install dependency "console"
Git output:

fatal: destination path '.' already exists and is not an empty directory.


Aborting installation..
[error]=20
Failed to install dependency "effect"
Git output:

fatal: destination path '.' already exists and is not an empty directory.


Aborting installation..
[error]=20
Failed to install dependency "effect"
Git output:

fatal: destination path '.' already exists and is not an empty directory.


Aborting installation..
[error]=20
Failed to install dependency "prelude"
Git output:

fatal: destination path '.' already exists and is not an empty directory.


Aborting installation..
[error]=20
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 $=20
```



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-272064-16154-BSIExRb6yi>