LMDE BREAKAGES - (Tracking SID!) -{CLOSED}

Post your update and upgrade related errors here
Forum rules
Before you post please read this

Re: LMDE (Tracking SID, or..) BREAKAGES! - Mar 5

Postby xircon on Thu Mar 22, 2012 5:12 am

Try downgrading libpcre3?
Attachments
Synaptic Package Manager _092.png
Synaptic Package Manager _092.png (157.26 KiB) Viewed 774 times
Dell Inspiron N5010 / Core I5 / ATI Mobility Radeon HD5400, LMDE Tracking Sid & Cinnamon Desktop
"Ubuntu is an African word meaning 'I can't configure Debian'"
User avatar
xircon
Level 5
Level 5
 
Posts: 773
Joined: Sun Aug 01, 2010 7:59 am
Location: Sheffield, UK

Linux Mint is funded by ads and donations.
 

Re: LMDE (Tracking SID, or..) BREAKAGES! - Mar 5

Postby GregE on Thu Mar 22, 2012 6:13 am

Downgrading libpcre is the solution, but some of us have to do it from the commandline as X will not start.

If you are lucky the deb file is still in /var/cache/apt/archives

so change to thet folder and run this command (for AMD64)

sudo dpkg -i libpcre.3_8.12-4_amd64.deb

or the i386 equivalent. Just do ls libpcre* to find the deb file.
User avatar
GregE
Level 4
Level 4
 
Posts: 418
Joined: Sun Jan 16, 2011 6:24 am
Location: Melbourne, Australia

Re: LMDE (Tracking SID, or..) BREAKAGES! - Mar 5

Postby GregE on Thu Mar 22, 2012 6:20 am

If you have unfortunately done an apt-get clean since installation and have no net access at the prompt (as was my case) then you need to be creative because the needed deb is not in /var/cache/apt/archives.

I used a bootable CD and downloaded the Wheezy deb from http://packages.debian.org/wheezy/libpcre3 and saved to my hard disk and then restarted and then ran the dpkg command. You will need to run Nautilus as sudo from the LiveCD to copy from the live session to you hard disk.

It is truly amazing that one package could nuke a system so that even some command line tools would not run.

Fixed for now.
User avatar
GregE
Level 4
Level 4
 
Posts: 418
Joined: Sun Jan 16, 2011 6:24 am
Location: Melbourne, Australia

Re: LMDE (Tracking SID, or..) BREAKAGES! - Mar 5

Postby Brian49 on Thu Mar 22, 2012 6:26 am

I've also had the dreaded libpcre3 gremlin after updating that package this morning. So, another system restore from a backup image.
Brian49
Level 5
Level 5
 
Posts: 597
Joined: Thu Oct 29, 2009 2:27 pm

Re: LMDE (Tracking SID, or..) BREAKAGES! - Mar 22

Postby GeneC on Thu Mar 22, 2012 7:00 am

I took the rare step of actually paying attention to aptlistbugs this morning and it saved me from this mess.

Code: Select all
rave bugs of libpcre3 (8.12-4 -> 8.30-1) <marked as done in some version>
 #664983 - libpcre3: wrong SONAME (Fixed: 8.30.really8.12-1.1)
Summary:
 libpcre3(1 bug)


Here are the Wheezy libpcre3's if anyone needs them.

http://www.mediafire.com/?ewa07xdv55jmogj (libpcre3_8.12-4_i386.deb)

http://www.mediafire.com/?m58tacdd68g1e4l (libpcre3_8.12-4_amd64.deb)
GeneC

AMD Phenom2x4 3.2 ghz, 12GB DDR3, Nvidia GTX 460

1. LMDE(201303) - Gnome Shell 3.6/Cin. 1.8 - Testing
2. LMDE - XFCE 4.10 - SID

3. SolydXK/KDE 4.10-3/SID
(All 64bit multiarch, Nvidia 319.17 - Liquorix 3.8.xx)
User avatar
GeneC
Level 6
Level 6
 
Posts: 1402
Joined: Fri Sep 03, 2010 1:59 pm
Location: Maine, USA

Re: LMDE (Tracking SID, or..) BREAKAGES! - Mar 22

Postby TheGreatSudoku on Thu Mar 22, 2012 7:38 am

I ALWAYS pay attention to apt-listbugs, it's my best friend on this sid system. However as I stated in my first post, I upgraded BEFORE this hit apt-listbugs :oops: note to self: never run package updated after midnight or before 8am
↯Acer Aspire 7730 17" laptop ↝ Intel Core Duo 2.00Ghz x2  4gig DDR2 RAM ⤗ Intel Mobile 4 Graphics ➫ Kernel: 3.2.0-14-liquorix ZEN SMP PREEMPT x86_64  Linux Mint Debian Edition using Sid Repositories ⇨ KDE 4.7.4 ⟿ Installed: 11/23/2010↯
User avatar
TheGreatSudoku
Level 3
Level 3
 
Posts: 149
Joined: Tue Dec 07, 2010 12:05 am

Re: LMDE (Tracking SID, or..) BREAKAGES! - Mar 5

Postby cooleric1234 on Thu Mar 22, 2012 8:44 am

TheGreatSudoku wrote:Irritatiang as hell because I DO HAVE libpcre.so.3 simlinked to the correct file in /lib32

Code: Select all
mint@mint /media/e9766b63-da8d-4044-a381-46253d3834e9/lib32 $ ls libpcre* -la
lrwxrwxrwx 1 root root     17 2012-01-02 20:43 libpcre.so.3 -> libpcre.so.3.12.1
-rw-r--r-- 1 root root 205716 2010-08-05 21:30 libpcre.so.3.12.1


All I can think to do is rename the existing simlink to something else, and try creating a new symlink. Anyone have any other suggestions on how to fix this?


I had the same major breakage last night and here is what I had to do. First of all, I'm running the amd64 version. I noticed that, although I have libpcre3 installed something with the latest update removed the files /lib/x86_64-linux-gnu/libpcre.so.3 (which was a symlink to the following) and /lib/x86_64-linux-gnu/libpcre.so.3.12.1. For some reason libpcre3 now provides /lib/x86_64-linux-gnu/libpcre.so.2.13.1 and the symlink to that file of /lib/x86_64-linux-gnu/libpcre.so.2. In other words, it seems like a bug that libpcre3 provides, for the 64 bit version, libpcre2. So I just created a symlink in that folder (/lib/x86_64-linux-gnu/) of libpcre.so.3 and libpcre.so.3.12.1 both pointing to libpcre.so.2.13.1. Then run ldconfig and reboot.

This bug was nasty, I could not run apt-get, vim, or X.
cooleric1234
Level 1
Level 1
 
Posts: 36
Joined: Sat Sep 10, 2011 9:48 pm

Re: LMDE (Tracking SID, or..) BREAKAGES! - Mar 22

Postby Kinslayer on Thu Mar 22, 2012 9:12 am

For the newbies around here, you can upgrade while holding back libpcre3 until it's fixed like this:

Code: Select all
echo libpcre3 hold | sudo dpkg --set-selections
sudo apt-get upgrade
echo libpcre3 install | sudo dpkg --set-selections

You can confirm on 'apt-get upgrade' that libpcre3 appears in the list of packages to be held back.

Good luck!
Last edited by Kinslayer on Fri Mar 23, 2012 7:04 am, edited 1 time in total.
Kinslayer
Level 1
Level 1
 
Posts: 2
Joined: Tue Mar 13, 2012 5:44 pm

Re: LMDE (Tracking SID, or..) BREAKAGES! - Mar 22

Postby craigevil on Thu Mar 22, 2012 11:37 am

The new version of libpcre is fixed.

$ apt-cache policy libpcre3
libpcre3:
Installed: 8.30.really8.12-1.1
Candidate: 8.30.really8.12-1.1
Version table:
*** 8.30.really8.12-1.1 0
500 http://ftp.us.debian.org/debian/ unstable/main i386 Packages
100 /var/lib/dpkg/status

I do still have grub2 on hold:
The following packages have been kept back:
grub-common grub-pc grub-pc-bin grub2-common

For those that use smxi grub2 is red flagged.
Debian Sid KDE4.8.4 Kernel 3.4 Thinkpad R40 CPU Pentium M 1.3MHz RAM 2GB ATI Mobility 7500
Debian - "If you can't apt-get something, it isn't useful or doesn't exist"
Giant Debian sources.list | Debian upgrade script smxi | sysinfo script inxi
craigevil
Level 5
Level 5
 
