Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] downgrading gcc, stage 2
Date: Wed, 22 Feb 2012 20:00:07
Message-Id: 20120222215849.63cb48b4@khamul.example.com
In Reply to: [gentoo-user] downgrading gcc, stage 2 by meino.cramer@gmx.de
1 On Wed, 22 Feb 2012 20:47:24 +0100
2 meino.cramer@×××.de wrote:
3
4 > Hi,
5 >
6 > while trying to get a "clean" system after downgrading gcc to
7 > gcc-4.4.5. I encountered a field of black magick...more black
8 > than magic at all:
9 >
10 > To find broken libs I did these two commands:
11 > sudo find /usr/lib/. /lib/. /usr/bin/. -type f -name 'lib*[^a]'
12 > -exec ldd {} \; >! /tmp/librebuild.txt 2>&1 cat /tmp/librebuild.txt |
13 > grep
14 > GLIB
15
16 Why don't you just use revdep-rebuild?
17
18 That tool automates precisely what you are trying to do manually.
19
20
21 --
22 Alan McKinnnon
23 alan.mckinnon@×××××.com

Replies

Subject Author
Re: [gentoo-user] downgrading gcc, stage 2 Mark Knecht <markknecht@×××××.com>