Your message dated Wed, 29 Mar 2006 16:21:37 +0200
with message-id <[EMAIL PROTECTED]>
and subject line lib64ncurses5 builds fine on pure i386 now
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: lib64ncurses5
Severity: important
Version: 5.5-1
When I build ncurses here under pbuilder, on a system without amd64
support, the resulting package has no Depends field whatsoever, while
the official package has "Depends: libc6-amd64 (>= 2.3.5-1)". The
build log shows:
...
# Unfortunately, dh_shlibdeps runs ldd, and 64-bit ldd doesn't run on
# a 31-bit S/390 build daemon, so I can't always use dh_shlibdeps.
# So this is allowed to fail.
dh_shlibdeps -plib64ncurses5 \
-ldebian/lib64ncurses5/lib64:debian/lib64ncurses5/usr/lib64 \
-- -L/tmp/buildd/ncurses-5.5/debian/shlibs.dummy
dh_shlibdeps: Compatibility levels before 4 are deprecated.
dpkg-shlibdeps: warning: no utmp entry available and LOGNAME not defined; using
uid of process (0)
/usr/bin/ldd: line 161: /lib64/ld-linux-x86-64.so.2: cannot execute binary file
dpkg-shlibdeps: failure: ldd on `debian/lib64ncurses5/lib64/libncurses.so.5.5' g
ave error exit status 1
dh_shlibdeps: command returned error code 256
make: [binary-arch] Error 1 (ignored)
...
That dependency probably needs to be hard-coded, or at least read
directly from the shlibs file, unfortunately.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
--- End Message ---
--- Begin Message ---
It appears that with recent dpkg-dev changes to make dpkg-shlibdeps not run
ldd anymore, lib64ncurses5 now builds with a proper "Depends: libc6-amd64 (>=
2.3.5-1)" line, even without 64-bit runtime support. So I'm closing this
now.
--
Daniel Schepler
--- End Message ---