LinuxQuestions.org
Help answer threads with 0 replies.
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 05-13-2013, 11:50 AM   #46
Hungry ghost
Senior Member
 
Registered: Dec 2004
Posts: 1,222

Rep: Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667

Quote:
Originally Posted by 273 View Post
Some of my packages have been updated to 8.0.5-4+b1 I went into Synaptic to see whether I can fix things as I sometimes have more luck than with apt, however it seems that some of the packages that need upgrading are broken.
Code:
E: /var/cache/apt/archives/libgl1-mesa-dri_8.0.5-4+b1_amd64.deb: trying to overwrite shared '/usr/share/doc/libgl1-mesa-dri/changelog.Debian.gz', which is different from other instances of package libgl1-mesa-dri:amd64
E: /var/cache/apt/archives/libgl1-mesa-glx_8.0.5-4+b1_i386.deb: trying to overwrite shared '/usr/share/doc/libgl1-mesa-glx/changelog.Debian.gz', which is different from other instances of package libgl1-mesa-glx:i386
E: /var/cache/apt/archives/libglapi-mesa_8.0.5-4+b1_amd64.deb: trying to overwrite shared '/usr/share/doc/libglapi-mesa/changelog.Debian.gz', which is different from other instances of package libglapi-mesa:amd64
I had a similar issue with the upgrades today, and I fixed it by forcing the installation of these packages (however, in my case, the problem was related to libglapi-mesa, libgl1-mesa-dri, and libglu1-mesa). Since what was being rewritten were simple changelog files and not a crucial library or something important, I guessed there wouldn't be a problem with overwriting these files (YMMV, though). To force the installation of these packages, simply execute the following:

Code:
dpkg --force-overwrite -i /var/cache/apt/archives/libgl1-mesa-dri_8.0.5-4+b1_amd64.deb
(and so on with the remaining packages).

You can also wait one or two days for things in the repos to settle down, if you want to play on the safe side.

Last edited by Hungry ghost; 05-13-2013 at 11:57 AM.
 
1 members found this post helpful.
Old 05-13-2013, 12:05 PM   #47
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Quote:
Originally Posted by odiseo77 View Post
I had a similar issue with the upgrades today, and I fixed it by forcing the installation of these packages (however, in my case, the problem was related to libglapi-mesa, libgl1-mesa-dri, and libglu1-mesa). Since what was being rewritten were simple changelog files and not a crucial library or something important, I guessed there wouldn't be a problem with overwriting these files (YMMV, though). To force the installation of these packages, simply execute the following:

Code:
dpkg --force-overwrite -i /var/cache/apt/archives/libgl1-mesa-dri_8.0.5-4+b1_amd64.deb
(and so on with the remaining packages).

You can also wait one or two days for things in the repos to settle down, if you want to play on the safe side.
Thanks, that's sorted it out. I thought there was something I had done when I ran into a similar issue with testing but couldn't recall what it was.
 
Old 05-13-2013, 12:20 PM   #48
goumba
Senior Member
 
Registered: Dec 2009
Location: New Jersey, USA
Distribution: Fedora, OpenSUSE, FreeBSD, OpenBSD, macOS (hack). Past: Debian, Arch, RedHat (pre-RHEL).
Posts: 1,335
Blog Entries: 7

Rep: Reputation: 402Reputation: 402Reputation: 402Reputation: 402Reputation: 402
I had big issues with deb-multimedia at times, a version conflict wanting to remove tons of packages, even GNOME. Unfortunately those are the risks you take when using third party repos and it was the source of a lot of nastiness on the Debian mailing list, because people were filing bugs against the official packages.

The only solution for now is to wait until you can get a version that doesn't conflict, unfortunately.
 
Old 05-13-2013, 12:27 PM   #49
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
I don't think I've had problems with deb-multimedia before -- I think the official Sid repositories do a good enough job of suggesting removing the entire system by themselves .
I take it for granted that when running Sid sometimes you have to hold off for updates or temporarily remove a program and I can live with that fine. On one occasion I've even ended up making a simlink to a lib file to stop apt-get complaining. All part of the fun.
Edit: On this occasion the problems weren't deb-multimedia either.

Last edited by 273; 05-13-2013 at 12:31 PM.
 
Old 05-13-2013, 12:33 PM   #50
Hungry ghost
Senior Member
 
Registered: Dec 2004
Posts: 1,222

Rep: Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667
Yeah, running Sid is way fun and educational
 
