Ticket #475: build.log

File build.log, 14.4 KB (added by JSchmitt, 13 years ago)

Build log from a build ppc64 build from another system

Line 
1Installing /builddir/build/SRPMS/parrot-1.0.0-1.fc11.src.rpm
2Building target platforms: ppc64
3Building for target ppc64
4Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.l5Ep9P
5+ umask 022
6+ cd /builddir/build/BUILD
7+ LANG=C
8+ export LANG
9+ unset DISPLAY
10+ cd /builddir/build/BUILD
11+ rm -rf parrot-1.0.0
12+ /usr/bin/gzip -dc /builddir/build/SOURCES/parrot-1.0.0.tar.gz
13+ /bin/tar -xf -
14+ STATUS=0
15+ '[' 0 -ne 0 ']'
16+ cd parrot-1.0.0
17+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
18+ /usr/bin/perl -pi -e 's,"lib/,"lib64/, if (/CONST_STRING\(interp,/)' src/library.c
19+ /usr/bin/perl -pi -e 's,'\''/usr/lib'\'','\''/usr/lib64'\'',;s,runtime/lib/,runtime/lib64/,' tools/dev/install_files.pl tools/dev/mk_manifests.pl
20Can't open tools/dev/mk_manifests.pl: No such file or directory, <> line 307.
21+ exit 0
22Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.RrvDSW
23+ umask 022
24+ cd /builddir/build/BUILD
25+ cd parrot-1.0.0
26+ LANG=C
27+ export LANG
28+ unset DISPLAY
29+ /usr/bin/perl Configure.pl --prefix=/usr --libdir=/usr/lib64 --sysconfdir=/etc --infodir=/usr/share/info --mandir=/usr/share/man --cc=gcc --cxx=g++ '--optimize=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -maccumulate-outgoing-args' --parrot_is_shared --lex=/usr/bin/flex --yacc=/usr/bin/yacc
30Parrot Version 1.0.0 Configure 2.0
31Copyright (C) 2001-2009, Parrot Foundation.
32
33Hello, I'm Configure. My job is to poke and prod your system to figure out
34how to build Parrot. The process is completely automated, unless you passed in
35the `--ask' flag on the command line, in which case I'll prompt you for a few
36pieces of info.
37
38Since you're running this program, you obviously have Perl 5--I'll be pulling
39some defaults from its configuration.
40
41init::manifest -      Check MANIFEST.....................................done.
42init::defaults -      Set Configure's default values.....................done.
43init::install -       Set up installation paths..........................done.
44init::hints -         Load platform and local hints files................done.
45init::headers -       Find header files distributed with Parrot..........done.
46inter::progs -        Determine what C compiler and linker to use........done.
47inter::make -         Is make installed...................................yes.
48inter::lex -          Is lex installed...........................user defined.
49inter::yacc -         Is yacc installed..........................user defined.
50auto::gcc -           Is your C compiler actually gcc................yes, 4.4.
51auto::glibc -         Is GNU libc installed...............................yes.
52auto::backtrace -     Does libc have the backtrace* functions.............yes.
53auto::fink -          Determine Fink location on Darwin...............skipped.
54auto::macports -      Determine Macports location on Darwin...........skipped.
55auto::msvc -          Is your C compiler actually Visual C++..........skipped.
56auto::attributes -    Detect compiler attributes.........................done.
57auto::warnings -      Detect supported compiler warnings..........set for gcc.
58init::optimize -      Enable optimization.................................yes.
59inter::shlibs -       Determine flags for building shared libraries.....-fPIC.
60inter::libparrot -    Should parrot link against a shared library.........yes.
61inter::charset -      Which charset files should be compiled in..........done.
62inter::encoding -     Which encoding files should be compiled in.........done.
63inter::types -        What types should Parrot use.......................done.
64auto::ops -           Which opcode files should be compiled in...........done.
65auto::pmc -           Which pmc files should be compiled in..............done.
66auto::alignptrs -     Determine your minimum pointer alignment...
67step auto::alignptrs died during execution: C compiler failed (see test_20901.cco) at lib/Parrot/Configure/Compiler.pm line 104
68        Parrot::Configure::Compiler::cc_build('Parrot::Configure=HASH(0x1034b7d0)') called at config/auto/alignptrs.pm line 52
69        auto::alignptrs::runstep('auto::alignptrs=HASH(0x108f1500)', 'Parrot::Configure=HASH(0x1034b7d0)') called at lib/Parrot/Configure.pm line 412
70        eval {...} called at lib/Parrot/Configure.pm line 412
71        Parrot::Configure::_run_this_step('Parrot::Configure=HASH(0x1034b7d0)', 'HASH(0x10736ff8)') called at lib/Parrot/Configure.pm line 267
72        Parrot::Configure::runsteps('Parrot::Configure=HASH(0x1034b7d0)') called at Configure.pl line 75
73
74 at Configure.pl line 75
75
76auto::headers -       Probe for C headers................................done.
77auto::sizes -         Determine some sizes...
78step auto::sizes died during execution: C compiler failed (see test_20901.cco) at lib/Parrot/Configure/Compiler.pm line 104
79        Parrot::Configure::Compiler::cc_build('Parrot::Configure=HASH(0x1034b7d0)') called at config/auto/sizes.pm line 36
80        auto::sizes::runstep('auto::sizes=HASH(0x109002a8)', 'Parrot::Configure=HASH(0x1034b7d0)') called at lib/Parrot/Configure.pm line 412
81        eval {...} called at lib/Parrot/Configure.pm line 412
82        Parrot::Configure::_run_this_step('Parrot::Configure=HASH(0x1034b7d0)', 'HASH(0x108efdb0)') called at lib/Parrot/Configure.pm line 267
83        Parrot::Configure::runsteps('Parrot::Configure=HASH(0x1034b7d0)') called at Configure.pl line 75
84
85 at Configure.pl line 75
86
87auto::byteorder -     Compute native byteorder for wordsize...
88step auto::byteorder died during execution: C compiler failed (see test_20901.cco) at lib/Parrot/Configure/Compiler.pm line 104
89        Parrot::Configure::Compiler::cc_build('Parrot::Configure=HASH(0x1034b7d0)') called at config/auto/byteorder.pm line 44
90        auto::byteorder::_probe_for_byteorder('Parrot::Configure=HASH(0x1034b7d0)') called at config/auto/byteorder.pm line 34
91        auto::byteorder::runstep('auto::byteorder=HASH(0x109015a0)', 'Parrot::Configure=HASH(0x1034b7d0)') called at lib/Parrot/Configure.pm line 412
92        eval {...} called at lib/Parrot/Configure.pm line 412
93        Parrot::Configure::_run_this_step('Parrot::Configure=HASH(0x1034b7d0)', 'HASH(0x10737010)') called at lib/Parrot/Configure.pm line 267
94        Parrot::Configure::runsteps('Parrot::Configure=HASH(0x1034b7d0)') called at Configure.pl line 75
95
96 at Configure.pl line 75
97
98auto::va_ptr -        Test the type of va_ptr...
99step auto::va_ptr died during execution: Unknown va_ptr type at config/auto/va_ptr.pm line 42.
100
101 at Configure.pl line 75
102
103auto::format -        What formats should be used for sprintf...value for 'i_limits' in config/auto/format/intval_maxmin_c.in is undef at lib/Parrot/Configure/Compiler.pm line 541, <$in> line 6.
104.........done.
105auto::isreg -         Does your C library have a working S_ISREG...........no.
106auto::arch -          Determine CPU architecture and OS..................done.
107auto::jit -           Determine JIT capability.............................no.
108auto::cpu -           Generate CPU specific stuff........................done.
109auto::funcptr -       Does compiler support function pointer casts.......done.
110auto::cgoto -         Does your compiler support computed goto.............no.
111auto::inline -        Does your compiler support inline....................no.
112auto::gc -            Determine allocator to use.........................done.
113auto::memalign -      Does your C library support memalign...Use of uninitialized value in numeric eq (==) at config/auto/memalign.pm line 80.
114Use of uninitialized value in numeric eq (==) at config/auto/memalign.pm line 80.
115..............no.
116auto::signal -        Determine some signal stuff........................done.
117auto::socklen_t -     Determine whether there is socklen_t................yes.
118auto::neg_0 -         Determine whether negative zero can be printed.....done.
119auto::env -           Does your C library have setenv / unsetenv...........no.
120auto::gmp -           Does your platform support GMP.....................done.
121auto::readline -      Does your platform support readline................done.
122auto::gdbm -          Does your platform support gdbm....................done.
123auto::pcre -          Does your platform support pcre....................done.
124auto::opengl -        Does your platform support OpenGL....................no.
125auto::crypto -        Does your platform support crypto..................done.
126auto::gettext -       Does your configuration include gettext............done.
127auto::snprintf -      Test snprintf...
128step auto::snprintf died during execution: C compiler failed (see test_20901.cco) at lib/Parrot/Configure/Compiler.pm line 104
129        Parrot::Configure::Compiler::cc_build('Parrot::Configure=HASH(0x1034b7d0)') called at config/auto/snprintf.pm line 42
130        auto::snprintf::_probe_for_snprintf('Parrot::Configure=HASH(0x1034b7d0)') called at config/auto/snprintf.pm line 32
131        auto::snprintf::runstep('auto::snprintf=HASH(0x10b30f88)', 'Parrot::Configure=HASH(0x1034b7d0)') called at lib/Parrot/Configure.pm line 412
132        eval {...} called at lib/Parrot/Configure.pm line 412
133        Parrot::Configure::_run_this_step('Parrot::Configure=HASH(0x1034b7d0)', 'HASH(0x10737088)') called at lib/Parrot/Configure.pm line 267
134        Parrot::Configure::runsteps('Parrot::Configure=HASH(0x1034b7d0)') called at Configure.pl line 75
135
136 at Configure.pl line 75
137
138auto::perldoc -       Is perldoc installed................................yes.
139auto::pod2man -       Is pod2man installed................................yes.
140auto::ctags -         Is (exuberant) ctags installed.......................no.
141auto::revision -      Determine Parrot's revision........................done.
142auto::icu -           Is ICU installed....................................yes.
143gen::config_h -       Generate C headers...value for 'int2_t' in config/gen/config_h/config_h.in is undef at lib/Parrot/Configure/Compiler.pm line 541, <$in> line 38.
144value for 'int2_t' in config/gen/config_h/config_h.in is undef at lib/Parrot/Configure/Compiler.pm line 541, <$in> line 39.
145value for 'int4_t' in config/gen/config_h/config_h.in is undef at lib/Parrot/Configure/Compiler.pm line 541, <$in> line 40.
146value for 'int4_t' in config/gen/config_h/config_h.in is undef at lib/Parrot/Configure/Compiler.pm line 541, <$in> line 41.
147value for 'float4_t' in config/gen/config_h/config_h.in is undef at lib/Parrot/Configure/Compiler.pm line 541, <$in> line 43.
148value for 'float8_t' in config/gen/config_h/config_h.in is undef at lib/Parrot/Configure/Compiler.pm line 541, <$in> line 44.
149value for 'byteorder' in config/gen/config_h/config_h.in is undef at lib/Parrot/Configure/Compiler.pm line 541, <$in> line 94.
150value for 'bigendian' in config/gen/config_h/config_h.in is undef at lib/Parrot/Configure/Compiler.pm line 541, <$in> line 95.
151value for 'ptr_alignment' in config/gen/config_h/config_h.in is undef at lib/Parrot/Configure/Compiler.pm line 541, <$in> line 96.
152value for 'hugeintval' in config/gen/config_h/config_h.in is undef at lib/Parrot/Configure/Compiler.pm line 541, <$in> line 104.
153value for 'hugeintval' in config/gen/config_h/config_h.in is undef at lib/Parrot/Configure/Compiler.pm line 541, <$in> line 105.
154value for 'hugefloatval' in config/gen/config_h/config_h.in is undef at lib/Parrot/Configure/Compiler.pm line 541, <$in> line 106.
155value for 'intvalsize' in config/gen/config_h/config_h.in is undef at lib/Parrot/Configure/Compiler.pm line 541, <$in> line 108.
156value for 'nvsize' in config/gen/config_h/config_h.in is undef at lib/Parrot/Configure/Compiler.pm line 541, <$in> line 109.
157value for 'opcode_t_size' in config/gen/config_h/config_h.in is undef at lib/Parrot/Configure/Compiler.pm line 541, <$in> line 110.
158value for 'ptrsize' in config/gen/config_h/config_h.in is undef at lib/Parrot/Configure/Compiler.pm line 541, <$in> line 111.
159value for 'shortsize' in config/gen/config_h/config_h.in is undef at lib/Parrot/Configure/Compiler.pm line 541, <$in> line 112.
160value for 'intsize' in config/gen/config_h/config_h.in is undef at lib/Parrot/Configure/Compiler.pm line 541, <$in> line 113.
161value for 'longsize' in config/gen/config_h/config_h.in is undef at lib/Parrot/Configure/Compiler.pm line 541, <$in> line 114.
162value for 'hugeintvalsize' in config/gen/config_h/config_h.in is undef at lib/Parrot/Configure/Compiler.pm line 541, <$in> line 115.
163value for 'doublesize' in config/gen/config_h/config_h.in is undef at lib/Parrot/Configure/Compiler.pm line 541, <$in> line 116.
164Use of uninitialized value $va_result in concatenation (.) or string at (eval 85) line 53, <$in> line 8.
165Use of uninitialized value in string eq at (eval 85) line 57, <$in> line 8.
166Use of uninitialized value in string eq at (eval 85) line 63, <$in> line 8.
167..............................done.
168gen::core_pmcs -      Generate core pmc list.............................done.
169gen::crypto -         Generate Digest PMC files.......................skipped.
170gen::parrot_include - Generate runtime/parrot/include....................done.
171gen::opengl -         Generating OpenGL bindings......................skipped.
172gen::call_list -      Generate NCI signature list........................done.
173gen::makefiles -      Generate makefiles and other build files...........done.
174gen::platform -       Move platform files into place.....................done.
175gen::config_pm -      Record configuration data for later retrieval...value for 'intvalsize' in config/gen/config_pm/myconfig.in is undef at lib/Parrot/Configure/Compiler.pm line 541, <$in> line 19.
176value for 'intsize' in config/gen/config_pm/myconfig.in is undef at lib/Parrot/Configure/Compiler.pm line 541, <$in> line 19.
177value for 'opcode_t_size' in config/gen/config_pm/myconfig.in is undef at lib/Parrot/Configure/Compiler.pm line 541, <$in> line 19.
178value for 'ptrsize' in config/gen/config_pm/myconfig.in is undef at lib/Parrot/Configure/Compiler.pm line 541, <$in> line 20.
179value for 'ptr_alignment' in config/gen/config_pm/myconfig.in is undef at lib/Parrot/Configure/Compiler.pm line 541, <$in> line 20.
180value for 'byteorder' in config/gen/config_pm/myconfig.in is undef at lib/Parrot/Configure/Compiler.pm line 541, <$in> line 20.
181value for 'numvalsize' in config/gen/config_pm/myconfig.in is undef at lib/Parrot/Configure/Compiler.pm line 541, <$in> line 21.
182value for 'doublesize' in config/gen/config_pm/myconfig.in is undef at lib/Parrot/Configure/Compiler.pm line 541, <$in> line 21.
183value for 'hugefloatvalsize' in config/gen/config_pm/myconfig.in is undef at lib/Parrot/Configure/Compiler.pm line 541, <$in> line 21.
184...done.
185During configuration the following steps failed:
186    26:  auto::alignptrs
187    28:  auto::sizes
188    29:  auto::byteorder
189    30:  auto::va_ptr
190    52:  auto::snprintf
191You should diagnose and fix these errors before calling 'gmake'
192error: Bad exit status from /var/tmp/rpm-tmp.RrvDSW (%build)
193
194
195RPM build errors:
196    Bad exit status from /var/tmp/rpm-tmp.RrvDSW (%build)