telepathy-glib introspection fails on missing libtelepathy-glib.la
@treitter
Submitted by Travis Reitter Assigned to Telepathy bugs list
Description
Created attachment 53349 Introspect libtelepathy-glib itself, not the libtool archive.
With the git master version (and --enable-introspection), I hit this build error:
g-ir-scanner: link: /bin/bash ../libtool --mode=link --tag=CC gcc -o /home/treitter/collabora/telepathy-glib/telepathy-glib/tmp-introspecthRN79o/TelepathyGLib-0.12 -export-dynamic -L. libtelepathy-glib.la -pthread -L/opt/gnome/lib64 -lgthread-2.0 -lgio-2.0 -lgmodule-2.0 -ldbus-glib-1 -ldbus-1 -lpthread -lrt -lgobject-2.0 -lglib-2.0 /home/treitter/collabora/telepathy-glib/telepathy-glib/tmp-introspecthRN79o/TelepathyGLib-0.12.o
libtool: link: cannot find the library libtelepathy-glib.la' or unhandled argument
libtelepathy-glib.la'
linking of temporary binary failed: Command '['/bin/bash', '../libtool', '--mode=link', '--tag=CC', 'gcc', '-o', '/home/treitter/collabora/telepathy-glib/telepathy-glib/tmp-introspecthRN79o/TelepathyGLib-0.12', '-export-dynamic', '-L.', 'libtelepathy-glib.la', '-pthread', '-L/opt/gnome/lib64', '-lgthread-2.0', '-lgio-2.0', '-lgmodule-2.0', '-ldbus-glib-1', '-ldbus-1', '-lpthread', '-lrt', '-lgobject-2.0', '-lglib-2.0', '/home/treitter/collabora/telepathy-glib/telepathy-glib/tmp-introspecthRN79o/TelepathyGLib-0.12.o']' returned non-zero exit status 1
make[3]: *** [TelepathyGLib-0.12.gir] Error 1
Patch 53349, "Introspect libtelepathy-glib itself, not the libtool archive.":
0001-Introspect-the-library-itself-not-the-libtool-archiv.patch
Version: git master