LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-28-2013, 03:37 PM   #1
haertig
Senior Member
 
Registered: Nov 2004
Distribution: Debian, Ubuntu, LinuxMint, Slackware, SysrescueCD, Raspbian, Arch
Posts: 2,331

Rep: Reputation: 357Reputation: 357Reputation: 357Reputation: 357
jitsi installation complains about unmet dependency that apparently IS met


Jitsi install complains about missing libxss1, but libxss1 1:1.2.1-2 is currently installed. This is LinuxMint13Xfce. The Jitsi .deb file was downloaded from the main Jitsi website: https://jitsi.org/Main/Download

Any idea what's up?

Code:
# dpkg -i ./jitsi_2.2.4603.9615-1_i386.deb
Selecting previously unselected package jitsi:i386.
(Reading database ... 145536 files and directories currently installed.)
Unpacking jitsi:i386 (from .../jitsi_2.2.4603.9615-1_i386.deb) ...
dpkg: dependency problems prevent configuration of jitsi:i386:
 jitsi:i386 depends on libxss1.
dpkg: error processing jitsi:i386 (--install):
 dependency problems - leaving unconfigured
Processing triggers for man-db ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for desktop-file-utils ...
Processing triggers for gnome-menus ...
Errors were encountered while processing:
 jitsi:i386
# 


# dpkg -l | grep libxss1
ii  libxss1    1:1.2.1-2   X11 Screen Saver extension library
# 


# dpkg -I ./jitsi_2.2.4603.9615-1_i386.deb
 new debian package, version 2.0.
 size 22587802 bytes: control archive= 8007 bytes.
     570 bytes,    14 lines      control              
   12333 bytes,   158 lines      md5sums              
    4017 bytes,   118 lines   *  postinst             #!/bin/sh
    1142 bytes,    45 lines   *  postrm               #!/bin/sh
 Package: jitsi
 Version: 2.2.4603.9615-1
 Architecture: i386
 Maintainer: Damian Minkov <damencho@jitsi.org>
 Installed-Size: 59020
 Depends: default-jre | java6-runtime, libxss1
 Section: net
 Priority: optional
 Homepage: http://jitsi.org/
 Description: VoIP and Instant Messaging client
  Jitsi is an application that allows you to do audio/video
  conversations over the Internet through the SIP and XMPP/Jabber protocol,
  as well as chat with your friends using some of the most popular instant
  messaging protocols such as SIP/SIMPLE, XMPP/Jabber, AIM/ICQ, Yahoo and others.
# 


# apt-cache showpkg jitsi
Package: jitsi:i386
Versions: 
2.2.4603.9615-1 (/var/lib/dpkg/status)
 Description Language: 
                 File: /var/lib/dpkg/status
                  MD5: c756497fa7d769218f9c033e874a2d82
Reverse Depends: 
Dependencies: 
2.2.4603.9615-1 - default-jre:i386 (16 (null)) java6-runtime:i386 (0 (null)) libxss1:i386 (0 (null)) 
Provides: 
2.2.4603.9615-1 - 
Reverse Provides: 
# 


# dpkg -l | grep jitsi
iU  jitsi:i386                             2.2.4603.9615-1                         VoIP and Instant Messaging client
#


# dpkg --purge jitsi:i386
(Reading database ... 145699 files and directories currently installed.)
Removing jitsi:i386 ...
Purging configuration files for jitsi:i386 ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for desktop-file-utils ...
Processing triggers for gnome-menus ...
Processing triggers for man-db ...
#

Last edited by haertig; 08-28-2013 at 03:53 PM.
 
Old 08-28-2013, 04:27 PM   #2
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Are you by any chance trying this on a 64 bit version of Mint?
It seems that jitsi asks for the 32 bit version of libxss.
 
Old 08-28-2013, 04:37 PM   #3
haertig
Senior Member
 
Registered: Nov 2004
Distribution: Debian, Ubuntu, LinuxMint, Slackware, SysrescueCD, Raspbian, Arch
Posts: 2,331

Original Poster
Rep: Reputation: 357Reputation: 357Reputation: 357Reputation: 357
Ah, ... yes! Running on 64 bit. That would be it. Thanks!

(Going to go download the 64 bit version of Jitsi now - my error in the initial download)

Last edited by haertig; 08-28-2013 at 04:49 PM.
 
Old 08-28-2013, 04:49 PM   #4
haertig
Senior Member
 
Registered: Nov 2004
Distribution: Debian, Ubuntu, LinuxMint, Slackware, SysrescueCD, Raspbian, Arch
Posts: 2,331

Original Poster
Rep: Reputation: 357Reputation: 357Reputation: 357Reputation: 357
[solved]

Yes, things run so much better when you actually try to install the correct architecture package (Jitsi) in the first place.

Thanks TobiSGD!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
nixnote installation problem: dependency not met. validator456 Linux - Software 1 07-10-2013 12:43 AM
how do i connect my sift phone with jitsi baronobeefdip Linux - Software 0 04-01-2013 07:44 PM
LXer: How to install Jitsi in Fedora LXer Syndicated Linux News 0 04-07-2012 01:10 PM
LXer: Jitsi 1.0 released LXer Syndicated Linux News 0 04-05-2012 11:00 AM
I installed the missing dependency...it still complains.. cybernike Linux - Newbie 8 05-16-2008 04:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:00 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration