Bug#1016062: haskell-cborg FTBFS on 32bit: error: Couldn't match expected type ‘Int64#’ with actual type ‘Int#’
Adrian Bunk
bunk at debian.org
Tue Jul 26 10:52:49 BST 2022
Source: haskell-cborg
Version: 0.2.7.0-1
Severity: serious
Tags: ftbfs
https://buildd.debian.org/status/logs.php?pkg=haskell-cborg&ver=0.2.7.0-1
...
src/Codec/CBOR/Decoding.hs:341:19: error:
• Couldn't match expected type ‘Int64#’ with actual type ‘Int#’
• In the first argument of ‘I64#’, namely ‘n’
In the expression: I64# n
In an equation for ‘toInt64’: toInt64 n = I64# n
|
341 | toInt64 n = I64# n
| ^
src/Codec/CBOR/Decoding.hs:345:19: error:
• Couldn't match expected type ‘Word64#’ with actual type ‘Word#’
• In the first argument of ‘W64#’, namely ‘n’
In the expression: W64# n
In an equation for ‘toWord64’: toWord64 n = W64# n
|
345 | toWord64 n = W64# n
| ^
src/Codec/CBOR/Decoding.hs:421:62: error:
• Couldn't match expected type ‘Word#’ with actual type ‘Word64#’
• In the first argument of ‘toWord64’, namely ‘w64#’
In the first argument of ‘k’, namely ‘(toWord64 w64#)’
In the expression: k (toWord64 w64#)
|
421 | Decoder (\k -> return (ConsumeWord64 (\w64# -> k (toWord64 w64#))))
| ^^^^
src/Codec/CBOR/Decoding.hs:440:65: error:
• Couldn't match expected type ‘Word#’ with actual type ‘Word64#’
• In the first argument of ‘toWord64’, namely ‘w64#’
In the first argument of ‘k’, namely ‘(toWord64 w64#)’
In the expression: k (toWord64 w64#)
|
440 | Decoder (\k -> return (ConsumeNegWord64 (\w64# -> k (toWord64 w64#))))
| ^^^^
src/Codec/CBOR/Decoding.hs:480:60: error:
• Couldn't match expected type ‘Int#’ with actual type ‘Int64#’
• In the first argument of ‘toInt64’, namely ‘n64#’
In the first argument of ‘k’, namely ‘(toInt64 n64#)’
In the expression: k (toInt64 n64#)
|
480 | Decoder (\k -> return (ConsumeInt64 (\n64# -> k (toInt64 n64#))))
| ^^^^
src/Codec/CBOR/Decoding.hs:520:71: error:
• Couldn't match expected type ‘Word#’ with actual type ‘Word64#’
• In the first argument of ‘toWord64’, namely ‘w64#’
In the first argument of ‘k’, namely ‘(toWord64 w64#)’
In the expression: k (toWord64 w64#)
|
520 | Decoder (\k -> return (ConsumeWord64Canonical (\w64# -> k (toWord64 w64#))))
| ^^^^
src/Codec/CBOR/Decoding.hs:539:74: error:
• Couldn't match expected type ‘Word#’ with actual type ‘Word64#’
• In the first argument of ‘toWord64’, namely ‘w64#’
In the first argument of ‘k’, namely ‘(toWord64 w64#)’
In the expression: k (toWord64 w64#)
|
539 | Decoder (\k -> return (ConsumeNegWord64Canonical (\w64# -> k (toWord64 w64#))))
| ^^^^
src/Codec/CBOR/Decoding.hs:579:69: error:
• Couldn't match expected type ‘Int#’ with actual type ‘Int64#’
• In the first argument of ‘toInt64’, namely ‘n64#’
In the first argument of ‘k’, namely ‘(toInt64 n64#)’
In the expression: k (toInt64 n64#)
|
579 | Decoder (\k -> return (ConsumeInt64Canonical (\n64# -> k (toInt64 n64#))))
| ^^^^
at /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 107.
Debian::Debhelper::Buildsystem::Haskell::Recipes::run_quiet("debian/hlibrary.setup", "build", "--builddir=dist-ghc") called at /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 131
Debian::Debhelper::Buildsystem::Haskell::Recipes::run("debian/hlibrary.setup", "build", "--builddir=dist-ghc") called at /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 642
Debian::Debhelper::Buildsystem::Haskell::Recipes::build_recipe() called at -e line 1
make: *** [/usr/share/cdbs/1/class/hlibrary.mk:160: build-ghc-stamp] Error 25
More information about the Pkg-haskell-maintainers
mailing list