[SOLVED] pidgin upgrade

Forum rules
Please supply only the affected package name as title, with bugreport number (bugs.debian.org) or other sources. This feed can be subscribed to and piped into your RSS reader or conky: http://linuxbbq.org/bbs/feed.php?mode=news
User avatar
dkeg
Configurator
Posts: 3782
Joined: Sun Nov 18, 2012 9:23 pm
Location: Mid-Atlantic Grill

[SOLVED] pidgin upgrade

Unread post by dkeg » Sun Feb 24, 2013 3:45 pm

ran into this today. Kielbasa; kernel 3.8

Code: Select all

Reading package lists...
Building dependency tree...
Reading state information...
The following packages will be upgraded:
   libpurple0 (2.10.6-3 => 2.10.7-1)
   libruby1.9.1 (1.9.3.194-7 => 1.9.3.194-8)
   pidgin (2.10.6-3 => 2.10.7-1)
   pidgin-data (2.10.6-3 => 2.10.7-1)
   xserver-common (1.12.4-4 => 1.12.4-5)
   xserver-xorg-core (1.12.4-4 => 1.12.4-5)
6 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/14.2 MB of archives.
After this operation, 769 kB of additional disk space will be used.
Do you want to continue [Y/n]? grave bugs of pidgin (2.10.6-3 -> 2.10.7-1) <unfixed>
 #701544 - pidgin: Segfaults on attempted startup
Summary:
 pidgin(1 bug)
**********************************************************************
****** Exiting with an error in order to stop the installation. ******
**********************************************************************
only thing I see out there is
http://www.mail-archive.com/debian-bugs ... 18295.html

gonna hold off on it, obviously, for now. Don't really use it anyway.

Code: Select all

sudo su
echo pidgin hold|dpkg --set-selections
echo pidgin-data hold|dpkg --set-selections
Last edited by dkeg on Mon Feb 25, 2013 2:01 pm, edited 2 times in total.

Work hard; Complain less

User avatar
ivanovnegro
Minister of Truth
Posts: 5449
Joined: Wed Oct 17, 2012 11:12 pm

Re: pidgin upgrade

Unread post by ivanovnegro » Mon Feb 25, 2013 2:28 am

(Moved to the right section)

Fixed now:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701544

User avatar
dkeg
Configurator
Posts: 3782
Joined: Sun Nov 18, 2012 9:23 pm
Location: Mid-Atlantic Grill

Re: pidgin upgrade

Unread post by dkeg » Mon Feb 25, 2013 2:48 am

hey thanks for the update! And thanks for correcting my error.

Work hard; Complain less

User avatar
ivanovnegro
Minister of Truth
Posts: 5449
Joined: Wed Oct 17, 2012 11:12 pm

Re: pidgin upgrade

Unread post by ivanovnegro » Mon Feb 25, 2013 3:55 am

Was not a real error but I prefer to see upgrade issues here. ;) After the freeze they will be very important to track as it comes into the messages of the upgrade warnings on LinuxBBQ releases.

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: pidgin upgrade

Unread post by machinebacon » Mon Feb 25, 2013 7:20 am

Thank you both!
..gnutella..

User avatar
dkeg
Configurator
Posts: 3782
Joined: Sun Nov 18, 2012 9:23 pm
Location: Mid-Atlantic Grill

Re: pidgin upgrade

Unread post by dkeg » Mon Feb 25, 2013 2:00 pm

For the sake of bringing this thread full circle...

okay now that the fix out, I took them off hold.

Code: Select all

sudo su
echo pidgin install|dpkg --set-selections
echo pidgin-data install|dpkg --set-selections
Then do an

Code: Select all

apt-get update
to pull in the newer version with the fix, and

Code: Select all

apt-get dist-upgrade

Work hard; Complain less

Post Reply