[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#579270: FTBFS if hlint is installed



Package: darcs
Version: 2.4-1
Severity: serious
Tags: patch

This package gives an error in the test part of the build if hlint is
installed, because it tries to search for a file that is not available in
source.  This patch fixes the issue.  This build failure was first reported in
[0].

0: http://lists.debian.org/debian-haskell/2010/04/msg00101.html

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages darcs depends on:
ii  libc6                   2.10.2-6         Embedded GNU C Library: Shared lib
ii  libcurl3-gnutls         7.20.1-1         Multi-protocol file transfer libra
ii  libffi5                 3.0.9-1          Foreign Function Interface library
ii  libgmp3c2               2:4.3.2+dfsg-1   Multiprecision arithmetic library
ii  libncurses5             5.7+20100313-1   shared libraries for terminal hand
ii  zlib1g                  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages darcs recommends:
ii  msmtp-mta [mail-transport-age 1.4.20-1   light SMTP client with support for

darcs suggests no packages.

-- no debconf information
--- haskell_policy.sh~	2010-04-26 14:01:22.000000000 -0300
+++ haskell_policy.sh	2010-04-26 14:01:50.000000000 -0300
@@ -38,4 +38,4 @@
 
 wd="`pwd`"
 cd ..
-hlint --hint=contrib/darcs-errors.hlint src
+#hlint --hint=contrib/darcs-errors.hlint src

Reply to: