[Bug 140739] Re: Apt segfaults on gutsy

2007-09-20 Thread guyvdb
Recovery fails here: libc6-dev libgnomevfs2-common libgnomevfs2-extra libgnomevfs2-0 libgnomevfs2-dev are broken. When I try to install the new .deb I get the message that I must first run apt-get upgrade -f that failes with the same segfault. what now? -- Apt segfaults on gutsy

Re: [Bug 140739] Re: Apt segfaults on gutsy

2007-09-20 Thread Mikael Nilsson
tor 2007-09-20 klockan 11:40 + skrev guyvdb: Recovery fails here: libc6-dev libgnomevfs2-common libgnomevfs2-extra libgnomevfs2-0 libgnomevfs2-dev are broken. When I try to install the new .deb I get the message that I must first run apt-get upgrade -f that is probably

[Bug 140739] Re: Apt segfaults on gutsy

2007-09-20 Thread guyvdb
Same fault when I do install -f. I managed to solve the problem by following the instructions found at https://bugs.launchpad.net/ubuntu/+source/apt/+bug/140777/comments/2 before installing the apt and dpkg packages I had to manually install every broken package first (libc6,..). Then it worked.

Re: [Bug 140739] Re: Apt segfaults on gutsy

2007-09-20 Thread Bogdan Butnaru
What I did when this happened was to find the packages with the problem (they're downloaded in /var/cache/apt/archives) and install them manually with dpkg -i file.deb. Once you get to the point where apt-get is updated, the normal process should work. On 9/20/07, Mikael Nilsson [EMAIL PROTECTED]

[Bug 140739] Re: Apt segfaults on gutsy

2007-09-19 Thread Luis Alberto Pabón
Works perfect now, ta. -- Apt segfaults on gutsy https://bugs.launchpad.net/bugs/140739 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 140739] Re: Apt segfaults on gutsy

2007-09-19 Thread cursedbeast
It sorted me out! -- Apt segfaults on gutsy https://bugs.launchpad.net/bugs/140739 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 140739] Re: Apt segfaults on gutsy

2007-09-18 Thread TJ
Gutsy 64-bit has the same issue. It first occurred trying to do a partial-upgrade with package gnome- icon-theme. I manually updated that using apt-get install gnome-icon- theme and then, after dpkg --configure -a the package eog failed. I ran a gdb trace and got: $ gdb --args apt-get install

[Bug 140739] Re: Apt segfaults on gutsy

2007-09-18 Thread bigdoby
is there a patch??? i have the same problem here... -- Apt segfaults on gutsy https://bugs.launchpad.net/bugs/140739 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 140739] Re: Apt segfaults on gutsy

2007-09-18 Thread effraie
same problem here ** Changed in: dpkg (Ubuntu) Status: New = Confirmed -- Apt segfaults on gutsy https://bugs.launchpad.net/bugs/140739 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 140739] Re: Apt segfaults on gutsy

2007-09-18 Thread Mikael Nilsson
Me too. FYI - if you absolutely *must* install any programs (like if you're not able to boot), you can still do so manually by doing sudo dpkg -i [something].deb The debs are cached in /var/cache/apt/archives/ also, it's a good idea to do sudo dpkg --configure -a after such a crash. --

[Bug 140739] Re: Apt segfaults on gutsy

2007-09-18 Thread Richie
Also, Im on 32bit gutsy.. if anyone has any commands they would like me to run for debugging.. I will reply promptly. -- Apt segfaults on gutsy https://bugs.launchpad.net/bugs/140739 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu.

[Bug 140739] Re: Apt segfaults on gutsy

2007-09-18 Thread Hyrum Wright
Same problem here: [EMAIL PROTECTED]:~$ sudo apt-get dist-upgrade Reading package lists... Done Building dependency tree Calculating upgrade... Done The following packages will be upgraded: dselect eog file-roller gcalctool gnome-cards-data gnome-doc-utils gnome-games gnome-games-data

[Bug 140739] Re: Apt segfaults on gutsy

2007-09-18 Thread Laurent Bigonville
** Also affects: dpkg (Ubuntu) Importance: Undecided Status: New ** Changed in: dpkg (Ubuntu) Importance: Undecided = High -- Apt segfaults on gutsy https://bugs.launchpad.net/bugs/140739 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug

[Bug 140739] Re: Apt segfaults on gutsy

2007-09-18 Thread Gert Kulyk
Fix is uploaded. To get apt working again, you can either wait until dpkg 1.14.5ubuntu14 enters the archives, or you can manually downgrade to dpkg 1.14.5ubuntu12 if you need working apt now. -- Apt segfaults on gutsy https://bugs.launchpad.net/bugs/140739 You received this bug notification

[Bug 140739] Re: Apt segfaults on gutsy

2007-09-18 Thread Colin Watson
dpkg (1.14.5ubuntu14) gutsy; urgency=low * Change syntax of `processing:...' status fd outputs so as to avoid crashing apt's lame parser. -- Ian Jackson [EMAIL PROTECTED] Tue, 18 Sep 2007 17:14:31 +0100 I'm accelerating the publication of these binaries now and they should be available

[Bug 140739] Re: Apt segfaults on gutsy

2007-09-18 Thread Colin Watson
apt (0.7.6ubuntu10) gutsy; urgency=low * apt-pkg/deb/dpkgpm.cc: - fix parse error when dpkg sends unexpected data -- Michael Vogt [EMAIL PROTECTED] Tue, 18 Sep 2007 17:25:09 +0100 ** Changed in: apt (Ubuntu) Status: New = Fix Released -- Apt segfaults on gutsy

[Bug 140739] Re: Apt segfaults on gutsy

2007-09-18 Thread TJ
It might be advisable to describe the precise steps required to recover to the new versions, since installed apt can't be used. -- Apt segfaults on gutsy https://bugs.launchpad.net/bugs/140739 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact

[Bug 140739] Re: Apt segfaults on gutsy

2007-09-18 Thread Martin Erpicum
I suppose the best way is to manualy download dpkg here : http://us.archive.ubuntu.com/ubuntu/pool/main/d/dpkg/ Then : # dpkg -i dpkg_1.14.5ubuntu14_i386.deb -- Apt segfaults on gutsy https://bugs.launchpad.net/bugs/140739 You received this bug notification because you are a member of Ubuntu

Re: [Bug 140739] Re: Apt segfaults on gutsy

2007-09-18 Thread Ian Jackson
TJ writes ([Bug 140739] Re: Apt segfaults on gutsy): It might be advisable to describe the precise steps required to recover to the new versions, since installed apt can't be used. Sure. Download the dpkg.deb and install it manually: wget http://archive.ubuntu.com/ubuntu/pool/main/d/dpkg

[Bug 140739] Re: Apt segfaults on gutsy

2007-09-18 Thread Hyrum Wright
The new package appears to work for me. Thanks! -- Apt segfaults on gutsy https://bugs.launchpad.net/bugs/140739 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 140739] Re: Apt segfaults on gutsy

2007-09-18 Thread TJ
Here's the process I followed. First I checked for the builds to complete for apt and dpkg. I found that upgrading dpkg alone allowed update-manager to run successfully: https://launchpad.net/ubuntu/+source/dpkg/1.14.5ubuntu14 If it has been built successfully follow the link for the

[Bug 140739] Re: Apt segfaults on gutsy

2007-09-18 Thread Hugo Heden
Ians instructions in comment #12 works for me. (Sometimes you gotta love people.. Thanks for quick fix, and support from other posters here :-) ) - Hugo Heden -- Apt segfaults on gutsy https://bugs.launchpad.net/bugs/140739 You received this bug notification because you are a member of Ubuntu

[Bug 140739] Re: Apt segfaults on gutsy

2007-09-18 Thread figjam
whoaa.. spent about 2 hours trying to find a fix. Thanks! this worked perfectly. -- Apt segfaults on gutsy https://bugs.launchpad.net/bugs/140739 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 140739] Re: Apt segfaults on gutsy

2007-09-18 Thread Richie
Thanks guys, works now. -- Apt segfaults on gutsy https://bugs.launchpad.net/bugs/140739 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com