2nd-Layer / cardano-core-integration-testing

Integration Testing for Cardano Node and associated tooling
GNU Affero General Public License v3.0
1 stars 0 forks source link

[oS] ghc-websockets won't build in :haskell:ghc-8.10.x #5

Closed mark-stopka closed 3 years ago

mark-stopka commented 3 years ago
[   60s] + ./Setup configure --prefix=/usr --libdir=/usr/lib64 --docdir=/usr/share/licenses/ghc-websockets '--libsubdir=$compiler/$pkgid' '--datasubdir=$pkgid' --ghc '--dynlibdir=/usr/lib64/$compiler/$pkgid' --global '--ghc-options= ' -v -p --enable-shared --htmldir=/usr/share/doc/ghc-8.10.2/html/libraries/websockets-0.12.7.1 --global
[   61s] Using Parsec parser
[   61s] Configuring websockets-0.12.7.1...
[   61s] CallStack (from HasCallStack):
[   61s]   $, called at libraries/Cabal/Cabal/Distribution/Simple/Configure.hs:1024:20 in Cabal-3.2.0.0:Distribution.Simple.Configure
[   61s]   configureFinalizedPackage, called at libraries/Cabal/Cabal/Distribution/Simple/Configure.hs:477:12 in Cabal-3.2.0.0:Distribution.Simple.Configure
[   61s]   configure, called at libraries/Cabal/Cabal/Distribution/Simple.hs:625:20 in Cabal-3.2.0.0:Distribution.Simple
[   61s]   confHook, called at libraries/Cabal/Cabal/Distribution/Simple/UserHooks.hs:65:5 in Cabal-3.2.0.0:Distribution.Simple.UserHooks
[   61s]   configureAction, called at libraries/Cabal/Cabal/Distribution/Simple.hs:180:19 in Cabal-3.2.0.0:Distribution.Simple
[   61s]   defaultMainHelper, called at libraries/Cabal/Cabal/Distribution/Simple.hs:116:27 in Cabal-3.2.0.0:Distribution.Simple
[   61s]   defaultMain, called at Setup.hs:2:8 in main:Main
[   61s] Setup: Encountered missing or private dependencies:
[   61s] base64-bytestring >=0.1 && <1.2

https://build.opensuse.org/package/show/devel:languages:haskell:ghc-8.10.x/ghc-websockets

mark-stopka commented 3 years ago

Fixed by @peti in OBS.