Revision 376139396632 () - Diff

Link to this snippet: https://friendpaste.com/4bDGVezT0inhztRG8TyCAg
Embed:
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
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
>>> Emerging (1 of 1) dev-db/couchdb-1.3.0 from local
* apache-couchdb-1.3.0.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ]
>>> Unpacking source...
>>> Unpacking apache-couchdb-1.3.0.tar.gz to /var/tmp/portage/dev-db/couchdb-1.3.0/work
>>> Source unpacked in /var/tmp/portage/dev-db/couchdb-1.3.0/work
>>> Preparing source in /var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0 ...
* econf: updating apache-couchdb-1.3.0/build-aux/config.guess with /usr/share/gnuconfig/config.guess
* econf: updating apache-couchdb-1.3.0/build-aux/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --with-erlang=/usr/lib/erlang/usr/include --localstatedir=/var --with-js-lib=/usr/lib
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking dependency style of x86_64-pc-linux-gnu-gcc... gcc3
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed
checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-pc-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
checking for archiver @FILE support... @
checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object... ok
checking for sysroot... no
checking for x86_64-pc-linux-gnu-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether ln -s works... yes
checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
checking dependency style of x86_64-pc-linux-gnu-g++... gcc3
checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E
checking for ld used by x86_64-pc-linux-gnu-g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for x86_64-pc-linux-gnu-g++ option to produce PIC... -fPIC -DPIC
checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes
checking if x86_64-pc-linux-gnu-g++ static flag -static works... yes
checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... yes
checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... (cached) yes
checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether byte ordering is bigendian... no
checking for stdint.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for mmap... yes
checking if the compiler supports __builtin_expect... yes
checking if the compiler supports __builtin_ctzll... yes
checking for pthread_create in -lpthread... no
checking for erl... /usr/bin/erl
checking for JS... yes
checking jsapi.h usability... yes
checking jsapi.h presence... yes
checking for jsapi.h... yes
checking for JS_NewContext in -lmozjs185... yes
checking for JS_NewCompartmentAndGlobalObject in -lmozjs185... yes
checking whether JSOPTION_ANONFUNFIX is declared... yes
checking for JS_ThrowStopIteration in -lmozjs185... yes
checking for JS_GetStringCharsAndLength in -lmozjs185... yes
checking for JSScript*... no
checking for icu-config... /usr/bin/icu-config
checking for ICU >= 3.4.1... yes
checking ICU_CPPFLAGS... -I/usr/include
checking ICU_CFLAGS...
checking ICU_CXXFLAGS...
checking ICU_LIBS... -lpthread -ldl -lm -L/usr/lib64 -licui18n -licuuc -licudata -lpthread -ldl -lm
checking for curl-config... /usr/bin/curl-config
checking for curl (7.29.0) >= 7.18.0... yes
checking for erlc... /usr/bin/erlc
checking erl_driver.h usability... yes
checking erl_driver.h presence... yes
checking for erl_driver.h... yes
checking location of init directory... ${sysconfdir}/init.d
checking location of launchd directory... not found
checking for help2man... yes
checking for pdflatex... no
configure: WARNING: You will be unable to regenerate PDF documentation.
checking for makeinfo... yes
checking for install-info... yes
checking for sphinx-build... yes
checking python module: pygments... yes
checking pygments version >= 1.5... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating bin/couch-config.tpl
config.status: creating bin/couchdb.tpl
config.status: creating bin/couchdb.bat.tpl
config.status: creating bin/Makefile
config.status: creating etc/couchdb/Makefile
config.status: creating etc/couchdb/default.ini.tpl
config.status: creating etc/default/Makefile
config.status: creating etc/init/couchdb.tpl
config.status: creating etc/init/Makefile
config.status: creating etc/launchd/org.apache.couchdb.plist.tpl
config.status: creating etc/launchd/Makefile
config.status: creating etc/logrotate.d/couchdb.tpl
config.status: creating etc/logrotate.d/Makefile
config.status: creating etc/windows/Makefile
config.status: creating etc/Makefile
config.status: creating share/Makefile
config.status: creating share/doc/Makefile
config.status: creating share/doc/build/Makefile
config.status: creating src/Makefile
config.status: creating src/couch_index/Makefile
config.status: creating src/couch_mrview/Makefile
config.status: creating src/couch_replicator/Makefile
config.status: creating src/couchdb/couch.app.tpl
config.status: creating src/couchdb/Makefile
config.status: creating src/couchdb/priv/Makefile
config.status: creating src/erlang-oauth/Makefile
config.status: creating src/etap/Makefile
config.status: creating src/ibrowse/Makefile
config.status: creating src/mochiweb/Makefile
config.status: creating src/snappy/Makefile
config.status: creating src/snappy/google-snappy/snappy-stubs-public.h
config.status: creating src/ejson/Makefile
config.status: creating test/Makefile
config.status: creating test/bench/Makefile
config.status: creating test/etap/Makefile
config.status: creating test/etap/test_util.erl
config.status: creating test/javascript/Makefile
config.status: creating test/view_server/Makefile
config.status: creating utils/Makefile
config.status: creating var/Makefile
config.status: creating config.h
config.status: creating src/snappy/google-snappy/config.h
config.status: executing depfiles commands
config.status: executing libtool commands

You have configured Apache CouchDB, time to relax.

