Your message dated Fri, 06 Jul 2012 03:17:50 +0000
with message-id <[email protected]>
and subject line Bug#676022: fixed in helium 1.7~pre20090428-3.1
has caused the Debian Bug report #676022,
regarding helium: FTBFS: ld: cannot find -lncurses
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 [email protected]
immediately.)
--
676022: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676022
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: helium
Version: 1.7~pre20090428-3
Severity: serious
Tags: wheezy sid
User: [email protected]
Usertags: qa-ftbfs-20120604 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part:
> gcc -o lvmrun -lm -ldl core/main.o core/stats.o core/options.o
> core/schedule.o core/evaluator.o core/instr.o core/thread.o core/stack.o
> core/loader.o core/module.o core/print.o core/ccall.o core/dynamic.o
> core/fail.o core/misc.o core/signals.o core/systhread.o core/sys.o
> core/primfloat.o heap/fixed.o heap/bytes.o heap/alloc.o heap/compact.o
> heap/custom.o heap/finalise.o heap/freelist.o heap/gc_ctrl.o heap/major_gc.o
> heap/minor_gc.o heap/memory.o heap/roots.o heap/weak.o heap/globroots.o
> prim/prims.o prim/primio.o prim/primsys.o prim/primstring.o
> make[2]: Leaving directory `/«PKGBUILDDIR»/lvm/src/runtime'
> ****************************************************
> Libraries (with overloading)
> ****************************************************
> cd ../lib; /usr/bin/make
> make[2]: Entering directory `/«PKGBUILDDIR»/helium/lib'
> /«PKGBUILDDIR»/helium/../lvm/src/lib/coreasm LvmLang.core
> /«PKGBUILDDIR»/helium/../lvm/src/lib/coreasm LvmIO.core
> /«PKGBUILDDIR»/helium/../lvm/src/lib/coreasm LvmException.core
> /«PKGBUILDDIR»/helium/../lvm/src/lib/coreasm HeliumLang.core
> /«PKGBUILDDIR»/helium/../lvm/src/lib/coreasm PreludePrim.core
> "/«PKGBUILDDIR»/helium/bin/helium" -b --overloading Prelude.hs
> Compiling Prelude.hs
> Compilation successful
> "/«PKGBUILDDIR»/helium/bin/helium" -b --overloading List.hs
> Compiling ./Maybe.hs
> (34,32): Warning: Missing pattern in generator:
> Nothing <- ...
> Compilation successful with 1 warning
> Compiling List.hs
> (36,7): Warning: Variable "eq" is not used
> (43,10): Warning: Variable "eq" is not used
> (43,13): Warning: Variable "x" is not used
> (65,13): Warning: Variable "sep" is not used
> (66,13): Warning: Variable "sep" is not used
> (72,41): Warning: Variable "t" is not used
> (73,51): Warning: Variable "h" is not used
> (87,9): Warning: Variable "eq" is not used
> (112,11): Warning: Variable "f" is not used
> (118,11): Warning: Variable "f" is not used
> (125,48): Warning: Variable "b" shadows the one at (124,11)
> (137,10): Warning: Variable "cmp" is not used
> (144,11): Warning: Variable "cmp" is not used
> (147,20): Warning: Variable "max" shadows the one at Prelude
> (152,11): Warning: Variable "cmp" is not used
> (155,20): Warning: Variable "min" shadows the one at Prelude
> (72,38): Warning: Missing pattern in generator:
> [] <- ...
> (73,50): Warning: Missing pattern in generator:
> [] <- ...
> Compilation successful with 18 warnings
> "/«PKGBUILDDIR»/helium/bin/helium" -b --overloading Maybe.hs
> Compiling Maybe.hs
> (34,32): Warning: Missing pattern in generator:
> Nothing <- ...
> Compilation successful with 1 warning
> "/«PKGBUILDDIR»/helium/bin/helium" -b --overloading Char.hs
> Compiling Char.hs
> Compilation successful
> echo LvmLang.lvm LvmIO.lvm LvmException.lvm HeliumLang.lvm PreludePrim.lvm
> Prelude.o List.o Maybe.o Char.o
> LvmLang.lvm LvmIO.lvm LvmException.lvm HeliumLang.lvm PreludePrim.lvm
> Prelude.o List.o Maybe.o Char.o
> make[2]: Leaving directory `/«PKGBUILDDIR»/helium/lib'
> ****************************************************
> Simple libraries (without overloading)
> ****************************************************
> cd ../lib/simple; /usr/bin/make
> make[2]: Entering directory `/«PKGBUILDDIR»/helium/lib/simple'
> /«PKGBUILDDIR»/helium/../lvm/src/lib/coreasm LvmLang.core
> /«PKGBUILDDIR»/helium/../lvm/src/lib/coreasm LvmIO.core
> /«PKGBUILDDIR»/helium/../lvm/src/lib/coreasm LvmException.core
> /«PKGBUILDDIR»/helium/../lvm/src/lib/coreasm HeliumLang.core
> /«PKGBUILDDIR»/helium/../lvm/src/lib/coreasm PreludePrim.core
> "/«PKGBUILDDIR»/helium/bin/helium" -b --no-overloading Prelude.hs
> Compiling Prelude.hs
> Compilation successful
> "/«PKGBUILDDIR»/helium/bin/helium" -b --no-overloading List.hs
> Compiling ./Maybe.hs
> (34,32): Warning: Missing pattern in generator:
> Nothing <- ...
> Compilation successful with 1 warning
> Compiling List.hs
> (45,38): Warning: Missing pattern in generator:
> [] <- ...
> (46,50): Warning: Missing pattern in generator:
> [] <- ...
> Compilation successful with 2 warnings
> "/«PKGBUILDDIR»/helium/bin/helium" -b --no-overloading Maybe.hs
> Compiling Maybe.hs
> (34,32): Warning: Missing pattern in generator:
> Nothing <- ...
> Compilation successful with 1 warning
> "/«PKGBUILDDIR»/helium/bin/helium" -b --no-overloading Char.hs
> Compiling Char.hs
> Compilation successful
> echo LvmLang.lvm LvmIO.lvm LvmException.lvm HeliumLang.lvm PreludePrim.lvm
> Prelude.o List.o Maybe.o Char.o
> LvmLang.lvm LvmIO.lvm LvmException.lvm HeliumLang.lvm PreludePrim.lvm
> Prelude.o List.o Maybe.o Char.o
> make[2]: Leaving directory `/«PKGBUILDDIR»/helium/lib/simple'
> ****************************************************
> TextHint: the textual Helium interpreter
> ****************************************************
> /usr/bin/ghc -o ../bin/texthint --make -W -fwarn-tabs
> -fwarn-duplicate-exports -fwarn-orphans -fwarn-unused-imports -static
> -i../../lvm/src/lib/common:../../lvm/src/lib/common/ghc:../../lvm/src/lib/lvm:../../lvm/src/lib/asm:../../lvm/src/lib/core:./utils:./parser:./staticanalysis/miscellaneous:./staticanalysis/inferencers:./staticanalysis/directives:./staticanalysis/staticchecks:./staticanalysis/heuristics:./staticanalysis/messages:./syntax:./codegeneration:./main:./modulesystem:../../Top/src/Top/..:./texthint
> -O2 texthint/Main.hs
> [3 of 5] Compiling ConfigFile ( texthint/ConfigFile.hs,
> texthint/ConfigFile.o )
>
> texthint/ConfigFile.hs:4:1:
> Warning: The import of `Control.Monad' is redundant
> except perhaps to import instances from `Control.Monad'
> To import instances alone, use: import Control.Monad()
>
> texthint/ConfigFile.hs:5:1:
> Warning: The import of `Data.Map' is redundant
> except perhaps to import instances from `Data.Map'
> To import instances alone, use: import Data.Map()
>
> texthint/ConfigFile.hs:7:1:
> Warning: The import of `Data.Either' is redundant
> except perhaps to import instances from `Data.Either'
> To import instances alone, use: import Data.Either()
>
> texthint/ConfigFile.hs:27:1: Warning: Defined but not used: `eol'
> [4 of 5] Compiling OSSpecific ( utils/OSSpecific.hs, utils/OSSpecific.o
> )
> [5 of 5] Compiling Main ( texthint/Main.hs, texthint/Main.o )
>
> texthint/Main.hs:17:8:
> Warning: In the use of `catch'
> (imported from Prelude, but defined in System.IO.Error):
> Deprecated: "Please use the new exceptions variant,
> Control.Exception.catch"
>
> texthint/Main.hs:22:1:
> Warning: The import of `System.IO' is redundant
> except perhaps to import instances from `System.IO'
> To import instances alone, use: import System.IO()
>
> texthint/Main.hs:53:11: Warning: Defined but not used: `sep'
>
> texthint/Main.hs:54:11: Warning: Defined but not used: `sep'
>
> texthint/Main.hs:88:14:
> Warning: Pattern match(es) are non-exhaustive
> In a case alternative:
> Patterns not matched:
> []
> (GHC.Types.C# #x) : _ with #x `notElem` ['o', 'h', 'p',
> 'l', 'a']
> [GHC.Types.C# 'o']
> (GHC.Types.C# 'o') : ((GHC.Types.C# #x) : _)
> with
> #x `notElem` ['v']
> ...
>
> texthint/Main.hs:284:6: Warning: Defined but not used: `success'
>
> texthint/Main.hs:323:14: Warning: Defined but not used: `succes'
>
> texthint/Main.hs:327:14: Warning: Defined but not used: `succes'
>
> texthint/Main.hs:506:11: Warning: Defined but not used: `x'
>
> texthint/Main.hs:537:8: Warning: Defined but not used: `escapables'
> Linking ../bin/texthint ...
> /usr/bin/ld: cannot find -lncurses
> collect2: error: ld returned 1 exit status
The full build log is available from:
http://people.debian.org/~lucas/logs/2012/06/04/helium_1.7~pre20090428-3_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 ---
Source: helium
Source-Version: 1.7~pre20090428-3.1
We believe that the bug you reported is fixed in the latest version of
helium, which is due to be installed in the Debian FTP archive:
helium_1.7~pre20090428-3.1.debian.tar.gz
to main/h/helium/helium_1.7~pre20090428-3.1.debian.tar.gz
helium_1.7~pre20090428-3.1.dsc
to main/h/helium/helium_1.7~pre20090428-3.1.dsc
helium_1.7~pre20090428-3.1_i386.deb
to main/h/helium/helium_1.7~pre20090428-3.1_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Luk Claes <[email protected]> (supplier of updated helium package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 05 Jul 2012 20:23:52 +0000
Source: helium
Binary: helium
Architecture: source i386
Version: 1.7~pre20090428-3.1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group
<[email protected]>
Changed-By: Luk Claes <[email protected]>
Description:
helium - compiler used for learning the programming language Haskell
Closes: 676022
Changes:
helium (1.7~pre20090428-3.1) unstable; urgency=low
.
* Non-maintainer upload.
* Add libncurses-dev build dependency (Closes: #676022).
Checksums-Sha1:
1dbd86edb9342733dd34e538cc9b82839d1e09ba 1553 helium_1.7~pre20090428-3.1.dsc
63d5c39c23941c9093ea959511f8a21699b1dc6b 66473
helium_1.7~pre20090428-3.1.debian.tar.gz
06b2fe2d176b8a6c506fea91765b193a4de6d9f3 2097850
helium_1.7~pre20090428-3.1_i386.deb
Checksums-Sha256:
ce5e10b67464a49531e2b2a89e0d15bfd5ceeee325fc168e62b72b39ddf59c5c 1553
helium_1.7~pre20090428-3.1.dsc
1d85c72e436fa972ae6632c1f0a7be82db1f2fc4aad0481f6048285e9b2a7e31 66473
helium_1.7~pre20090428-3.1.debian.tar.gz
d92d98c7f339d191e3200bf9988e7a5a7fdf22c030aa30377407d07d6b166349 2097850
helium_1.7~pre20090428-3.1_i386.deb
Files:
51c693d3f018f95601249d2daeff0121 1553 haskell optional
helium_1.7~pre20090428-3.1.dsc
d59c91a83348cc1c75072e708857d198 66473 haskell optional
helium_1.7~pre20090428-3.1.debian.tar.gz
1e91106d098b1310c2543772cdc5258d 2097850 haskell optional
helium_1.7~pre20090428-3.1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAk/2VlgACgkQ+C5cwEsrK54XEwCgj6fuQIjq32JWki/deuortQD6
AEUAn1Zb/mIh81EkldL+tL+3iUAXdp/a
=S9IV
-----END PGP SIGNATURE-----
--- End Message ---