Your message dated Sun, 18 Feb 2018 15:13:14 +0000
with message-id <a648a308-c87d-5d04-a69b-be9fc4389...@p10link.net>
and subject line FTBFS appears fixed.
has caused the Debian Bug report #876847,
regarding haskell-relational-query-hdbc FTBFS on arm64: No instance for 
(FromSql SqlValue [Char]) arising from a use of 
`Database.Record.FromSql.$dmrecordFromSql'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
876847: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=876847
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: haskell-relational-query-hdbc
Version: 0.6.0.3-1
Severity: serious

https://buildd.debian.org/status/package.php?p=haskell-relational-query-hdbc&suite=sid
https://tests.reproducible-builds.org/debian/rb-pkg/buster/arm64/haskell-relational-query-hdbc.html

...
[10 of 20] Compiling Database.HDBC.Schema.IBMDB2 ( 
src/Database/HDBC/Schema/IBMDB2.hs, 
dist-ghc/build/Database/HDBC/Schema/IBMDB2.o )

src/Database/HDBC/Schema/IBMDB2.hs:49:10: error:
    * No instance for (FromSql SqlValue [Char])
        arising from a use of `Database.Record.FromSql.$dmrecordFromSql'
    * In the expression:
        Database.Record.FromSql.$dmrecordFromSql @SqlValue @Columns
      In an equation for `recordFromSql':
          recordFromSql
            = Database.Record.FromSql.$dmrecordFromSql @SqlValue @Columns
      In the instance declaration for `FromSql SqlValue Columns'

src/Database/HDBC/Schema/IBMDB2.hs:50:10: error:
    * No instance for (ToSql SqlValue [Char])
        arising from a use of `Database.Record.ToSql.$dmrecordToSql'
    * In the expression:
        Database.Record.ToSql.$dmrecordToSql @SqlValue @Columns
      In an equation for `recordToSql':
          recordToSql
            = Database.Record.ToSql.$dmrecordToSql @SqlValue @Columns
      In the instance declaration for `ToSql SqlValue Columns'

src/Database/HDBC/Schema/IBMDB2.hs:70:15: error:
    * Could not deduce (ToSql SqlValue [Char])
        arising from a use of runQuery'
      from the context: IConnection conn
        bound by the type signature for:
                   getPrimaryKey' :: IConnection conn =>
                                     conn -> LogChan -> String -> String -> IO 
[String]
        at src/Database/HDBC/Schema/IBMDB2.hs:(61,1)-(66,29)
    * In a stmt of a 'do' block:
        primCols <- runQuery' conn primaryKeyQuerySQL (scm, tbl)
      In the expression:
        do { let tbl = map toUpper tbl'
                 scm = map toUpper scm';
             primCols <- runQuery' conn primaryKeyQuerySQL (scm, tbl);
             let primaryKeyCols = normalizeColumn <$> primCols;
             putLog lchan
             $ "getPrimaryKey: primary key = " ++ show primaryKeyCols;
             .... }
      In an equation for getPrimaryKey':
          getPrimaryKey' conn lchan scm' tbl'
            = do { let tbl = ...
                       ....;
                   primCols <- runQuery' conn primaryKeyQuerySQL (scm, tbl);
                   let primaryKeyCols = ...;
                   .... }

src/Database/HDBC/Schema/IBMDB2.hs:87:18: error:
    * Could not deduce (ToSql SqlValue [Char])
        arising from a use of runQuery'
      from the context: IConnection conn
        bound by the type signature for:
                   getColumns' :: IConnection conn =>
                                  TypeMap
                                  -> conn
                                  -> LogChan
                                  -> String
                                  -> String
                                  -> IO ([(String, TypeQ)], [Int])
        at src/Database/HDBC/Schema/IBMDB2.hs:(76,1)-(82,44)
    * In the second argument of `($)', namely
        `runQuery' conn columnsQuerySQL (scm, tbl)'
      In a stmt of a 'do' block:
        cols <- lift $ runQuery' conn columnsQuerySQL (scm, tbl)
      In the second argument of `($)', namely
        `do { let tbl = map toUpper tbl'
                  scm = map toUpper scm';
              cols <- lift $ runQuery' conn columnsQuerySQL (scm, tbl);
              guard (not $ null cols)
              <|>
                compileError
                  lchan
                  ("getFields: No columns found: schema = "
                   ++ scm ++ ", table = " ++ tbl);
              let notNullIdxs
                    = map fst . filter (notNull . snd) . zip ... $ cols;
              .... }'
/usr/share/cdbs/1/class/hlibrary.mk:147: recipe for target 'build-ghc-stamp' 
failed
make: *** [build-ghc-stamp] Error 1

--- End Message ---
--- Begin Message ---
Version: 0.6.4.2-1

The build of haskell-relational-query-hdbc on arm64 now seems to be working 
again.

--- End Message ---

Reply via email to