Ubuntu Pastebin

Paste from Thomas Ward at Wed, 1 Apr 2015 20:24:48 +0000

Download as text
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
cd objs/src/http/modules/perl \
	&& NGX_PM_CFLAGS="-D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/x86_64-linux-gnu/perl/5.20/CORE -g -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2" \
		NGX_INCS="src/core src/event src/event/modules src/os/unix /«PKGBUILDDIR»/debian/modules/nginx-development-kit/objs objs/addon/ndk 	/«PKGBUILDDIR»/debian/modules/nginx-http-push/src  /usr/include/lua5.1 /«PKGBUILDDIR»/debian/modules/nginx-lua/src/api  /usr/include/libxml2   objs src/http src/http/modules src/http/modules/perl /«PKGBUILDDIR»/debian/modules/nginx-development-kit/src " \
		NGX_DEPS="src/core/nginx.h src/core/ngx_config.h src/core/ngx_core.h src/core/ngx_log.h src/core/ngx_palloc.h src/core/ngx_array.h src/core/ngx_list.h src/core/ngx_hash.h src/core/ngx_buf.h src/core/ngx_queue.h src/core/ngx_string.h src/core/ngx_parse.h src/core/ngx_inet.h src/core/ngx_file.h src/core/ngx_crc.h src/core/ngx_crc32.h src/core/ngx_murmurhash.h src/core/ngx_md5.h src/core/ngx_sha1.h src/core/ngx_rbtree.h src/core/ngx_radix_tree.h src/core/ngx_slab.h src/core/ngx_times.h src/core/ngx_shmtx.h src/core/ngx_connection.h src/core/ngx_cycle.h src/core/ngx_conf_file.h src/core/ngx_resolver.h src/core/ngx_open_file_cache.h src/core/ngx_crypt.h src/core/ngx_proxy_protocol.h src/event/ngx_event.h src/event/ngx_event_timer.h src/event/ngx_event_posted.h src/event/ngx_event_busy_lock.h src/event/ngx_event_connect.h src/event/ngx_event_pipe.h src/os/unix/ngx_time.h src/os/unix/ngx_errno.h src/os/unix/ngx_alloc.h src/os/unix/ngx_files.h src/os/unix/ngx_channel.h src/os/unix/ngx_shmem.h src/os/unix/ngx_process.h src/os/unix/ngx_setaffinity.h src/os/unix/ngx_setproctitle.h src/os/unix/ngx_atomic.h src/os/unix/ngx_gcc_atomic_x86.h src/os/unix/ngx_thread.h src/os/unix/ngx_socket.h src/os/unix/ngx_os.h src/os/unix/ngx_user.h src/os/unix/ngx_process_cycle.h src/os/unix/ngx_linux_config.h src/os/unix/ngx_linux.h src/event/ngx_event_openssl.h src/core/ngx_regex.h objs/ngx_auto_config.h src/http/ngx_http.h src/http/ngx_http_request.h src/http/ngx_http_config.h src/http/ngx_http_core_module.h src/http/ngx_http_cache.h src/http/ngx_http_variables.h src/http/ngx_http_script.h src/http/ngx_http_upstream.h src/http/ngx_http_upstream_round_robin.h src/http/ngx_http_busy_lock.h src/http/modules/ngx_http_ssi_filter_module.h src/http/ngx_http_spdy.h src/http/ngx_http_spdy_module.h src/http/modules/ngx_http_ssl_module.h src/http/modules/perl/ngx_http_perl_module.h" \
	perl Makefile.PL \
		LIB= \
		INSTALLSITEMAN3DIR=
