Re: [Farsight-devel] Problems on Ubuntu 9.04
FYI- I filed a bug on this with ubuntu and it looks like it's going to get fixed... Begin forwarded message: From: Laurent Bigonville Date: July 3, 2009 8:07:04 AM PDT To: [email protected] Subject: [Bug 389203] Re: libfarsight incorrectly linked against libjingle Reply-To: Bug 389203 <[email protected]> I've just uploaded 0.1.28-2build1 that should fix this ** Also affects: farsight (Ubuntu Jaunty) Importance: Undecided Status: New ** Changed in: farsight (Ubuntu) Status: New => Invalid ** Changed in: farsight (Ubuntu Jaunty) Assignee: (unassigned) => Laurent Bigonville (bigon) ** Changed in: farsight (Ubuntu Jaunty) Status: New => Fix Committed ** Changed in: farsight (Ubuntu Jaunty) Status: Fix Committed => Confirmed -- libfarsight incorrectly linked against libjingle https://bugs.launchpad.net/bugs/389203 You received this bug notification because you are a direct subscriber of a duplicate bug. On Jul 3, 2009, at 10:09 AM, Youness Alaoui wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Humm.. why not use farsight2 ? At least, it works better! Tico Ballagas wrote: As a potential workaround. I tried just manually copying the missing files: cp /usr/lib/libjinglep2pbase.so.0 /usr/lib/libjinglep2pbase-0.3.so.0 cp /usr/lib/libjinglep2pclient.so.0 /usr/lib/ libjinglep2pclient-0.3.so.0 That seemed to suppress the older error. Now I'm stuck because farsight is looking for libjinglexmpp0.3.so.0, but there doesn't seem to be a .so that is distributed with the libjinglexmpp package. ** (telepathy-stream-engine:3905): DEBUG: stream 1 (audio) set_nat_properties: setting farsight transmitter to libjingle farsight-Message: looking for plugins in /usr/lib/farsight-0.1-3 opening module /usr/lib/farsight-0.1-3/libjingle-transmitter: libjinglexmpp-0.3.so.0: cannot open shared object file: No such file or directory Failed to load plugin (telepathy-stream-engine:3905): farsight-rtp-WARNING **: AUDIO - farsight_rtp_stream_set_property: Error creating libjingle transmitter GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed aborting... Aborted Any other ideas? Thanks -Tico On Jul 2, 2009, at 3:25 PM, Tico Ballagas wrote: Here are the files installed by libjinglep2pbase: /. /usr /usr/share /usr/share/doc /usr/share/doc/libjinglep2p0.3-0 /usr/share/doc/libjinglep2p0.3-0/copyright /usr/lib /usr/lib/libjinglep2pbase.so.0.0.0 /usr/lib/libjinglep2pclient.so.0.0.0 /usr/share/doc/libjinglep2p0.3-0/README /usr/share/doc/libjinglep2p0.3-0/AUTHORS /usr/share/doc/libjinglep2p0.3-0/README.Debian /usr/share/doc/libjinglep2p0.3-0/NEWS.gz /usr/share/doc/libjinglep2p0.3-0/changelog.Debian.gz /usr/lib/libjinglep2pbase.so.0 /usr/lib/libjinglep2pclient.so.0 There is no libjinglep2pbase-0.3.so.0, but instead libjinglep2pbase.so.0. Seems like farsight was built against a different version of libjinglep2pbase... Any ideas how to fix it? Thanks -Tico On Jul 2, 2009, at 9:28 AM, Youness Alaoui wrote: opening module /usr/lib/farsight-0.1-3/libjingle-transmitter: libjinglep2pbase-0.3.so.0: cannot open shared object file: No such file or directory Make sure the file libjinglep2pbase-0.3.so.0 exists on your system, it should be in /usr/lib/ or /usr/local/lib.. try "ldconfig" to make sure the linker finds it.. and you can check it with 'ldconfig -p | grep jinglep2p". Youness. Tico Ballagas wrote: I'm having issues using farsight through telepathy-stream- engine on Ubuntu. Here is my command line output. libjinglep2pbase is installed Any ideas how to fix this issue? - $ STREAM_ENGINE_PERSIST=1 /usr/lib/telepathy/telepathy-stream- engine ** (telepathy-stream-engine:11688): DEBUG: not using realtime scheduling, enable through STREAM_ENGINE_REALTIME env ** (telepathy-stream-engine:11688): WARNING **: Metadata for error domain "tp_errors" already registered ** (telepathy-stream-engine:11688): DEBUG: registering StreamEngine at /org/freedesktop/Telepathy/StreamEngine ** (telepathy-stream-engine:11688): DEBUG: Requesting org.freedesktop.Telepathy.StreamEngine ** (telepathy-stream-engine:11688): DEBUG: started ** (telepathy-stream-engine:11688): DEBUG: HandleChannel called ** (telepathy-stream-engine:11688): DEBUG: using gconfvideosrc0 as video source ** (telepathy-stream-engine:11688): DEBUG: state_ret: 2 ** (telepathy-stream-engine:11688): DEBUG: linking ffmpegcolorspace ** (telepathy-stream-engine:11688): DEBUG: linking videoscale ** (telepathy-stream-engine:11688): DEBUG: GetSessionHandlers returned 0 sessions ** (telepathy-stream-engine:11688): DEBUG: adding session handler /org/ freedesktop/Telepathy/Connection/gabble/jabber/ X_40gmail_2ecom_2fTelepathy/MediaChannel0, type rtp farsight-Message: looking for plugins in /usr/lib/farsight-0.1-3 opening module /usr/lib/farsight-0.1-3/librtp-session.so: succeeded ** (telepathy-stream-engine:11688): DEBUG: p
Re: [Farsight-devel] Problems on Ubuntu 9.04
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Humm.. why not use farsight2 ? At least, it works better! Tico Ballagas wrote: > As a potential workaround. I tried just manually copying the missing > files: > > cp /usr/lib/libjinglep2pbase.so.0 /usr/lib/libjinglep2pbase-0.3.so.0 > > cp /usr/lib/libjinglep2pclient.so.0 /usr/lib/libjinglep2pclient-0.3.so.0 > > That seemed to suppress the older error. Now I'm stuck because farsight > is looking for libjinglexmpp0.3.so.0, but there doesn't seem to be a .so > that is distributed with the libjinglexmpp package. > > ** (telepathy-stream-engine:3905): DEBUG: stream 1 (audio) > set_nat_properties: setting farsight transmitter to libjingle > farsight-Message: looking for plugins in /usr/lib/farsight-0.1-3 > opening module /usr/lib/farsight-0.1-3/libjingle-transmitter: > libjinglexmpp-0.3.so.0: cannot open shared object file: No such file or > directory > Failed to load plugin > > (telepathy-stream-engine:3905): farsight-rtp-WARNING **: AUDIO - > farsight_rtp_stream_set_property: Error creating libjingle transmitter > > GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' > failed > aborting... > Aborted > > Any other ideas? > > Thanks > -Tico > > > > On Jul 2, 2009, at 3:25 PM, Tico Ballagas wrote: > >> Here are the files installed by libjinglep2pbase: >> >> /. >> /usr >> /usr/share >> /usr/share/doc >> /usr/share/doc/libjinglep2p0.3-0 >> /usr/share/doc/libjinglep2p0.3-0/copyright >> /usr/lib >> /usr/lib/libjinglep2pbase.so.0.0.0 >> /usr/lib/libjinglep2pclient.so.0.0.0 >> /usr/share/doc/libjinglep2p0.3-0/README >> /usr/share/doc/libjinglep2p0.3-0/AUTHORS >> /usr/share/doc/libjinglep2p0.3-0/README.Debian >> /usr/share/doc/libjinglep2p0.3-0/NEWS.gz >> /usr/share/doc/libjinglep2p0.3-0/changelog.Debian.gz >> /usr/lib/libjinglep2pbase.so.0 >> /usr/lib/libjinglep2pclient.so.0 >> >> There is no libjinglep2pbase-0.3.so.0, but instead >> libjinglep2pbase.so.0. Seems like farsight was built against a >> different version of libjinglep2pbase... Any ideas how to fix it? >> >> Thanks >> -Tico >> >> On Jul 2, 2009, at 9:28 AM, Youness Alaoui wrote: >> > opening module /usr/lib/farsight-0.1-3/libjingle-transmitter: > libjinglep2pbase-0.3.so.0: cannot open shared object file: No such > file or directory > > Make sure the file libjinglep2pbase-0.3.so.0 exists on your system, it > should be in /usr/lib/ or /usr/local/lib.. try "ldconfig" to make sure > the linker finds it.. and you can check it with 'ldconfig -p | grep > jinglep2p". > > Youness. > > Tico Ballagas wrote: > I'm having issues using farsight through telepathy-stream-engine on > Ubuntu. Here is my command line output. > > libjinglep2pbase is installed > > Any ideas how to fix this issue? > > > > - > > $ STREAM_ENGINE_PERSIST=1 /usr/lib/telepathy/telepathy-stream-engine > ** (telepathy-stream-engine:11688): DEBUG: not using realtime > scheduling, enable through STREAM_ENGINE_REALTIME env > > ** (telepathy-stream-engine:11688): WARNING **: Metadata for error > domain "tp_errors" already registered > > ** (telepathy-stream-engine:11688): DEBUG: registering StreamEngine > at /org/freedesktop/Telepathy/StreamEngine > ** (telepathy-stream-engine:11688): DEBUG: Requesting > org.freedesktop.Telepathy.StreamEngine > ** (telepathy-stream-engine:11688): DEBUG: started > ** (telepathy-stream-engine:11688): DEBUG: HandleChannel called > ** (telepathy-stream-engine:11688): DEBUG: using gconfvideosrc0 as > video source > ** (telepathy-stream-engine:11688): DEBUG: state_ret: 2 > ** (telepathy-stream-engine:11688): DEBUG: linking ffmpegcolorspace > ** (telepathy-stream-engine:11688): DEBUG: linking videoscale > ** (telepathy-stream-engine:11688): DEBUG: GetSessionHandlers returned > 0 sessions > ** (telepathy-stream-engine:11688): DEBUG: adding session handler /org/ > freedesktop/Telepathy/Connection/gabble/jabber/ > X_40gmail_2ecom_2fTelepathy/MediaChannel0, type rtp > farsight-Message: looking for plugins in /usr/lib/farsight-0.1-3 > opening module /usr/lib/farsight-0.1-3/librtp-session.so: succeeded > ** (telepathy-stream-engine:11688): DEBUG: plugin details: > name: rtp-session > description: Farsight RTP plugin > author: Farsight Project > ** (telepathy-stream-engine:11688): DEBUG: calling > MediaSessionHandler::Ready > ** (telepathy-stream-engine:11688): DEBUG: New stream, stream_id=1, > media_type=0, direction=3 > ** (telepathy-stream-engine:11688): DEBUG: stream 1 (audio) > set_nat_properties: setting farsight transmitter to libjingle > farsight-Message: looking for plugins in /usr/lib/farsight-0.1-3 > opening module /usr/lib/farsight-0.1-3/libjingle-transmitter: > libjinglep2pbase-0.3.so.0: cannot open shared object file: No such > file or directory > Fail
Re: [Farsight-devel] Problems on Ubuntu 9.04
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Recompile farsight so it picks up the right library name... Tico Ballagas wrote: > Here are the files installed by libjinglep2pbase: > > /. > /usr > /usr/share > /usr/share/doc > /usr/share/doc/libjinglep2p0.3-0 > /usr/share/doc/libjinglep2p0.3-0/copyright > /usr/lib > /usr/lib/libjinglep2pbase.so.0.0.0 > /usr/lib/libjinglep2pclient.so.0.0.0 > /usr/share/doc/libjinglep2p0.3-0/README > /usr/share/doc/libjinglep2p0.3-0/AUTHORS > /usr/share/doc/libjinglep2p0.3-0/README.Debian > /usr/share/doc/libjinglep2p0.3-0/NEWS.gz > /usr/share/doc/libjinglep2p0.3-0/changelog.Debian.gz > /usr/lib/libjinglep2pbase.so.0 > /usr/lib/libjinglep2pclient.so.0 > > There is no libjinglep2pbase-0.3.so.0, but instead > libjinglep2pbase.so.0. Seems like farsight was built against a > different version of libjinglep2pbase... Any ideas how to fix it? > > Thanks > -Tico > > On Jul 2, 2009, at 9:28 AM, Youness Alaoui wrote: > > opening module /usr/lib/farsight-0.1-3/libjingle-transmitter: > libjinglep2pbase-0.3.so.0: cannot open shared object file: No such > file or directory > > Make sure the file libjinglep2pbase-0.3.so.0 exists on your system, it > should be in /usr/lib/ or /usr/local/lib.. try "ldconfig" to make sure > the linker finds it.. and you can check it with 'ldconfig -p | grep > jinglep2p". > > Youness. > > Tico Ballagas wrote: I'm having issues using farsight through telepathy-stream-engine on Ubuntu. Here is my command line output. libjinglep2pbase is installed Any ideas how to fix this issue? - $ STREAM_ENGINE_PERSIST=1 /usr/lib/telepathy/telepathy-stream-engine ** (telepathy-stream-engine:11688): DEBUG: not using realtime scheduling, enable through STREAM_ENGINE_REALTIME env ** (telepathy-stream-engine:11688): WARNING **: Metadata for error domain "tp_errors" already registered ** (telepathy-stream-engine:11688): DEBUG: registering StreamEngine at /org/freedesktop/Telepathy/StreamEngine ** (telepathy-stream-engine:11688): DEBUG: Requesting org.freedesktop.Telepathy.StreamEngine ** (telepathy-stream-engine:11688): DEBUG: started ** (telepathy-stream-engine:11688): DEBUG: HandleChannel called ** (telepathy-stream-engine:11688): DEBUG: using gconfvideosrc0 as video source ** (telepathy-stream-engine:11688): DEBUG: state_ret: 2 ** (telepathy-stream-engine:11688): DEBUG: linking ffmpegcolorspace ** (telepathy-stream-engine:11688): DEBUG: linking videoscale ** (telepathy-stream-engine:11688): DEBUG: GetSessionHandlers returned 0 sessions ** (telepathy-stream-engine:11688): DEBUG: adding session handler /org/ freedesktop/Telepathy/Connection/gabble/jabber/ X_40gmail_2ecom_2fTelepathy/MediaChannel0, type rtp farsight-Message: looking for plugins in /usr/lib/farsight-0.1-3 opening module /usr/lib/farsight-0.1-3/librtp-session.so: succeeded ** (telepathy-stream-engine:11688): DEBUG: plugin details: name: rtp-session description: Farsight RTP plugin author: Farsight Project ** (telepathy-stream-engine:11688): DEBUG: calling MediaSessionHandler::Ready ** (telepathy-stream-engine:11688): DEBUG: New stream, stream_id=1, media_type=0, direction=3 ** (telepathy-stream-engine:11688): DEBUG: stream 1 (audio) set_nat_properties: setting farsight transmitter to libjingle farsight-Message: looking for plugins in /usr/lib/farsight-0.1-3 opening module /usr/lib/farsight-0.1-3/libjingle-transmitter: libjinglep2pbase-0.3.so.0: cannot open shared object file: No such file or directory Failed to load plugin (telepathy-stream-engine:11688): farsight-rtp-WARNING **: AUDIO - farsight_rtp_stream_set_property: Error creating libjingle transmitter GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed aborting... Aborted -- ___ Farsight-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/farsight-devel > -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkpOOv8ACgkQqvxLNLvrsxwqwgCbBijnB8BUgd1Kig/ap9C7Ozkq YyQAnjLU3oFdJLnrIgiCDef3k2gV+dJF =15FX -END PGP SIGNATURE- -- ___ Farsight-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/farsight-devel
Re: [Farsight-devel] Problems on Ubuntu 9.04
As a potential workaround. I tried just manually copying the missing files: cp /usr/lib/libjinglep2pbase.so.0 /usr/lib/libjinglep2pbase-0.3.so.0 cp /usr/lib/libjinglep2pclient.so.0 /usr/lib/libjinglep2pclient-0.3.so.0 That seemed to suppress the older error. Now I'm stuck because farsight is looking for libjinglexmpp0.3.so.0, but there doesn't seem to be a .so that is distributed with the libjinglexmpp package. ** (telepathy-stream-engine:3905): DEBUG: stream 1 (audio) set_nat_properties: setting farsight transmitter to libjingle farsight-Message: looking for plugins in /usr/lib/farsight-0.1-3 opening module /usr/lib/farsight-0.1-3/libjingle-transmitter: libjinglexmpp-0.3.so.0: cannot open shared object file: No such file or directory Failed to load plugin (telepathy-stream-engine:3905): farsight-rtp-WARNING **: AUDIO - farsight_rtp_stream_set_property: Error creating libjingle transmitter GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed aborting... Aborted Any other ideas? Thanks -Tico On Jul 2, 2009, at 3:25 PM, Tico Ballagas wrote: Here are the files installed by libjinglep2pbase: /. /usr /usr/share /usr/share/doc /usr/share/doc/libjinglep2p0.3-0 /usr/share/doc/libjinglep2p0.3-0/copyright /usr/lib /usr/lib/libjinglep2pbase.so.0.0.0 /usr/lib/libjinglep2pclient.so.0.0.0 /usr/share/doc/libjinglep2p0.3-0/README /usr/share/doc/libjinglep2p0.3-0/AUTHORS /usr/share/doc/libjinglep2p0.3-0/README.Debian /usr/share/doc/libjinglep2p0.3-0/NEWS.gz /usr/share/doc/libjinglep2p0.3-0/changelog.Debian.gz /usr/lib/libjinglep2pbase.so.0 /usr/lib/libjinglep2pclient.so.0 There is no libjinglep2pbase-0.3.so.0, but instead libjinglep2pbase.so.0. Seems like farsight was built against a different version of libjinglep2pbase... Any ideas how to fix it? Thanks -Tico On Jul 2, 2009, at 9:28 AM, Youness Alaoui wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 opening module /usr/lib/farsight-0.1-3/libjingle-transmitter: libjinglep2pbase-0.3.so.0: cannot open shared object file: No such file or directory Make sure the file libjinglep2pbase-0.3.so.0 exists on your system, it should be in /usr/lib/ or /usr/local/lib.. try "ldconfig" to make sure the linker finds it.. and you can check it with 'ldconfig -p | grep jinglep2p". Youness. Tico Ballagas wrote: I'm having issues using farsight through telepathy-stream-engine on Ubuntu. Here is my command line output. libjinglep2pbase is installed Any ideas how to fix this issue? - $ STREAM_ENGINE_PERSIST=1 /usr/lib/telepathy/telepathy-stream-engine ** (telepathy-stream-engine:11688): DEBUG: not using realtime scheduling, enable through STREAM_ENGINE_REALTIME env ** (telepathy-stream-engine:11688): WARNING **: Metadata for error domain "tp_errors" already registered ** (telepathy-stream-engine:11688): DEBUG: registering StreamEngine at /org/freedesktop/Telepathy/StreamEngine ** (telepathy-stream-engine:11688): DEBUG: Requesting org.freedesktop.Telepathy.StreamEngine ** (telepathy-stream-engine:11688): DEBUG: started ** (telepathy-stream-engine:11688): DEBUG: HandleChannel called ** (telepathy-stream-engine:11688): DEBUG: using gconfvideosrc0 as video source ** (telepathy-stream-engine:11688): DEBUG: state_ret: 2 ** (telepathy-stream-engine:11688): DEBUG: linking ffmpegcolorspace ** (telepathy-stream-engine:11688): DEBUG: linking videoscale ** (telepathy-stream-engine:11688): DEBUG: GetSessionHandlers returned 0 sessions ** (telepathy-stream-engine:11688): DEBUG: adding session handler / org/ freedesktop/Telepathy/Connection/gabble/jabber/ X_40gmail_2ecom_2fTelepathy/MediaChannel0, type rtp farsight-Message: looking for plugins in /usr/lib/farsight-0.1-3 opening module /usr/lib/farsight-0.1-3/librtp-session.so: succeeded ** (telepathy-stream-engine:11688): DEBUG: plugin details: name: rtp-session description: Farsight RTP plugin author: Farsight Project ** (telepathy-stream-engine:11688): DEBUG: calling MediaSessionHandler::Ready ** (telepathy-stream-engine:11688): DEBUG: New stream, stream_id=1, media_type=0, direction=3 ** (telepathy-stream-engine:11688): DEBUG: stream 1 (audio) set_nat_properties: setting farsight transmitter to libjingle farsight-Message: looking for plugins in /usr/lib/farsight-0.1-3 opening module /usr/lib/farsight-0.1-3/libjingle-transmitter: libjinglep2pbase-0.3.so.0: cannot open shared object file: No such file or directory Failed to load plugin (telepathy-stream-engine:11688): farsight-rtp-WARNING **: AUDIO - farsight_rtp_stream_set_property: Error creating libjingle transmitter GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed aborting... Aborted -- ___ Farsight-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/farsight-de
Re: [Farsight-devel] Problems on Ubuntu 9.04
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 opening module /usr/lib/farsight-0.1-3/libjingle-transmitter: libjinglep2pbase-0.3.so.0: cannot open shared object file: No such file or directory Make sure the file libjinglep2pbase-0.3.so.0 exists on your system, it should be in /usr/lib/ or /usr/local/lib.. try "ldconfig" to make sure the linker finds it.. and you can check it with 'ldconfig -p | grep jinglep2p". Youness. Tico Ballagas wrote: > I'm having issues using farsight through telepathy-stream-engine on > Ubuntu. Here is my command line output. > > libjinglep2pbase is installed > > Any ideas how to fix this issue? > > > > - > > $ STREAM_ENGINE_PERSIST=1 /usr/lib/telepathy/telepathy-stream-engine > ** (telepathy-stream-engine:11688): DEBUG: not using realtime > scheduling, enable through STREAM_ENGINE_REALTIME env > > ** (telepathy-stream-engine:11688): WARNING **: Metadata for error > domain "tp_errors" already registered > > ** (telepathy-stream-engine:11688): DEBUG: registering StreamEngine > at /org/freedesktop/Telepathy/StreamEngine > ** (telepathy-stream-engine:11688): DEBUG: Requesting > org.freedesktop.Telepathy.StreamEngine > ** (telepathy-stream-engine:11688): DEBUG: started > ** (telepathy-stream-engine:11688): DEBUG: HandleChannel called > ** (telepathy-stream-engine:11688): DEBUG: using gconfvideosrc0 as > video source > ** (telepathy-stream-engine:11688): DEBUG: state_ret: 2 > ** (telepathy-stream-engine:11688): DEBUG: linking ffmpegcolorspace > ** (telepathy-stream-engine:11688): DEBUG: linking videoscale > ** (telepathy-stream-engine:11688): DEBUG: GetSessionHandlers returned > 0 sessions > ** (telepathy-stream-engine:11688): DEBUG: adding session handler /org/ > freedesktop/Telepathy/Connection/gabble/jabber/ > X_40gmail_2ecom_2fTelepathy/MediaChannel0, type rtp > farsight-Message: looking for plugins in /usr/lib/farsight-0.1-3 > opening module /usr/lib/farsight-0.1-3/librtp-session.so: succeeded > ** (telepathy-stream-engine:11688): DEBUG: plugin details: > name: rtp-session > description: Farsight RTP plugin > author: Farsight Project > ** (telepathy-stream-engine:11688): DEBUG: calling > MediaSessionHandler::Ready > ** (telepathy-stream-engine:11688): DEBUG: New stream, stream_id=1, > media_type=0, direction=3 > ** (telepathy-stream-engine:11688): DEBUG: stream 1 (audio) > set_nat_properties: setting farsight transmitter to libjingle > farsight-Message: looking for plugins in /usr/lib/farsight-0.1-3 > opening module /usr/lib/farsight-0.1-3/libjingle-transmitter: > libjinglep2pbase-0.3.so.0: cannot open shared object file: No such > file or directory > Failed to load plugin > > (telepathy-stream-engine:11688): farsight-rtp-WARNING **: AUDIO - > farsight_rtp_stream_set_property: Error creating libjingle transmitter > > GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT > (object)' failed > aborting... > Aborted > > > > > -- > ___ > Farsight-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/farsight-devel -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkpM4CYACgkQqvxLNLvrsxyS9QCdHW65I43BaDrHyxeuwx+o7zO3 RZAAoIuOZCv7lbnX9EgX9pxBQUhlyGEL =5qNt -END PGP SIGNATURE- -- ___ Farsight-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/farsight-devel
Re: [Farsight-devel] Problems on Ubuntu 9.04
Here are the files installed by libjinglep2pbase: /. /usr /usr/share /usr/share/doc /usr/share/doc/libjinglep2p0.3-0 /usr/share/doc/libjinglep2p0.3-0/copyright /usr/lib /usr/lib/libjinglep2pbase.so.0.0.0 /usr/lib/libjinglep2pclient.so.0.0.0 /usr/share/doc/libjinglep2p0.3-0/README /usr/share/doc/libjinglep2p0.3-0/AUTHORS /usr/share/doc/libjinglep2p0.3-0/README.Debian /usr/share/doc/libjinglep2p0.3-0/NEWS.gz /usr/share/doc/libjinglep2p0.3-0/changelog.Debian.gz /usr/lib/libjinglep2pbase.so.0 /usr/lib/libjinglep2pclient.so.0 There is no libjinglep2pbase-0.3.so.0, but instead libjinglep2pbase.so. 0. Seems like farsight was built against a different version of libjinglep2pbase... Any ideas how to fix it? Thanks -Tico On Jul 2, 2009, at 9:28 AM, Youness Alaoui wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 opening module /usr/lib/farsight-0.1-3/libjingle-transmitter: libjinglep2pbase-0.3.so.0: cannot open shared object file: No such file or directory Make sure the file libjinglep2pbase-0.3.so.0 exists on your system, it should be in /usr/lib/ or /usr/local/lib.. try "ldconfig" to make sure the linker finds it.. and you can check it with 'ldconfig -p | grep jinglep2p". Youness. Tico Ballagas wrote: I'm having issues using farsight through telepathy-stream-engine on Ubuntu. Here is my command line output. libjinglep2pbase is installed Any ideas how to fix this issue? - $ STREAM_ENGINE_PERSIST=1 /usr/lib/telepathy/telepathy-stream-engine ** (telepathy-stream-engine:11688): DEBUG: not using realtime scheduling, enable through STREAM_ENGINE_REALTIME env ** (telepathy-stream-engine:11688): WARNING **: Metadata for error domain "tp_errors" already registered ** (telepathy-stream-engine:11688): DEBUG: registering StreamEngine at /org/freedesktop/Telepathy/StreamEngine ** (telepathy-stream-engine:11688): DEBUG: Requesting org.freedesktop.Telepathy.StreamEngine ** (telepathy-stream-engine:11688): DEBUG: started ** (telepathy-stream-engine:11688): DEBUG: HandleChannel called ** (telepathy-stream-engine:11688): DEBUG: using gconfvideosrc0 as video source ** (telepathy-stream-engine:11688): DEBUG: state_ret: 2 ** (telepathy-stream-engine:11688): DEBUG: linking ffmpegcolorspace ** (telepathy-stream-engine:11688): DEBUG: linking videoscale ** (telepathy-stream-engine:11688): DEBUG: GetSessionHandlers returned 0 sessions ** (telepathy-stream-engine:11688): DEBUG: adding session handler / org/ freedesktop/Telepathy/Connection/gabble/jabber/ X_40gmail_2ecom_2fTelepathy/MediaChannel0, type rtp farsight-Message: looking for plugins in /usr/lib/farsight-0.1-3 opening module /usr/lib/farsight-0.1-3/librtp-session.so: succeeded ** (telepathy-stream-engine:11688): DEBUG: plugin details: name: rtp-session description: Farsight RTP plugin author: Farsight Project ** (telepathy-stream-engine:11688): DEBUG: calling MediaSessionHandler::Ready ** (telepathy-stream-engine:11688): DEBUG: New stream, stream_id=1, media_type=0, direction=3 ** (telepathy-stream-engine:11688): DEBUG: stream 1 (audio) set_nat_properties: setting farsight transmitter to libjingle farsight-Message: looking for plugins in /usr/lib/farsight-0.1-3 opening module /usr/lib/farsight-0.1-3/libjingle-transmitter: libjinglep2pbase-0.3.so.0: cannot open shared object file: No such file or directory Failed to load plugin (telepathy-stream-engine:11688): farsight-rtp-WARNING **: AUDIO - farsight_rtp_stream_set_property: Error creating libjingle transmitter GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed aborting... Aborted -- ___ Farsight-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/farsight-devel -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkpM4CYACgkQqvxLNLvrsxyS9QCdHW65I43BaDrHyxeuwx+o7zO3 RZAAoIuOZCv7lbnX9EgX9pxBQUhlyGEL =5qNt -END PGP SIGNATURE- -- ___ Farsight-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/farsight-devel
