Welcome to Soft32 Linux Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Bug#432411: aptitude: Dist-upgrade impossible: search abor..

 
   Soft32 Home -> Linux2 Arch -> Bugs Dist RSS
Next:  Bug#362420: This is actually the wfmath bug  
Author Message
Raphael Hertzog

External


Since: Nov 22, 2006
Posts: 159



(Msg. 1) Posted: Mon Jul 09, 2007 5:00 pm
Post subject: Bug#432411: aptitude: Dist-upgrade impossible: search aborted by fatal exception
Archived from groups: linux>debian>bugs>dist (more info?)

Package: aptitude
Version: 0.4.5.4-1
Severity: important

Today trying to dist-upgrade I get this:
$ LANG=C sudo aptitude dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
Building tag database... Done
The following packages are BROKEN:
locales
The following packages have been automatically kept back:
gimp-data libsvn-perl schroot-common
The following NEW packages will be automatically installed:
libpth20
The following NEW packages will be installed:
libpth20
The following packages will be upgraded:
comerr-dev debhelper e2fslibs e2fsprogs gdm gtk-gnutella libblkid1 libcomerr2 libdevmapper1.02.1 libevent1 libgpgme11
libss2 libuuid1 module-init-tools nfs-common seahorse vim vim-common vim-full vim-gui-common vim-runtime
22 packages upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
Need to get 12.7MB/29.7MB of archives. After unpacking 8485kB will be used.
The following packages have unmet dependencies:
locales: Depends: glibc-2.6-1 which is a virtual package.
Resolving dependencies...
*** ERROR: search aborted by fatal exception. You may continue
searching, but some solutions will be unreachable.

Unexpectedly non-broken dependency gimp 2.2.15-2 -> {gimp-data 2.2.15-2}!
(gimp-data 2.2.15-2 is installed)
Abort.


Effectively the locales package is broken on i386. Libc6 2.6 is not yet
available but the arch:all locales package is and the previous version
disappeared.

$ LANG=C apt-cache policy libc6
libc6:
Installed: 2.5-11
Candidate: 2.5-11
Version table:
2.6-0exp3 0
1 http://ftp.fr.debian.org experimental/main Packages
*** 2.5-11 0
500 http://ftp.fr.debian.org sid/main Packages
100 /var/lib/dpkg/status
2.5-9+b1 0
500 http://ftp.fr.debian.org lenny/main Packages
$ LANG=C apt-cache policy locales
locales:
Installed: 2.5-11
Candidate: 2.6-1
Version table:
2.6-1 0
500 http://ftp.fr.debian.org sid/main Packages
2.6-0exp3 0
1 http://ftp.fr.debian.org experimental/main Packages
*** 2.5-11 0
100 /var/lib/dpkg/status
2.5-9 0
500 http://ftp.fr.debian.org lenny/main Packages


This is however no reason to interrupt the dist-upgrade. You should simply
diagnose this and not upgrade the locales package.

Note that aptitude safe-upgrade / upgrade is not affected.

Cheers,

-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-2-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-Cool
Shell: /bin/sh linked to /bin/bash

