Your message dated Sun, 22 Jan 2012 23:04:13 +0000
with message-id <e1rp6sl-0004vf...@franck.debian.org>
and subject line Bug#645112: fixed in zsh 4.3.15-1
has caused the Debian Bug report #645112,
regarding zsh: FTBFS: configure: error: "No terminal handling library was found 
on your system."
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.)


-- 
645112: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=645112
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libncurses5-dev
Version: 5.9-2
Severity: serious
X-Debbugs-CC: Matthias Klose <d...@debian.org>

Static linking with -lncurses fails if you need symbols from libtinfo:

,----
| $ cat foo.c
| #include <term.h>
| #include <stdlib.h>
| 
| int main(void)
| {
|   return tgetent(NULL, "");
| }
| $ LANG=C gcc foo.c -lncurses -static
| /tmp/ccRe0RW2.o: In function `main':
| foo.c:(.text+0x19): undefined reference to `tgetent'
| collect2: ld returned 1 exit status
`----

This makes zsh and possibly a few other packages FTBFS.


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 3.1.0-rc9-nouveau (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libncurses5-dev depends on:
ii  libc6-dev [libc-dev]  2.13-21
ii  libncurses5           5.9-2
ii  libtinfo-dev          5.9-2
ii  ncurses-bin           5.9-2

libncurses5-dev recommends no packages.

Versions of packages libncurses5-dev suggests:
ii  ncurses-doc  5.9-2

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: zsh
Source-Version: 4.3.15-1

We believe that the bug you reported is fixed in the latest version of
zsh, which is due to be installed in the Debian FTP archive:

zsh-dbg_4.3.15-1_amd64.deb
  to main/z/zsh/zsh-dbg_4.3.15-1_amd64.deb
zsh-dev_4.3.15-1_amd64.deb
  to main/z/zsh/zsh-dev_4.3.15-1_amd64.deb
zsh-doc_4.3.15-1_all.deb
  to main/z/zsh/zsh-doc_4.3.15-1_all.deb
zsh-static_4.3.15-1_amd64.deb
  to main/z/zsh/zsh-static_4.3.15-1_amd64.deb
zsh_4.3.15-1.debian.tar.gz
  to main/z/zsh/zsh_4.3.15-1.debian.tar.gz
zsh_4.3.15-1.dsc
  to main/z/zsh/zsh_4.3.15-1.dsc
zsh_4.3.15-1_amd64.deb
  to main/z/zsh/zsh_4.3.15-1_amd64.deb
zsh_4.3.15.orig.tar.bz2
  to main/z/zsh/zsh_4.3.15.orig.tar.bz2



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 645...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Axel Beckert <a...@debian.org> (supplier of updated zsh 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 ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 22 Jan 2012 20:51:58 +0100
Source: zsh
Binary: zsh zsh-doc zsh-static zsh-dev zsh-dbg
Architecture: source all amd64
Version: 4.3.15-1
Distribution: unstable
Urgency: low
Maintainer: Debian Zsh Maintainers <pkg-zsh-de...@lists.alioth.debian.org>
Changed-By: Axel Beckert <a...@debian.org>
Description: 
 zsh        - shell with lots of features
 zsh-dbg    - shell with lots of features (debugging symbols)
 zsh-dev    - shell with lots of features (development files)
 zsh-doc    - zsh documentation - info/HTML format
 zsh-static - shell with lots of features (static link)
Closes: 603503 624497 630906 631795 632140 634609 641162 644179 645112 646046
Changes: 
 zsh (4.3.15-1) unstable; urgency=low
 .
   * New upstream release
     + [45913f43] Allow closing of fd's not recorded by the shell
       (Closes: #644179)
     + [2938c58c] replace overlapping strcpy with memmove (Closes: #624497)
     + Includes new _git implementation (Closes: #630906, #603503)
 .
   [ Frank Terbeck ]
   * [c63c0d79] Adding support for (un)markauto in _apt (Closes: #631795)
   * [fd222338] Support -F completion for aptitude (Closes: #632140)
   * [fbaba904, 7c61c918] Use one positive arch-spec instead of several negated
     ones (Closes: #634609)
   * [af2bb4fd] Removing upstream patches due to new release
   * [ea0e8c35] at2quilt: Updating autotools patches
 .
   [ Michael Prokop ]
   * [21e7021b] provide debian/gbp.conf for git-buildpackage and friends
 .
   [ Mitsuya Shibata ]
   * [1e111f71] Add "tinfo" to --with-term-lib flag (Closes: #645112)
 .
   [ Ansgar Burchardt ]
   * [add75037] _bts: Update list of tags (Closes: #641162)
 .
   [ Axel Beckert ]
   * [00f335b1] Support differentiation of generated orig.tar.bz2 ("debian
     source") vs upstream's tarballs. (Not used for now.)
     + Add dversionmangle to watch file
   * Build package from git --archive generated .orig.tar.bz2 for now to
     fix some file regeneration issues, e.g. with man pages. (Closes:
     #646046)
   * [f6f9a83e] Add some more (re)generated files to extend-diff-ignore in
     debian/source/options
Checksums-Sha1: 
 f62ef80293035528b28b82e3545adf57108a6536 1600 zsh_4.3.15-1.dsc
 18d10a938807d0a70cd2eed1f32dcfbea9d795dc 2321894 zsh_4.3.15.orig.tar.bz2
 2f3ad88fd0de17d6afd46d17ef3b3c9b4820c9f5 145658 zsh_4.3.15-1.debian.tar.gz
 231004b08a82971106a5de599a652e3257eb7690 2575318 zsh-doc_4.3.15-1_all.deb
 fd5dc29d6c0a27d1d7cec8e8db098e5550581a19 4886314 zsh_4.3.15-1_amd64.deb
 3695ee50e77d6fbaf013ecbb88b4cc386d34efcd 1252262 zsh-dbg_4.3.15-1_amd64.deb
 70560184e20370a4332f0eff6459f000063d42ac 1003208 zsh-static_4.3.15-1_amd64.deb
 c23118a7537591b7c3f9d7ed7ab89c9325559bd7 83890 zsh-dev_4.3.15-1_amd64.deb
Checksums-Sha256: 
 4e52b8a4c889d2f888405683af5106876e111b64ffcb1df6053e2cf8b4e994ac 1600 
zsh_4.3.15-1.dsc
 97c72d83d249ae07fe8ecc891f2faf881ca759501fcc915288303abaa708b8e9 2321894 
zsh_4.3.15.orig.tar.bz2
 d92a0180cd40680e569e0ba1b1c9eb72db8d7441ab81512087ecf3af3916129c 145658 
zsh_4.3.15-1.debian.tar.gz
 f51cc4ef245b06e922da8b53dcebeb3b97e870d9965cb560145efb97d191ae2a 2575318 
zsh-doc_4.3.15-1_all.deb
 20009f7f7655a5c830a4ea6abcbd01c6264d846f5cd631dc2f7a9d840578af52 4886314 
zsh_4.3.15-1_amd64.deb
 08feaf0aecc951ebd4ec397081c37684850d8ec5448d74e2b034e8c229ece237 1252262 
zsh-dbg_4.3.15-1_amd64.deb
 5b4fd18a97683d2f92ac03d34711076aeef5a13a7d9a8065081c577956b5ebe8 1003208 
zsh-static_4.3.15-1_amd64.deb
 55fd60820575a1360df49d2df82875fe47239422b2fc083735220b800828c9cb 83890 
zsh-dev_4.3.15-1_amd64.deb
Files: 
 dc343bb301bc0d6c6bd89404e381a5a2 1600 shells optional zsh_4.3.15-1.dsc
 8b3f30603c4b22b076f86f72e6a74b34 2321894 shells optional 
zsh_4.3.15.orig.tar.bz2
 40e542896ea6062058c95f1c6ae0e218 145658 shells optional 
zsh_4.3.15-1.debian.tar.gz
 e6fa782f220a10202372b0fdcf0fa50d 2575318 doc optional zsh-doc_4.3.15-1_all.deb
 4107864b13e22afc7c795ab024751771 4886314 shells optional zsh_4.3.15-1_amd64.deb
 bdc8bef7a8afc48aebc783e69e3a831a 1252262 debug extra zsh-dbg_4.3.15-1_amd64.deb
 338631f728b2bdb3622435a34ca76f9c 1003208 shells optional 
zsh-static_4.3.15-1_amd64.deb
 9c628505cc9f1439787e96cd30741dbf 83890 libdevel optional 
zsh-dev_4.3.15-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk8cjT4ACgkQwJ4diZWTDt58MACfRiacR9cRq0KUJ1xlro6d9dDX
L78AoIJadmcziDwwnmraF0BpL1D7E6R8
=Arg9
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to