LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 06-29-2004, 07:28 PM   #1
ibrewale
LQ Newbie
 
Registered: Jun 2004
Distribution: debian
Posts: 25

Rep: Reputation: 15
apt-get problems


I have tried to install gaim with apt-get install gaim, but the following are some of the errors I get. I seem to be having general apt-get problems:

root@box1:~# apt-get install gaim
Reading Package Lists... Done
Building Dependency Tree... Done
gaim is already the newest version.
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
libwine: Depends: libxv1 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
root@box1:~#

It says I have gaim installed, so I have tried to apt-get remove gaim, with this message:

root@box1:~# apt-get remove gaim
Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
libwine: Depends: libxv1 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).


I have tried to apt-get -f install, but I get this:

root@box1:~# apt-get -f install
Reading Package Lists... Done
Building Dependency Tree... Done
Correcting dependencies... Done
The following extra packages will be installed:
libxv1
The following NEW packages will be installed:
libxv1
0 upgraded, 1 newly installed, 0 to remove and 859 not upgraded.
28 not fully installed or removed.
Need to get 0B/142kB of archives.
After unpacking 303kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
(Reading database ... 113918 files and directories currently installed.)
Unpacking libxv1 (from .../libxv1_4.3.0.dfsg.1-4_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/libxv1_4.3.0.dfsg.1-4_i386.deb (--unpack):
trying to overwrite `/usr/X11R6/lib/libXv.so.1.0', which is also in package xlibs
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/libxv1_4.3.0.dfsg.1-4_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@box1:~#

I understand this is a lot of info, but I am simply asking, how can I get gaim working?

Thanks

Jerry
 
Old 06-29-2004, 09:08 PM   #2
darthtux
Senior Member
 
Registered: Dec 2001
Location: 35.7480° N, 95.3690° W
Distribution: Debian, Gentoo, Red Hat, Solaris
Posts: 2,070

Rep: Reputation: 47
- Has gaim worked before?
- If so, does it still open now?
- It said above "gaim is already the newest version" so are you trying to upgrade?
- What version of Debian are you using?
 
Old 06-29-2004, 09:29 PM   #3
pibby
Member
 
Registered: Oct 2003
Location: Houston, TX
Distribution: Debian Sid
Posts: 100

Rep: Reputation: 15
I don't think it's related to gaim at all- looks to me like it's a problem with xlibs because of this:

Unpacking libxv1 (from .../libxv1_4.3.0.dfsg.1-4_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/libxv1_4.3.0.dfsg.1-4_i386.deb (--unpack):
trying to overwrite `/usr/X11R6/lib/libXv.so.1.0', which is also in package xlibs

Until you resolve that dpkg isn't installing your other packages, hence this message:
28 not fully installed or removed.

Therefore, in my opinion, it's not a problem with gaim, but with libxv1 trying to overwrite a file in xlibs. I don't know what the best course of action is from here, hopefully I was able to clear some things up for others that are trying to help.

Good luck!
 
Old 06-30-2004, 12:22 PM   #4
ibrewale
LQ Newbie
 
Registered: Jun 2004
Distribution: debian
Posts: 25

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by darthtux
- Has gaim worked before?
- If so, does it still open now?
- It said above "gaim is already the newest version" so are you trying to upgrade?
- What version of Debian are you using?
Gaim did work before.
I tried to upgrade, and gaim does not open now.

This is the debian from Knoppix 3.3 (trying to find which version right now..)

I would agree it 'looks like' a problem with libxv1 trying to overwrite something. It seems to have banged up the entire apt process.

Any help would be appreciated. Thanks for the help already.


Thanks

Jerry
 
Old 06-30-2004, 01:30 PM   #5
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Re: apt-get problems

Quote:
Originally posted by ibrewale


I have tried to apt-get -f install, but I get this:

root@box1:~# apt-get -f install
Reading Package Lists... Done
Building Dependency Tree... Done
Correcting dependencies... Done
The following extra packages will be installed:
libxv1
The following NEW packages will be installed:
libxv1
0 upgraded, 1 newly installed, 0 to remove and 859 not upgraded.
28 not fully installed or removed.
Need to get 0B/142kB of archives.
After unpacking 303kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
(Reading database ... 113918 files and directories currently installed.)
Unpacking libxv1 (from .../libxv1_4.3.0.dfsg.1-4_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/libxv1_4.3.0.dfsg.1-4_i386.deb (--unpack):
trying to overwrite `/usr/X11R6/lib/libXv.so.1.0', which is also in package xlibs
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/libxv1_4.3.0.dfsg.1-4_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@box1:~#

I understand this is a lot of info, but I am simply asking, how can I get gaim working?

Thanks

Jerry
Use dpkg -i --force-overwrite /var/cache/apt/archives/libxv1_4.3.0.dfsg.1-4_i386.deb to correct the problem. Then see if you can upgrade gaim to get it working or if not I believe that kopete will connect to AOL you may want to look at installing it.
 
  


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
apt-get problems curly08 Ubuntu 4 05-06-2005 03:51 AM
apt-get problems PDD Linux - Software 1 11-11-2004 05:44 AM
apt-get problems PDD Linux - Software 3 10-26-2004 07:02 AM
I am having APT problems UncleAnt Conectiva 1 10-15-2004 12:04 AM
problems with apt-get wedgeworth Linux - Software 66 12-31-2003 05:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 06:22 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