Ticket #38753: metapixel_build_fail.log

File metapixel_build_fail.log, 11.7 KB (added by eekim@…, 11 years ago)

Log excerpt from failed metapixel build.

Line 
1:debug:build build phase started at Wed Apr 10 18:16:23 PDT 2013
2:notice:build --->  Building metapixel
3:debug:build Executing org.macports.build (metapixel)
4:debug:build Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_metapixel/metapixel/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.8'
5:debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_metapixel/metapixel/work/metapixel-1.0.2" && /usr/bin/make -j4 -w all PREFIX=/opt/local CC="/usr/bin/clang" MACOS_CCOPTS="-arch x86_64" MACOS_LDOPTS="-arch x86_64"'
6:debug:build Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_metapixel/metapixel/work/metapixel-1.0.2" && /usr/bin/make -j4 -w all PREFIX=/opt/local CC="/usr/bin/clang" MACOS_CCOPTS="-arch x86_64" MACOS_LDOPTS="-arch x86_64"
7:info:build make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_metapixel/metapixel/work/metapixel-1.0.2'
8:info:build /usr/bin/make -C rwimg
9:info:build make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_metapixel/metapixel/work/metapixel-1.0.2/rwimg'
10:info:build /usr/bin/clang -arch x86_64 -I/opt/local/include -I/opt/local/include/X11 -I. -Irwimg -Wall -O2   -DMETAPIXEL_VERSION=\"1.0.2\" -DRWIMG_PNG -DRWIMG_JPEG -DRWIMG_GIF -g -c rwpng.c
11:info:build /usr/bin/clang -arch x86_64 -I/opt/local/include -I/opt/local/include/X11 -I. -Irwimg -Wall -O2   -DMETAPIXEL_VERSION=\"1.0.2\" -DRWIMG_PNG -DRWIMG_JPEG -DRWIMG_GIF -g -c rwgif.c
12:info:build rwpng.c:60:29: error: incomplete definition of type 'struct png_struct_def'
13:info:build     if (setjmp(data->png_ptr->jmpbuf))
14:info:build                ~~~~~~~~~~~~~^
15:info:build /opt/local/include/png.h:863:16: note: forward declaration of 'struct png_struct_def'
16:info:build typedef struct png_struct_def png_struct;
17:info:build                ^
18:info:build rwpng.c:67:28: error: incomplete definition of type 'struct png_info_def'
19:info:build     *width = data->info_ptr->width;
20:info:build              ~~~~~~~~~~~~~~^
21:info:build /opt/local/include/png.h:736:16: note: forward declaration of 'struct png_info_def'
22:info:build typedef struct png_info_def png_info;
23:info:build                ^
24:info:build rwpng.c:68:29: error: incomplete definition of type 'struct png_info_def'
25:info:build     *height = data->info_ptr->height;
26:info:build               ~~~~~~~~~~~~~~^
27:info:build /opt/local/include/png.h:736:16: note: forward declaration of 'struct png_info_def'
28:info:build typedef struct png_info_def png_info;
29:info:build                ^
30:info:build rwpng.c:70:26: error: incomplete definition of type 'struct png_info_def'
31:info:build     assert(data->info_ptr->bit_depth == 8 || data->info_ptr->bit_depth == 16);
32:info:build            ~~~~~~~~~~~~~~^
33:info:build /usr/include/assert.h:93:25: note: expanded from macro 'assert'
34:info:build     (__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
35:info:build                         ^
36:info:build /opt/local/include/png.h:736:16: note: forward declaration of 'struct png_info_def'
37:info:build typedef struct png_info_def png_info;
38:info:build                ^
39:info:build rwpng.c:70:60: error: incomplete definition of type 'struct png_info_def'
40:info:build     assert(data->info_ptr->bit_depth == 8 || data->info_ptr->bit_depth == 16);
41:info:build                                              ~~~~~~~~~~~~~~^
42:info:build /usr/include/assert.h:93:25: note: expanded from macro 'assert'
43:info:build     (__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
44:info:build                         ^
45:info:build /opt/local/include/png.h:736:16: note: forward declaration of 'struct png_info_def'
46:info:build typedef struct png_info_def png_info;
47:info:build                ^
48:info:build rwpng.c:71:26: error: incomplete definition of type 'struct png_info_def'
49:info:build     assert(data->info_ptr->color_type == PNG_COLOR_TYPE_RGB || data->info_ptr->color_type == PNG_COLOR_TYPE_RGB_ALPHA);
50:info:build            ~~~~~~~~~~~~~~^
51:info:build /usr/include/assert.h:93:25: note: expanded from macro 'assert'
52:info:build     (__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
53:info:build                         ^
54:info:build /opt/local/include/png.h:736:16: note: forward declaration of 'struct png_info_def'
55:info:build typedef struct png_info_def png_info;
56:info:build                ^
57:info:build rwpng.c:71:78: error: incomplete definition of type 'struct png_info_def'
58:info:build     assert(data->info_ptr->color_type == PNG_COLOR_TYPE_RGB || data->info_ptr->color_type == PNG_COLOR_TYPE_RGB_ALPHA);
59:info:build                                                                ~~~~~~~~~~~~~~^
60:info:build /usr/include/assert.h:93:25: note: expanded from macro 'assert'
61:info:build     (__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
62:info:build                         ^
63:info:build /opt/local/include/png.h:736:16: note: forward declaration of 'struct png_info_def'
64:info:build typedef struct png_info_def png_info;
65:info:build                ^
66:info:build rwpng.c:72:26: error: incomplete definition of type 'struct png_info_def'
67:info:build     assert(data->info_ptr->interlace_type == PNG_INTERLACE_NONE);
68:info:build            ~~~~~~~~~~~~~~^
69:info:build /usr/include/assert.h:93:25: note: expanded from macro 'assert'
70:info:build     (__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
71:info:build                         ^
72:info:build /opt/local/include/png.h:736:16: note: forward declaration of 'struct png_info_def'
73:info:build typedef struct png_info_def png_info;
74:info:build                ^
75:info:build rwpng.c:87:29: error: incomplete definition of type 'struct png_struct_def'
76:info:build     if (setjmp(data->png_ptr->jmpbuf))
77:info:build                ~~~~~~~~~~~~~^
78:info:build /opt/local/include/png.h:863:16: note: forward declaration of 'struct png_struct_def'
79:info:build typedef struct png_struct_def png_struct;
80:info:build                ^
81:info:build rwpng.c:90:23: error: incomplete definition of type 'struct png_info_def'
82:info:build     if (data->info_ptr->color_type == PNG_COLOR_TYPE_RGB)
83:info:build         ~~~~~~~~~~~~~~^
84:info:build /opt/local/include/png.h:736:16: note: forward declaration of 'struct png_info_def'
85:info:build typedef struct png_info_def png_info;
86:info:build                ^
87:info:build rwpng.c:95:23: error: incomplete definition of type 'struct png_info_def'
88:info:build     if (data->info_ptr->bit_depth == 16)
89:info:build         ~~~~~~~~~~~~~~^
90:info:build /opt/local/include/png.h:736:16: note: forward declaration of 'struct png_info_def'
91:info:build typedef struct png_info_def png_info;
92:info:build                ^
93:info:build rwpng.c:100:48: error: incomplete definition of type 'struct png_info_def'
94:info:build     row = (unsigned char*)malloc(data->info_ptr->width * spp * bps);
95:info:build                                  ~~~~~~~~~~~~~~^
96:info:build /opt/local/include/png.h:736:16: note: forward declaration of 'struct png_info_def'
97:info:build typedef struct png_info_def png_info;
98:info:build                ^
99:info:build rwpng.c:107:32: error: incomplete definition of type 'struct png_info_def'
100:info:build         for (j = 0; j < data->info_ptr->width; ++j)
101:info:build                         ~~~~~~~~~~~~~~^
102:info:build /opt/local/include/png.h:736:16: note: forward declaration of 'struct png_info_def'
103:info:build typedef struct png_info_def png_info;
104:info:build                ^
105:info:build rwpng.c:109:27: error: incomplete definition of type 'struct png_info_def'
106:info:build                 lines[i * data->info_ptr->width * 3 + j * 3 + channel] = row[j * spp * bps + channel * bps];
107:info:build                           ~~~~~~~~~~~~~~^
108:info:build /opt/local/include/png.h:736:16: note: forward declaration of 'struct png_info_def'
109:info:build typedef struct png_info_def png_info;
110:info:build                ^
111:info:build rwpng.c:122:29: error: incomplete definition of type 'struct png_struct_def'
112:info:build     if (setjmp(data->png_ptr->jmpbuf))
113:info:build                ~~~~~~~~~~~~~^
114:info:build /opt/local/include/png.h:863:16: note: forward declaration of 'struct png_struct_def'
115:info:build typedef struct png_struct_def png_struct;
116:info:build                ^
117:info:build rwpng.c:151:29: error: incomplete definition of type 'struct png_struct_def'
118:info:build     if (setjmp(data->png_ptr->jmpbuf))
119:info:build                ~~~~~~~~~~~~~^
120:info:build /opt/local/include/png.h:863:16: note: forward declaration of 'struct png_struct_def'
121:info:build typedef struct png_struct_def png_struct;
122:info:build                ^
123:info:build rwpng.c:159:19: error: incomplete definition of type 'struct png_info_def'
124:info:build     data->info_ptr->width = width;
125:info:build     ~~~~~~~~~~~~~~^
126:info:build /opt/local/include/png.h:736:16: note: forward declaration of 'struct png_info_def'
127:info:build typedef struct png_info_def png_info;
128:info:build                ^
129:info:build rwpng.c:160:19: error: incomplete definition of type 'struct png_info_def'
130:info:build     data->info_ptr->height = height;
131:info:build     ~~~~~~~~~~~~~~^
132:info:build /opt/local/include/png.h:736:16: note: forward declaration of 'struct png_info_def'
133:info:build typedef struct png_info_def png_info;
134:info:build                ^
135:info:build rwpng.c:161:19: error: incomplete definition of type 'struct png_info_def'
136:info:build     data->info_ptr->valid = 0;
137:info:build     ~~~~~~~~~~~~~~^
138:info:build /opt/local/include/png.h:736:16: note: forward declaration of 'struct png_info_def'
139:info:build typedef struct png_info_def png_info;
140:info:build                ^
141:info:build fatal error: too many errors emitted, stopping now [-ferror-limit=]
142:info:build 20 errors generated.
143:info:build make[1]: *** [rwpng.o] Error 1
144:info:build make[1]: *** Waiting for unfinished jobs....
145:info:build make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_metapixel/metapixel/work/metapixel-1.0.2/rwimg'
146:info:build make: *** [librwimg] Error 2
147:info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_metapixel/metapixel/work/metapixel-1.0.2'
148:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_metapixel/metapixel/work/metapixel-1.0.2" && /usr/bin/make -j4 -w all PREFIX=/opt/local CC="/usr/bin/clang" MACOS_CCOPTS="-arch x86_64" MACOS_LDOPTS="-arch x86_64"
149:info:build Exit code: 2
150:error:build org.macports.build for port metapixel returned: command execution failed
151:debug:build Error code: CHILDSTATUS 10838 2
152:debug:build Backtrace: command execution failed
153    while executing
154"system -nice 0 $fullcmdstring"
155    ("eval" body line 1)
156    invoked from within
157"eval system $notty $nice \$fullcmdstring"
158    invoked from within
159"command_exec build"
160    (procedure "portbuild::build_main" line 8)
161    invoked from within
162"$procedure $targetname"
163:info:build Warning: targets not executed for metapixel: org.macports.activate org.macports.build org.macports.destroot org.macports.install
164:notice:build Please see the log file for port metapixel for details:
165    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_metapixel/metapixel/main.log