Gentoo Archives: gentoo-user

From: Rumen Yotov <rumen_yotov@×××.bg>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] What's my architecture ? - was System update problems
Date: Fri, 23 Sep 2005 08:06:07
Message-Id: 20050923110106.574b260b@mach.qrypto.org
In Reply to: [gentoo-user] What's my architecture ? - was System update problems by "Rupert Young (Restart)"
1 Hi,
2 On Fri, 23 Sep 2005 00:23:05 +0100
3 "Rupert Young (Restart)" <rupert.young@×××××××××××××××××.com> wrote:
4
5 >
6 > I was having a problem updating my system, but I think I have a more
7 > fundamental problem. I'm not sure what my architecture is!
8 >
9 > Sorry for the dumb question.
10 >
11 > uname -a, gives the following
12 >
13 > Linux fluffy 2.6.7-gentoo-r14 #1 SMP Wed Aug 18 09:57:23 UTC 2004
14 > x86_64 AMD Opteron(tm) Processor 250 AuthenticAMD GNU/Linux
15 >
16 > Does this mean my arch is x86 or amd?
17 >
18 Check "man uname", specially -i, -m, -o, -p flags (-a does it too).
19 IMO it's AMD-64-bits, still no experience with such arch.
20 > For those who have managed to get this far without collapsing in fits
21 > of hysterics a bit of history,
22 >
23 > * Someone installed gentoo about a year ago for me.
24 > * Last week I wanted to add some apps and as I was finding probs
25 > decided to do an upadate.
26 > * I think I did emerge sync first.
27 > * then tried emerge -uDpv world
28 > * somewhere I had a problem that make.profile was not linked
29 > * I did a symbolic link to the amd64 2005.1 dir
30 > * then had various problems, such as
31 > !!! ERROR: sys-devel/gcc-3.4.4-r1 failed,
32 > when doing emerge -uv system
33 >
34 > I have now link make.profile to
35 > /usr/portage/profiles/default-linux/x86/2005.1
36 >
37 > Was this right?
38 >
39 > I then did emerge --sync and etc-update on 61 config files.
40 >
41 > Now getting the error below on emerge -upv system.
42 >
43 > Am I barking up the right tadpole?
44 >
45 > !!! All ebuilds that could satisfy "sys-libs/libstdc++-v3" have been
46 > masked. !!! One of the following masked packages is required to
47 > complete your request:
48 > - sys-libs/libstdc++-v3-3.3.3-r1 (masked by: ~x86 keyword)
49 > - sys-libs/libstdc++-v3-3.3.4 (masked by: ~x86 keyword)
50 > - sys-libs/libstdc++-v3-3.3.6 (masked by: ~x86 keyword)
51 >
52 > For more information, see MASKED PACKAGES section in the emerge man
53 > page or section 2.2 "Software Availability" in the Gentoo Handbook.
54 >
55 >
56 > !!! Problem with ebuild sys-devel/gcc-3.4.1-r1
57 > !!! Possibly a DEPEND/*DEPEND problem.
58 >
59 > !!! Depgraph creation failed.
60 >
61 > Regards,
62 >
63 > Rupert
64 >
65 > > -----Original Message-----
66 > > From: Michael Kintzios [mailto:michaelkintzios@××××××××.uk]
67 > > Sent: 22 September 2005 14:19
68 > > To: gentoo-user@l.g.o
69 > > Subject: RE: [gentoo-user] System update problems
70 > >
71 > >
72 > >
73 > > > -----Original Message-----
74 > > > From: Rupert Young (Restart)
75 > > > [mailto:rupert.young@×××××××××××××××××.com]
76 > > > Sent: 22 September 2005 12:25
77 > > > To: gentoo-user@l.g.o
78 > > > Subject: RE: [gentoo-user] System update problems
79 > > >
80 > > >
81 > > > Thanks. Unless anyone else has any suggestions I will try it.
82 > > >
83 > > > Can anyone else confirm this is the way to go before I try?
84 > >
85 > > It depends how patient you are. The suggested fix will bring your
86 > > machine up to an "as new" condition. On the other hand, it might
87 > > unnecessarily rebuilt packages that may not be broken or need
88 > > updating (yet) and will take years to complete (well, it depends on
89 > > how fast your machine is :-) That said I would think that after a
90 > > whole year there wouldn't be much left in portage, which has not a
91 > > new ebuild?
92 > >
93 > > As an alternative, if your machine is not totally hosed you could
94 > > start from the bottom up rebuilding the core packages and after a
95 > > fresh --sync, update the whole world. Try re-emerging the gentoo
96 > > toolkit: gcc-config glibc binutils libstdc++. Run # etc-update and
97 > > # env-update && source /etc/profile as required and rebuild
98 > > portage; do another --sync; and then emerge -upDv world to see what
99 > > comes up in need for an update.
100 > >
101 > > However, if basic compilers, etc. are broken you will not be able to
102 > > re-emerge the toolkit and the solution suggested by Dave remains the
103 > > best option.
104 > > --
105 > > Regards,
106 > > Mick
107 > >
108 > > --
109 > > gentoo-user@g.o mailing list
110 >
111 >
112 >
113 HTH. Rumen