Page 1 of 1

[SOLVED]Application Dependencies Issues

PostPosted: May 4th, '16, 18:04
by chirag87
Hi,

I have been trying to install Tixati- a bittorrent client that I also use in windows. So I went to their website and downloaded the RPM. Then when I try to set it up there was the following error

[root@localhost Downloads]# rpm -ivh tixati-2.38-1.x86_64.rpm
error: Failed dependencies:
libdbus-1.so.3(LIBDBUS_1_3)(64bit) is needed by tixati-2.38-1.x86_64
I have tried installing lib64dbus1_3-1.8.20-1.mga5.x86_64 but that still does not seem to do the trick.

Any ideas

Re: Application Dependencies Issues

PostPosted: May 4th, '16, 18:07
by doktor5000
Nothing wrong, you're simply using the wrong tool - rpm doesn't do automatic dependency resolution, better use urpmi for that - it will fetch the packages from Mageia repos, as long as that package you're installing is loosely compatible ...

Please first read https://wiki.mageia.org/en/Installing_a ... rrectly.3F
and maybe https://wiki.mageia.org/en/Install_medi ... _beginners to get started with software management in Mageia.

Also check our software management MAQeia for more information on software and package management.

Re: Application Dependencies Issues

PostPosted: May 4th, '16, 19:22
by chirag87
As per your advice I have tried urpmi which resulted in
Code: Select all
[root@localhost Downloads]# urpmi tixati-2.38-1.x86_64.rpm
A requested package cannot be installed:
tixati-2.38-1.x86_64 (due to unsatisfied libdbus-1.so.3(LIBDBUS_1_3)(64bit))
Continue installation anyway? (Y/n) y
While some packages may have been installed, there were failures.
A requested package cannot be installed:
tixati-2.38-1.x86_64 (due to unsatisfied libdbus-1.so.3(LIBDBUS_1_3)(64bit))
Continue installation anyway?


At this point it automatically exits to prompt without waiting for reply.
Any further suggestions

Re: Application Dependencies Issues

PostPosted: May 4th, '16, 22:49
by doktor5000
You need to use
Code: Select all
urpmi --allow-force --allow-nodeps
if some dependencies of that package are called different from what they are at Mageia.

Re: Application Dependencies Issues

PostPosted: May 4th, '16, 23:29
by chirag87
While the output showed
Code: Select all
urpmi --allow-force --allow-nodeps tixati-2.38-1.x86_64.rpm
WARNING: --allow-force option is in use. Some strange problems may happen
WARNING: --allow-nodeps option is in use. Some strange problems may happen


SECURITY: The following package is _NOT_ signed (OK ((none))): tixati-2.38-1.x86_64.rpm
installing tixati-2.38-1.x86_64.rpm
Installation failed:
        libdbus-1.so.3(LIBDBUS_1_3)(64bit) is needed by tixati-2.38-1.x86_64
        error while checking dependencies
Try installation without checking dependencies? (y/N) y
Preparing...                     ########################################################################################################################################################################
      1/1: tixati                ########################################################################################################################################################################

(gconftool-2:17990): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Error setting value: No D-BUS daemon running


(gconftool-2:17991): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Error setting value: No D-BUS daemon running


(gconftool-2:17992): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Error setting value: No D-BUS daemon running


(gconftool-2:17993): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Error setting value: No D-BUS daemon running


(gconftool-2:17994): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Error setting value: No D-BUS daemon running


(gconftool-2:17995): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Error setting value: No D-BUS daemon running

ERROR: 'script' failed for tixati-2.38-1.x86_64:
error: %post(tixati-2.38-1.x86_64) scriptlet failed, exit status 1


The bottom line is that the application installed and works. So thanks for your time and effort.
The thread may be marked as solved

Re: Application Dependencies Issues

PostPosted: May 4th, '16, 23:38
by doktor5000
chirag87 wrote:The thread may be marked as solved

Please mark the thread accordingly by editing the topic of the first post and prefix it by [SOLVED], thanks