Skip to content

Instantly share code, notes, and snippets.

@fearofcode
Created December 16, 2019 23:51
Show Gist options
  • Save fearofcode/0d9c84b75a3d4ad7c8a6d9a67a82df45 to your computer and use it in GitHub Desktop.
Save fearofcode/0d9c84b75a3d4ad7c8a6d9a67a82df45 to your computer and use it in GitHub Desktop.
semantic build error
Failed to build network-2.8.0.1. The failure occurred during the configure
step.
Build log (
C:\Users\warre\AppData\Roaming\cabal\logs\ghc-8.8.1\network-2.8.0.1-c11bae4bd2c01b0552b41fcaaf67516daa169c36.log
):
Configuring network-2.8.0.1...
cabal.exe: The package has a './configure' script. If you are on Windows, This
requires a Unix compatibility toolchain such as MinGW+MSYS or Cygwin. If you
are not on Windows, ensure that an 'sh' command is discoverable in your path.
Failed to build semilattices-0.0.0.4.
Build log (
C:\Users\warre\AppData\Roaming\cabal\logs\ghc-8.8.1\semilattices-0.0.0.4-e6b26a59b61163f92d3f61f3dc195fb897e45917.log
):
Preprocessing library for semilattices-0.0.0.4..
Building library for semilattices-0.0.0.4..
[1 of 7] Compiling Data.Semilattice.Lower ( src\Data\Semilattice\Lower.hs, dist\build\Data\Semilattice\Lower.o )
src\Data\Semilattice\Lower.hs:195:16: error:
Not in scope: type constructor or class ‘CRLim’
|
195 | instance Lower CRLim
| ^^^^^
src\Data\Semilattice\Lower.hs:196:16: error:
Not in scope: type constructor or class ‘CTcflag’
|
196 | instance Lower CTcflag
| ^^^^^^^
src\Data\Semilattice\Lower.hs:197:16: error:
Not in scope: type constructor or class ‘CUid’
Perhaps you meant ‘CPid’ (imported from System.Posix.Types)
|
197 | instance Lower CUid
| ^^^^
src\Data\Semilattice\Lower.hs:198:16: error:
Not in scope: type constructor or class ‘CNlink’
|
198 | instance Lower CNlink
| ^^^^^^
src\Data\Semilattice\Lower.hs:199:16: error:
Not in scope: type constructor or class ‘CGid’
Perhaps you meant ‘CPid’ (imported from System.Posix.Types)
|
199 | instance Lower CGid
| ^^^^
src\Data\Semilattice\Lower.hs:208:16: error:
Not in scope: type constructor or class ‘CKey’
Perhaps you meant ‘Key’ (imported from Data.IntSet)
|
208 | instance Lower CKey
| ^^^^
src\Data\Semilattice\Lower.hs:209:16: error:
Not in scope: type constructor or class ‘CId’
|
209 | instance Lower CId
| ^^^
src\Data\Semilattice\Lower.hs:210:16: error:
Not in scope: type constructor or class ‘CFsFilCnt’
|
210 | instance Lower CFsFilCnt
| ^^^^^^^^^
src\Data\Semilattice\Lower.hs:211:16: error:
Not in scope: type constructor or class ‘CFsBlkCnt’
|
211 | instance Lower CFsBlkCnt
| ^^^^^^^^^
src\Data\Semilattice\Lower.hs:215:16: error:
Not in scope: type constructor or class ‘CBlkCnt’
|
215 | instance Lower CBlkCnt
| ^^^^^^^
src\Data\Semilattice\Lower.hs:216:16: error:
Not in scope: type constructor or class ‘CBlkSize’
|
216 | instance Lower CBlkSize
| ^^^^^^^^
cabal: Failed to build network-2.8.0.1 (which is required by exe:semantic from
semantic-0.10.0.0). See the build log above for details.
Failed to build semilattices-0.0.0.4 (which is required by exe:semantic from
semantic-0.10.0.0). See the build log above for details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment