Gentoo Archives: gentoo-dev

From: Xavier Miller <xavier.miller@×××××.org>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] How to handle x86/amd64 only packages on other arches
Date: Wed, 25 Jan 2012 20:20:09
Message-Id: 20120125211903.Horde.yS7-DKZGjkBPIGO3Uvjw21A@neverland.cauwe.org
In Reply to: Re: [gentoo-dev] How to handle x86/amd64 only packages on other arches by Sergei Trofimovich
1 Hello,
2
3 Thank you very much for your replies :)
4
5 Doubling the timeout seems to work (no error so far, the SHDHC card is
6 fully useable).
7
8 I disabled the MMC debugging, and I also see that, grepping mmc in dmesg:
9 [ 2.795410] _regulator_get: omap_hsmmc.0 supply vmmc_aux not found,
10 using dummy regulator
11 [ 2.806335] _regulator_get: omap_hsmmc.4 supply vmmc_aux not found,
12 using dummy regulator
13
14 Is it normal?
15
16 Kind regards,
17 Xavier.
18
19 Quoting Sergei Trofimovich <slyfox@g.o>:
20
21 > On Wed, 25 Jan 2012 10:30:26 +0100
22 > Chí-Thanh Christopher Nguyễn <chithanh@g.o> wrote:
23 >
24 >> Doug Goldstein schrieb:
25 >> > I need to be able to have ppc/arm/etc users install a package that can
26 >> > only be built on x86/amd64. The packages in question are
27 >> > sys-apps/seabios and sys-apps/vgabios. The point is that a PPC machine
28 >> > that's using qemu-system-x86_64 still needs to use seabios and
29 >> > vgabios. I was planning on building the package on my own hardware and
30 >> > posting up sys-apps/seabios-bin and sys-apps/vgabios-bin unless of
31 >> > course someone has a better suggestion.
32 >>
33 >> Possibly a USE flag could be added to seabios/vgabios, similar to the
34 >> "fontforge" flag in font packages, enabled by default and masked in
35 >> profiles that don't support building from source.
36 >
37 > +1
38 >
39 > It's the simplest thing to maintain. It eases binary package creation
40 > and does not need any blockers, virtuals or conditional depends.
41 >
42 > You just patch an ebuild, run `emerge --buildkpgonly seabios`
43 > and package is ready. All in one place.
44 >
45 > --
46 >
47 > Sergei

Replies

Subject Author
[gentoo-dev] Re: How to handle x86/amd64 only packages on other arches Duncan <1i5t5.duncan@×××.net>