Generating a Unix-style Makefile
Writing Makefile for nginx
Writing MYMETA.yml and MYMETA.json
cd objs/src/http/modules/perl && /usr/bin/make
make[4]: Entering directory '/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl'
cp nginx.pm blib/lib/nginx.pm
Running Mkbootstrap for nginx ()
chmod 644 nginx.bs
/usr/bin/perl /usr/share/perl/5.20/ExtUtils/xsubpp  -typemap /usr/share/perl/5.20/ExtUtils/typemap -typemap typemap  nginx.xs > nginx.xsc && mv nginx.xsc nginx.c
Please specify prototyping behavior for nginx.xs (see perlxs manual)
cc -c  -I ../../../../../src/core -I ../../../../../src/event -I ../../../../../src/event/modules -I ../../../../../src/os/unix -I /«PKGBUILDDIR»/debian/modules/nginx-development-kit/objs -I ../../../../../objs/addon/ndk -I /«PKGBUILDDIR»/debian/modules/nginx-http-push/src -I /usr/include/lua5.1 -I /«PKGBUILDDIR»/debian/modules/nginx-lua/src/api -I /usr/include/libxml2 -I ../../../../../objs -I ../../../../../src/http -I ../../../../../src/http/modules -I ../../../../../src/http/modules/perl -I /«PKGBUILDDIR»/debian/modules/nginx-development-kit/src -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/x86_64-linux-gnu/perl/5.20/CORE -g -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -O   -DVERSION=\"1.6.2\" -DXS_VERSION=\"1.6.2\" -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.20/CORE"   nginx.c
rm -f blib/arch/auto/nginx/nginx.so
cc  -shared -L/usr/local/lib -fstack-protector -Wl,-Bsymbolic-functions -fPIE -pie -Wl,-z,relro -Wl,-z,now nginx.o  -o blib/arch/auto/nginx/nginx.so 	\
     	\
  
/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/Scrt1.o: In function `_start':
(.text+0x20): undefined reference to `main'
nginx.o: In function `XS_nginx_allow_ranges':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.c:1105: undefined reference to `Perl_croak_xs_usage'
nginx.o: In function `XS_nginx_allow_ranges':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:812: undefined reference to `Perl_sv_2iv_flags'
nginx.o: In function `XS_nginx_log_error':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.c:1341: undefined reference to `Perl_croak_xs_usage'
nginx.o: In function `XS_nginx_log_error':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:1020: undefined reference to `Perl_sv_2iv_flags'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:1028: undefined reference to `Perl_sv_2iv_flags'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:1036: undefined reference to `Perl_sv_2pv_flags'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:1038: undefined reference to `ngx_log_error_core'
nginx.o: In function `XS_nginx_status':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.c:256: undefined reference to `Perl_croak_xs_usage'
nginx.o: In function `XS_nginx_status':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:107: undefined reference to `Perl_sv_2iv_flags'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:109: undefined reference to `Perl_sv_2iv_flags'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:111: undefined reference to `ngx_log_error_core'
nginx.o: In function `XS_nginx_sleep':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.c:1308: undefined reference to `Perl_croak_xs_usage'
nginx.o: In function `XS_nginx_sleep':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:993: undefined reference to `Perl_sv_2iv_flags'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:995: undefined reference to `Perl_sv_2iv_flags'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:997: undefined reference to `ngx_log_error_core'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:1000: undefined reference to `ngx_http_perl_module'
nginx.o: In function `ngx_event_add_timer':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/../../../../../src/event/ngx_event_timer.h:64: undefined reference to `ngx_current_msec'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/../../../../../src/event/ngx_event_timer.h:77: undefined reference to `ngx_log_error_core'
nginx.o: In function `ngx_event_del_timer':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/../../../../../src/event/ngx_event_timer.h:38: undefined reference to `ngx_log_error_core'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/../../../../../src/event/ngx_event_timer.h:44: undefined reference to `ngx_event_timer_rbtree'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/../../../../../src/event/ngx_event_timer.h:44: undefined reference to `ngx_rbtree_delete'
nginx.o: In function `ngx_event_add_timer':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/../../../../../src/event/ngx_event_timer.h:88: undefined reference to `ngx_log_error_core'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/../../../../../src/event/ngx_event_timer.h:94: undefined reference to `ngx_event_timer_rbtree'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/../../../../../src/event/ngx_event_timer.h:94: undefined reference to `ngx_rbtree_insert'
nginx.o: In function `XS_nginx_sleep':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:1006: undefined reference to `ngx_http_perl_sleep_handler'
nginx.o: In function `XS_nginx_request_body_file':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.c:696: undefined reference to `Perl_croak_xs_usage'
nginx.o: In function `XS_nginx_request_body_file':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:465: undefined reference to `Perl_sv_newmortal'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:468: undefined reference to `Perl_sv_2iv_flags'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:474: undefined reference to `Perl_sv_upgrade'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:474: undefined reference to `Perl_sv_setpvn'
nginx.o: In function `XS_nginx_remote_addr':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.c:407: undefined reference to `Perl_croak_xs_usage'
nginx.o: In function `XS_nginx_remote_addr':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:208: undefined reference to `Perl_sv_newmortal'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:211: undefined reference to `Perl_sv_2iv_flags'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:212: undefined reference to `Perl_sv_upgrade'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:212: undefined reference to `Perl_sv_setpvn'
nginx.o: In function `XS_nginx_request_method':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.c:386: undefined reference to `Perl_croak_xs_usage'
nginx.o: In function `XS_nginx_request_method':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:195: undefined reference to `Perl_sv_newmortal'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:198: undefined reference to `Perl_sv_2iv_flags'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:199: undefined reference to `Perl_sv_upgrade'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:199: undefined reference to `Perl_sv_setpvn'
nginx.o: In function `XS_nginx_args':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.c:365: undefined reference to `Perl_croak_xs_usage'
nginx.o: In function `XS_nginx_args':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:182: undefined reference to `Perl_sv_newmortal'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:185: undefined reference to `Perl_sv_2iv_flags'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:186: undefined reference to `Perl_sv_upgrade'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:186: undefined reference to `Perl_sv_setpvn'
nginx.o: In function `XS_nginx_uri':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.c:344: undefined reference to `Perl_croak_xs_usage'
nginx.o: In function `XS_nginx_uri':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:169: undefined reference to `Perl_sv_newmortal'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:172: undefined reference to `Perl_sv_2iv_flags'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:173: undefined reference to `Perl_sv_upgrade'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:173: undefined reference to `Perl_sv_setpvn'
nginx.o: In function `ngx_http_perl_sv2str':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:39: undefined reference to `Perl_sv_2pv_flags'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:46: undefined reference to `ngx_log_error_core'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:52: undefined reference to `ngx_pnalloc'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:59: undefined reference to `ngx_log_error_core'
nginx.o: In function `XS_nginx_internal_redirect':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.c:1066: undefined reference to `Perl_croak_xs_usage'
nginx.o: In function `XS_nginx_internal_redirect':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:784: undefined reference to `Perl_sv_2iv_flags'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:788: undefined reference to `ngx_http_perl_module'
nginx.o: In function `XS_nginx_variable':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.c:1166: undefined reference to `Perl_croak_xs_usage'
nginx.o: In function `XS_nginx_variable':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:855: undefined reference to `Perl_sv_newmortal'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:866: undefined reference to `Perl_sv_2iv_flags'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:889: undefined reference to `Perl_sv_2pv_flags'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:891: undefined reference to `ngx_pnalloc'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:896: undefined reference to `ngx_hash_strlow'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:903: undefined reference to `ngx_log_error_core'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:906: undefined reference to `ngx_log_error_core'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:911: undefined reference to `ngx_http_get_variable'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:918: undefined reference to `ngx_http_perl_module'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:937: undefined reference to `Perl_sv_upgrade'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:937: undefined reference to `Perl_sv_setpvn'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:945: undefined reference to `ngx_array_create'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:952: undefined reference to `ngx_array_push'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:978: undefined reference to `Perl_sv_upgrade'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:978: undefined reference to `Perl_sv_setpvn'
nginx.o: In function `XS_nginx_request_body':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.c:627: undefined reference to `Perl_croak_xs_usage'
nginx.o: In function `XS_nginx_request_body':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:404: undefined reference to `Perl_sv_newmortal'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:411: undefined reference to `Perl_sv_2iv_flags'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:437: undefined reference to `ngx_pnalloc'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:456: undefined reference to `Perl_sv_upgrade'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:456: undefined reference to `Perl_sv_setpvn'
nginx.o: In function `XS_nginx_unescape':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.c:1124: undefined reference to `Perl_croak_xs_usage'
nginx.o: In function `XS_nginx_unescape':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:821: undefined reference to `Perl_sv_newmortal'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:828: undefined reference to `Perl_sv_2iv_flags'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:832: undefined reference to `Perl_sv_2pv_flags'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:834: undefined reference to `ngx_pnalloc'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:841: undefined reference to `Perl_sv_2iv_flags'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:843: undefined reference to `ngx_unescape_uri'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:846: undefined reference to `Perl_sv_upgrade'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:846: undefined reference to `Perl_sv_setpvn'
nginx.o: In function `ngx_http_perl_output':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:74: undefined reference to `ngx_http_perl_module'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:77: undefined reference to `ngx_alloc_chain_link'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:94: undefined reference to `ngx_http_output_filter'
nginx.o: In function `XS_nginx_flush':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.c:1035: undefined reference to `Perl_croak_xs_usage'
nginx.o: In function `XS_nginx_flush':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:759: undefined reference to `Perl_sv_2iv_flags'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:761: undefined reference to `ngx_pcalloc'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:768: undefined reference to `ngx_log_error_core'
nginx.o: In function `XS_nginx_print':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.c:833: undefined reference to `Perl_croak_xs_usage'
nginx.o: In function `XS_nginx_print':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:578: undefined reference to `Perl_sv_2iv_flags'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:595: undefined reference to `Perl_sv_2pv_flags'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:601: undefined reference to `ngx_pcalloc'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:612: undefined reference to `ngx_log_error_core'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:629: undefined reference to `Perl_sv_2pv_flags'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:631: undefined reference to `ngx_log_error_core'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:641: undefined reference to `ngx_create_temp_buf'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:653: undefined reference to `Perl_sv_2pv_flags'
nginx.o: In function `XS_nginx_filename':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.c:795: undefined reference to `Perl_croak_xs_usage'
nginx.o: In function `XS_nginx_filename':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:540: undefined reference to `Perl_sv_newmortal'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:545: undefined reference to `Perl_sv_2iv_flags'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:547: undefined reference to `ngx_http_perl_module'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:552: undefined reference to `ngx_http_map_uri_to_path'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:557: undefined reference to `Perl_sv_setpv'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:561: undefined reference to `Perl_sv_upgrade'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:561: undefined reference to `Perl_sv_setpvn'
nginx.o: In function `XS_nginx_header_out':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.c:742: undefined reference to `Perl_croak_xs_usage'
nginx.o: In function `XS_nginx_header_out':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:500: undefined reference to `Perl_sv_2iv_flags'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:505: undefined reference to `ngx_list_push'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:521: undefined reference to `ngx_strncasecmp'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:524: undefined reference to `Perl_sv_2iv_flags'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:529: undefined reference to `ngx_strncasecmp'
nginx.o: In function `XS_nginx_discard_request_body':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.c:723: undefined reference to `Perl_croak_xs_usage'
nginx.o: In function `XS_nginx_discard_request_body':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:486: undefined reference to `Perl_sv_2iv_flags'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:488: undefined reference to `ngx_http_discard_request_body'
nginx.o: In function `XS_nginx_has_request_body':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.c:586: undefined reference to `Perl_croak_xs_usage'
nginx.o: In function `XS_nginx_has_request_body':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:371: undefined reference to `Perl_sv_newmortal'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:375: undefined reference to `Perl_sv_2iv_flags'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:381: undefined reference to `ngx_http_perl_module'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:392: undefined reference to `ngx_http_perl_handle_request'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:392: undefined reference to `ngx_http_read_client_request_body'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:394: undefined reference to `Perl_sv_upgrade'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:395: undefined reference to `Perl_sv_setiv'
nginx.o: In function `XS_nginx_header_only':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.c:321: undefined reference to `Perl_croak_xs_usage'
nginx.o: In function `XS_nginx_header_only':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:154: undefined reference to `Perl_sv_newmortal'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:157: undefined reference to `Perl_sv_2iv_flags'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:159: undefined reference to `Perl_sv_upgrade'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:160: undefined reference to `Perl_sv_setiv'
nginx.o: In function `XS_nginx_header_in':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.c:429: undefined reference to `Perl_croak_xs_usage'
nginx.o: In function `XS_nginx_header_in':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:222: undefined reference to `Perl_sv_newmortal'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:235: undefined reference to `Perl_sv_2iv_flags'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:243: undefined reference to `Perl_sv_2pv_flags'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:247: undefined reference to `ngx_pnalloc'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:252: undefined reference to `ngx_hash_strlow'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:254: undefined reference to `ngx_http_core_module'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:256: undefined reference to `ngx_hash_find'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:276: undefined reference to `Perl_sv_upgrade'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:276: undefined reference to `Perl_sv_setpvn'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:299: undefined reference to `Perl_sv_upgrade'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:299: undefined reference to `Perl_sv_setpvn'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:310: undefined reference to `ngx_pnalloc'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:327: undefined reference to `Perl_sv_upgrade'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:327: undefined reference to `Perl_sv_setpvn'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:350: undefined reference to `ngx_strcasecmp'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:355: undefined reference to `Perl_sv_upgrade'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:355: undefined reference to `Perl_sv_setpvn'
nginx.o: In function `XS_nginx_send_http_header':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.c:280: undefined reference to `Perl_croak_xs_usage'
nginx.o: In function `XS_nginx_send_http_header':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:124: undefined reference to `Perl_sv_2iv_flags'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:142: undefined reference to `ngx_http_set_content_type'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:147: undefined reference to `ngx_http_send_header'
nginx.o: In function `XS_nginx_sendfile':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.c:937: undefined reference to `Perl_croak_xs_usage'
nginx.o: In function `XS_nginx_sendfile':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:675: undefined reference to `Perl_sv_2iv_flags'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:677: undefined reference to `Perl_sv_2pv_flags'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:680: undefined reference to `Perl_croak_nocontext'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:683: undefined reference to `Perl_sv_2iv_flags'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:684: undefined reference to `Perl_sv_2iv_flags'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:686: undefined reference to `ngx_pcalloc'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:691: undefined reference to `ngx_pcalloc'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:698: undefined reference to `ngx_pnalloc'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:703: undefined reference to `ngx_cpystrn'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:705: undefined reference to `ngx_http_core_module'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:716: undefined reference to `ngx_http_set_disable_symlinks'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:720: undefined reference to `ngx_open_cached_file'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.xs:727: undefined reference to `ngx_log_error_core'
nginx.o: In function `boot_nginx':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.c:1390: undefined reference to `Perl_xs_apiversion_bootcheck'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.c:1392: undefined reference to `Perl_xs_version_bootcheck'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.c:1394: undefined reference to `Perl_newXS'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.c:1395: undefined reference to `Perl_newXS'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.c:1396: undefined reference to `Perl_newXS'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.c:1397: undefined reference to `Perl_newXS'
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.c:1398: undefined reference to `Perl_newXS'
nginx.o:/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.c:1399: more undefined references to `Perl_newXS' follow
nginx.o: In function `boot_nginx':
/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl/nginx.c:1419: undefined reference to `Perl_call_list'
collect2: error: ld returned 1 exit status
make[4]: *** [blib/arch/auto/nginx/nginx.so] Error 1
Makefile:474: recipe for target 'blib/arch/auto/nginx/nginx.so' failed
make[4]: Leaving directory '/«PKGBUILDDIR»/debian/build-extras/objs/src/http/modules/perl'
make[3]: *** [objs/src/http/modules/perl/blib/arch/auto/nginx/nginx.so] Error 2
objs/Makefile:2138: recipe for target 'objs/src/http/modules/perl/blib/arch/auto/nginx/nginx.so' failed
make[3]: Leaving directory '/«PKGBUILDDIR»/debian/build-extras'
make[2]: *** [build] Error 2
Makefile:8: recipe for target 'build' failed
make[2]: Leaving directory '/«PKGBUILDDIR»/debian/build-extras'
make[1]: *** [build.arch.extras] Error 2
debian/rules:150: recipe for target 'build.arch.extras' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [build] Error 2
debian/rules:132: recipe for target 'build' failed
dpkg-buildpackage: error: debian/rules build gave error exit status 2
────────────────────────────────────────────────────────────────────────────────
Build finished at 20150401-1519

Finished
────────

E: Build failure (dpkg-buildpackage died)
Download as text