Old 05-13-2013, 01:33 PM   #51
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
Quote:
Originally Posted by odiseo77 View Post
Yeah, running Sid is way fun and educational
That is why, though I prefer running testing (for some reason), I use Sid as my back up OS.

One of the buggers will generally be working no matter what.
 
Old 05-13-2013, 02:07 PM   #52
Hungry ghost
Senior Member
 
Registered: Dec 2004
Posts: 1,222

Rep: Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667
Quote:
Originally Posted by widget View Post
That is why, though I prefer running testing (for some reason), I use Sid as my back up OS.

One of the buggers will generally be working no matter what.
Yes, that's a good practice. I have a laptop with Debian Testing which I rarely use and my desktop with Debian Sid, which is what I use most. I'm thinking it would probably be a good idea to install a secondary -- and more stable -- Linux OS in the desktop, just in case something breaks badly in Sid and I need my desktop urgently. This would also be good to recover Sid, in case something goes wrong.
 
Old 05-13-2013, 06:40 PM   #53
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
Quote:
Originally Posted by odiseo77 View Post
Yes, that's a good practice. I have a laptop with Debian Testing which I rarely use and my desktop with Debian Sid, which is what I use most. I'm thinking it would probably be a good idea to install a secondary -- and more stable -- Linux OS in the desktop, just in case something breaks badly in Sid and I need my desktop urgently. This would also be good to recover Sid, in case something goes wrong.
I have a LOT of installs (on an external - run with the internals disabled in bios) so that I can abuse the buggers.

I try to keep this install of testing and the Sid install that shares /home running.

I have Squeeze installed set up for security that is my ultimate backup. Seldom use it for anything but financial transactions. Just too boringly reliable. But it is there if I ever need it. Used it for a whole 5 days during the Wheezy as testing cycle. MY fault that I broke both Wheezy AND Sid.

What a maroon as Bugs Bunny would say.

I was pretty hot stuff running Windows. You can pretty easily be that. Will never live long enough to be much with Linux. Have never gotten over the first excitement of being in that much control of your OS. I have to have victim installs to mess with. Break the buggers all the time. Try to learn to fix them. Getting better all the time. Just too much to learn for a grumpy geezer.

Doesn't mean I can't try. Never surrender, never give up. (Yes I love stupid movies).
 
Old 05-14-2013, 02:05 AM   #54
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
Originally Posted by odiseo77 View Post
Yes, that's a good practice. I have a laptop with Debian Testing which I rarely use and my desktop with Debian Sid, which is what I use most. I'm thinking it would probably be a good idea to install a secondary -- and more stable -- Linux OS in the desktop, just in case something breaks badly in Sid and I need my desktop urgently. This would also be good to recover Sid, in case something goes wrong.
I keep an external hdd with debian on it, as long as the computer I want o repair boots from usb I'm good. For linux computers I just boot from extetrnal run update-grub to make entry in grub which will boot os in most cases, remove external install grub.
 
Old 05-14-2013, 04:22 AM   #55
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
Quote:
Originally Posted by widget View Post
Doesn't mean I can't try. Never surrender, never give up. (Yes I love stupid movies).
Take a look here then.
 
Old 05-14-2013, 07:47 AM   #56
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
Quote:
Originally Posted by k3lt01 View Post
Take a look here then.
That is kind of sad.
 
Old 05-15-2013, 07:24 PM   #57
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Finally put my main machine back online & upgrading it to jessie after updating the wheezy installation, the upgrade to jessie is only 177 packages, hopefully I don't have to reinstall NVIDIA modules(fat chance).
 
Old 05-17-2013, 11:42 AM   #58
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
Originally Posted by EDDY1 View Post
Finally put my main machine back online & upgrading it to jessie after updating the wheezy installation, the upgrade to jessie is only 177 packages, hopefully I don't have to reinstall NVIDIA modules(fat chance).
After upgrade machine was in fallback mode so I downloaded the latest nvidia driver & installed it, now it's working fine.
 
  


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
Spring is here and Jessie is coming! jdkaye Debian 44 05-03-2013 01:24 AM
LXer: Debian 8.0 Will Be Known as Jessie LXer Syndicated Linux News 0 07-31-2012 10:00 AM
Google+ population explodes to 10 million dEnDrOn Linux - News 0 07-12-2011 07:33 PM
LXer: Testing the Virtual Waters: The School of Second Life LXer Syndicated Linux News 0 07-08-2008 02:30 PM
Need help with wine before my head explodes XST Linux - Software 5 07-23-2004 07:46 PM

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

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