Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] Beta2 install problems, esp. xfree86

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Duane Malcolm <d.malcolm AT auckland.ac.nz>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: Re: [SM-Discuss] Beta2 install problems, esp. xfree86
  • Date: Fri, 22 Nov 2002 11:05:21 +1300

It would apear not. There was no USEGCC2 in /var/lib/sorcery/codex/test/x11/xfree86. So I touched a USEGCC2 file and ran "cast -c xfree86". This failed because it tried to compile xfree86 with gcc2 but with the compilation flags for gcc3 (eg. -march=pentium4 -msse etc...). "cast -c xfree86" didn't seem to load my saved host.def file. I had to change compilation flags in the pentium4 file in /var/???/archtype/ from -march=pentium4 to -march=i686 to get the compilation to work. I also noticed the gcc3 compilation of xfree86 repeated the compilation flags, i.e, -march=pentium4 was repeated.

Sergey A Lipnevich wrote:

aren't we using USEGCC2 for this task?

Seth Woolley wrote:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

change CC=gcc to CC=/opt/gcc2/bin/gcc in the Makefile, and it will build.

I don't know why it won't build on gcc3 however.

Seth

On Thu, 21 Nov 2002, Sergey A Lipnevich wrote:


I don't have it. I said I'm ready to commit, not that I have something
to do that ;-). Go ahead and check yours into utils, I'll look at it
sometime. It's devel grimoire...

Eric Sandall wrote:


Sergey A Lipnevich said:



Correct me if I'm wrong but if it mentions "insn" stuff it's an old
bison problem. Search the lists for "bison", or simply try the latest
version of bison and its dependencies.

BTW, why don't we have a memtest86 spell? Any takers? I'm ready to
commit it to `util' section :-).

Sergey.



Sure, /now/ you tell me. :) I just wrote one up. Go ahead and put yours
in, mine came up with the following errors (using glibc 2.3.1 and gcc
3.2.1):

Building memtest86
Using gcc version: 3.2.1
Installing in dir: /usr/src/memtest86-3.0
memtest86 3.0
gcc -E -traditional head.S -o head.s
as -o head.o head.s
gcc -c -fPIC -Wall -g -O2 -fno-strict-aliasing reloc.c
gcc -c -Wall -march=i486 -O -fomit-frame-pointer -fno-builtin -fPIC main.c
gcc -c -Wall -march=i486 -O -fomit-frame-pointer -fno-builtin test.c
test.c:12: conflicting types for `v'
test.h:280: previous declaration of `v'
make: *** [test.o] Error 1
gcc -c -Wall -march=i486 -O -fomit-frame-pointer -fno-builtin test.c
test.c:12: conflicting types for `v'
test.h:280: previous declaration of `v'
make: *** [test.o] Error 1
! Problem Detected !

-One of Four
a.k.a. sandalle




_______________________________________________
SM-Discuss mailing list
SM-Discuss AT lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/sm-discuss







Archive powered by MHonArc 2.6.24.

Top of Page