Gentoo Archives: gentoo-alpha

From: Marc Giger <gigerstyle@×××.ch>
To: gentoo-alpha@l.g.o
Cc: kloeri@g.o
Subject: Re: [gentoo-alpha] problem upgrading the toolchain
Date: Wed, 07 Dec 2005 17:46:14
Message-Id: 20051207184802.2ee9d7ce@vaio.gigerstyle.ch
In Reply to: Re: [gentoo-alpha] problem upgrading the toolchain by "Bryan Østergaard"
1 Bryan
2
3 Thank you for your time. I will provide as much information
4 as possible to solve these problems.
5
6 witch ~ # cat /proc/cpuinfo
7 cpu : Alpha
8 cpu model : EV56
9 cpu variation : 7
10 cpu revision : 0
11 cpu serial number :
12 system type : EB164
13 system variation : LX164
14 system revision : 0
15 system serial number :
16 cycle frequency [Hz] : 533172608 est.
17 timer frequency [Hz] : 1024.00
18 page size [bytes] : 8192
19 phys. address bits : 40
20 max. addr. space # : 127
21 BogoMIPS : 1059.80
22 kernel unaligned acc : 190 (pc=fffffffc00313e20,va=fffffc00243c28ce)
23 user unaligned acc : 0 (pc=0,va=0)
24 platform string : Digital AlphaPC 164LX 533 MHz
25 cpus detected : 1
26 L1 Icache : 8K, 1-way, 32b line
27 L1 Dcache : 8K, 1-way, 32b line
28 L2 cache : 96K, 3-way, 64b line
29 L3 cache : 2048K, 1-way, 64b line
30
31 witch ~ # emerge --info
32 Portage 2.0.51.22-r3 (default-linux/alpha/2005.0, gcc-3.4.4,
33 glibc-2.3.5-r3, 2.6.12.5 alpha)
34 ================================================================= System
35 uname: 2.6.12.5 alpha EV56 Gentoo Base System version 1.6.13
36 ccache version 2.3 [enabled]
37 dev-lang/python: 2.2.3-r5, 2.3.5-r2, 2.4.2
38 sys-apps/sandbox: 1.2.12
39 sys-devel/autoconf: 2.13, 2.59-r6
40 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
41 sys-devel/binutils: 2.15.92.0.2-r10
42 sys-devel/libtool: 1.5.20
43 virtual/os-headers: 2.6.11-r2
44 ACCEPT_KEYWORDS="alpha"
45 AUTOCLEAN="yes"
46 CBUILD="alpha-unknown-linux-gnu"
47 CFLAGS="-mcpu=ev56 -O3 -pipe"
48 CHOST="alpha-unknown-linux-gnu"
49 CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
50 /usr/share/config /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf
51 /etc/terminfo /etc/env.d" CXXFLAGS="-mcpu=ev56 -O3 -pipe"
52 DISTDIR="/usr/portage/distfiles"
53 FEATURES="autoconfig ccache distlocks sandbox sfperms strict"
54 GENTOO_MIRRORS="ftp://sunsite.cnlab-switch.ch/mirror/gentoo
55 http://gentoo.oregonstate.edu
56 http://www.ibiblio.org/pub/Linux/distributions/gentoo"
57 PKGDIR="/usr/portage/packages"
58 PORTAGE_TMPDIR="/var/tmp"
59 PORTDIR="/usr/portage"
60 SYNC="rsync://rsync.gentoo.org/gentoo-portage"
61 USE="alpha acl apache apache2 arts berkdb bitmap-fonts bzip2 crypt cups
62 eds encode ev56 expat font-server foomaticdb fortran gd gdbm gif gmp gpm
63 gstreamer gtk2 imlib jikes jpeg libg++ libwww mad mhash mikmod motif mp3
64 mpeg mysql ncurses nls no-htdocs nptl ogg oggvorbis opengl oss pam pcre
65 pdflib perl php png postgres python quicktime readline sdl slang snmp
66 spell ssl tcpd tiff truetype-fonts type1-fonts vorbis xmms xv zlib
67 userland_GNU kernel_linux elibc_glibc" Unset: ASFLAGS, CTARGET, LANG,
68 LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTDIR_OVERLAY
69
70 As you can see I use gcc-3.4.4. This was a test if it would made
71 any difference. It did also not work with gcc-3.3.x.
72 Also I rebuilt portage, python etc (with the new glibc) with no
73 success.
74
75 Please ask if you need more infos. I've set up a chroot-env to
76 for testing purposes.
77
78 Thanks
79
80 Marc
81
82
83 On Wed, 7 Dec 2005 11:20:49 +0100
84 Bryan Østergaard <kloeri@g.o> wrote:
85
86 > Please don't file a duplicate bug about this problem as we're well
87 > aware of the existing bug. The big problem is that we don't seem to be
88 > able to reproduce the bug as everything seems fine in our testing
89 > using glibc-2.3.5*.
90 >
91 > At least 3 Gentoo developers (myself included) have tried to reproduce
92 > it without any luck which makes it quite hard to fix.
93 >
94 > So what I'd like is a bit more information about the machines this
95 > problem happens on. Model of the box, glibc version, kernel version
96 > and patchset and output from emerge --info.
97 >
98 > Please add all this info to bug 100259 or send it to this list or me
99 > directly at kloeri@g.o and I'll see if I can find some pattern
100 > to this. Hopefully this will give me some much needed clue about this
101 > problem.
102 >
103 > Regards,
104 > Bryan Østergaard
105 >
106 > On Tue, Dec 06, 2005 at 07:39:53PM -0800, Jeff Donsbach wrote:
107 > > Thanks, Marc,
108 > >
109 > > I guess it's a good thing I didn't build with
110 > > USE="-nptlonly" then, huh? ;-)
111 > >
112 > > Should I file a duplicate bug in bugzilla (if it would
113 > > help)?
114 > >
115 > > So, is there some kind of catch 22 going on here?
116 > > Weren't there some reports of problems with
117 > > linuxthreads in glibc on Alpha?
118 > >
119 > > Jeff D
120 > >
121 > > --- Marc Giger <gigerstyle@×××.ch> wrote:
122 > >
123 > > > Hi,
124 > > >
125 > > > I reported the same problem to bugzilla...
126 > > > http://bugs.gentoo.org/show_bug.cgi?id=100259#c36
127 > > > (Perhaps it finds more attention here...)
128 > > >
129 > > > It seems it has to do with the current state of ntpl
130 > > > on
131 > > > alphas.
132 > > >
133 > > > If you set LD_ASSUME_KERNEL=2.4.1 and therefore
134 > > > force
135 > > > to use linuxthreads, emerge works again.
136 > > > But I don't know if it really is nptl's fault. I can
137 > > > manually
138 > > > compile everything with the same parameters as
139 > > > portage does. So a portage (sandbox?) fault is also
140 > > > possible.
141 > > >
142 > > > Marc
143 > > >
144 > > >
145 > > > On Tue, 6 Dec 2005 10:45:57 -0800 (PST)
146 > > > Jeff Donsbach <jeff_donsbach@×××××.com> wrote:
147 > > >
148 > > > >
149 > > > > Good point, Nils. Perhaps "5" is the configure.log
150 > > > I
151 > > > > included? I don't know.I'll try that tonight (the
152 > > > > Miata is at home).
153 > > > >
154 > > > > Jeff D
155 > > > >
156 > > > > --- "Nils o. Janus" <NoJ@××××××××××××.de> wrote:
157 > > > >
158 > > > > > Hi Jeff,
159 > > > > >
160 > > > > > > configure:1892: checking whether the C
161 > > > compiler
162 > > > > > > (/usr/bin/gcc -mieee -mcpu=ev56 -pipe -O2 )
163 > > > works
164 > > > > > > configure:1908: /usr/bin/gcc -o conftest
165 > > > -mieee
166 > > > > > > -mcpu=ev56 -pipe -O2 conftest.c 1>&5
167 > > > > > ^^^^
168 > > > > > what perplexes me is that stdout is redirecting
169 > > > to
170 > > > > > the filedescriptor 5
171 > > > > > which is not a standardized one.
172 > > > > > Does that filedescriptor ( /dev/fd/5 ) exist?
173 > > > > > This may be the reason why compiling without
174 > > > > > redirecting the output, like
175 > > > > > you already tried, works fine.
176 > > > > >
177 > > > > > Try passing the 1>&5 to the call of gcc too and
178 > > > > > check wether it segfaults
179 > > > > > again.
180 > > > > >
181 > > > > > On a DS20e, gcc just throws a "Bad file
182 > > > descriptor"
183 > > > > > error without
184 > > > > > segfaulting.
185 > > > > >
186 > > > > > HTH,
187 > > > > >
188 > > > > > greetings
189 > > > > > Nils
190 > > > > > --
191 > > > > > gentoo-alpha@g.o mailing list
192 > > > > >
193 > > > > >
194 > > > >
195 > > > >
196 > > > >
197 > > > >
198 > > > > __________________________________________
199 > > > > Yahoo! DSL – Something to write home about.
200 > > > > Just $16.99/mo. or less.
201 > > > > dsl.yahoo.com
202 > > > >
203 > > > > --
204 > > > > gentoo-alpha@g.o mailing list
205 > > > >
206 > > >
207 > > > --
208 > > > gentoo-alpha@g.o mailing list
209 > > >
210 > > >
211 > >
212 > >
213 > > __________________________________________________
214 > > Do You Yahoo!?
215 > > Tired of spam? Yahoo! Mail has the best spam protection around
216 > > http://mail.yahoo.com
217 > > --
218 > > gentoo-alpha@g.o mailing list
219 > >
220 > >
221 > --
222 > gentoo-alpha@g.o mailing list
223 >
224
225 --
226 gentoo-alpha@g.o mailing list

Replies

Subject Author
Re: [gentoo-alpha] problem upgrading the toolchain Marc Giger <gigerstyle@×××.ch>