From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: Re: Questions about Xen qemu-dm so I can finish my Debian packaging Date: Tue, 29 Dec 2009 22:29:58 +0100 Message-ID: <20091229212958.GQ4815@const> References: <4B391B59.6070307@goirand.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline In-Reply-To: <4B391B59.6070307@goirand.fr> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Thomas Goirand Cc: xen-devel@lists.xensource.com, Ian Jackson , Christian Motschke , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org Thomas Goirand, le Tue 29 Dec 2009 04:55:53 +0800, a =E9crit : > 4- Is this normal, and could it be avoided: >=20 > dpkg-shlibdeps: warning: dependency on libm.so.6 could be avoided if > "debian/xen-qemu-dm-3.4/usr/lib/xen-3.4/boot/qemu-dm" were not uselessl= y > linked against it (they use none of its symbols). -lm is needed for hw/fmopl.c. It shouldn't be any harm to always have it however, since that's from libc. > dpkg-shlibdeps: warning: dependency on libXext.so.6 could be avoided if > "debian/xen-qemu-dm-3.4/usr/lib/xen-3.4/boot/qemu-dm" were not uselessl= y > linked against it (they use none of its symbols). qemu doesn't link it itself. It's probably a spurious Requires in some /usr/lib/pkgconfig/*.pc that should actually be a Requires.private. Samuel