Posts: 559
Joined: Wed Sep 15, 2010 6:10 am
Location: down the rabbit hole

Re: LMDE (Tracking SID, or..) BREAKAGES! - Mar 22

Postby GeneC on Thu Mar 22, 2012 12:03 pm

Thanks Craig

That was a quick fix.

Code: Select all
gene@zordon:~$ apt-cache policy libpcre3
libpcre3:
  Installed: 8.30.really8.12-1.1
  Candidate: 8.30.really8.12-1.1
  Version table:
 *** 8.30.really8.12-1.1 0
        500 http://http.us.debian.org/debian/ unstable/main amd64 Packages
        100 /var/lib/dpkg/status


Didn't catch the grub thing. It upgraded but seems to be working fine.
GeneC

AMD Phenom2x4 3.2 ghz, 12GB DDR3, Nvidia GTX 460

1. LMDE(201303) - Gnome Shell 3.6/Cin. 1.8 - Testing
2. LMDE - XFCE 4.10 - SID

3. SolydXK/KDE 4.10-3/SID
(All 64bit multiarch, Nvidia 319.17 - Liquorix 3.8.xx)
User avatar
GeneC
Level 6
Level 6
 
Posts: 1402
Joined: Fri Sep 03, 2010 1:59 pm
Location: Maine, USA

Re: LMDE (Tracking SID, or..) BREAKAGES! - Mar 5

Postby gozer on Thu Mar 22, 2012 2:42 pm

GregE wrote:Downgrading libpcre is the solution, but some of us have to do it from the commandline as X will not start.

You have a command line? LUCKY!

I know it's called "UNSTABLE" for a reason, but c'mon. Don't they test this stuff before pushing it out?
Debian Testing
g+
gozer
Level 1
Level 1
 
Posts: 40
Joined: Mon Nov 26, 2007 1:57 pm

Re: LMDE (Tracking SID, or..) BREAKAGES! - Mar 22

Postby GregE on Thu Mar 22, 2012 6:09 pm

Confirming Craig's comment. The fix is in and you can now update libpcre3 - mine is working fine.
User avatar
GregE
Level 4
Level 4
 
Posts: 418
Joined: Sun Jan 16, 2011 6:24 am
Location: Melbourne, Australia

Re: LMDE (Tracking SID, or..) BREAKAGES! - Mar 22

Postby Brian49 on Thu Mar 22, 2012 6:27 pm

There has just been another libpcre3 update, to v.8.30..-2. All rather mysterious.
Brian49
Level 5
Level 5
 
Posts: 597
Joined: Thu Oct 29, 2009 2:27 pm

Re: LMDE (Tracking SID, or..) BREAKAGES! - Mar 22

Postby jlsmith722 on Thu Mar 22, 2012 6:53 pm

Just did a du and working fine here
Code: Select all
jim@jim's-laptop ~ $ apt-cache policy libpcre3
libpcre3:
  Installed: 8.30.really8.12-1.1
  Candidate: 8.30.really8.12-1.1
  Version table:
 *** 8.30.really8.12-1.1 0
        500 http://http.us.debian.org/debian/ unstable/main amd64 Packages
        100 /var/lib/dpkg/status

The version numbers of libpcre3 are the same as before I du'ed

Jim
[size=85]Being intelligent is not a felony. But most societies evaluate it as at least a misdemeanor.
Robert Heinlein
jlsmith722
Level 1
Level 1
 
Posts: 48
Joined: Fri Mar 05, 2010 9:38 am

Re: LMDE (Tracking SID, or..) BREAKAGES! - Mar 22

Postby craigevil on Fri Mar 23, 2012 2:04 am

New package from the actual DD, the last one was a non-maintainer upload that was just a quick fix.

# apt-cache policy libpcre3
libpcre3:
Installed: 8.30.really8.12-1.1
Candidate: 8.30..-3
Version table:
8.30..-3 0
500 http://ftp.us.debian.org/debian/ unstable/main i386 Packages
*** 8.30.really8.12-1.1 0
100 /var/lib/dpkg/status
Debian Sid KDE4.8.4 Kernel 3.4 Thinkpad R40 CPU Pentium M 1.3MHz RAM 2GB ATI Mobility 7500
Debian - "If you can't apt-get something, it isn't useful or doesn't exist"
Giant Debian sources.list | Debian upgrade script smxi | sysinfo script inxi
craigevil
Level 5
Level 5
 
