Hi! On Sun, 12 Jul 2009, Robert Buchholz wrote:
> On Sunday 12 July 2009, Tobias Klausmann wrote: > > Interestingly, my cross-compile alpha setup (created using > > crossdev) is noticed as a "secret package" - I presume that is on > > purpose? > > That's an interesting phenomenon that pops up with both g-cpan and > crossdev, because they generate new ebuilds. I don't know how crossdev > works in detail, but g-cpan will create ebuilds in the first overlay in > PORTAGE_OVERLAYS -- if that is a public overlay, the stats client will > report them. If it has a private or no repo_name, the stats client will > not do that. I would assume crossdev generared the ebuilds in a private > overlay? Crossdev creates ebuilds on the fly, too, in this vein for a cross-compiler with target alpha: cross-alpha-unknown-linux-gnu/binutils cross-alpha-unknown-linux-gnu/gcc cross-alpha-unknown-linux-gnu/glibc cross-alpha-unknown-linux-gnu/insight cross-alpha-unknown-linux-gnu/linux-headers It also adds to package.keywords/.mask/.unmask to give you exactly the version you want. The ebuilds end up in /usr/local/portage/ for me, but that might be configurable. Regards, Tobias -- printk (KERN_DEBUG "Somebody wants the port\n"); linux-2.6.6/drivers/parport/parport_pc.c