Summary: | Attempt to build telepathy-logger gobject-introspection support fails. | ||
---|---|---|---|
Product: | Telepathy | Reporter: | Brian Pepple <bpepple> |
Component: | logger | Assignee: | Telepathy bugs list <telepathy-bugs> |
Status: | RESOLVED NOTABUG | QA Contact: | Telepathy bugs list <telepathy-bugs> |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
Build Log
Root Log |
Created attachment 44546 [details]
Root Log
The log does not tell much, can you try and enable traces in g-ir-scanner, I think it's '--warn-all' or something. ok, I figured out what went wrong. When removing rpath(1) it removed shared object file: libtelepathy-logger.so.2. Closing this bug, since the error was on my end. http://fedoraproject.org/wiki/Packaging:Guidelines#Beware_of_Rpath Cool, I also tested introspection build of 0.2.6 on top of FC15 GObject-Introspection packages and it works. Yeah, I've built tp-logger for f15 with g-introspection enables (since gnome shell is going to need it), and should have it pushed to the stable repo in a few days. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 44545 [details] Build Log Attempting to build the gobject-introspection for tp-logger fails. <snip> g-ir-scanner: link: /bin/sh ../libtool --mode=link --tag=CC --silent gcc -o /builddir/build/BUILD/telepathy-logger-0.2.5/telepathy-logger/tmp-introspectsAWe33/TelepathyLogger-0.2 -export-dynamic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -L. libtelepathy-logger.la -pthread -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 /builddir/build/BUILD/telepathy-logger-0.2.5/telepathy-logger/tmp-introspectsAWe33/TelepathyLogger-0.2.o Command '['/builddir/build/BUILD/telepathy-logger-0.2.5/telepathy-logger/tmp-introspectsAWe33/TelepathyLogger-0.2', '--introspect-dump=/builddir/build/BUILD/telepathy-logger-0.2.5/telepathy-logger/tmp-introspectsAWe33/types.txt,/builddir/build/BUILD/telepathy-logger-0.2.5/telepathy-logger/tmp-introspectsAWe33/dump.xml']' returned non-zero exit status 127 make[3]: *** [TelepathyLogger-0.2.gir] Error 1 make[3]: Leaving directory `/builddir/build/BUILD/telepathy-logger-0.2.5/telepathy-logger' make[2]: Leaving directory `/builddir/build/BUILD/telepathy-logger-0.2.5/telepathy-logger' make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/builddir/build/BUILD/telepathy-logger-0.2.5' make: *** [all] Error 2 I'll attach the build & root log files to see if you can see anything that I might be missing.