Posts: 559
Joined: Wed Sep 15, 2010 6:10 am
Location: down the rabbit hole

Re: LMDE (Tracking SID, or..) BREAKAGES! - Mar 22

Postby GeneC on Fri Mar 23, 2012 7:24 am

Mean old SID has been unusually mild manered in the last few months. Hardly so much as a hickup until this libpcre3 problem. I had become somewhat lax in monitoring upgrading.
Image


Just a reminder or two to those who are pretty new to SID.
1. A good tool to use is apt-listbugs. Its in the repos. It will warn you of bugs (most, not all) before you install.
YouTube vid.
https://www.youtube.com/watch?v=uwAaELRQxeI
2. Monitor the Aptosid forum "Upgrade Warnings". They are very on top of things. You will get good early warning there.
Aptosid Upgrade Warnings Forum
Last edited by GeneC on Fri Mar 23, 2012 7:52 am, edited 3 times in total.
GeneC

AMD Phenom2x4 3.2 ghz, 12GB DDR3, Nvidia GTX 460

1. LMDE(201303) - Gnome Shell 3.6/Cin. 1.8 - Testing
2. LMDE - XFCE 4.10 - SID

3. SolydXK/KDE 4.10-3/SID
(All 64bit multiarch, Nvidia 319.17 - Liquorix 3.8.xx)
User avatar
GeneC
Level 6
Level 6
 
Posts: 1402
Joined: Fri Sep 03, 2010 1:59 pm
Location: Maine, USA

Re: LMDE (Tracking SID, or..) BREAKAGES! - Mar 22

Postby Brian49 on Fri Mar 23, 2012 7:45 am

GeneC wrote: A good tool to use is aptlistbugs. Its in the repos.

Thanks for this helpful suggestion.

It's actually apt-listbugs (in case anyone else has trouble finding it, as I did).

However, it seems to call for various additional packages to be installed with it, which makes it less attractive from my point of view.
Brian49
Level 5
Level 5
 
Posts: 597
Joined: Thu Oct 29, 2009 2:27 pm

Re: LMDE (Tracking SID, or..) BREAKAGES! - Mar 22

Postby GeneC on Fri Mar 23, 2012 7:48 am

Duly noted.
Correction made. :wink:
GeneC

AMD Phenom2x4 3.2 ghz, 12GB DDR3, Nvidia GTX 460

1. LMDE(201303) - Gnome Shell 3.6/Cin. 1.8 - Testing
2. LMDE - XFCE 4.10 - SID

3. SolydXK/KDE 4.10-3/SID
(All 64bit multiarch, Nvidia 319.17 - Liquorix 3.8.xx)
User avatar
GeneC
Level 6
Level 6
 
Posts: 1402
Joined: Fri Sep 03, 2010 1:59 pm
Location: Maine, USA

Re: LMDE (Tracking SID, or..) BREAKAGES! - Mar 22

Postby kokurya-kai on Fri Mar 23, 2012 10:29 am

installed libpcre3 without any problems
grub-pc seems to only affect systems where grub is installed on a partition and not in the MBR.
kokurya-kai
Level 1
Level 1
 
Posts: 7
Joined: Sun Jul 24, 2011 4:40 am

Re: LMDE (Tracking SID, or..) BREAKAGES! - Mar 22

Postby GeneC on Fri Mar 23, 2012 12:21 pm

Hey kokura-kai!

Welcome to the forums. :D
GeneC

AMD Phenom2x4 3.2 ghz, 12GB DDR3, Nvidia GTX 460

1. LMDE(201303) - Gnome Shell 3.6/Cin. 1.8 - Testing
2. LMDE - XFCE 4.10 - SID

3. SolydXK/KDE 4.10-3/SID
(All 64bit multiarch, Nvidia 319.17 - Liquorix 3.8.xx)
User avatar
GeneC
Level 6
Level 6
 
Posts: 1402
Joined: Fri Sep 03, 2010 1:59 pm
Location: Maine, USA

Linux Mint is funded by ads and donations.
 
PreviousNext

Return to Update/Upgrade Issues

Who is online

Users browsing this forum: No registered users and 2 guests