root/cdat/trunk/logs/samples/unidata.LOG

Revision 7032, 6.7 kB (checked in by doutriaux1, 6 months ago)

turned off visus for this release
updated sample log files

Line 
1 running install
2 running build
3 running config_cc
4 unifing config_cc, config, build_clib, build_ext, build commands --compiler options
5 running config_fc
6 unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
7 running build_src
8 building extension "unidata.udunits_wrap" sources
9 running build_py
10 creating build
11 creating build/lib.linux-i686-2.5
12 creating build/lib.linux-i686-2.5/unidata
13 copying Lib/udunits.py -> build/lib.linux-i686-2.5/unidata
14 copying Lib/__init__.py -> build/lib.linux-i686-2.5/unidata
15 running build_ext
16 customize UnixCCompiler
17 customize UnixCCompiler using build_ext
18 building 'unidata.udunits_wrap' extension
19 compiling C sources
20 C compiler: gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
21
22 creating build/temp.linux-i686-2.5
23 creating build/temp.linux-i686-2.5/Src
24 compile options: '-IInclude -I/usr/local/cdat/lib/python2.5/site-packages/numpy/core/include -I/usr/local/cdat/include/python2.5 -c'
25 gcc: Src/utlib.c
26 In file included from Src/utlib.c:30:
27 Include/udunits.h:207: warning: function declaration isn't a prototype
28 Src/utlib.c:155: warning: missing braces around initializer
29 Src/utlib.c:155: warning: (near initialization for `PrefixTable[41]')
30 Src/utlib.c:197: warning: function declaration isn't a prototype
31 Src/utlib.c:251: warning: function declaration isn't a prototype
32 Src/utlib.c:328: warning: function declaration isn't a prototype
33 Src/utlib.c:342: warning: function declaration isn't a prototype
34 Src/utlib.c:355: warning: function declaration isn't a prototype
35 Src/utlib.c:394: warning: function declaration isn't a prototype
36 Src/utlib.c:575: warning: function declaration isn't a prototype
37 Src/utlib.c:825: warning: function declaration isn't a prototype
38 Src/utlib.c:852: warning: function declaration isn't a prototype
39 Src/utlib.c:870: warning: function declaration isn't a prototype
40 Src/utlib.c: In function `DecodeUnit':
41 Src/utlib.c:898: warning: implicit declaration of function `utrestart'
42 Src/utlib.c:899: warning: implicit declaration of function `utparse'
43 Src/utlib.c: At top level:
44 Src/utlib.c:920: warning: function declaration isn't a prototype
45 Src/utlib.c:1038: warning: function declaration isn't a prototype
46 Src/utlib.c: In function `ReadUnits':
47 Src/utlib.c:1053: warning: implicit declaration of function `utAdd'
48 Src/utlib.c: At top level:
49 Src/utlib.c:1161: warning: function declaration isn't a prototype
50 Src/utlib.c: In function `utScan':
51 Src/utlib.c:1200: warning: implicit declaration of function `utLexReset'
52 Src/utlib.c: At top level:
53 Src/utlib.c:1378: warning: function declaration isn't a prototype
54 Src/utlib.c:1399: warning: function declaration isn't a prototype
55 Src/utlib.c:1433: warning: function declaration isn't a prototype
56 Src/utlib.c:1479: warning: function declaration isn't a prototype
57 Src/utlib.c:1521: warning: function declaration isn't a prototype
58 Src/utlib.c:1534: warning: function declaration isn't a prototype
59 Src/utlib.c:1553: warning: function declaration isn't a prototype
60 Src/utlib.c:1574: warning: function declaration isn't a prototype
61 Src/utlib.c:1620: warning: function declaration isn't a prototype
62 Src/utlib.c:1684: warning: function declaration isn't a prototype
63 Src/utlib.c:1725: warning: function declaration isn't a prototype
64 Src/utlib.c:1952: warning: function declaration isn't a prototype
65 Src/utlib.c:1968: warning: function declaration isn't a prototype
66 Src/utlib.c:1987: warning: function declaration isn't a prototype
67 Src/utlib.c:2009: warning: function declaration isn't a prototype
68 Src/utlib.c:2032: warning: function declaration isn't a prototype
69 Src/utlib.c:2046: warning: function declaration isn't a prototype
70 Src/utlib.c:2057: warning: function declaration isn't a prototype
71 Src/utlib.c:2067: warning: function declaration isn't a prototype
72 In file included from Src/utlib.c:1115:
73 Src/utlib.c: In function `utInit':
74 Src/utlib.c:1039: warning: passing arg 1 of `ReadUnits' discards qualifiers from pointer target type
75 Src/utlib.c: At top level:
76 Src/utlib.c:1522: warning: 'CopyCtorNode' defined but not used
77 Src/utlib.c:1555: warning: 'AssignNode' defined but not used
78 gcc: Src/utparse.c
79 In file included from utparse.y:12:
80 Include/udunits.h:207: warning: function declaration isn't a prototype
81 utparse.y:382: warning: function declaration isn't a prototype
82 utparse.y: In function `utparse':
83 utparse.y:457: warning: implicit declaration of function `uterror'
84 utparse.y:475: warning: implicit declaration of function `utlex'
85 utparse.y:139: warning: implicit declaration of function `utFind'
86 utparse.y:405: warning: label `yynewstate' defined but not used
87 gcc: Src/utscan.c
88 In file included from utscan.l:23:
89 Include/udunits.h:207: warning: function declaration isn't a prototype
90 utscan.l: In function `utlex':
91 utscan.l:76: warning: implicit declaration of function `utencdate'
92 utscan.l:98: warning: implicit declaration of function `utencclock'
93 utscan.l: In function `yy_get_next_buffer':
94 utscan.l:483: warning: implicit declaration of function `utinput'
95 utscan.l: At top level:
96 utscan.l:589: warning: 'yyunput' defined but not used
97 gcc: Src/udunits_wrap.c
98 In file included from Src/udunits_wrap.c:3:
99 Include/udunits.h:207: warning: function declaration isn't a prototype
100 Src/udunits_wrap.c:7: warning: function declaration isn't a prototype
101 Src/udunits_wrap.c:24: warning: function declaration isn't a prototype
102 Src/udunits_wrap.c:58: warning: function declaration isn't a prototype
103 Src/udunits_wrap.c: In function `term':
104 Src/udunits_wrap.c:62: warning: no return statement in function returning non-void
105 Src/udunits_wrap.c: At top level:
106 Src/udunits_wrap.c:72: warning: function declaration isn't a prototype
107 Src/udunits_wrap.c: In function `term':
108 Src/udunits_wrap.c:62: warning: control reaches end of non-void function
109 Src/udunits_wrap.c: In function `main':
110 Src/udunits_wrap.c:82: warning: control reaches end of non-void function
111 gcc -pthread -shared build/temp.linux-i686-2.5/Src/udunits_wrap.o build/temp.linux-i686-2.5/Src/utparse.o build/temp.linux-i686-2.5/Src/utlib.o build/temp.linux-i686-2.5/Src/utscan.o -o build/lib.linux-i686-2.5/unidata/udunits_wrap.so
112 running scons
113 running install_lib
114 creating /usr/local/cdat/lib/python2.5/site-packages/unidata
115 copying build/lib.linux-i686-2.5/unidata/udunits.py -> /usr/local/cdat/lib/python2.5/site-packages/unidata
116 copying build/lib.linux-i686-2.5/unidata/__init__.py -> /usr/local/cdat/lib/python2.5/site-packages/unidata
117 copying build/lib.linux-i686-2.5/unidata/udunits_wrap.so -> /usr/local/cdat/lib/python2.5/site-packages/unidata
118 byte-compiling /usr/local/cdat/lib/python2.5/site-packages/unidata/udunits.py to udunits.pyc
119 byte-compiling /usr/local/cdat/lib/python2.5/site-packages/unidata/__init__.py to __init__.pyc
120 running install_egg_info
121 Writing /usr/local/cdat/lib/python2.5/site-packages/udunits-1.0-py2.5.egg-info
Note: See TracBrowser for help on using the browser.