Gentoo Archives: gentoo-embedded

From: Marc Blumentritt <marc.blumentritt@×××××.de>
To: gentoo-embedded@l.g.o
Subject: [gentoo-embedded] Re: cross tool chain and depclean
Date: Sat, 16 Jun 2007 09:26:27
Message-Id: f50a7r$dpf$1@sea.gmane.org
In Reply to: Re: [gentoo-embedded] Re: cross tool chain and depclean by Mike Frysinger
1 Mike Frysinger schrieb:
2 > On Saturday 16 June 2007, Marc Blumentritt wrote:
3 >> Ned Ludd schrieb:
4 >>> On Fri, 2007-06-15 at 21:28 +0200, Marc Blumentritt wrote:
5 >>> ...
6 >>>
7 >>>> How can I tell my system to not consider these packages for depclean?
8 >>> Put them in the world file.
9 >> OK, this solves the depclean problem.
10 >>
11 >> What about revdep-rebuild?
12
13 Did the homework myself. Placing a file in /etc/revdep-rebuild/ with the
14 following content solved my problem:
15
16 hive revdep-rebuild # cat 70-crossdev-marc
17 SEARCH_DIRS_MASK="/usr/lib/gcc/i686-pc-linux-uclibc"
18
19 >
20 > revdep-rebuild is broken, ignore it or file a bug
21
22 Perhaps it is broken, but it is the official tool to use during updating
23 your system. I would say, in this case crossdev is "broken":
24
25 1.) crossdev should place the created tool chain progs in the world file
26 (or if there is a better suited place, than there).
27
28 2.) crossdev should create a file in /etc/revdep-rebuild , where the
29 created folder(s) with the cross tool chain(s) is(are) protected from
30 revdep-rebuild.
31
32
33 Should I file a bug about this?
34
35 Regards,
36 Marc
37
38
39
40 --
41 gentoo-embedded@g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] Re: cross tool chain and depclean Mike Frysinger <vapier@g.o>