Gentoo Archives: gentoo-user

From: "holla.net@×××××.com" <holla.net@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Upgrade using binary packages
Date: Thu, 26 Apr 2007 01:14:58
Message-Id: 51e438da0704251809k31e68964pfbf4f675de02158f@mail.gmail.com
In Reply to: Re: [gentoo-user] Upgrade using binary packages by Hans-Werner Hilse
1 On 4/25/07, Hans-Werner Hilse <hilse@×××.de> wrote:
2 > Hi,
3 >
4 > On Wed, 25 Apr 2007 06:53:54 +0530 "holla.net@×××××.com"
5 > <holla.net@×××××.com> wrote:
6 >
7 > > I have an underpowered system which runs mythtv.
8 >
9 > Machine architecture?
10
11
12 # cat /proc/cpuinfo
13 vendor_id : CentaurHauls
14 cpu family : 6
15 model name : VIA Samuel 2
16 cpu MHz : 533.501
17 cache size : 64 KB
18 flags : fpu de tsc msr cx8 mtrr pge mmx pni 3dnow
19
20 In the kernel config this shows up as Via C3 processor...
21
22
23 CFLAGS="-Os -march=i586 -m3dnow -pipe -fomit-frame-pointer"
24 CHOST="i386-pc-linux-gnu"
25
26 USE="... mmx 3dnow ..."
27
28 > > 1. On a i686 machine generated the binary packages using tips
29 > > from this list..
30 > > [...]
31 ...
32 > > So what is wrong with this approach ?
33 >
34 > Nothing. It works just fine (I did this enough times before). You just
35 > probably didn't match the CFLAGS and/or MMX/SSE USE flags to the
36 > "underpowered system" but compiled your binaries for the faster
37 > architecture.
38
39 I guess you are right. for i686 system I have
40
41 CFLAGS="-march=i686 -O2 -pipe"
42 CHOST="i686-pc-linux-gnu"
43
44
45 If I recall correctly now , //proc/cpuinfo shows this as a Pentium4 with
46 flags showing sse sse2 .
47
48 Even the gentoo i686 livecd does not boot on the mythtv system. Just
49 after uncompressing the kernel, system reboots.
50
51 I think I will have to use a rescue CD of some sort.
52
53 thanks
54 sathish
55
56
57
58 > -hwh
59 > --
60 > gentoo-user@g.o mailing list
61 >
62 >
63 --
64 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Upgrade using binary packages Neil Bothwick <neil@××××××××××.uk>