Gentoo Archives: gentoo-dev

From: Dirk Heinrichs <ext-dirk.heinrichs@×××××.com>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] fix_libtool_files.sh enhancement needed for KDE upgrade.
Date: Thu, 08 Dec 2005 07:59:51
Message-Id: 200512080856.43301.ext-dirk.heinrichs@nokia.com
1 Hi,
2
3 this week I had problems re-emerging amarok after upgrading KDE to 3.5 and
4 removing 3.4. Several *.la files in /usr/lib still had lines
5 containing /usr/kde/3.4. I fixed this manually using
6
7 find /usr/lib -name "*.la" -exec sed -i s%/kde/3.4/%/kde/3.5/%g {} \;
8
9 which made "emerge amarok" happy again.
10
11 However, there already exists fix_libtool_files.sh, which does the same
12 after GCC upgrade. Could this be enhanced to also handle the KDE upgrade
13 case?
14
15 Bye...
16
17 Dirk
18 --
19 Dirk Heinrichs | Tel: +49 (0)162 234 3408
20 Configuration Manager | Fax: +49 (0)211 47068 111
21 Capgemini Deutschland | Mail: dirk.heinrichs@×××××××××.com
22 Hambornerstraße 55 | Web: http://www.capgemini.com
23 D-40472 Düsseldorf | ICQ#: 110037733
24 GPG Public Key C2E467BB | Keyserver: www.keyserver.net

Replies