Re: Status of debian-amd64 after sarge release
On Wed, Nov 17, 2004 at 02:56:19PM -0800, kristian kvilekval wrote:
> On Wed, 2004-11-17 at 16:46 -0600, Pete Harlan wrote:
>
> > With gcc-3.4 the problem went away.
> >
> > pure64 obviously works for a lot of people, but if you have trouble
> > with pure64 I'd recommend seeing if the problems go away with gcc-3.4.
>
> Is there a better upgrade path than re-install from cd? Is it
> possible to dist-upgrade?
You can dist-upgrade, then reinstall all packages to make sure you get
the gcc-3.4 versions.
To reinstall, something like this works:
dpkg --get-selections | grep -w install | awk '{print $1}' | xargs -m 10 -- apt-get -y --reinstall install
--Pete
Reply to: