[Pidgin] #2355: undefined references for plugins
Pidgin
trac at pidgin.im
Tue Jul 31 14:37:39 EDT 2007
#2355: undefined references for plugins
-------------------------------------------+--------------------------------
Reporter: Kreuger | Type: defect
Status: new | Priority: minor
Component: pidgin (gtk) | Version: 2.0.2
Keywords: undefined, reference, plugins | Pending: 0
-------------------------------------------+--------------------------------
I'm attempting to create a deb file for Debian/Ubuntu users but whenever I
do it, I get this.
dpkg-buildpackage: source package is pidgin
dpkg-buildpackage: source version is 2.0.2-1
dpkg-buildpackage: source changed by Kreuger Burns
<kreugerburns at gmail.com>
dpkg-buildpackage: host architecture i386
dpkg-buildpackage: source version without epoch 2.0.2-1
fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp
# Add here commands to clean up after the build process.
/usr/bin/make distclean
make[1]: Entering directory
`/home/kreuger/.debcreator/pidgin/pidgin-2.0.2'
make[1]: *** No rule to make target `distclean'. Stop.
make[1]: Leaving directory `/home/kreuger/.debcreator/pidgin/pidgin-2.0.2'
make: [clean] Error 2 (ignored)
cp -f /usr/share/misc/config.sub config.sub
cp -f /usr/share/misc/config.guess config.guess
dh_clean
dpkg-source -b pidgin-2.0.2
dpkg-source: building pidgin in pidgin_2.0.2.orig.tar.gz
dpkg-source: building pidgin in pidgin_2.0.2-1.diff.gz
dpkg-source: building pidgin in pidgin_2.0.2-1.dsc
debian/rules build
dh_testdir
# Add here commands to configure the package.
CFLAGS="-Wall -g -O2 -Wl,-z,defs" ./configure --host=i486-linux-gnu
--build=i486-linux-gnu --prefix=/usr --mandir=\${prefix}/share/man
--infodir=\${prefix}/share/info
checking build system type... i486-pc-linux-gnu
checking host system type... i486-pc-linux-gnu
checking target system type... i486-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for sed... /bin/sed
checking for i486-linux-gnu-gcc... i486-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i486-linux-gnu-gcc accepts -g... yes
checking for i486-linux-gnu-gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of i486-linux-gnu-gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by i486-linux-gnu-gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... i486-linux-gnu-gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for i486-linux-gnu-g++... i486-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether i486-linux-gnu-g++ accepts -g... yes
checking dependency style of i486-linux-gnu-g++... gcc3
checking how to run the C++ preprocessor... i486-linux-gnu-g++ -E
checking for i486-linux-gnu-g77... no
checking for i486-linux-gnu-f77... no
checking for i486-linux-gnu-xlf... no
checking for i486-linux-gnu-frt... no
checking for i486-linux-gnu-pgf77... no
checking for i486-linux-gnu-fort77... no
checking for i486-linux-gnu-fl32... no
checking for i486-linux-gnu-af77... no
checking for i486-linux-gnu-f90... no
checking for i486-linux-gnu-xlf90... no
checking for i486-linux-gnu-pgf90... no
checking for i486-linux-gnu-epcf90... no
checking for i486-linux-gnu-f95... no
checking for i486-linux-gnu-fort... no
checking for i486-linux-gnu-xlf95... no
checking for i486-linux-gnu-ifc... no
checking for i486-linux-gnu-efc... no
checking for i486-linux-gnu-pgf95... no
checking for i486-linux-gnu-lf95... no
checking for i486-linux-gnu-gfortran... no
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from i486-linux-gnu-gcc
object... ok
checking for objdir... .libs
checking for i486-linux-gnu-ar... no
checking for ar... ar
checking for i486-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for i486-linux-gnu-strip... no
checking for strip... strip
checking if i486-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for i486-linux-gnu-gcc option to produce PIC... -fPIC
checking if i486-linux-gnu-gcc PIC flag -fPIC works... yes
checking if i486-linux-gnu-gcc static flag -static works... yes
checking if i486-linux-gnu-gcc supports -c -o file.o... yes
checking whether the i486-linux-gnu-gcc linker (/usr/bin/ld) supports
shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by i486-linux-gnu-g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the i486-linux-gnu-g++ linker (/usr/bin/ld) supports
shared libraries... yes
checking for i486-linux-gnu-g++ option to produce PIC... -fPIC
checking if i486-linux-gnu-g++ PIC flag -fPIC works... yes
checking if i486-linux-gnu-g++ static flag -static works... yes
checking if i486-linux-gnu-g++ supports -c -o file.o... yes
checking whether the i486-linux-gnu-g++ linker (/usr/bin/ld) supports
shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for a BSD-compatible install... /usr/bin/install -c
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking for iconv... /usr/bin/iconv
checking for msgfmt... /usr/bin/msgfmt
checking for msgmerge... /usr/bin/msgmerge
checking for xgettext... /usr/bin/xgettext
checking for i486-linux-gnu-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed... af am ar az bg bn bs ca
ca at valencia cs da de dz el en_AU en_CA en_GB eo es et eu fa fi fr gl gu he
hi hu id it ja ka kn ko ku lt mk my_MM nb ne nl nn pa pl pt_BR pt ps ro ru
sk sl sq sr sr at Latn sv ta te th tr uk vi xh zh_CN zh_HK zh_TW
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking arpa/nameser_compat.h usability... yes
checking arpa/nameser_compat.h presence... yes
checking for arpa/nameser_compat.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for locale.h... (cached) yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdint.h... (cached) yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking for an ANSI C-conforming const... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for time_t... yes
checking size of time_t... 4
checking whether byte ordering is bigendian... no
checking return type of signal handlers... void
checking for strftime... yes
checking for strdup... yes
checking for strstr... yes
checking for atexit... yes
checking for setlocale... yes
checking for getopt_long... yes
checking for inet_aton... yes
checking for __res_query in -lresolv... yes
checking for gethostent in -lnsl... yes
checking for socket... yes
checking for getaddrinfo... yes
checking for socklen_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking for the %z format string in strftime()... yes
checking for GLIB... yes
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for GTK... yes
checking for pango... yes
checking for XScreenSaverRegister in -lXext... no
checking for XScreenSaverRegister in -lXss... no
checking for SmcSaveYourselfDone in -lSM... yes
checking X11/SM/SMlib.h usability... yes
checking X11/SM/SMlib.h presence... yes
checking for X11/SM/SMlib.h... yes
checking for STARTUP_NOTIFICATION... no
no
checking for GTKSPELL... no
no
checking for EVOLUTION_ADDRESSBOOK... no
yes
checking for EVOLUTION_ADDRESSBOOK... no
yes
checking for SQLITE3... no
no
checking for initscr in -lncursesw... no
checking for update_panels in -lpanelw... no
checking for initscr in -lncurses... yes
checking for update_panels in -lpanel... yes
checking for X11... yes
checking for LIBXML... yes
checking for gconftool-2... /usr/bin/gconftool-2
Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema
installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking for GSTREAMER... yes
checking for MEANWHILE... no
no
checking for HOWL... no
no
checking for HOWL... no
no
checking howl.h usability... no
checking howl.h presence... no
checking for howl.h... no
checking for sw_discovery_init in -lhowl... no
checking for SILC... no
no
checking for SILC... no
no
checking for SILC... no
no
checking for GADU... no
no
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking for uname... yes
checking for -Waggregate-return option to gcc... yes
checking for -Wcast-align option to gcc... yes
checking for -Wdeclaration-after-statement option to gcc... yes
checking for -Wendif-labels option to gcc... yes
checking for -Werror-implicit-function-declaration option to gcc... yes
checking for -Wextra -Wno-sign-compare -Wno-unused-parameter option to
gcc... yes
checking for -Winit-self option to gcc... yes
checking for -Wmissing-declarations option to gcc... yes
checking for -Wmissing-noreturn option to gcc... yes
checking for -Wmissing-prototypes option to gcc... yes
checking for -Wnested-externs option to gcc... yes
checking for -Wpointer-arith option to gcc... yes
checking for -Wundef option to gcc... yes
checking for FORTIFY_SOURCE support... yes
checking for pidgin... /usr/local/bin/pidgin
checking for dbus-binding-tool... yes
checking for DBUS... yes
checking for python... /usr/bin/python
checking location of the D-Bus services directory...
${prefix}/share/dbus-1/services
Building with D-Bus support
checking for perl... /usr/bin/perl
checking for Perl compile flags... ok
checking for libperl... checking for perl_run... no
checking EXTERN.h usability... yes
checking EXTERN.h presence... yes
checking for EXTERN.h... yes
checking for perl.h... yes
checking for GnuTLS includes... ""
checking gnutls/gnutls.h usability... yes
checking gnutls/gnutls.h presence... yes
checking for gnutls/gnutls.h... yes
checking for GnuTLS libraries... yes
checking for NSS... yes
checking for tclConfig.sh... yes (/usr/lib/tcl8.4/tclConfig.sh)
checking Tcl version compatability... ok, 8.4
checking for Tcl linkability... yes
checking for tkConfig.sh... no
checking for snprintf... yes
checking for connect... (cached) yes
checking for me pot o' gold... no
checking for gethostid... yes
checking for lrand48... yes
checking for memcpy... yes
checking for memmove... yes
checking for random... yes
checking for strchr... yes
checking for strerror... yes
checking for vprintf... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking sgtty.h usability... yes
checking sgtty.h presence... yes
checking for sgtty.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking sys/cdefs.h usability... yes
checking sys/cdefs.h presence... yes
checking for sys/cdefs.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/msgbuf.h usability... no
checking sys/msgbuf.h presence... no
checking for sys/msgbuf.h... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking for sys/utsname.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking sys/sysctl.h usability... yes
checking sys/sysctl.h presence... yes
checking for sys/sysctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for struct tm.tm_zone... yes
checking for timezone external... yes
checking for altzone external... no
checking for daylight external... yes
checking for tm_gmtoff in struct tm... yes
checking for CHECK... no
checking for check - version >= 0.8.2... no
*** Could not run check test program, checking why...
*** The test program failed to compile or link. See the file config.log
for
*** the exact error that occured.
checking for doxygen... true
checking for dot... false
configure: WARNING: *** GraphViz dot not found, docs will not have graphs
configure: creating ./config.status
config.status: creating Makefile
config.status: creating Doxyfile
config.status: creating doc/Makefile
config.status: creating doc/pidgin.1
config.status: creating doc/finch.1
config.status: creating m4macros/Makefile
config.status: creating pidgin.apspec
config.status: creating pidgin/Makefile
config.status: creating pidgin/pidgin.pc
config.status: creating pidgin/pidgin-uninstalled.pc
config.status: creating pidgin/pixmaps/Makefile
config.status: creating pidgin/pixmaps/animations/Makefile
config.status: creating pidgin/pixmaps/animations/16/Makefile
config.status: creating pidgin/pixmaps/buddy_icons/Makefile
config.status: creating pidgin/pixmaps/buddy_icons/qq/Makefile
config.status: creating pidgin/pixmaps/dialogs/Makefile
config.status: creating pidgin/pixmaps/dialogs/16/Makefile
config.status: creating pidgin/pixmaps/dialogs/16/scalable/Makefile
config.status: creating pidgin/pixmaps/dialogs/64/Makefile
config.status: creating pidgin/pixmaps/dialogs/64/scalable/Makefile
config.status: creating pidgin/pixmaps/emblems/Makefile
config.status: creating pidgin/pixmaps/emblems/16/Makefile
config.status: creating pidgin/pixmaps/emblems/16/scalable/Makefile
config.status: creating pidgin/pixmaps/emotes/Makefile
config.status: creating pidgin/pixmaps/emotes/default/Makefile
config.status: creating pidgin/pixmaps/emotes/default/22/Makefile
config.status: creating pidgin/pixmaps/emotes/default/22/scalable/Makefile
config.status: creating pidgin/pixmaps/emotes/none/Makefile
config.status: creating pidgin/pixmaps/icons/Makefile
config.status: creating pidgin/pixmaps/icons/16/Makefile
config.status: creating pidgin/pixmaps/icons/16/scalable/Makefile
config.status: creating pidgin/pixmaps/icons/24/Makefile
config.status: creating pidgin/pixmaps/icons/24/scalable/Makefile
config.status: creating pidgin/pixmaps/icons/32/Makefile
config.status: creating pidgin/pixmaps/icons/32/scalable/Makefile
config.status: creating pidgin/pixmaps/icons/48/Makefile
config.status: creating pidgin/pixmaps/icons/48/scalable/Makefile
config.status: creating pidgin/pixmaps/protocols/Makefile
config.status: creating pidgin/pixmaps/protocols/16/Makefile
config.status: creating pidgin/pixmaps/protocols/16/scalable/Makefile
config.status: creating pidgin/pixmaps/protocols/22/Makefile
config.status: creating pidgin/pixmaps/protocols/22/scalable/Makefile
config.status: creating pidgin/pixmaps/protocols/48/Makefile
config.status: creating pidgin/pixmaps/protocols/48/scalable/Makefile
config.status: creating pidgin/pixmaps/status/Makefile
config.status: creating pidgin/pixmaps/status/16/Makefile
config.status: creating pidgin/pixmaps/status/16/rtl/Makefile
config.status: creating pidgin/pixmaps/status/16/scalable/Makefile
config.status: creating pidgin/pixmaps/status/22/Makefile
config.status: creating pidgin/pixmaps/status/22/rtl/Makefile
config.status: creating pidgin/pixmaps/status/22/scalable/Makefile
config.status: creating pidgin/pixmaps/status/32/Makefile
config.status: creating pidgin/pixmaps/status/32/rtl/Makefile
config.status: creating pidgin/pixmaps/status/32/scalable/Makefile
config.status: creating pidgin/pixmaps/status/48/Makefile
config.status: creating pidgin/pixmaps/status/48/rtl/Makefile
config.status: creating pidgin/pixmaps/toolbar/Makefile
config.status: creating pidgin/pixmaps/toolbar/16/Makefile
config.status: creating pidgin/pixmaps/toolbar/16/scalable/Makefile
config.status: creating pidgin/pixmaps/toolbar/22/Makefile
config.status: creating pidgin/pixmaps/toolbar/22/scalable/Makefile
config.status: creating pidgin/pixmaps/tray/Makefile
config.status: creating pidgin/pixmaps/tray/16/Makefile
config.status: creating pidgin/pixmaps/tray/16/scalable/Makefile
config.status: creating pidgin/pixmaps/tray/22/Makefile
config.status: creating pidgin/pixmaps/tray/22/scalable/Makefile
config.status: creating pidgin/pixmaps/tray/32/Makefile
config.status: creating pidgin/pixmaps/tray/48/Makefile
config.status: creating pidgin/plugins/Makefile
config.status: creating pidgin/plugins/cap/Makefile
config.status: creating pidgin/plugins/gestures/Makefile
config.status: creating pidgin/plugins/gevolution/Makefile
config.status: creating pidgin/plugins/musicmessaging/Makefile
config.status: creating pidgin/plugins/perl/Makefile
config.status: creating pidgin/plugins/perl/common/Makefile.PL
config.status: creating pidgin/plugins/ticker/Makefile
config.status: creating pidgin/sounds/Makefile
config.status: creating libpurple/example/Makefile
config.status: creating libpurple/gconf/Makefile
config.status: creating libpurple/purple.pc
config.status: creating libpurple/purple-uninstalled.pc
config.status: creating libpurple/plugins/Makefile
config.status: creating libpurple/plugins/mono/Makefile
config.status: creating libpurple/plugins/mono/api/Makefile
config.status: creating libpurple/plugins/mono/loader/Makefile
config.status: creating libpurple/plugins/perl/Makefile
config.status: creating libpurple/plugins/perl/common/Makefile.PL
config.status: creating libpurple/plugins/ssl/Makefile
config.status: creating libpurple/plugins/tcl/Makefile
config.status: creating libpurple/Makefile
config.status: creating libpurple/protocols/Makefile
config.status: creating libpurple/protocols/bonjour/Makefile
config.status: creating libpurple/protocols/gg/Makefile
config.status: creating libpurple/protocols/irc/Makefile
config.status: creating libpurple/protocols/jabber/Makefile
config.status: creating libpurple/protocols/msn/Makefile
config.status: creating libpurple/protocols/novell/Makefile
config.status: creating libpurple/protocols/null/Makefile
config.status: creating libpurple/protocols/oscar/Makefile
config.status: creating libpurple/protocols/qq/Makefile
config.status: creating libpurple/protocols/sametime/Makefile
config.status: creating libpurple/protocols/silc/Makefile
config.status: creating libpurple/protocols/silc10/Makefile
config.status: creating libpurple/protocols/simple/Makefile
config.status: creating libpurple/protocols/toc/Makefile
config.status: creating libpurple/protocols/yahoo/Makefile
config.status: creating libpurple/protocols/zephyr/Makefile
config.status: creating libpurple/tests/Makefile
config.status: creating libpurple/version.h
config.status: creating finch/Makefile
config.status: creating finch/libgnt/Makefile
config.status: creating finch/libgnt/gnt.pc
config.status: creating finch/libgnt/wms/Makefile
config.status: creating finch/plugins/Makefile
config.status: creating po/Makefile.in
config.status: creating pidgin.spec
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing intltool commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands
pidgin 2.0.2
Build GTK+ 2.x UI............. : yes
Build console UI.............. : yes
Protocols to build dynamically : gg irc jabber msn novell oscar qq simple
yahoo zephyr
Protocols to link statically.. :
Build with GStreamer support.. : yes
Build with D-Bus support...... : yes
D-Bus services directory...... : /usr/share/dbus-1/services
Build with NetworkManager..... : no
SSL Library/Libraries......... : Mozilla NSS and GnuTLS
Build with Cyrus SASL support. : no
Use kerberos 4 with zephyr.... : no
Use external libzephyr........ : no
Has you....................... : yes
Use XScreenSaver Extension.... : no
Use X Session Management...... : yes
Use startup notification...... : no
Build with GtkSpell support... : no
Build with plugin support..... : yes
Build with Mono support....... : no
Build with Perl support....... : no
Build with Tcl support........ : yes
Build with Tk support......... : no
Print debugging messages...... : no
Pidgin will be installed in /usr/bin.
Warning: You have an old copy of Pidgin at /usr/local/bin/pidgin.
configure complete, now type 'make'
dh_testdir
# Add here commands to compile the package.
/usr/bin/make
make[1]: Entering directory
`/home/kreuger/.debcreator/pidgin/pidgin-2.0.2'
/usr/bin/make all-recursive
make[2]: Entering directory
`/home/kreuger/.debcreator/pidgin/pidgin-2.0.2'
Making all in libpurple
make[3]: Entering directory
`/home/kreuger/.debcreator/pidgin/pidgin-2.0.2/libpurple'
/usr/bin/make all-recursive
make[4]: Entering directory
`/home/kreuger/.debcreator/pidgin/pidgin-2.0.2/libpurple'
Making all in gconf
make[5]: Entering directory
`/home/kreuger/.debcreator/pidgin/pidgin-2.0.2/libpurple/gconf'
LC_ALL=C ../../intltool-merge -s -u -c ../../po/.intltool-merge-cache
../../po purple.schemas.in purple.schemas
Generating and caching the translation database
NOTICE: ../../po/nb.po is not in UTF-8 but ISO-8859-1, converting...
NOTICE: ../../po/id.po is not in UTF-8 but iso-8859-1, converting...
NOTICE: ../../po/th.po is not in UTF-8 but tis-620, converting...
Merging translations into purple.schemas.
make[5]: Leaving directory
`/home/kreuger/.debcreator/pidgin/pidgin-2.0.2/libpurple/gconf'
Making all in plugins
make[5]: Entering directory
`/home/kreuger/.debcreator/pidgin/pidgin-2.0.2/libpurple/plugins'
Making all in ssl
make[6]: Entering directory
`/home/kreuger/.debcreator/pidgin/pidgin-2.0.2/libpurple/plugins/ssl'
if /bin/bash ../../../libtool --silent --tag=CC --mode=compile i486-linux-
gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -DDATADIR=\"/usr/share\"
-DLIBDIR=\"/usr/lib/libpurple\" -I../../../libpurple -I../../../libpurple
-Wall -Waggregate-return -Wcast-align -Wdeclaration-after-statement
-Wendif-labels -Werror-implicit-function-declaration -Wextra -Wno-sign-
compare -Wno-unused-parameter -Winit-self -Wmissing-declarations
-Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith
-Wundef -Wp,-D_FORTIFY_SOURCE=2 -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -g -g -O2 -Wl,-z,defs -MT ssl.lo -MD -MP -MF
".deps/ssl.Tpo" -c -o ssl.lo ssl.c; \
then mv -f ".deps/ssl.Tpo" ".deps/ssl.Plo"; else rm -f ".deps/ssl.Tpo";
exit 1; fi
i486-linux-gnu-gcc: -z: linker input file unused because linking not done
i486-linux-gnu-gcc: defs: linker input file unused because linking not
done
/bin/bash ../../../libtool --silent --tag=CC --mode=link i486-linux-gnu-
gcc -g -g -O2 -Wl,-z,defs -o ssl.la -rpath /usr/lib/purple-2 -module
-avoid-version ssl.lo -Wl,--export-dynamic -pthread -lgobject-2.0
-lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 -lnsl -lresolv
.libs/ssl.o: In function `purple_init_plugin':
/home/kreuger/.debcreator/pidgin/pidgin-2.0.2/libpurple/plugins/ssl/ssl.c:124:
undefined reference to `purple_plugin_register'
.libs/ssl.o: In function `plugin_unload':
/home/kreuger/.debcreator/pidgin/pidgin-2.0.2/libpurple/plugins/ssl/ssl.c:71:
undefined reference to `purple_plugins_get_loaded'
/home/kreuger/.debcreator/pidgin/pidgin-2.0.2/libpurple/plugins/ssl/ssl.c:74:
undefined reference to `purple_plugin_unload'
.libs/ssl.o: In function `probe_ssl_plugins':
/home/kreuger/.debcreator/pidgin/pidgin-2.0.2/libpurple/plugins/ssl/ssl.c:40:
undefined reference to `purple_plugins_get_all'
/home/kreuger/.debcreator/pidgin/pidgin-2.0.2/libpurple/plugins/ssl/ssl.c:50:
undefined reference to `purple_plugin_is_loaded'
/home/kreuger/.debcreator/pidgin/pidgin-2.0.2/libpurple/plugins/ssl/ssl.c:50:
undefined reference to `purple_plugin_load'
collect2: ld returned 1 exit status
Also get it using 2.1.0 to build.
--
Ticket URL: <http://developer.pidgin.im/ticket/2355>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list