[Pidgin Plugins] #382: unchecked dependencies
Pidgin Plugins
plugins-trac at guifications.org
Wed Oct 31 17:46:50 CDT 2007
#382: unchecked dependencies
----------------------------+-----------------------------------------------
Reporter: imi | Owner: jbailey
Type: Bugs | Status: closed
Priority: 4 | Milestone:
Component: Guifications2 | Version: Guifications2.14
Resolution: duplicate | Keywords:
Pending: 0 |
----------------------------+-----------------------------------------------
Comment (by imi):
{{{
+ ldd /usr/lib/libpurple.so
linux-gate.so.1 => (0xffffe000)
libdbus-glib-1.so.2 => /usr/lib/libdbus-glib-1.so.2 (0xb7e50000)
libdbus-1.so.2 => /lib/libdbus-1.so.2 (0xb7e24000)
libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0xb7ded000)
libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0xb7de9000)
libdl.so.2 => /lib/libdl.so.2 (0xb7de5000)
libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0xb7de1000)
libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0xb7d5f000)
libxml2.so.2 => /usr/lib/libxml2.so.2 (0xb7c50000)
libz.so.1 => /lib/libz.so.1 (0xb7c3d000)
libm.so.6 => /lib/libm.so.6 (0xb7c17000)
libnsl.so.1 => /lib/libnsl.so.1 (0xb7c04000)
libresolv.so.2 => /lib/libresolv.so.2 (0xb7bf2000)
libpthread.so.0 => /lib/libpthread.so.0 (0xb7bdf000)
libc.so.6 => /lib/libc.so.6 (0xb7acb000)
/lib/ld-linux.so.2 (0x80000000)
}}}
I think all these entries are okay.
My distro is:
{{{
imi:~$ uname -a
Linux boborjan 2.6.17.6-10 #1 SMP Tue Aug 7 19:38:02 CEST 2007 i686 UHU-
Linux
}}}
I use sources because there are no packages to my distro: however: your
configure script fail to check correctly its dependencies. ./configure
should have been failed in any conditions when make would fail. your
configure script doesn't test for the presence of expat-dev, dbus-dev,
libxml-dev correctly. They are surely not on my test-chroot, your
./configure bypasses its absence.
All is written in
http://plugins.guifications.org/trac/ticket/382#comment:2 so your task is
only to correct glitches reported there.
--
Ticket URL: <http://plugins.guifications.org/trac/ticket/382#comment:6>
Pidgin Plugins <http://pidgin.guifications.org/>
Plugins for the Instant Messaging client Pidgin and its backend library libpurple
More information about the Plugins-tickets
mailing list