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:   [Bug 272064] devel/hs-spago fails to test/run/build project
Message-ID:  <bug-272064-16154@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D272064

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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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