Your message dated Sun, 13 Nov 2011 00:39:21 -0600
with message-id <20111113063921.ga17...@elie.hsd1.il.comcast.net>
and subject line Re: bash: FTBFS with libncurses5-dev 5.9-3
has caused the Debian Bug report #645113,
regarding bash: FTBFS with libncurses5-dev 5.9-3
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.)


-- 
645113: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=645113
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 ---
Version: 4.2-1~exp1

Sven Joachim wrote:

> Anyway, I'll probably not dig into this further since it's already fixed
> in experimental, modulo #641350.

Marking accordingly.

| bash (4.2-1~exp1) experimental; urgency=low
[...]
|   * Just link with libtinfo instead of libncurses if available.


--- End Message ---

Reply via email to