Package: sqlite3
Version: 3.6.11-1
Severity: minor
Tags: patch

dpkg-shlibdeps issues a bunch of ICU-related complaints when building the
package:

dpkg-shlibdeps: warning: dependency on libicui18n.so.40 could be avoided if
  "debian/sqlite3/usr/bin/sqlite3" were not uselessly linked against it (they
  use none of its symbols).
dpkg-shlibdeps: warning: dependency on libicui18n.so.40 could be avoided if
  "debian/libsqlite3-tcl/usr/lib/sqlite3/libtclsqlite3.so" were not uselessly
  linked against it (they use none of its symbols).
dpkg-shlibdeps: warning: symbol utf8_countTrailBytes_4_0 used by
  debian/libsqlite3-0/usr/lib/libsqlite3.so.0.8.6 found in none of the
  libraries.
dpkg-shlibdeps: warning: symbol ubrk_current_4_0 used by
  debian/libsqlite3-0/usr/lib/libsqlite3.so.0.8.6 found in none of the
  libraries.
dpkg-shlibdeps: warning: symbol u_errorName_4_0 used by
  debian/libsqlite3-0/usr/lib/libsqlite3.so.0.8.6 found in none of the
  libraries.
dpkg-shlibdeps: warning: symbol ubrk_open_4_0 used by
  debian/libsqlite3-0/usr/lib/libsqlite3.so.0.8.6 found in none of the
  libraries.
dpkg-shlibdeps: warning: symbol u_strToUpper_4_0 used by
  debian/libsqlite3-0/usr/lib/libsqlite3.so.0.8.6 found in none of the
  libraries.
dpkg-shlibdeps: warning: symbol utf8_nextCharSafeBody_4_0 used by
  debian/libsqlite3-0/usr/lib/libsqlite3.so.0.8.6 found in none of the
  libraries.
dpkg-shlibdeps: warning: symbol u_strToUTF8_4_0 used by
  debian/libsqlite3-0/usr/lib/libsqlite3.so.0.8.6 found in none of the
  libraries.
dpkg-shlibdeps: warning: symbol ubrk_first_4_0 used by
  debian/libsqlite3-0/usr/lib/libsqlite3.so.0.8.6 found in none of the
  libraries.
dpkg-shlibdeps: warning: symbol ubrk_next_4_0 used by
  debian/libsqlite3-0/usr/lib/libsqlite3.so.0.8.6 found in none of the
  libraries.
dpkg-shlibdeps: warning: symbol u_foldCase_4_0 used by
  debian/libsqlite3-0/usr/lib/libsqlite3.so.0.8.6 found in none of
  the libraries.
dpkg-shlibdeps: warning: 3 other similar warnings have been skipped
  (use -v to see them all).

These are mostly harmless, but can easily be fixed on top of my patch
for bug #520153 by a slight change to debian/rules:

-DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-licui18n"
+DEB_CONFIGURE_SCRIPT_ENV += LIBS="-licui18n -licuuc"

zw

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

Kernel: Linux 2.6.26-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages sqlite3 depends on:
ii  libc6                    2.9-6           GNU C Library: Shared libraries
ii  libicu40                 4.0.1-2         International Components for Unico
ii  libreadline5             5.2-4           GNU readline and history libraries
ii  libsqlite3-0             3.6.11-1+local1 SQLite 3 shared library

sqlite3 recommends no packages.

Versions of packages sqlite3 suggests:
pn  sqlite3-doc                   <none>     (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to