Gentoo Archives: gentoo-dev

From: Tobias Klausmann <klausman@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Wanted: Stats collection (not submission!) testimonials
Date: Sun, 12 Jul 2009 15:28:25
Message-Id: 20090712152452.GA19915@eric.schwarzvogel.de
In Reply to: Re: [gentoo-dev] Wanted: Stats collection (not submission!) testimonials by Robert Buchholz
1 Hi!
2
3 On Sun, 12 Jul 2009, Robert Buchholz wrote:
4
5 > On Sunday 12 July 2009, Tobias Klausmann wrote:
6 > > Interestingly, my cross-compile alpha setup (created using
7 > > crossdev) is noticed as a "secret package" - I presume that is on
8 > > purpose?
9 >
10 > That's an interesting phenomenon that pops up with both g-cpan and
11 > crossdev, because they generate new ebuilds. I don't know how crossdev
12 > works in detail, but g-cpan will create ebuilds in the first overlay in
13 > PORTAGE_OVERLAYS -- if that is a public overlay, the stats client will
14 > report them. If it has a private or no repo_name, the stats client will
15 > not do that. I would assume crossdev generared the ebuilds in a private
16 > overlay?
17
18 Crossdev creates ebuilds on the fly, too, in this vein for a
19 cross-compiler with target alpha:
20
21 cross-alpha-unknown-linux-gnu/binutils
22 cross-alpha-unknown-linux-gnu/gcc
23 cross-alpha-unknown-linux-gnu/glibc
24 cross-alpha-unknown-linux-gnu/insight
25 cross-alpha-unknown-linux-gnu/linux-headers
26
27 It also adds to package.keywords/.mask/.unmask to give you
28 exactly the version you want. The ebuilds end up in
29 /usr/local/portage/ for me, but that might be configurable.
30
31 Regards,
32 Tobias
33
34
35
36 --
37 printk (KERN_DEBUG "Somebody wants the port\n");
38 linux-2.6.6/drivers/parport/parport_pc.c