Gentoo Archives: gentoo-sparc

From: glenn <glenn.burns@×××××.com>
To: gentoo-sparc@l.g.o
Subject: Re: [gentoo-sparc] ultra 5/gentoo xorg-x11 questions
Date: Tue, 22 Nov 2005 23:09:27
Message-Id: 56e8f5670511221508v450d9342ta48122c90480135b@mail.gmail.com
In Reply to: Re: [gentoo-sparc] ultra 5/gentoo xorg-x11 questions by glenn
1 this is the result of
2
3 FEATURES="-ccache" emerge xorg-x11
4
5
6 -DFUNCPROTO=15 -DNARROWPROTO -DXENVIRONMENT -c -o systemnames.o
7 systemnames.c
8 systemnames.c:39: error: syntax error before string constant
9 systemnames.c:39:20: missing terminating " character
10 In file included from systemnames.c:40:
11 pswdict.h:55: error: syntax error before "CreatePSWDict"
12 pswdict.h:55: error: ISO C forbids data definition with no type or storage class
13 pswdict.h:61: error: syntax error before "char"
14 pswdict.h:65: error: syntax error before "char"
15 pswdict.h:69: error: syntax error before "char"
16 pswdict.h:74: error: syntax error before "wellKnownPSNames"
17 pswdict.h:74: error: ISO C forbids data definition with no type or storage class
18 systemnames.c:42: error: syntax error before "wellKnownPSNames"
19 systemnames.c:42: error: ISO C forbids data definition with no type or
20 storage class
21 make[4]: *** [systemnames.o] Error 1
22 make[4]: Leaving directory
23 `/opt/tmp/portage/portage/xorg-x11-6.8.2-r4/work/xc/config/pswrap'
24 make[3]: *** [../../config/pswrap/pswrap] Error 2
25 make[3]: Leaving directory
26 `/opt/tmp/portage/portage/xorg-x11-6.8.2-r4/work/xc/lib/dps'
27 make[2]: *** [includes] Error 2
28 make[2]: Leaving directory
29 `/opt/tmp/portage/portage/xorg-x11-6.8.2-r4/work/xc/lib'
30 make[1]: *** [includes] Error 2
31 make[1]: Leaving directory `/opt/tmp/portage/portage/xorg-x11-6.8.2-r4/work/xc'
32 make: *** [World] Error 2
33
34 !!! ERROR: x11-base/xorg-x11-6.8.2-r4 failed.
35 !!! Function build, Line 973, Exitcode 2
36 !!! make World failed
37 !!! If you need support, post the topmost build error, NOT this status message.
38
39
40 On 11/22/05, glenn <glenn.burns@×××××.com> wrote:
41 > ferris:
42 >
43 > here's another error:
44 >
45 > sparc-unknown-linux-gnu-gcc -O2 -mcpu=ultrasparc -fno-strict-aliasing
46 > -ansi -pedantic -Wno-return-type -w -I../..
47 > -I../../exports/include -Dlinux -D__sparc__
48 > -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
49 > -D_XOPEN_SOURCE -D_BSD_SOURCE
50 > -D_SVID_SOURCE -D_GNU_SOURCE
51 > -DFUNCPROTO=15 -DNARROWPROTO -DBINDIR=\"/usr/bin\"
52 > -DXDMDIR=\"/etc/X11/xdm\" -DHASXDMAUTH
53 > -DUSESHADOW -DUNIXCONN -DTCPCONN -DHAS_STICKY_DIR_BIT
54 > -DHAS_FCHOWN -DGREET_USER_STATIC
55 > -DDEV_RANDOM=\"/dev/random\" -DOSMAJORVERSION=2
56 > -DOSMINORVERSION=4 -DXPM
57 > -DUSE_XINERAMA -DHAS_MKSTEMP -c -o choose.o
58 > choose.c
59 > choose.c: In function `AddChooserHost':
60 > choose.c:384: error: syntax error before "closure"
61 > choose.c:386: error: syntax error before ')' token
62 > make[4]: *** [choose.o] Error 1
63 > make[4]: Leaving directory
64 > `/opt/tmp/portage/portage/xorg-x11-6.8.2-r4/work/xc/programs/xdm'
65 > make[3]: *** [all] Error 2
66 > make[3]: Leaving directory
67 > `/opt/tmp/portage/portage/xorg-x11-6.8.2-r4/work/xc/programs'
68 > make[2]: *** [all] Error 2
69 > make[2]: Leaving directory `/opt/tmp/portage/portage/xorg-x11-6.8.2-r4/work/xc'
70 > make[1]: *** [World] Error 2
71 > make[1]: Leaving directory `/opt/tmp/portage/portage/xorg-x11-6.8.2-r4/work/xc'
72 > make: *** [World] Error 2
73 >
74 > !!! ERROR: x11-base/xorg-x11-6.8.2-r4 failed.
75 > !!! Function build, Line 973, Exitcode 2
76 > !!! make World failed
77 > !!! If you need support, post the topmost build error, NOT this status message.
78 >
79 >
80 > i'll attempt another emerge with your suggestion and see how far it
81 > gets before it errors out. but the erratic behavior leads me to
82 > believe that there maybe memory issues.
83 >
84 > i appreciate you time.
85 >
86 > -=glenn=-
87 >
88 >
89 > On 11/22/05, Ferris McCormick <fmccor@g.o> wrote:
90 > > On Tue, 2005-11-22 at 15:49 -0600, glenn wrote:
91 > > > hello folks:
92 > > >
93 > > > i have an ultra 5 that i've recently installed gentoo on. i'm unable
94 > > > to emerge xorg-x11, encountering different types of error on different
95 > > > attempts.
96 > > >
97 > > > i'm using sparc-sources kernel 2.4.31-sparc-r2
98 > > >
99 > > >
100 > > > emerge -pv xorg-x11
101 > > >
102 > >
103 > > Please run this emerge and then show the actual errors from that build
104 > > (assuming it fails). As I just mentioned on the forum post paralleling
105 > > this request, in one case you are having a macro parameter '_severity'
106 > > eventually being read as '_sdverity', and that is not a good thing.
107 > >
108 > > One thing to try when you rerun this is
109 > > FEATURES='-ccache' emerge xorg-x11 --- if that should happen to succeed,
110 > > you will need to clear your ccache at some point. I give that a more
111 > > than 0 probability of success because you are running your system, and
112 > > if it was routinely changing things like 'e' --> 'd' in memory or on
113 > > disk reads, you would not get very far with much of anything.
114 > >
115 > > > These are the packages that I would merge, in order:
116 > > >
117 > > > Calculating dependencies ...done!
118 > > > [ebuild N ] x11-base/xorg-x11-6.8.2-r4 (-3dfx) (-3dnow)
119 > > > +bitmap-fonts -cjk -debug +dlloader -dmx -doc -font-server
120 > > > -insecure-drivers -ipv6 -minimal (-mmx) +nls -nocxx +opengl +pam -sdk
121 > > > (-sse) -static +truetype-fonts +type1-fonts (-uclibc) -xprint +xv 0 kB
122 > > > [ebuild N ] app-arch/rpm2targz-9.0-r3 2 kB
123 > > > [ebuild N ] sys-apps/utempter-0.5.5.6 20 kB
124 > > > [ebuild N ] x11-terms/xterm-204 -Xaw3d -toolbar +truetype -unicode 698 kB
125 > > >
126 > > >
127 > > > emerge --info
128 > > >
129 > > > Portage 2.0.51.22-r3 (default-linux/sparc/sparc64/2005.1,
130 > > > gcc-3.3.5-20050130, glibc-2.3.3.20040420-r2, 2.4.31-sparc-r2 sparc64)
131 > > > =================================================================
132 > > > System uname: 2.4.31-sparc-r2 sparc64 sun4u
133 > > > Gentoo Base System version 1.6.13
134 > > > dev-lang/python: 2.3.5, 2.4.2
135 > > > sys-apps/sandbox: 1.2.12
136 > > > sys-devel/autoconf: 2.13, 2.59-r6
137 > > > sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
138 > > > sys-devel/binutils: 2.15.92.0.2-r10
139 > > > sys-devel/libtool: 1.5.20
140 > > > virtual/os-headers: 2.4.23
141 > > > ACCEPT_KEYWORDS="sparc"
142 > > > AUTOCLEAN="yes"
143 > > > CBUILD="sparc-unknown-linux-gnu"
144 > > > CFLAGS="-O2 -mcpu=ultrasparc"
145 > > > CHOST="sparc-unknown-linux-gnu"
146 > > > CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
147 > > > /usr/share/config /var/qmail/control"
148 > > > CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
149 > > > CXXFLAGS="-O2 -mcpu=ultrasparc"
150 > > > DISTDIR="/usr/portage/distfiles"
151 > > > FEATURES="autoaddcvs autoconfig ccache distcc distlocks sandbox sfperms strict"
152 > > > GENTOO_MIRRORS="ftp://gentoo.chem.wisc.edu/gentoo/"
153 > > > MAKEOPTS="-j2"
154 > > > PKGDIR="/usr/portage/packages"
155 > > > PORTAGE_TMPDIR="/opt/tmp/portage"
156 > > > PORTDIR="/usr/portage"
157 > > > SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
158 > > > USE="sparc X arts avi berkdb bitmap-fonts bzip2 crypt cups dlloader
159 > > > eds encode esd expat fbcon foomaticdb fortran gcc64 gdbm gif gnome
160 > > > gstreamer gtk gtk2 imlib jpeg kde libwww mad mikmod motif mpeg ncurses
161 > > > nls ogg oggvorbis opengl oss pam pdflib perl png python qt readline
162 > > > sdl spell ssl tcpd truetype truetype-fonts type1-fonts vorbis xml2
163 > > > xmms xv zlib userland_GNU kernel_linux elibc_glibc"
164 > > > Unset: ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
165 > > >
166 > > >
167 > > > i'm not familiar with sparc intricacies, so any ideas will be greatly
168 > > > appreciated.
169 > > >
170 > > >
171 > > > -=glenn=-
172 > > >
173 > >
174 > > Regards,
175 > > --
176 > > Ferris McCormick (P44626, MI)
177 > > Developer, Gentoo Linux (sparc, devrel)
178 > >
179 > >
180 > > -----BEGIN PGP SIGNATURE-----
181 > > Version: GnuPG v1.4.1 (GNU/Linux)
182 > >
183 > > iD8DBQBDg5iUQa6M3+I///cRAo62AKClhK6bXoixvxmQUTAXO8v1QARbqACeKPAK
184 > > Lx09gc7OBLGyBTqfL5RicUE=
185 > > =XtrZ
186 > > -----END PGP SIGNATURE-----
187 > >
188 > >
189 > >
190 >
191
192 --
193 gentoo-sparc@g.o mailing list

Replies

Subject Author
Re: [gentoo-sparc] ultra 5/gentoo xorg-x11 questions Ferris McCormick <fmccor@g.o>