Your message dated Fri, 02 May 2014 13:23:39 +0000
with message-id <e1wgdrd-00050w...@franck.debian.org>
and subject line Bug#746664: Removed package(s) from unstable
has caused the Debian Bug report #743120,
regarding haskell-wai-logger-prefork: FTBFS: Not in scope: type constructor or
class `Logger'
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.)
--
743120: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743120
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: haskell-wai-logger-prefork
Version: 0.3.0-2
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140329 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part (hopefully):
> debian/rules build
> test -x debian/rules
> mkdir -p "."
> /usr/share/cdbs/1/rules/buildcore.mk:109: WARNING: DEB_COMPRESS_EXCLUDE is a
> deprecated variable
> 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 ghc --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/ghc/lib \
> --builddir=dist-ghc \
> --haddockdir=/usr/lib/ghc-doc/haddock/wai-logger-prefork-0.3.0/
> --datasubdir=wai-logger-prefork\
> --htmldir=/usr/share/doc/libghc-wai-logger-prefork-doc/html/
> --enable-library-profiling \
>
> Configuring wai-logger-prefork-0.3.0...
> Dependency base ==4.*: using base-4.6.0.1
> Dependency bytestring -any: using bytestring-0.10.0.2
> Dependency date-cache -any: using date-cache-0.3.0
> Dependency fast-logger -any: using fast-logger-2.1.5
> Dependency http-types -any: using http-types-0.8.3
> Dependency unix -any: using unix-2.6.0.1
> Dependency wai -any: using wai-2.0.0
> Dependency wai-logger >=0.3: using wai-logger-2.1.1
> Using Cabal-1.16.0 compiled by ghc-7.6
> Using compiler: ghc-7.6.3
> Using install prefix: /usr
> Binaries installed in: /usr/bin
> Libraries installed in:
> /usr/lib/haskell-packages/ghc/lib/wai-logger-prefork-0.3.0/ghc-7.6.3
> Private binaries installed in: /usr/libexec
> Data files installed in: /usr/share/wai-logger-prefork
> Documentation installed in: /usr/share/doc/wai-logger-prefork-0.3.0
> 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.8 found on system at: /usr/bin/gcc
> Using ghc version 7.6.3 found on system at: /usr/bin/ghc
> Using ghc-pkg version 7.6.3 found on system at: /usr/bin/ghc-pkg
> No greencard found
> Using haddock version 2.13.2 found on system at: /usr/bin/haddock
> No happy found
> No hmake found
> Using hpc version 0.6 found on system at: /usr/bin/hpc
> Using hsc2hs version 0.67 found on system at: /usr/bin/hsc2hs
> Using hscolour version 1.20 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
> No uhc found
> debian/hlibrary.setup build --builddir=dist-ghc
> Building wai-logger-prefork-0.3.0...
> Preprocessing library wai-logger-prefork-0.3.0...
> [1 of 3] Compiling Network.Wai.Logger.Prefork.Types (
> Network/Wai/Logger/Prefork/Types.hs,
> dist-ghc/build/Network/Wai/Logger/Prefork/Types.o )
> [2 of 3] Compiling Network.Wai.Logger.Prefork.File (
> Network/Wai/Logger/Prefork/File.hs,
> dist-ghc/build/Network/Wai/Logger/Prefork/File.o )
>
> Network/Wai/Logger/Prefork/File.hs:18:38:
> Not in scope: type constructor or class `Logger'
> Perhaps you meant `LogStr' (imported from System.Log.FastLogger)
>
> Network/Wai/Logger/Prefork/File.hs:20:30:
> Not in scope: type constructor or class `Logger'
> Perhaps you meant `LogStr' (imported from System.Log.FastLogger)
>
> Network/Wai/Logger/Prefork/File.hs:23:27:
> Not in scope: type constructor or class `Logger'
> Perhaps you meant `LogStr' (imported from System.Log.FastLogger)
>
> Network/Wai/Logger/Prefork/File.hs:34:11:
> Ambiguous occurrence `clockDateCacher'
> It could refer to either `Network.Wai.Logger.clockDateCacher',
> imported from `Network.Wai.Logger' at
> Network/Wai/Logger/Prefork/File.hs:8:1-25
> (and originally defined in
> `wai-logger-2.1.1:Network.Wai.Logger.Date')
> or `System.Date.Cache.clockDateCacher',
> imported from `System.Date.Cache' at
> Network/Wai/Logger/Prefork/File.hs:11:1-24
>
> Network/Wai/Logger/Prefork/File.hs:34:27:
> Not in scope: `zonedDateCacheConf'
>
> Network/Wai/Logger/Prefork/File.hs:35:15: Not in scope: `mkLogger2'
>
> Network/Wai/Logger/Prefork/File.hs:47:32:
> Not in scope: `renewLogger'
> Perhaps you meant `renewLoggerSet' (imported from System.Log.FastLogger)
>
> Network/Wai/Logger/Prefork/File.hs:55:13:
> Not in scope: `loggerDate'
>
> Network/Wai/Logger/Prefork/File.hs:56:5:
> Not in scope: `loggerPutStr'
>
> Network/Wai/Logger/Prefork/File.hs:56:27:
> Not in scope: `apacheFormat'
>
> Network/Wai/Logger/Prefork/File.hs:64:44:
> Not in scope: `loggerFlush'
> make: *** [build-ghc-stamp] Error 1
The full build log is available from:
http://aws-logs.debian.net/ftbfs-logs/2014/03/29/haskell-wai-logger-prefork_0.3.0-2_unstable.log
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 EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Version: 0.3.0-2+rm
Dear submitter,
as the package haskell-wai-logger-prefork has just been removed from the Debian
archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/746664
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.
Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)
--- End Message ---