Run `make && sudo make install' to install.
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0 ...
make -j9
make all-recursive
make[1]: Entering directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0'
Making all in bin
make[2]: Entering directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/bin'
make all-am
make[3]: Entering directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/bin'
sed -e "s|%ERL%|/usr/bin/erl|g" \
-e "s|%ICU_CONFIG%|/usr/bin/icu-config|g" \
-e "s|%bindir%|/usr/bin|g" \
-e "s|%localerlanglibdir%|/usr/lib64/couchdb/erlang/lib|g" \
-e "s|%defaultini%|default.ini|g" \
-e "s|%localini%|local.ini|g" \
-e "s|%localconfdir%|/etc/couchdb|g" \
-e "s|%localstatelogdir%|/var/log/couchdb|g" \
-e "s|%localstatelibdir%|/var/lib/couchdb|g" \
-e "s|%localstatedir%|/var|g" \
-e "s|%bug_uri%|https://issues.apache.org/jira/browse/COUCHDB|g" \
-e "s|%package_author_address%|dev@couchdb.apache.org|g" \
-e "s|%package_author_name%|The Apache Software Foundation|g" \
-e "s|%package_name%|Apache CouchDB|g" \
-e "s|%version%|1.3.0|g" \
-e "s|%couchdb_command_name%|`echo couchdb | sed 's,x,x,'`|g" > \
couchdb < couchdb.tpl
sed -e "s|%ERL%|/usr/bin/erl|g" \
-e "s|%bindir%|/usr/bin|g" \
-e "s|%localerlanglibdir%|/usr/lib64/couchdb/erlang/lib|g" \
-e "s|%localconfdir%|/etc/couchdb|g" \
-e "s|%localdatadir%|/usr/share/couchdb|g" \
-e "s|%localbuilddatadir%|/usr/share/couchdb|g" \
-e "s|%localstatelogdir%|/var/log/couchdb|g" \
-e "s|%localstatelibdir%|/var/lib/couchdb|g" \
-e "s|%localstatedir%|/var|g" \
-e "s|%localstaterundir%|/var/run/couchdb|g" \
-e "s|%couchlibdir%|/usr/lib64/couchdb/erlang/lib/couch-%version%|g"\
-e "s|%couchincludedir%|/usr/lib64/couchdb/erlang/lib/include|g"\
-e "s|%couchebindir%|/usr/lib64/couchdb/erlang/lib/ebin|g"\
-e "s|%couchprivlibdir%|/usr/lib64/couchdb/erlang/lib/couch-%version%/priv/lib|g"\
-e "s|%bug_uri%|https://issues.apache.org/jira/browse/COUCHDB|g" \
-e "s|%package_author_address%|dev@couchdb.apache.org|g" \
-e "s|%package_author_name%|The Apache Software Foundation|g" \
-e "s|%package_name%|Apache CouchDB|g" \
-e "s|%version%|1.3.0|g" \
-e "s|%couchdb_command_name%|`echo couchdb | sed 's,x,x,'`|g" > \
couch-config < couch-config.tpl
ln -s -f "/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/src/couchdb/priv/couchjs" "couchjs_dev"
sed -e "s|%ERL%|/usr/bin/erl|g" \
-e "s|%bindir%|/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/bin|g" \
-e "s|%localerlanglibdir%|/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0\/src\/couchdb|g" \
-e "s|%couchlibdir%|/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0\/src\/couchdb|g"\
-e "s|%couchincludedir%|/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0\/src\/couchdb|g"\
-e "s|%couchebindir%|/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0\/src\/couchdb|g"\
-e "s|%couchprivlibdir%|/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/src/couchdb/priv/.libs|g"\
-e "s|%localdatadir%|/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/share|g" \
-e "s|%localbuilddatadir%|/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/share|g" \
-e "s|%localstatelibdir%|/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/tmp/lib|g" \
-e "s|%localstatelogdir%|/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/tmp/log|g" \
-e "s|%localstatedir%|/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/tmp|g" \
-e "s|%localstaterundir%|/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/tmp/run|g" \
-e "s|%bug_uri%|https://issues.apache.org/jira/browse/COUCHDB|g" \
-e "s|%package_author_address%|dev@couchdb.apache.org|g" \
-e "s|%package_author_name%|The Apache Software Foundation|g" \
-e "s|%package_name%|Apache CouchDB|g" \
-e "s|%version%|1.3.0|g" \
-e "s|%couchdb_command_name%|/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/utils/run|g" > \
couch-config_dev < couch-config.tpl
chmod +x couchdb
chmod +x couch-config_dev
chmod +x couch-config
make[3]: Leaving directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/bin'
make[2]: Leaving directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/bin'
Making all in etc
make[2]: Entering directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/etc'
Making all in couchdb
make[3]: Entering directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/etc/couchdb'
sed -e "s|%bindir%|/usr/bin|g" \
-e "s|%localconfdir%|/etc/couchdb|g" \
-e "s|%localdatadir%|/usr/share/couchdb|g" \
-e "s|%localbuilddatadir%|/usr/share/couchdb|g" \
-e "s|%localstatelibdir%|/var/lib/couchdb|g" \
-e "s|%localstatelogdir%|/var/log/couchdb|g" \
-e "s|%localstaterundir%|/var/run/couchdb|g" \
-e "s|%couchprivlibdir%|/usr/lib64/couchdb/erlang/lib/couch-1.3.0/priv/lib|g" \
-e "s|%couchjs_command_name%|`echo couchjs | sed 's,x,x,'`|g" \
-e "s|%package_author_name%|The Apache Software Foundation|g" \
-e "s|%version%|1.3.0|g" \
< default.ini.tpl > default.ini
sed -e "s|%bindir%|/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/bin|g" \
-e "s|%localconfdir%|/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/etc/couchdb|g" \
-e "s|%localdatadir%|/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/share|g" \
-e "s|%localbuilddatadir%|/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/share|g" \
-e "s|%localstatelibdir%|/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/tmp/lib|g" \
-e "s|%localstatelogdir%|/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/tmp/log|g" \
-e "s|%localstaterundir%|/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/tmp/run|g" \
-e "s|%couchprivlibdir%|/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/src/couchdb/priv/.libs|g" \
-e "s|%couchjs_command_name%|`echo couchjs_dev | sed 's,x,x,'`|g" \
-e "s|%package_author_name%|The Apache Software Foundation|g" \
-e "s|%version%|1.3.0|g" \
< default.ini.tpl > default_dev.ini
if test ! -f "local_dev.ini"; then \
cp local.ini local_dev.ini; \
chmod +w local_dev.ini; \
fi
make[3]: Leaving directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/etc/couchdb'
Making all in default
make[3]: Entering directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/etc/default'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/etc/default'
Making all in init
make[3]: Entering directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/etc/init'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/etc/init'
Making all in launchd
make[3]: Entering directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/etc/launchd'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/etc/launchd'
Making all in logrotate.d
make[3]: Entering directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/etc/logrotate.d'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/etc/logrotate.d'
Making all in windows
make[3]: Entering directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/etc/windows'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/etc/windows'
make[3]: Entering directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/etc'
if test "/bin/mkdir -p"; then \
/bin/mkdir -p init; \
else \
if test ! -d init; then \
mkdir init; \
fi \
fi
sed -e "s|%localstatelogdir%|/var/log/couchdb|g" < logrotate.d/couchdb.tpl > logrotate.d/couchdb
sed -e "s|%configure_input%|init/couchdb. Generated from init/couchdb.tpl by configure.|" \
-e "s|%bindir%|/usr/bin|" \
-e "s|%sysconfdir%|/etc|" \
-e "s|%localstaterundir%|/var/run/couchdb|" \
-e "s|%couchdb_command_name%|`echo couchdb | sed 's,x,x,'`|" \
< init/couchdb.tpl > init/couchdb
make[3]: Leaving directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/etc'
make[2]: Leaving directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/etc'
Making all in src
make[2]: Entering directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/src'
Making all in couch_index
make[3]: Entering directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/src/couch_index'
/usr/bin/erlc -I../../src/couchdb -o ebin/ src/couch_index.erl;
/usr/bin/erlc -I../../src/couchdb -o ebin/ src/couch_index_compactor.erl;
/usr/bin/erlc -I../../src/couchdb -o ebin/ src/couch_index_server.erl;
/usr/bin/erlc -I../../src/couchdb -o ebin/ src/couch_index_updater.erl;
/usr/bin/erlc -I../../src/couchdb -o ebin/ src/couch_index_util.erl;
make[3]: Leaving directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/src/couch_index'
Making all in couch_mrview
make[3]: Entering directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/src/couch_mrview'
sed -e "s|%version%|1.3.0|g" \
< src/couch_mrview.app.src > ebin/couch_mrview.app
/usr/bin/erlc -Wall -I../../src -I../../src/couchdb \
-o ebin/ src/couch_mrview.erl;
/usr/bin/erlc -Wall -I../../src -I../../src/couchdb \
-o ebin/ src/couch_mrview_cleanup.erl;
/usr/bin/erlc -Wall -I../../src -I../../src/couchdb \
-o ebin/ src/couch_mrview_compactor.erl;
/usr/bin/erlc -Wall -I../../src -I../../src/couchdb \
-o ebin/ src/couch_mrview_http.erl;
/usr/bin/erlc -Wall -I../../src -I../../src/couchdb \
-o ebin/ src/couch_mrview_index.erl;
/usr/bin/erlc -Wall -I../../src -I../../src/couchdb \
-o ebin/ src/couch_mrview_show.erl;
/usr/bin/erlc -Wall -I../../src -I../../src/couchdb \
-o ebin/ src/couch_mrview_test_util.erl;
/usr/bin/erlc -Wall -I../../src -I../../src/couchdb \
-o ebin/ src/couch_mrview_updater.erl;
/usr/bin/erlc -Wall -I../../src -I../../src/couchdb \
-o ebin/ src/couch_mrview_util.erl;
make[3]: Leaving directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/src/couch_mrview'
Making all in couch_replicator
make[3]: Entering directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/src/couch_replicator'
/usr/bin/erlc -Wall -I../../src -I../../src/couchdb \
-o ebin/ src/couch_replicator_api_wrap.erl;
/usr/bin/erlc -Wall -I../../src -I../../src/couchdb \
-o ebin/ src/couch_replicator_httpc_pool.erl;
/usr/bin/erlc -Wall -I../../src -I../../src/couchdb \
-o ebin/ src/couch_replicator_httpc.erl;
/usr/bin/erlc -Wall -I../../src -I../../src/couchdb \
-o ebin/ src/couch_replicator_httpd.erl;
/usr/bin/erlc -Wall -I../../src -I../../src/couchdb \
-o ebin/ src/couch_replicator_job_sup.erl;
/usr/bin/erlc -Wall -I../../src -I../../src/couchdb \
-o ebin/ src/couch_replicator_notifier.erl;
/usr/bin/erlc -Wall -I../../src -I../../src/couchdb \
-o ebin/ src/couch_replicator_manager.erl;
/usr/bin/erlc -Wall -I../../src -I../../src/couchdb \
-o ebin/ src/couch_replicator_utils.erl;
/usr/bin/erlc -Wall -I../../src -I../../src/couchdb \
-o ebin/ src/couch_replicator_worker.erl;
sed -e "s|%version%|1.3.0|g" \
< src/couch_replicator.app.src > ebin/couch_replicator.app
/usr/bin/erlc -Wall -I../../src -I../../src/couchdb \
-o ebin/ src/couch_replicator.erl;
make[3]: Leaving directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/src/couch_replicator'
Making all in couchdb
make[3]: Entering directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/src/couchdb'
Making all in priv
make[4]: Entering directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/src/couchdb/priv'
make all-am
make[5]: Entering directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/src/couchdb/priv'
/bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/snappy/google-snappy -I/usr/include -I/usr/lib/erlang/usr/include -D_XOPEN_SOURCE -I/opt/local/include -I/opt/local/include/js -I/usr/local/include -I/usr/local/include/js -I/usr/include -I/usr/include/js -O2 -march=native -O2 -pipe -MT couch_icu_driver_la-couch_icu_driver.lo -MD -MP -MF .deps/couch_icu_driver_la-couch_icu_driver.Tpo -c -o couch_icu_driver_la-couch_icu_driver.lo `test -f 'icu_driver/couch_icu_driver.c' || echo './'`icu_driver/couch_icu_driver.c
/bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/snappy/google-snappy -D_BSD_SOURCE -I/usr/include -I/usr/lib/erlang/usr/include -D_XOPEN_SOURCE -I/opt/local/include -I/opt/local/include/js -I/usr/local/include -I/usr/local/include/js -I/usr/include -I/usr/include/js -O2 -march=native -O2 -pipe -MT couch_ejson_compare_la-couch_ejson_compare.lo -MD -MP -MF .deps/couch_ejson_compare_la-couch_ejson_compare.Tpo -c -o couch_ejson_compare_la-couch_ejson_compare.lo `test -f 'couch_ejson_compare/couch_ejson_compare.c' || echo './'`couch_ejson_compare/couch_ejson_compare.c
cp spawnkillable/couchspawnkillable.sh couchspawnkillable
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/snappy/google-snappy -D_XOPEN_SOURCE -I/opt/local/include -I/opt/local/include/js -I/usr/local/include -I/usr/local/include/js -I/usr/include -I/usr/include/js -g -Wall -Werror -D_BSD_SOURCE -DXP_UNIX -I/usr/include/js -I/usr/include/nspr -O2 -march=native -O2 -pipe -MT couchjs-http.o -MD -MP -MF .deps/couchjs-http.Tpo -c -o couchjs-http.o `test -f 'couch_js/http.c' || echo './'`couch_js/http.c
chmod +x couchspawnkillable
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/snappy/google-snappy -D_XOPEN_SOURCE -I/opt/local/include -I/opt/local/include/js -I/usr/local/include -I/usr/local/include/js -I/usr/include -I/usr/include/js -g -Wall -Werror -D_BSD_SOURCE -DXP_UNIX -I/usr/include/js -I/usr/include/nspr -O2 -march=native -O2 -pipe -MT couchjs-main.o -MD -MP -MF .deps/couchjs-main.Tpo -c -o couchjs-main.o `test -f 'couch_js/main.c' || echo './'`couch_js/main.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/snappy/google-snappy -D_XOPEN_SOURCE -I/opt/local/include -I/opt/local/include/js -I/usr/local/include -I/usr/local/include/js -I/usr/include -I/usr/include/js -g -Wall -Werror -D_BSD_SOURCE -DXP_UNIX -I/usr/include/js -I/usr/include/nspr -O2 -march=native -O2 -pipe -MT couchjs-utf8.o -MD -MP -MF .deps/couchjs-utf8.Tpo -c -o couchjs-utf8.o `test -f 'couch_js/utf8.c' || echo './'`couch_js/utf8.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/snappy/google-snappy -D_XOPEN_SOURCE -I/opt/local/include -I/opt/local/include/js -I/usr/local/include -I/usr/local/include/js -I/usr/include -I/usr/include/js -g -Wall -Werror -D_BSD_SOURCE -DXP_UNIX -I/usr/include/js -I/usr/include/nspr -O2 -march=native -O2 -pipe -MT couchjs-util.o -MD -MP -MF .deps/couchjs-util.Tpo -c -o couchjs-util.o `test -f 'couch_js/util.c' || echo './'`couch_js/util.c
cp stat_descriptions.cfg.in stat_descriptions.cfg
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/snappy/google-snappy -D_BSD_SOURCE -I/usr/include -I/usr/lib/erlang/usr/include -D_XOPEN_SOURCE -I/opt/local/include -I/opt/local/include/js -I/usr/local/include -I/usr/local/include/js -I/usr/include -I/usr/include/js -O2 -march=native -O2 -pipe -MT couch_ejson_compare_la-couch_ejson_compare.lo -MD -MP -MF .deps/couch_ejson_compare_la-couch_ejson_compare.Tpo -c couch_ejson_compare/couch_ejson_compare.c -fPIC -DPIC -o .libs/couch_ejson_compare_la-couch_ejson_compare.o
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/snappy/google-snappy -I/usr/include -I/usr/lib/erlang/usr/include -D_XOPEN_SOURCE -I/opt/local/include -I/opt/local/include/js -I/usr/local/include -I/usr/local/include/js -I/usr/include -I/usr/include/js -O2 -march=native -O2 -pipe -MT couch_icu_driver_la-couch_icu_driver.lo -MD -MP -MF .deps/couch_icu_driver_la-couch_icu_driver.Tpo -c icu_driver/couch_icu_driver.c -fPIC -DPIC -o .libs/couch_icu_driver_la-couch_icu_driver.o
icu_driver/couch_icu_driver.c:171:9: warning: initialization from incompatible pointer type [enabled by default]
icu_driver/couch_icu_driver.c:171:9: warning: (near initialization for 'couch_driver_entry.control') [enabled by default]
mv -f .deps/couch_icu_driver_la-couch_icu_driver.Tpo .deps/couch_icu_driver_la-couch_icu_driver.Plo
/bin/sh ../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -O2 -march=native -O2 -pipe -module -avoid-version -Wl,-O1 -Wl,--as-needed -L/opt/local/lib -L/usr/local/lib -o couch_icu_driver.la -rpath /usr/lib64/couchdb/erlang/lib/couch-1.3.0/priv/lib couch_icu_driver_la-couch_icu_driver.lo -lpthread -ldl -lm -L/usr/lib64 -licui18n -licuuc -licudata -lpthread -ldl -lm -Wl,-O1 -Wl,--as-needed -L/opt/local/lib -L/usr/local/lib -lcrypt
mv -f .deps/couchjs-main.Tpo .deps/couchjs-main.Po
mv -f .deps/couchjs-utf8.Tpo .deps/couchjs-utf8.Po
mv -f .deps/couchjs-util.Tpo .deps/couchjs-util.Po
libtool: link: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC .libs/couch_icu_driver_la-couch_icu_driver.o -L/opt/local/lib -L/usr/local/lib -L/usr/lib64 -licui18n -licuuc -licudata -lpthread -ldl -lm -lcrypt -O2 -march=native -O2 -Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,couch_icu_driver.so -o .libs/couch_icu_driver.so
mv -f .deps/couch_ejson_compare_la-couch_ejson_compare.Tpo .deps/couch_ejson_compare_la-couch_ejson_compare.Plo
/bin/sh ../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -O2 -march=native -O2 -pipe -module -avoid-version -Wl,-O1 -Wl,--as-needed -L/opt/local/lib -L/usr/local/lib -o couch_ejson_compare.la -rpath /usr/lib64/couchdb/erlang/lib/couch-1.3.0/priv/lib couch_ejson_compare_la-couch_ejson_compare.lo -lpthread -ldl -lm -L/usr/lib64 -licui18n -licuuc -licudata -lpthread -ldl -lm -Wl,-O1 -Wl,--as-needed -L/opt/local/lib -L/usr/local/lib -lcrypt
mv -f .deps/couchjs-http.Tpo .deps/couchjs-http.Po
/bin/sh ../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -g -Wall -Werror -D_BSD_SOURCE -DXP_UNIX -I/usr/include/js -I/usr/include/nspr -O2 -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -L/opt/local/lib -L/usr/local/lib -o couchjs couchjs-http.o couchjs-main.o couchjs-utf8.o couchjs-util.o -lcurl -lssl -lcrypto -lssl -lcrypto -lz -lrt -lmozjs185 -lm -L/usr/lib -Wl,-O1 -Wl,--as-needed -L/opt/local/lib -L/usr/local/lib -lcrypt
libtool: link: ( cd ".libs" && rm -f "couch_icu_driver.la" && ln -s "../couch_icu_driver.la" "couch_icu_driver.la" )
libtool: link: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC .libs/couch_ejson_compare_la-couch_ejson_compare.o -L/opt/local/lib -L/usr/local/lib -L/usr/lib64 -licui18n -licuuc -licudata -lpthread -ldl -lm -lcrypt -O2 -march=native -O2 -Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,couch_ejson_compare.so -o .libs/couch_ejson_compare.so
libtool: link: x86_64-pc-linux-gnu-gcc -g -Wall -Werror -D_BSD_SOURCE -DXP_UNIX -I/usr/include/js -I/usr/include/nspr -O2 -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o couchjs couchjs-http.o couchjs-main.o couchjs-utf8.o couchjs-util.o -Wl,-O1 -Wl,--as-needed -L/opt/local/lib -L/usr/local/lib -lcurl -lssl -lcrypto -lz -lrt -lmozjs185 -lm -L/usr/lib -lcrypt
libtool: link: ( cd ".libs" && rm -f "couch_ejson_compare.la" && ln -s "../couch_ejson_compare.la" "couch_ejson_compare.la" )
make[5]: Leaving directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/src/couchdb/priv'
make[4]: Leaving directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/src/couchdb/priv'
make[4]: Entering directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/src/couchdb'
modules=`{ find . -name "*.erl" \! -name ".*" -exec basename {} .erl \; | tr '\n' ','; echo ''; } | sed "s/,$//"`; \
sed -e "s|%package_name%|Apache CouchDB|g" \
-e "s|%version%|1.3.0|g" \
-e "s|@modules@|$modules|g" \
-e "s|%localconfdir%|/etc/couchdb|g" \
-e "s|@defaultini@|default.ini|g" \
-e "s|@localini@|local.ini|g" > \
couch.app < couch.app.tpl
/usr/bin/erlc couch.erl;
/usr/bin/erlc couch_app.erl;
/usr/bin/erlc couch_auth_cache.erl;
/usr/bin/erlc couch_btree.erl;
/usr/bin/erlc couch_changes.erl;
/usr/bin/erlc couch_compaction_daemon.erl;
/usr/bin/erlc couch_compress.erl;
/usr/bin/erlc couch_config.erl;
/usr/bin/erlc couch_config_writer.erl;
/usr/bin/erlc couch_db.erl;
chmod +x couch.app
/usr/bin/erlc couch_db_update_notifier.erl;
/usr/bin/erlc couch_db_update_notifier_sup.erl;
/usr/bin/erlc couch_doc.erl;
/usr/bin/erlc couch_drv.erl;
/usr/bin/erlc couch_ejson_compare.erl;
/usr/bin/erlc couch_event_sup.erl;
/usr/bin/erlc couch_external_manager.erl;
/usr/bin/erlc couch_external_server.erl;
/usr/bin/erlc couch_file.erl;
/usr/bin/erlc couch_httpd.erl;
/usr/bin/erlc couch_httpd_db.erl;
/usr/bin/erlc couch_httpd_auth.erl;
/usr/bin/erlc couch_httpd_oauth.erl;
/usr/bin/erlc couch_httpd_cors.erl;
/usr/bin/erlc couch_httpd_proxy.erl;
/usr/bin/erlc couch_httpd_external.erl;
/usr/bin/erlc couch_httpd_misc_handlers.erl;
/usr/bin/erlc couch_httpd_rewrite.erl;
/usr/bin/erlc couch_httpd_stats_handlers.erl;
/usr/bin/erlc couch_httpd_vhost.erl;
/usr/bin/erlc couch_key_tree.erl;
/usr/bin/erlc couch_log.erl;
/usr/bin/erlc couch_native_process.erl;
/usr/bin/erlc couch_os_daemons.erl;
/usr/bin/erlc couch_os_process.erl;
/usr/bin/erlc couch_passwords.erl;
/usr/bin/erlc couch_primary_sup.erl;
/usr/bin/erlc couch_query_servers.erl;
/usr/bin/erlc couch_ref_counter.erl;
/usr/bin/erlc couch_secondary_sup.erl;
/usr/bin/erlc couch_server.erl;
/usr/bin/erlc couch_server_sup.erl;
/usr/bin/erlc couch_stats_aggregator.erl;
/usr/bin/erlc couch_stats_collector.erl;
/usr/bin/erlc couch_stream.erl;
/usr/bin/erlc couch_task_status.erl;
/usr/bin/erlc couch_users_db.erl;
/usr/bin/erlc couch_util.erl;
/usr/bin/erlc couch_uuids.erl;
/usr/bin/erlc couch_db_updater.erl;
/usr/bin/erlc couch_work_queue.erl;
/usr/bin/erlc json_stream_parse.erl;
make[4]: Leaving directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/src/couchdb'
make[3]: Leaving directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/src/couchdb'
Making all in ejson
make[3]: Entering directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/src/ejson'
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -D_XOPEN_SOURCE -I/opt/local/include -I/opt/local/include/js -I/usr/local/include -I/usr/local/include/js -I/usr/include -I/usr/include/js -I/usr/lib/erlang/usr/include -O2 -march=native -O2 -pipe -MT ejson_la-ejson.lo -MD -MP -MF .deps/ejson_la-ejson.Tpo -c -o ejson_la-ejson.lo `test -f 'ejson.c' || echo './'`ejson.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -D_XOPEN_SOURCE -I/opt/local/include -I/opt/local/include/js -I/usr/local/include -I/usr/local/include/js -I/usr/include -I/usr/include/js -I/usr/lib/erlang/usr/include -O2 -march=native -O2 -pipe -MT ejson_la-decode.lo -MD -MP -MF .deps/ejson_la-decode.Tpo -c -o ejson_la-decode.lo `test -f 'decode.c' || echo './'`decode.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -D_XOPEN_SOURCE -I/opt/local/include -I/opt/local/include/js -I/usr/local/include -I/usr/local/include/js -I/usr/include -I/usr/include/js -I/usr/lib/erlang/usr/include -O2 -march=native -O2 -pipe -MT ejson_la-encode.lo -MD -MP -MF .deps/ejson_la-encode.Tpo -c -o ejson_la-encode.lo `test -f 'encode.c' || echo './'`encode.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -D_XOPEN_SOURCE -I/opt/local/include -I/opt/local/include/js -I/usr/local/include -I/usr/local/include/js -I/usr/include -I/usr/include/js -I/usr/lib/erlang/usr/include -O2 -march=native -O2 -pipe -MT ejson_la-yajl_alloc.lo -MD -MP -MF .deps/ejson_la-yajl_alloc.Tpo -c -o ejson_la-yajl_alloc.lo `test -f 'yajl/yajl_alloc.c' || echo './'`yajl/yajl_alloc.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -D_XOPEN_SOURCE -I/opt/local/include -I/opt/local/include/js -I/usr/local/include -I/usr/local/include/js -I/usr/include -I/usr/include/js -I/usr/lib/erlang/usr/include -O2 -march=native -O2 -pipe -MT ejson_la-yajl_buf.lo -MD -MP -MF .deps/ejson_la-yajl_buf.Tpo -c -o ejson_la-yajl_buf.lo `test -f 'yajl/yajl_buf.c' || echo './'`yajl/yajl_buf.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -D_XOPEN_SOURCE -I/opt/local/include -I/opt/local/include/js -I/usr/local/include -I/usr/local/include/js -I/usr/include -I/usr/include/js -I/usr/lib/erlang/usr/include -O2 -march=native -O2 -pipe -MT ejson_la-yajl.lo -MD -MP -MF .deps/ejson_la-yajl.Tpo -c -o ejson_la-yajl.lo `test -f 'yajl/yajl.c' || echo './'`yajl/yajl.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -D_XOPEN_SOURCE -I/opt/local/include -I/opt/local/include/js -I/usr/local/include -I/usr/local/include/js -I/usr/include -I/usr/include/js -I/usr/lib/erlang/usr/include -O2 -march=native -O2 -pipe -MT ejson_la-yajl_encode.lo -MD -MP -MF .deps/ejson_la-yajl_encode.Tpo -c -o ejson_la-yajl_encode.lo `test -f 'yajl/yajl_encode.c' || echo './'`yajl/yajl_encode.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -D_XOPEN_SOURCE -I/opt/local/include -I/opt/local/include/js -I/usr/local/include -I/usr/local/include/js -I/usr/include -I/usr/include/js -I/usr/lib/erlang/usr/include -O2 -march=native -O2 -pipe -MT ejson_la-yajl_gen.lo -MD -MP -MF .deps/ejson_la-yajl_gen.Tpo -c -o ejson_la-yajl_gen.lo `test -f 'yajl/yajl_gen.c' || echo './'`yajl/yajl_gen.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -D_XOPEN_SOURCE -I/opt/local/include -I/opt/local/include/js -I/usr/local/include -I/usr/local/include/js -I/usr/include -I/usr/include/js -I/usr/lib/erlang/usr/include -O2 -march=native -O2 -pipe -MT ejson_la-yajl_lex.lo -MD -MP -MF .deps/ejson_la-yajl_lex.Tpo -c -o ejson_la-yajl_lex.lo `test -f 'yajl/yajl_lex.c' || echo './'`yajl/yajl_lex.c
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -D_XOPEN_SOURCE -I/opt/local/include -I/opt/local/include/js -I/usr/local/include -I/usr/local/include/js -I/usr/include -I/usr/include/js -I/usr/lib/erlang/usr/include -O2 -march=native -O2 -pipe -MT ejson_la-encode.lo -MD -MP -MF .deps/ejson_la-encode.Tpo -c encode.c -fPIC -DPIC -o .libs/ejson_la-encode.o
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -D_XOPEN_SOURCE -I/opt/local/include -I/opt/local/include/js -I/usr/local/include -I/usr/local/include/js -I/usr/include -I/usr/include/js -I/usr/lib/erlang/usr/include -O2 -march=native -O2 -pipe -MT ejson_la-yajl.lo -MD -MP -MF .deps/ejson_la-yajl.Tpo -c yajl/yajl.c -fPIC -DPIC -o .libs/ejson_la-yajl.o
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -D_XOPEN_SOURCE -I/opt/local/include -I/opt/local/include/js -I/usr/local/include -I/usr/local/include/js -I/usr/include -I/usr/include/js -I/usr/lib/erlang/usr/include -O2 -march=native -O2 -pipe -MT ejson_la-yajl_alloc.lo -MD -MP -MF .deps/ejson_la-yajl_alloc.Tpo -c yajl/yajl_alloc.c -fPIC -DPIC -o .libs/ejson_la-yajl_alloc.o
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -D_XOPEN_SOURCE -I/opt/local/include -I/opt/local/include/js -I/usr/local/include -I/usr/local/include/js -I/usr/include -I/usr/include/js -I/usr/lib/erlang/usr/include -O2 -march=native -O2 -pipe -MT ejson_la-ejson.lo -MD -MP -MF .deps/ejson_la-ejson.Tpo -c ejson.c -fPIC -DPIC -o .libs/ejson_la-ejson.o
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -D_XOPEN_SOURCE -I/opt/local/include -I/opt/local/include/js -I/usr/local/include -I/usr/local/include/js -I/usr/include -I/usr/include/js -I/usr/lib/erlang/usr/include -O2 -march=native -O2 -pipe -MT ejson_la-decode.lo -MD -MP -MF .deps/ejson_la-decode.Tpo -c decode.c -fPIC -DPIC -o .libs/ejson_la-decode.o
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -D_XOPEN_SOURCE -I/opt/local/include -I/opt/local/include/js -I/usr/local/include -I/usr/local/include/js -I/usr/include -I/usr/include/js -I/usr/lib/erlang/usr/include -O2 -march=native -O2 -pipe -MT ejson_la-yajl_gen.lo -MD -MP -MF .deps/ejson_la-yajl_gen.Tpo -c yajl/yajl_gen.c -fPIC -DPIC -o .libs/ejson_la-yajl_gen.o
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -D_XOPEN_SOURCE -I/opt/local/include -I/opt/local/include/js -I/usr/local/include -I/usr/local/include/js -I/usr/include -I/usr/include/js -I/usr/lib/erlang/usr/include -O2 -march=native -O2 -pipe -MT ejson_la-yajl_buf.lo -MD -MP -MF .deps/ejson_la-yajl_buf.Tpo -c yajl/yajl_buf.c -fPIC -DPIC -o .libs/ejson_la-yajl_buf.o
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -D_XOPEN_SOURCE -I/opt/local/include -I/opt/local/include/js -I/usr/local/include -I/usr/local/include/js -I/usr/include -I/usr/include/js -I/usr/lib/erlang/usr/include -O2 -march=native -O2 -pipe -MT ejson_la-yajl_lex.lo -MD -MP -MF .deps/ejson_la-yajl_lex.Tpo -c yajl/yajl_lex.c -fPIC -DPIC -o .libs/ejson_la-yajl_lex.o
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -D_XOPEN_SOURCE -I/opt/local/include -I/opt/local/include/js -I/usr/local/include -I/usr/local/include/js -I/usr/include -I/usr/include/js -I/usr/lib/erlang/usr/include -O2 -march=native -O2 -pipe -MT ejson_la-yajl_encode.lo -MD -MP -MF .deps/ejson_la-yajl_encode.Tpo -c yajl/yajl_encode.c -fPIC -DPIC -o .libs/ejson_la-yajl_encode.o
encode.c: In function 'final_encode':
encode.c:152:17: warning: incompatible implicit declaration of built-in function 'snprintf' [enabled by default]
mv -f .deps/ejson_la-yajl_alloc.Tpo .deps/ejson_la-yajl_alloc.Plo
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -D_XOPEN_SOURCE -I/opt/local/include -I/opt/local/include/js -I/usr/local/include -I/usr/local/include/js -I/usr/include -I/usr/include/js -I/usr/lib/erlang/usr/include -O2 -march=native -O2 -pipe -MT ejson_la-yajl_parser.lo -MD -MP -MF .deps/ejson_la-yajl_parser.Tpo -c -o ejson_la-yajl_parser.lo `test -f 'yajl/yajl_parser.c' || echo './'`yajl/yajl_parser.c
mv -f .deps/ejson_la-ejson.Tpo .deps/ejson_la-ejson.Plo
cp ejson.app.in ejson.app
mv -f .deps/ejson_la-yajl_buf.Tpo .deps/ejson_la-yajl_buf.Plo
/usr/bin/erlc ejson.erl
/usr/bin/erlc mochijson2.erl
mv -f .deps/ejson_la-yajl.Tpo .deps/ejson_la-yajl.Plo
/usr/bin/erlc mochinum.erl
mv -f .deps/ejson_la-encode.Tpo .deps/ejson_la-encode.Plo
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -D_XOPEN_SOURCE -I/opt/local/include -I/opt/local/include/js -I/usr/local/include -I/usr/local/include/js -I/usr/include -I/usr/include/js -I/usr/lib/erlang/usr/include -O2 -march=native -O2 -pipe -MT ejson_la-yajl_parser.lo -MD -MP -MF .deps/ejson_la-yajl_parser.Tpo -c yajl/yajl_parser.c -fPIC -DPIC -o .libs/ejson_la-yajl_parser.o
mv -f .deps/ejson_la-decode.Tpo .deps/ejson_la-decode.Plo
mv -f .deps/ejson_la-yajl_encode.Tpo .deps/ejson_la-yajl_encode.Plo
mv -f .deps/ejson_la-yajl_lex.Tpo .deps/ejson_la-yajl_lex.Plo
mv -f .deps/ejson_la-yajl_gen.Tpo .deps/ejson_la-yajl_gen.Plo
mv -f .deps/ejson_la-yajl_parser.Tpo .deps/ejson_la-yajl_parser.Plo
/bin/sh ../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -I/usr/lib/erlang/usr/include -O2 -march=native -O2 -pipe -module -avoid-version -Wl,-O1 -Wl,--as-needed -L/opt/local/lib -L/usr/local/lib -o ejson.la -rpath /usr/lib64/couchdb/erlang/lib/ejson-0.1.0/priv ejson_la-ejson.lo ejson_la-decode.lo ejson_la-encode.lo ejson_la-yajl_alloc.lo ejson_la-yajl_buf.lo ejson_la-yajl.lo ejson_la-yajl_encode.lo ejson_la-yajl_gen.lo ejson_la-yajl_lex.lo ejson_la-yajl_parser.lo -Wl,-O1 -Wl,--as-needed -L/opt/local/lib -L/usr/local/lib -lcrypt
libtool: link: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC .libs/ejson_la-ejson.o .libs/ejson_la-decode.o .libs/ejson_la-encode.o .libs/ejson_la-yajl_alloc.o .libs/ejson_la-yajl_buf.o .libs/ejson_la-yajl.o .libs/ejson_la-yajl_encode.o .libs/ejson_la-yajl_gen.o .libs/ejson_la-yajl_lex.o .libs/ejson_la-yajl_parser.o -L/opt/local/lib -L/usr/local/lib -lcrypt -O2 -march=native -O2 -Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,ejson.so -o .libs/ejson.so
libtool: link: ( cd ".libs" && rm -f "ejson.la" && ln -s "../ejson.la" "ejson.la" )
cp .libs/ejson.so priv/ejson.so
make[3]: Leaving directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/src/ejson'
Making all in erlang-oauth
make[3]: Entering directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/src/erlang-oauth'
cp oauth.app.in oauth.app
/usr/bin/erlc oauth.erl
/usr/bin/erlc oauth_hmac_sha1.erl
/usr/bin/erlc oauth_http.erl
/usr/bin/erlc oauth_plaintext.erl
/usr/bin/erlc oauth_unix.erl
/usr/bin/erlc oauth_uri.erl
make[3]: Leaving directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/src/erlang-oauth'
Making all in etap
make[3]: Entering directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/src/etap'
/usr/bin/erlc etap.erl
make[3]: Leaving directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/src/etap'
Making all in ibrowse
make[3]: Entering directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/src/ibrowse'
cp ibrowse.app.in ibrowse.app
/usr/bin/erlc ibrowse.erl
/usr/bin/erlc ibrowse_app.erl
/usr/bin/erlc ibrowse_http_client.erl
/usr/bin/erlc ibrowse_lb.erl
/usr/bin/erlc ibrowse_lib.erl
/usr/bin/erlc ibrowse_sup.erl
/usr/bin/erlc ibrowse_test.erl
make[3]: Leaving directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/src/ibrowse'
Making all in mochiweb
make[3]: Entering directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/src/mochiweb'
/usr/bin/erlc mochifmt.erl
/usr/bin/erlc mochifmt_records.erl
/usr/bin/erlc mochifmt_std.erl
/usr/bin/erlc mochiglobal.erl
/usr/bin/erlc mochihex.erl
/usr/bin/erlc mochijson.erl
/usr/bin/erlc mochijson2.erl
/usr/bin/erlc mochilists.erl
/usr/bin/erlc mochilogfile2.erl
/usr/bin/erlc mochinum.erl
/usr/bin/erlc mochitemp.erl
/usr/bin/erlc mochiutf8.erl
cp mochiweb.app.in mochiweb.app
/usr/bin/erlc mochiweb.erl
/usr/bin/erlc mochiweb_acceptor.erl
/usr/bin/erlc mochiweb_app.erl
/usr/bin/erlc mochiweb_charref.erl
/usr/bin/erlc mochiweb_cookies.erl
/usr/bin/erlc mochiweb_cover.erl
/usr/bin/erlc mochiweb_echo.erl
/usr/bin/erlc mochiweb_headers.erl
/usr/bin/erlc mochiweb_html.erl
/usr/bin/erlc mochiweb_http.erl
/usr/bin/erlc mochiweb_io.erl
/usr/bin/erlc mochiweb_mime.erl
/usr/bin/erlc mochiweb_multipart.erl
/usr/bin/erlc mochiweb_request.erl
/usr/bin/erlc mochiweb_response.erl
/usr/bin/erlc mochiweb_skel.erl
/usr/bin/erlc mochiweb_socket.erl
/usr/bin/erlc mochiweb_socket_server.erl
/usr/bin/erlc mochiweb_sup.erl
/usr/bin/erlc mochiweb_util.erl
/usr/bin/erlc reloader.erl
make[3]: Leaving directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/src/mochiweb'
Making all in snappy
make[3]: Entering directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/src/snappy'
/bin/sh ../../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -D_XOPEN_SOURCE -I/opt/local/include -I/opt/local/include/js -I/usr/local/include -I/usr/local/include/js -I/usr/include -I/usr/include/js -I/usr/lib/erlang/usr/include -march=native -O2 -pipe -MT snappy_nif_la-snappy_nif.lo -MD -MP -MF .deps/snappy_nif_la-snappy_nif.Tpo -c -o snappy_nif_la-snappy_nif.lo `test -f 'snappy_nif.cc' || echo './'`snappy_nif.cc
/bin/sh ../../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -D_XOPEN_SOURCE -I/opt/local/include -I/opt/local/include/js -I/usr/local/include -I/usr/local/include/js -I/usr/include -I/usr/include/js -I/usr/lib/erlang/usr/include -march=native -O2 -pipe -MT snappy_nif_la-snappy.lo -MD -MP -MF .deps/snappy_nif_la-snappy.Tpo -c -o snappy_nif_la-snappy.lo `test -f 'google-snappy/snappy.cc' || echo './'`google-snappy/snappy.cc
/bin/sh ../../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -D_XOPEN_SOURCE -I/opt/local/include -I/opt/local/include/js -I/usr/local/include -I/usr/local/include/js -I/usr/include -I/usr/include/js -I/usr/lib/erlang/usr/include -march=native -O2 -pipe -MT snappy_nif_la-snappy-sinksource.lo -MD -MP -MF .deps/snappy_nif_la-snappy-sinksource.Tpo -c -o snappy_nif_la-snappy-sinksource.lo `test -f 'google-snappy/snappy-sinksource.cc' || echo './'`google-snappy/snappy-sinksource.cc
/bin/sh ../../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -D_XOPEN_SOURCE -I/opt/local/include -I/opt/local/include/js -I/usr/local/include -I/usr/local/include/js -I/usr/include -I/usr/include/js -I/usr/lib/erlang/usr/include -march=native -O2 -pipe -MT snappy_nif_la-snappy-stubs-internal.lo -MD -MP -MF .deps/snappy_nif_la-snappy-stubs-internal.Tpo -c -o snappy_nif_la-snappy-stubs-internal.lo `test -f 'google-snappy/snappy-stubs-internal.cc' || echo './'`google-snappy/snappy-stubs-internal.cc
cp snappy.app.in snappy.app
/usr/bin/erlc snappy.erl
libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -D_XOPEN_SOURCE -I/opt/local/include -I/opt/local/include/js -I/usr/local/include -I/usr/local/include/js -I/usr/include -I/usr/include/js -I/usr/lib/erlang/usr/include -march=native -O2 -pipe -MT snappy_nif_la-snappy.lo -MD -MP -MF .deps/snappy_nif_la-snappy.Tpo -c google-snappy/snappy.cc -fPIC -DPIC -o .libs/snappy_nif_la-snappy.o
libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -D_XOPEN_SOURCE -I/opt/local/include -I/opt/local/include/js -I/usr/local/include -I/usr/local/include/js -I/usr/include -I/usr/include/js -I/usr/lib/erlang/usr/include -march=native -O2 -pipe -MT snappy_nif_la-snappy-stubs-internal.lo -MD -MP -MF .deps/snappy_nif_la-snappy-stubs-internal.Tpo -c google-snappy/snappy-stubs-internal.cc -fPIC -DPIC -o .libs/snappy_nif_la-snappy-stubs-internal.o
libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -D_XOPEN_SOURCE -I/opt/local/include -I/opt/local/include/js -I/usr/local/include -I/usr/local/include/js -I/usr/include -I/usr/include/js -I/usr/lib/erlang/usr/include -march=native -O2 -pipe -MT snappy_nif_la-snappy-sinksource.lo -MD -MP -MF .deps/snappy_nif_la-snappy-sinksource.Tpo -c google-snappy/snappy-sinksource.cc -fPIC -DPIC -o .libs/snappy_nif_la-snappy-sinksource.o
libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -D_XOPEN_SOURCE -I/opt/local/include -I/opt/local/include/js -I/usr/local/include -I/usr/local/include/js -I/usr/include -I/usr/include/js -I/usr/lib/erlang/usr/include -march=native -O2 -pipe -MT snappy_nif_la-snappy_nif.lo -MD -MP -MF .deps/snappy_nif_la-snappy_nif.Tpo -c snappy_nif.cc -fPIC -DPIC -o .libs/snappy_nif_la-snappy_nif.o
mv -f .deps/snappy_nif_la-snappy-sinksource.Tpo .deps/snappy_nif_la-snappy-sinksource.Plo
mv -f .deps/snappy_nif_la-snappy-stubs-internal.Tpo .deps/snappy_nif_la-snappy-stubs-internal.Plo
mv -f .deps/snappy_nif_la-snappy_nif.Tpo .deps/snappy_nif_la-snappy_nif.Plo
mv -f .deps/snappy_nif_la-snappy.Tpo .deps/snappy_nif_la-snappy.Plo
/bin/sh ../../libtool --tag=CXX --mode=link x86_64-pc-linux-gnu-g++ -I/usr/lib/erlang/usr/include -march=native -O2 -pipe -module -avoid-version -Wl,-O1 -Wl,--as-needed -L/opt/local/lib -L/usr/local/lib -o snappy_nif.la -rpath /usr/lib64/couchdb/erlang/lib/snappy-1.0.3/priv snappy_nif_la-snappy_nif.lo snappy_nif_la-snappy.lo snappy_nif_la-snappy-sinksource.lo snappy_nif_la-snappy-stubs-internal.lo -Wl,-O1 -Wl,--as-needed -L/opt/local/lib -L/usr/local/lib -lcrypt
libtool: link: x86_64-pc-linux-gnu-g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/crtbeginS.o .libs/snappy_nif_la-snappy_nif.o .libs/snappy_nif_la-snappy.o .libs/snappy_nif_la-snappy-sinksource.o .libs/snappy_nif_la-snappy-stubs-internal.o -L/opt/local/lib -L/usr/local/lib -lcrypt -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../lib64/crtn.o -march=native -O2 -Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,snappy_nif.so -o .libs/snappy_nif.so
libtool: link: ( cd ".libs" && rm -f "snappy_nif.la" && ln -s "../snappy_nif.la" "snappy_nif.la" )
cp .libs/snappy_nif.so priv/snappy_nif.so
make[3]: Leaving directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/src/snappy'
make[3]: Entering directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/src'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/src'
make[2]: Leaving directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/src'
Making all in share
make[2]: Entering directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/share'
Making all in doc
make[3]: Entering directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/share/doc'
Making all in build
make[4]: Entering directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/share/doc/build'
trap "rm -rf info.lock info.stamp" 1 2 13 15; \
if mkdir info.lock 2>/dev/null; then \
rm -f info.tmp; \
touch info.tmp; \
../../../build-aux/sphinx-build \
-b texinfo -n -c ./../src -A local=1 ./../src ./texinfo; \
make -C texinfo info; \
../../../build-aux/sphinx-touch texinfo/CouchDB.info; \
mv -f info.tmp info.stamp; \
rmdir info.lock; \
else \
while test -d info.lock; do \
sleep 1; \
done; \
test -f info.stamp; \
fi
trap "rm -rf html.lock html.stamp" 1 2 13 15; \
if mkdir html.lock 2>/dev/null; then \
rm -f html.tmp; \
touch html.tmp; \
../../../build-aux/sphinx-build \
-b html -n -c ./../src -A local=1 ./../src ./html; \
../../../build-aux/sphinx-touch html/_images/futon-createdb.png html/_images/futon-editdoc.png html/_images/futon-editeddoc.png html/_images/futon-overview.png html/_images/futon-replform.png html/_sources/api/authn.txt html/_sources/api/configuration.txt html/_sources/api/database.txt html/_sources/api/dbmaint.txt html/_sources/api/design.txt html/_sources/api/documents.txt html/_sources/api/local.txt html/_sources/api/misc.txt html/_sources/api/reference.txt html/_sources/api-basics.txt html/_sources/changelog.txt html/_sources/changes.txt html/_sources/commonjs.txt html/_sources/cors.txt html/_sources/config_reference.txt html/_sources/configuring.txt html/_sources/ddocs.txt html/_sources/errors.txt html/_sources/http-proxying.txt html/_sources/index.txt html/_sources/intro.txt html/_sources/json-structure.txt html/_sources/os-daemons.txt html/_sources/pretty_urls.txt html/_sources/query-servers.txt html/_sources/range.txt html/_sources/release.txt html/_sources/replication.txt html/_sources/ssl.txt html/_static/ajax-loader.gif html/_static/basic.css html/_static/comment-bright.png html/_static/comment-close.png html/_static/comment.png html/_static/default.css html/_static/doctools.js html/_static/down-pressed.png html/_static/down.png html/_static/favicon.ico html/_static/file.png html/_static/jquery.js html/_static/logo.png html/_static/minus.png html/_static/plus.png html/_static/pygments.css html/_static/rtd.css html/_static/searchtools.js html/_static/sidebar.js html/_static/underscore.js html/_static/up-pressed.png html/_static/up.png html/_static/websupport.js html/api/authn.html html/api/configuration.html html/api/database.html html/api/dbmaint.html html/api/design.html html/api/documents.html html/api/local.html html/api/misc.html html/api/reference.html html/api-basics.html html/changelog.html html/changes.html html/commonjs.html html/cors.html html/config_reference.html html/configuring.html html/ddocs.html html/errors.html html/http-proxying.html html/index.html html/intro.html html/json-structure.html html/os-daemons.html html/pretty_urls.html html/query-servers.html html/range.html html/release.html html/replication.html html/ssl.html html/objects.inv html/genindex.html html/search.html html/searchindex.js; \
mv -f html.tmp html.stamp; \
rmdir html.lock; \
else \
while test -d html.lock; do \
sleep 1; \
done; \
test -f html.stamp; \
fi
make html.stamp
make[5]: Entering directory `/var/tmp/portage/dev-db/couchdb-1.3.0/work/apache-couchdb-1.3.0/share/doc/build'
trap "rm -rf html.lock html.stamp" 1 2 13 15; \
if mkdir html.lock 2>/dev/null; then \
rm -f html.tmp; \
touch html.tmp; \
../../../build-aux/sphinx-build \
-b html -n -c ./../src -A local=1 ./../src ./html; \
../../../build-aux/sphinx-touch html/_images/futon-createdb.png html/_images/futon-editdoc.png html/_images/futon-editeddoc.png html/_images/futon-overview.png html/_images/futon-replform.png html/_sources/api/authn.txt html/_sources/api/configuration.txt html/_sources/api/database.txt html/_sources/api/dbmaint.txt html/_sources/api/design.txt html/_sources/api/documents.txt html/_sources/api/local.txt html/_sources/api/misc.txt html/_sources/api/reference.txt html/_sources/api-basics.txt html/_sources/changelog.txt html/_sources/changes.txt html/_sources/commonjs.txt html/_sources/cors.txt html/_sources/config_reference.txt html/_sources/configuring.txt html/_sources/ddocs.txt html/_sources/errors.txt html/_sources/http-proxying.txt html/_sources/index.txt html/_sources/intro.txt html/_sources/json-structure.txt html/_sources/os-daemons.txt html/_sources/pretty_urls.txt html/_sources/query-servers.txt html/_sources/range.txt html/_sources/release.txt html/_sources/replication.txt html/_sources/ssl.txt html/_static/ajax-loader.gif html/_static/basic.css html/_static/comment-bright.png html/_static/comment-close.png html/_static/comment.png html/_static/default.css html/_static/doctools.js html/_static/down-pressed.png html/_static/down.png html/_static/favicon.ico html/_static/file.png html/_static/jquery.js html/_static/logo.png html/_static/minus.png html/_static/plus.png html/_static/pygments.css html/_static/rtd.css html/_static/searchtools.js html/_static/sidebar.js html/_static/underscore.js html/_static/up-pressed.png html/_static/up.png html/_static/websupport.js html/api/authn.html html/api/configuration.html html/api/database.html html/api/dbmaint.html html/api/design.html html/api/documents.html html/api/local.html html/api/misc.html html/api/reference.html html/api-basics.html html/changelog.html html/changes.html html/commonjs.html html/cors.html html/config_reference.html html/configuring.html html/ddocs.html html/errors.html html/http-proxying.html html/index.html html/intro.html html/json-structure.html html/os-daemons.html html/pretty_urls.html html/query-servers.html html/range.html html/release.html html/replication.html html/ssl.html html/objects.inv html/genindex.html html/search.html html/searchindex.js; \
mv -f html.tmp html.stamp; \
rmdir html.lock; \
else \
while test -d html.lock; do \
sleep 1; \
done; \
test -f html.stamp; \
fi