Gentoo Archives: gentoo-dev

From: "Yrjö Hatakka" <yrjo.hatakka@×××××××.fi>
To: gentoo-dev@g.o
Subject: [gentoo-dev] vnc build broken
Date: Sat, 02 Nov 2002 06:01:53
Message-Id: 200211021401.51926.yrjo.hatakka@pp.inet.fi
1 for some reason when compiling file zrle.cc -march gets value of 1 instead
2 i686
3
4 gcc -c -march=i686 -O3 -pipe -ansi -pedantic -I.
5 -I../../../../exports/include/X11 -I../../../../include/fonts
6 -I../../../../exports/include/X11 -I../../cfb -I../../mfb -I../../mi
7 -I../../include -I../../os -I../../../../.. -Wall -I../../../..
8 -I../../../../exports/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L
9 -D_POSIX_SOURCE -D_XOPEN_SOURCE=500L -D_BSD_SOURCE -D_SVID_SOURCE -DSHAPE
10 -DGCCUSESGAS -DSTATIC_COLOR -DAVOID_GLYPHBLT -DPIXPRIV -DNDEBUG
11 -DFUNCPROTO=15 -DNARROWPROTO -DDDXOSINIT -DSERVER_LOCK -DDDXOSFATALERROR
12 -DDDXTIME -DPART_NET hextile.c
13 rm -f zrle.o
14 c++ -c -march=1 -O3 -pipe -Wall -I. -I../../../../exports/include/X11
15 -I../../../../include/fonts -I../../../../exports/include/X11
16 -I../../cfb -I../../mfb -I../../mi -I../../include -I../../os
17 -I../../../../.. -Wall -I../../../.. -I../../../../exports/include -Dlinux
18 -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE=500L
19 -D_BSD_SOURCE -D_SVID_SOURCE -DSHAPE -DGCCUSESGAS -DSTATIC_COLOR
20 -DAVOID_GLYPHBLT -DPIXPRIV -DNDEBUG -DFUNCPROTO=15 -DNARROWPROTO
21 -DDDXOSINIT -DSERVER_LOCK -DDDXOSFATALERROR -DDDXTIME -DPART_NET zrle.cc
22 cc1plus: bad value (1) for -march= switch
23 make[5]: *** [zrle.o] Error 1
24 make[5]: Target `all' not remade because of errors.
25 make[5]: Target `all' not remade because of errors.
26 make[5]: Leaving directory
27 `/var/tmp/portage/vnc-3.3.4/work/vnc-3.3.4-unixsrc/Xvnc/programs/Xserver/hw/vnc'
28 make[4]: *** [hw/vnc] Error 2
29 make[4]: *** No rule to make target `hw/vnc/libvnc.a', needed by `Xvnc'.
30 make[4]: Target `all' not remade because of errors.
31 make[4]: Leaving directory
32 `/var/tmp/portage/vnc-3.3.4/work/vnc-3.3.4-unixsrc/Xvnc/programs/Xserver'
33 make[3]: *** [all] Error 2
34 make[3]: Leaving directory
35 `/var/tmp/portage/vnc-3.3.4/work/vnc-3.3.4-unixsrc/Xvnc/programs'
36 make[2]: *** [all] Error 2
37 make[2]: Leaving directory
38 `/var/tmp/portage/vnc-3.3.4/work/vnc-3.3.4-unixsrc/Xvnc'
39 make[1]: *** [World] Error 2
40 make[1]: Leaving directory
41 `/var/tmp/portage/vnc-3.3.4/work/vnc-3.3.4-unixsrc/Xvnc'
42 make: *** [World] Error 2
43
44 !!! ERROR: The ebuild did not complete successfully.
45 !!! Function src_compile, Line 28, Exitcode 2
46 !!! (no error message)
47
48
49 --
50 Linux cartman.linux.home 2.4.19-gentoo-r7 #1 Fri Jul 5 00:45:50 EEST 2002 i686
51 AuthenticAMD

Replies

Subject Author
Re: [gentoo-dev] vnc build broken Bart Verwilst <verwilst@g.o>
Re: [gentoo-dev] vnc build broken "Jürgen Nagel" <juergen@××××××××××××.net>