Versions of packages aptitude depends on:
ii apt [libapt-pkg-libc6.5 0.7.3 Advanced front-end for dpkg
ii libc6 2.5-11 GNU C Library: Shared libraries
ii libgcc1 1:4.2-20070707-1 GCC support library
ii libncursesw5 5.6-3 Shared libraries for terminal hand
ii libsigc++-2.0-0c2a 2.0.17-2 type-safe Signal Framework for C++
ii libstdc++6 4.2-20070707-1 The GNU Standard C++ Library v3

Versions of packages aptitude recommends:
pn aptitude-doc-en | aptitude-do <none> (no description available)
ii libparse-debianchangelog-perl 1.0-1 parse Debian changelogs and output

-- no debconf information


--
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST.TakeThisOut@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.TakeThisOut@lists.debian.org
Back to top
Login to vote
Daniel Burrows

External


Since: Nov 19, 2006
Posts: 155



(Msg. 2) Posted: Tue Jul 10, 2007 11:40 am
Post subject: Bug#432411: aptitude: Dist-upgrade impossible: search aborted by fatal exception [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Mon, Jul 09, 2007 at 09:44:52PM +0200, Raphael Hertzog <hertzog.TakeThisOut@debian.org> was heard to say:
> *** ERROR: search aborted by fatal exception. You may continue
> searching, but some solutions will be unreachable.
>
> Unexpectedly non-broken dependency gimp 2.2.15-2 -> {gimp-data 2.2.15-2}!
> (gimp-data 2.2.15-2 is installed)

This is an internal error that indicates that aptitude did something
inconsistent while reasoning about your packages. Somehow the
gimp->gimp-data dep ended up on a list of dependencies that need to be
fixed, despite the fact that the appropriate gimp-data is installed.

Could you post the output that you get when you add
"-o aptitude::cmdline::resolver-debug=true" to the command line? Also,
if you could tar up and send the following files it would help me
reproduce this:

* /var/lib/aptitude
* /var/lib/apt
* /var/cache/apt/pkgcache.bin
* /var/cache/apt/srcpkgcache.bin
* /etc/apt
* /var/lib/dpkg/status

Thanks,
Daniel


--
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST.TakeThisOut@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.TakeThisOut@lists.debian.org
Back to top
Login to vote
Daniel Burrows

External


Since: Nov 19, 2006
Posts: 155



(Msg. 3) Posted: Wed Jul 11, 2007 1:50 am
Post subject: Bug#432411: aptitude: Dist-upgrade impossible: search aborted by fatal exception [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Tue, Jul 10, 2007 at 07:16:43AM -0700, Daniel Burrows <dburrows.RemoveThis@debian.org> was heard to say:
> On Mon, Jul 09, 2007 at 09:44:52PM +0200, Raphael Hertzog <hertzog.RemoveThis@debian.org> was heard to say:
> > *** ERROR: search aborted by fatal exception. You may continue
> > searching, but some solutions will be unreachable.
> >
> > Unexpectedly non-broken dependency gimp 2.2.15-2 -> {gimp-data 2.2.15-2}!
> > (gimp-data 2.2.15-2 is installed)
>
> This is an internal error that indicates that aptitude did something
> inconsistent while reasoning about your packages. Somehow the
> gimp->gimp-data dep ended up on a list of dependencies that need to be
> fixed, despite the fact that the appropriate gimp-data is installed.

OK, now that I've been awake longer, I can see that I got this
backwards -- aptitude thinks for some reason that this dependency is
broken even though it apparently isn't! That's more worrying; anyway,
hopefully I can figure out what's happening with a little more data.

Daniel


--
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST.RemoveThis@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.RemoveThis@lists.debian.org
Back to top
Login to vote
Raphael Hertzog

External


Since: Nov 22, 2006
Posts: 159



(Msg. 4) Posted: Wed Jul 11, 2007 10:40 am
Post subject: Bug#432411: aptitude: Dist-upgrade impossible: search aborted by fatal exception [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,

On Tue, 10 Jul 2007, Daniel Burrows wrote:
> Could you post the output that you get when you add
> "-o aptitude::cmdline::resolver-debug=true" to the command line? Also,
> if you could tar up and send the following files it would help me
> reproduce this:
>
> * /var/lib/aptitude
> * /var/lib/apt
> * /var/cache/apt/pkgcache.bin
> * /var/cache/apt/srcpkgcache.bin
> * /etc/apt
> * /var/lib/dpkg/status

I can't reproduce it any more after my upgrade. However I kept copy of
most files requested except the *.bin. They are here:
http://people.debian.org/~hertzog/432411.tar.gz

1798e34b2ea77cec9ab40dd0d3f6d36f 432411.tar.gz

The bug really looks like the resolver is ignoring the installed package
as a package of its own that can be kept to resolve a problem. Maybe it's
deliberate in some part of the analysis but somehow the error is not
appropriately handled.

Cheers,
--
Raphaël Hertzog

Premier livre français sur Debian GNU/Linux :
http://www.ouaza.com/livre/admin-debian/
Back to top
Login to vote
Daniel Burrows

External


Since: Nov 19, 2006
Posts: 155



(Msg. 5) Posted: Thu Jul 12, 2007 12:20 am
Post subject: Bug#432411: aptitude: Dist-upgrade impossible: search aborted by fatal exception [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Wed, Jul 11, 2007 at 01:22:11AM +0200, Julien Cristau <jcristau.RemoveThis@debian.org> was heard to say:
> On Tue, Jul 10, 2007 at 07:16:43 -0700, Daniel Burrows wrote:
> Resolving dependencies...
> Processing <>;[locales 2.6-2 -> {}, schroot 1.1.4-1 -> {schroot-common 1.1.4-1}];-200
> Trying to resolve locales 2.6-2 -> {} by installing locales 2.6-0exp3 from the dependency source
> Trying to resolve locales 2.6-2 -> {} by installing locales 2.5-11 from the dependency source
> Trying to resolve locales 2.6-2 -> {} by installing locales 2.5-9 from the dependency source
> Trying to resolve locales 2.6-2 -> {} by installing locales [UNINST] from the dependency source
> *** ERROR: search aborted by fatal exception. You may continue
> searching, but some solutions will be unreachable.
>
> Unexpectedly non-broken dependency schroot 1.1.4-1 -> {schroot-common 1.1.4-1}!
> (schroot-common 1.1.4-1 is installed)
> Abort.

Ooh, that's nasty. Apparently aptitude believes that the schroot
dependency is a broken dependency a priori. It gets the initial set
by scanning the cache for broken dependencies; I wonder if the new
apt version doesn't correctly manage the broken flag...

It probably is also relevant that this only happens with a command-line
upgrade AFAICT.

> > Also, if you could tar up and send the following files it would help
> > me reproduce this:
> >
> > * /var/lib/aptitude
> > * /var/lib/apt
> > * /var/cache/apt/pkgcache.bin
> > * /var/cache/apt/srcpkgcache.bin
> > * /etc/apt
> > * /var/lib/dpkg/status
> >
> Tarball uploaded to gluck.d.o:/home/jcristau/aptitude-432411.tar.bz2

OK, I can reproduce it with that. I'll try to get some time over the
weekend to take a look at this.

Thanks,
Daniel


--
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST.RemoveThis@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.RemoveThis@lists.debian.org
Back to top
Login to vote
Raphael Hertzog

External


Since: Nov 22, 2006
Posts: 159



(Msg. 6) Posted: Mon Jul 30, 2007 5:00 am
Post subject: Bug#432411: aptitude: Dist-upgrade impossible: search aborted by fatal exception [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Wed, 11 Jul 2007, Daniel Burrows wrote:
> > Tarball uploaded to gluck.d.o:/home/jcristau/aptitude-432411.tar.bz2
>
> OK, I can reproduce it with that. I'll try to get some time over the
> weekend to take a look at this.

Any news ?

I got it again:

$ LANG=C sudo aptitude -o aptitude::cmdline::resolver-debug=true dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
Building tag database... Done
The following packages are BROKEN:
debtags debtags-edit
The following packages have been automatically kept back:
wesnoth-data wesnoth-ei wesnoth-httt wesnoth-music wesnoth-trow wesnoth-ttb
The following NEW packages will be automatically installed:
python-numpy python-numpy-dev
The following NEW packages will be installed:
python-numpy python-numpy-dev
The following packages will be upgraded:
apt apt-utils aptitude bsdutils cowsay evolution-data-server
evolution-data-server-common gcc-3.4-base iptables libapt-pkg-perl libcamel1.2-10
libebook1.2-9 libecal1.2-7 libedata-book1.2-2 libedata-cal1.2-6 libedataserver1.2-9
libedataserverui1.2-8 libegroupwise1.2-13 libept0 libexchange-storage1.2-3 libg2c0
libpango1.0-0 libpango1.0-common libpango1.0-dev libvolume-id0 libwrap0
linux-image-2.6.22-1-686 linux-libc-dev locales manpages manpages-dev mount netbase
python-apt python-opengl synaptic tcpd udev urlview util-linux wesnoth-tsg
wesnoth-utbs whois xscreensaver-gl
The following packages are RECOMMENDED but will NOT be installed:
aptitude-doc-cs aptitude-doc-en aptitude-doc-fi aptitude-doc-fr xscreensaver
44 packages upgraded, 2 newly installed, 0 to remove and 6 not upgraded.
Need to get 8827kB/51.6MB of archives. After unpacking 8778kB will be used.
The following packages have unmet dependencies:
debtags: Depends: libapt-pkg-libc6.5-6-4.4 which is a virtual package.
debtags-edit: Depends: libapt-pkg-libc6.5-6-4.4 which is a virtual package.
Resolving dependencies...
Processing <>;[debtags 1.7.3 -> {apt 0.7.3}, debtags-edit 1.3+b2 -> {apt 0.7.3}, wesnoth 1.2.5-1 -> {wesnoth-data 1.2.5-1}];-300
Trying to resolve debtags 1.7.3 -> {apt 0.7.3} by installing debtags [UNINST] from the dependency source
Trying to resolve debtags 1.7.3 -> {apt 0.7.3} by installing apt 0.7.3
Trying to resolve debtags-edit 1.3+b2 -> {apt 0.7.3} by installing debtags-edit [UNINST] from the dependency source
Trying to resolve debtags-edit 1.3+b2 -> {apt 0.7.3} by installing apt 0.7.3
*** ERROR: search aborted by fatal exception. You may continue
searching, but some solutions will be unreachable.

Unexpectedly non-broken dependency wesnoth 1.2.5-1 -> {wesnoth-data 1.2.5-1}!
(wesnoth-data 1.2.5-1 is installed)
Abort.

The required files are at http://people.debian.org/~hertzog/432411-2.tar.bz2

Cheers,
--
Raphaël Hertzog

Premier livre français sur Debian GNU/Linux :
http://www.ouaza.com/livre/admin-debian/
Back to top
Login to vote
Daniel Burrows

External


Since: Nov 19, 2006
Posts: 155



(Msg. 7) Posted: Mon Jul 30, 2007 12:50 pm
Post subject: Bug#432411: aptitude: Dist-upgrade impossible: search aborted by fatal exception [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Mon, Jul 30, 2007 at 09:45:23AM +0200, Raphael Hertzog <hertzog.RemoveThis@debian.org> was heard to say:
> On Wed, 11 Jul 2007, Daniel Burrows wrote:
> > > Tarball uploaded to gluck.d.o:/home/jcristau/aptitude-432411.tar.bz2
> >
> > OK, I can reproduce it with that. I'll try to get some time over the
> > weekend to take a look at this.
>
> Any news ?

I've taken a couple cracks at it, but I haven't tracked down exactly
what's going on. I did find one unrelated potential bug in the process,
though.

My first thought was that apt was reporting wrong information, but I'm
no longer 100% sure about that; it looks like aptitude may be using
inconsistent information internally.

Daniel


--
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST.RemoveThis@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.RemoveThis@lists.debian.org
Back to top
Login to vote
Gregor Zattler

External


Since: Jan 01, 2006
Posts: 1



(Msg. 8) Posted: Tue Oct 02, 2007 4:20 pm
Post subject: Bug#432411: aptitude: Dist-upgrade impossible: search aborted by fatal exception [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Daniel, everybody,
* Daniel Burrows <dburrows DeleteThis @debian.org> [10. Jul. 2007]:
> On Mon, Jul 09, 2007 at 09:44:52PM +0200, Raphael Hertzog <hertzog DeleteThis @debian.org> was heard to say:
>> *** ERROR: search aborted by fatal exception. You may continue
>> searching, but some solutions will be unreachable.
>>
>> Unexpectedly non-broken dependency gimp 2.2.15-2 -> {gimp-data 2.2.15-2}!
>> (gimp-data 2.2.15-2 is installed)
>
> This is an internal error that indicates that aptitude did something
> inconsistent while reasoning about your packages. Somehow the
> gimp->gimp-data dep ended up on a list of dependencies that need to be
> fixed, despite the fact that the appropriate gimp-data is installed.
>
> Could you post the output that you get when you add
> "-o aptitude::cmdline::resolver-debug=true" to the command
> line?

I'm also affected by this bug. This is the output of

sudo aptitude -o aptitude::cmdline::resolver-debug=true full-upgrade


Reading package lists...
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...
Building tag database...
The following packages are BROKEN:
evolution-plugins libxine1-ffmpeg perl perl-suid perlmagick
The following packages have been automatically kept back:
evolution-common
The following NEW packages will be automatically installed:
libgl1-mesa-dri libntlm0 libpixman-1-0
The following packages have been kept back:
fgfs-base flightgear mutt simgear0 tzdata
The following NEW packages will be installed:
libgl1-mesa-dri libntlm0 libpixman-1-0
The following packages will be upgraded:
libgsasl7 libperl5.8 perl-base xserver-xorg xserver-xorg-core
xserver-xorg-input-evdev xserver-xorg-input-kbd xserver-xorg-input-mouse
xserver-xorg-input-synaptics xserver-xorg-video-apm
xserver-xorg-video-ark xserver-xorg-video-ati xserver-xorg-video-chips
xserver-xorg-video-cirrus xserver-xorg-video-cyrix
xserver-xorg-video-fbdev xserver-xorg-video-glint xserver-xorg-video-i128
xserver-xorg-video-i740 xserver-xorg-video-imstt xserver-xorg-video-intel
xserver-xorg-video-mga xserver-xorg-video-neomagic
xserver-xorg-video-newport xserver-xorg-video-nsc xserver-xorg-video-nv
xserver-xorg-video-rendition xserver-xorg-video-s3virge
xserver-xorg-video-savage xserver-xorg-video-siliconmotion
xserver-xorg-video-sis xserver-xorg-video-sisusb xserver-xorg-video-tdfx
xserver-xorg-video-tga xserver-xorg-video-trident
xserver-xorg-video-tseng xserver-xorg-video-v4l xserver-xorg-video-vesa
xserver-xorg-video-vga xserver-xorg-video-via xserver-xorg-video-vmware
xserver-xorg-video-voodoo
46 packages upgraded, 3 newly installed, 0 to remove and 6 not upgraded.
Need to get 17,1MB/22,4MB of archives. After unpacking 38,6MB will be used.
The following packages have unmet dependencies:
perl: Depends: perl-base (= 5.8.8-10) but 5.8.8-11 is to be installed.
libxine1-ffmpeg: Depends: libxine1 (>= 1.1.Cool but 1.1.7-3 is installed.
perl-suid: Depends: perl (= 5.8.8-11) but 5.8.8-10 is installed.
evolution-plugins: Depends: evolution (>= 2.12.0) but 2.10.3-1 is installed.
perlmagick: Depends: perl (>= 5.8.8-11) but 5.8.8-10 is installed.
Resolving dependencies...
Processing <>;[evolution 2.10.3-1 -> {evolution-common 2.10.3-1}, evolution-plugins 2.12.0-1 -> {evolution 2.12.0-1}, libxine1-ffmpeg 1.1.8-1 -> {libxine1 1.1.8-1}, perl 5.8.8-10 -> {perl-base 5.8.8-10}, perl-suid 5.8.8-11 -> {perl 5.8.8-11}, perlmagick 7:6.2.4.5.dfsg1-2 -> {perl 5.8.8-11}];-600
Trying to resolve evolution-plugins 2.12.0-1 -> {evolution 2.12.0-1} by installing evolution-plugins 2.10.3-1 from the dependency source
Trying to resolve evolution-plugins 2.12.0-1 -> {evolution 2.12.0-1} by installing evolution-plugins [UNINST] from the dependency source
Trying to resolve evolution-plugins 2.12.0-1 -> {evolution 2.12.0-1} by installing evolution 2.12.0-1
Trying to resolve libxine1-ffmpeg 1.1.8-1 -> {libxine1 1.1.8-1} by installing libxine1-ffmpeg 1.1.7-3 from the dependency source
Trying to resolve libxine1-ffmpeg 1.1.8-1 -> {libxine1 1.1.8-1} by installing libxine1-ffmpeg [UNINST] from the dependency source
Trying to resolve libxine1-ffmpeg 1.1.8-1 -> {libxine1 1.1.8-1} by installing libxine1 1.1.8-1
Trying to resolve perl-suid 5.8.8-11 -> {perl 5.8.8-11} by installing perl-suid 5.8.8-10 from the dependency source
Trying to resolve perl-suid 5.8.8-11 -> {perl 5.8.8-11} by installing perl-suid [UNINST] from the dependency source
Trying to resolve perl-suid 5.8.8-11 -> {perl 5.8.8-11} by installing perl 5.8.8-11
Trying to resolve perlmagick 7:6.2.4.5.dfsg1-2 -> {perl 5.8.8-11} by installing perlmagick 7:6.2.4.5.dfsg1-1 from the dependency source
Trying to resolve perlmagick 7:6.2.4.5.dfsg1-2 -> {perl 5.8.8-11} by installing perlmagick [UNINST] from the dependency source
Trying to resolve perlmagick 7:6.2.4.5.dfsg1-2 -> {perl 5.8.8-11} by installing perl 5.8.8-11
Trying to resolve perl 5.8.8-10 -> {perl-base 5.8.8-10} by installing perl 5.8.8-11 from the dependency source
Trying to resolve perl 5.8.8-10 -> {perl-base 5.8.8-10} by installing perl [UNINST] from the dependency source
Trying to resolve perl 5.8.8-10 -> {perl-base 5.8.8-10} by installing perl-base 5.8.8-10
*** ERROR: search aborted by fatal exception. You may continue
searching, but some solutions will be unreachable.

In solution <>;[evolution 2.10.3-1 -> {evolution-common 2.10.3-1}, evolution-plugins 2.12.0-1 -> {evolution 2.12.0-1}, libxine1-ffmpeg 1.1.8-1 -> {libxine1 1.1.8-1}, perl 5.8.8-10 -> {perl-base 5.8.8-10}, perl-suid 5.8.8-11 -> {perl 5.8.8-11}, perlmagick 7:6.2.4.5.dfsg1-2 -> {perl 5.8.8-11}];-600:
Unexpectedly non-broken dependency evolution 2.10.3-1 -> {evolution-common 2.10.3-1}!
(evolution-common 2.10.3-1 is installed)
Abort.


> Also, if you could tar up and send the following files it would
> help me reproduce this:
>
> * /var/lib/aptitude
> * /var/lib/apt
> * /var/cache/apt/pkgcache.bin
> * /var/cache/apt/srcpkgcache.bin
> * /etc/apt
> * /var/lib/dpkg/status

I've tared them up. It's 16 MB. If you are interested in the
data, please drop me a note, I will mail you the archive.

Ciao, Gregor



--
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST DeleteThis @lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster DeleteThis @lists.debian.org
Back to top
Login to vote
Raphael Hertzog

External


Since: Nov 22, 2006
Posts: 159



(Msg. 9) Posted: Tue Nov 13, 2007 3:50 am
Post subject: Bug#432411: aptitude: Dist-upgrade impossible: search aborted by fatal exception [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Mon, 30 Jul 2007, Daniel Burrows wrote:
> > > OK, I can reproduce it with that. I'll try to get some time over the
> > > weekend to take a look at this.
> >
> > Any news ?
>
> I've taken a couple cracks at it, but I haven't tracked down exactly
> what's going on. I did find one unrelated potential bug in the process,
> though.
>
> My first thought was that apt was reporting wrong information, but I'm
> no longer 100% sure about that; it looks like aptitude may be using
> inconsistent information internally.

I've been bitten by this bug again and apparently lots of people have been
affected once already. Any progress?

It would be good if more people were hacking on aptitude because it looks
like you're getting more bugreports than what you're able to handle:
http://people.debian.org/~glandium/bts/a/aptitude.png
Maybe you could try to recruit some volunteers.

(no, not me Wink)

Cheers,
--
Raphaës Hertzog

Premier livre français sur Debian GNU/Linux :
http://www.ouaza.com/livre/admin-debian/
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Bug#146207: aptitude: dist-upgrade ignores hold set by dpk.. - Package: aptitude Version: 0.4.4-4 Followup-For: Bug #146207 Hi, it looks like aptitude upgrade is now considering..

Bug#416944: dist-upgrade stuck - Package: installation-reports Trying to upgrade from sarge to etch, not doing well. I net-installed sarge a couple..

Bug#397263: Same problem after apt-get dist-upgrade - -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Hi folks, after upgrading my system to Etch (apt-get dist-upgrade) I..

Bug#367947: Ultra10 X Problems after dist-upgrade - Hi, Last year, you reported a bug to the Debian BTS regarding X not working anymore on a Ultra 10 machine after..

Bug#414020: aptitude: N (capital 'n') should search for th.. - Package: aptitude Version: 0.4.4-2 Severity: wishlist subject says it all. -- System Information: Debian Release: 4.0...

Bug#406261: apt-get dist-upgrade should warn about prefere.. - Package: apt Version: 0.6.46.4 Severity: wishlist Hello "apt-get dist-upgrade" from sarge to etch wants to ...
       Soft32 Home -> Linux2 Arch -> Bugs Dist All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Categories:
 Windows
 Linux
 Mac
 PDA


[ Contact us | Terms of Service/Privacy Policy ]