Your message dated Sat, 20 Feb 2010 20:55:24 +0100
with message-id <1266695724.2517.56.ca...@localhost>
and subject line Fixed in unstable
has caused the Debian Bug report #569381,
regarding haskell-syb-with-class: FTBFS: Couldn't match expected type `Name' 
against inferred type `TyVarBndr'
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.)


-- 
569381: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569381
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: haskell-syb-with-class
Version: 0.5.1-2
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100211 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
>  /usr/bin/fakeroot debian/rules clean
> test -x debian/rules
> dh_testroot
> dh_clean 
> rm -rf dist dist-ghc6 dist-hugs debian/hlibrary.setup Setup.hi Setup.ho 
> Setup.o .*config*
> rm -f build-ghc6-stamp build-hugs-stamp build-haddock-stamp
> rm -rf debian/tmp-inst-ghc6
> rm -f debian/hlibrary.Makefile
> rm -rf debian/dh_haskell_shlibdeps
>  dpkg-source -b haskell-syb-with-class-0.5.1
> dpkg-source: info: using source format `1.0'
> dpkg-source: info: building haskell-syb-with-class using existing 
> haskell-syb-with-class_0.5.1.orig.tar.gz
> dpkg-source: info: building haskell-syb-with-class in 
> haskell-syb-with-class_0.5.1-2.diff.gz
>  debian/rules build
> dpkg-source: info: building haskell-syb-with-class in 
> haskell-syb-with-class_0.5.1-2.dsc
> test -x debian/rules
> mkdir -p "."
> if test ! -e Setup.lhs -a ! -e Setup.hs; then echo "No setup script found!"; 
> exit 1; fi
> for setup in Setup.lhs Setup.hs; do if test -e $setup; then ghc6 --make 
> $setup -o debian/hlibrary.setup; exit 0; fi; done
> [1 of 1] Compiling Main             ( Setup.hs, Setup.o )
> Linking debian/hlibrary.setup ...
> debian/hlibrary.setup configure --ghc -v2 \
>               --prefix=/usr --libdir=/usr/lib/haskell-packages/ghc6/lib \
>               --builddir=dist-ghc6 \
>               --haddockdir=/usr/lib/ghc-6.12.1/haddock/syb-with-class-0.5.1/ \
>               --htmldir=/usr/share/doc/libghc6-syb-with-class-doc/html/ 
> --enable-library-profiling \
>                
> Configuring syb-with-class-0.5.1...
> Dependency array -any: using array-0.3.0.0
> Dependency base >=3 && <5: using base-4.2.0.0
> Dependency bytestring -any: using bytestring-0.9.1.5
> Dependency containers -any: using containers-0.3.0.0
> Dependency template-haskell -any: using template-haskell-2.4.0.0
> Using Cabal-1.8.0.2 compiled by ghc-6.12
> Using compiler: ghc-6.12.1
> Using install prefix: /usr
> Binaries installed in: /usr/bin
> Libraries installed in:
> /usr/lib/haskell-packages/ghc6/lib/syb-with-class-0.5.1/ghc-6.12.1
> Private binaries installed in: /usr/libexec
> Data files installed in: /usr/share/syb-with-class-0.5.1
> Documentation installed in: /usr/share/doc/syb-with-class-0.5.1
> No alex found
> Using ar found on system at: /usr/bin/ar
> No c2hs found
> No cpphs found
> No ffihugs found
> Using gcc version 4.4.3 found on system at: /usr/bin/gcc
> Using ghc version 6.12.1 found on system at: /usr/bin/ghc
> Using ghc-pkg version 6.12.1 found on system at: /usr/bin/ghc-pkg
> No greencard found
> Using haddock version 2.6.0 found on system at: /usr/bin/haddock
> No happy found
> No hmake found
> Using hsc2hs version 0.67 found on system at: /usr/bin/hsc2hs
> Using hscolour version 1.15 found on system at: /usr/bin/HsColour
> No hugs found
> No jhc found
> Using ld found on system at: /usr/bin/ld
> No lhc found
> No lhc-pkg found
> No nhc98 found
> No pkg-config found
> Using ranlib found on system at: /usr/bin/ranlib
> Using strip found on system at: /usr/bin/strip
> Using tar found on system at: /bin/tar
> debian/hlibrary.setup build --builddir=dist-ghc6
> Preprocessing library syb-with-class-0.5.1...
> Building syb-with-class-0.5.1...
> [1 of 4] Compiling Data.Generics.SYB.WithClass.Context ( 
> Data/Generics/SYB/WithClass/Context.hs, 
> dist-ghc6/build/Data/Generics/SYB/WithClass/Context.o )
> [2 of 4] Compiling Data.Generics.SYB.WithClass.Basics ( 
> Data/Generics/SYB/WithClass/Basics.hs, 
> dist-ghc6/build/Data/Generics/SYB/WithClass/Basics.o )
> [3 of 4] Compiling Data.Generics.SYB.WithClass.Derive ( 
> Data/Generics/SYB/WithClass/Derive.hs, 
> dist-ghc6/build/Data/Generics/SYB/WithClass/Derive.o )
> 
> Data/Generics/SYB/WithClass/Derive.hs:187:26:
>     Couldn't match expected type `Pred' against inferred type `Type'
>       Expected type: PredQ
>       Inferred type: TypeQ
>     In the first argument of `map', namely `dataCxt'
>     In the first argument of `(++)', namely `map dataCxt dataCxtTypes'
> 
> Data/Generics/SYB/WithClass/Derive.hs:198:36:
>     Couldn't match expected type `Pred' against inferred type `Type'
>       Expected type: Q Pred
>       Inferred type: TypeQ
>     In the expression: conT 'Data `appT` typ
>     In the first argument of `map', namely
>         `(\ typ -> conT 'Data `appT` typ)'
> 
> Data/Generics/SYB/WithClass/Derive.hs:227:38:
>     Couldn't match expected type `Name'
>            against inferred type `TyVarBndr'
>       Expected type: [Name]
>       Inferred type: [TyVarBndr]
>     In the expression: ps
>     In the first argument of `return', namely `(n, ps, map conA cs)'
> make: *** [build-ghc6-stamp] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2010/02/11/haskell-syb-with-class_0.5.1-2_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr             GPG: 1024D/023B3F4F |



--- End Message ---
--- Begin Message ---
Version: 0.6.1-1

Hi,

a version compatible with ghc6-6.12.1 was just uploaded.

Greetings,
Joachim

-- 
Joachim "nomeata" Breitner
Debian Developer
  nome...@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


--- End Message ---

Reply via email to