Revision 666330626430 () - Diff

Link to this snippet: https://friendpaste.com/142vPuzv3yQ5icoLR9tcJ1
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
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
===============================================================================
CONFIGURE
./configure \
--prefix=$ERL_TOP/release/win32 \
--with-erlang=$ERL_TOP/release/win32/usr/include \
--with-win32-icu-binaries=/src/icu-4.2 \
--with-win32-curl=/src/curl-7.21.1 \
--with-openssl-bin-dir=/src/openssl/bin \
--with-msvc-redist-dir=/src/bits \
--with-js-lib=/src/seamonkey-2.0.6/comm-1.9.1/mozilla/js/src/dist/lib \
--with-js-include=/src/seamonkey-2.0.6/comm-1.9.1/mozilla/js/src/dist/include/js \
===============================================================================
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... cc.sh
checking for C compiler default output file name... conftest.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether cc.sh accepts -g... yes
checking for cc.sh option to accept ISO C89... none needed
checking dependency style of cc.sh... none
checking how to run the C preprocessor... cc.sh -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/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... no
checking for inttypes.h... no
checking for stdint.h... no
checking for unistd.h... no
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 gcc... (cached) cc.sh
checking whether we are using the GNU C compiler... (cached) no
checking whether cc.sh accepts -g... (cached) yes
checking for cc.sh option to accept ISO C89... (cached) none needed
checking dependency style of cc.sh... (cached) none
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for non-GNU ld... /bin/ld
checking if the linker (/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... 8192
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for ar... ar.sh
checking for strip... strip
checking for ranlib... true
checking command to parse /usr/bin/nm -B output from cc.sh object... ok
checking for dlfcn.h... no
checking for objdir... .libs
checking for cc.sh option to produce PIC... -DDLL_EXPORT -DPIC
checking if cc.sh PIC flag -DDLL_EXPORT -DPIC works... yes
checking if cc.sh static flag works... yes
checking if cc.sh supports -c -o file.o... yes
checking if cc.sh supports -c -o file.o... (cached) yes
checking whether the cc.sh linker (/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
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 pthread_create in -lpthread... no
checking for JS_NewContext in -lmozjs... no
checking for JS_NewContext in -ljs... no
checking for JS_NewContext in -ljs3250... yes
checking for iscc... /src/inno5/iscc
checking jsapi.h usability... yes
checking jsapi.h presence... yes
checking for jsapi.h... yes
checking for erl... /src/otp_src_R14A/release/win32/erts-5.8/bin/erl
checking for erlc... /src/otp_src_R14A/release/win32/erts-5.8/bin/erlc
checking erl_driver.h usability... yes
checking erl_driver.h presence... yes
checking for erl_driver.h... yes
checking for help2man... no
checking location of init directory... not found
checking location of launchd directory... not found
configure: creating ./config.status
config.status: creating Makefile
config.status: creating bin/couchjs.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 src/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 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: config.h is unchanged
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.
DONE.
===============================================================================
MAKE INSTALL
===============================================================================
Making install in bin
make[1]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/bin'
sed -e "s|%ICU_CONFIG%||g" \
-e "s|%version%|1.0.1|g" \
couchdb.bat.tpl > couchdb.bat
sed -e "s|%locallibbindir%|/src/apache-couchdb-1.0.1_otp_5.8/src/couchdb/priv|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.0.1|g" \
-e "s|%couchjs_command_name%|`echo couchjs | sed 's,x,x,'`|g" > \
couchjs_dev < couchjs.tpl
chmod +x couchjs_dev
make[2]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/bin'
test -z "/src/otp_src_R14A/release/win32/bin" || /usr/bin/mkdir -p "/src/otp_src_R14A/release/win32/bin"
/usr/bin/install -c couchdb.bat '/src/otp_src_R14A/release/win32/bin'
test -z "/src/otp_src_R14A/release/win32/share/man/man1" || /usr/bin/mkdir -p "/src/otp_src_R14A/release/win32/share/man/man1"
make[2]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/bin'
make[1]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/bin'
Making install in etc
make[1]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc'
Making install in couchdb
make[2]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc/couchdb'
sed -e "s|%bindir%|.|g" \
-e "s|%localconfdir%|/src/otp_src_R14A/release/win32/etc/couchdb|g" \
-e "s|%localdatadir%|../share/couchdb|g" \
-e "s|%localbuilddatadir%|../share/couchdb|g" \
-e "s|%localstatelibdir%|../var/lib/couchdb|g" \
-e "s|%localstatelogdir%|../var/log/couchdb|g" \
-e "s|%couchprivlibdir%|../lib/couch-1.0.1/priv/lib|g" \
-e "s|%couchjs_command_name%|couchjs.exe|g" \
< default.ini.tpl > default.ini
sed -e "s|%bindir%|/src/apache-couchdb-1.0.1_otp_5.8/bin|g" \
-e "s|%localconfdir%|/src/apache-couchdb-1.0.1_otp_5.8/etc/couchdb|g" \
-e "s|%localdatadir%|/src/apache-couchdb-1.0.1_otp_5.8/share|g" \
-e "s|%localbuilddatadir%|/src/apache-couchdb-1.0.1_otp_5.8/share|g" \
-e "s|%localstatelibdir%|/src/apache-couchdb-1.0.1_otp_5.8/tmp/lib|g" \
-e "s|%localstatelogdir%|/src/apache-couchdb-1.0.1_otp_5.8/tmp/log|g" \
-e "s|%couchprivlibdir%|/src/apache-couchdb-1.0.1_otp_5.8/src/couchdb/priv/.libs|g" \
-e "s|%couchjs_command_name%|`echo couchjs_dev | sed 's,x,x,'`|g" \
< default.ini.tpl > default_dev.ini
if test ! -f "local_dev.ini"; then \
cp local.ini local_dev.ini; \
fi
make[3]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc/couchdb'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/src/otp_src_R14A/release/win32/etc/couchdb" || /usr/bin/mkdir -p "/src/otp_src_R14A/release/win32/etc/couchdb"
/usr/bin/install -c -m 644 default.ini '/src/otp_src_R14A/release/win32/etc/couchdb'
make install-data-hook
make[4]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc/couchdb'
if test ! -f "/src/otp_src_R14A/release/win32/etc/couchdb/local.ini"; then \
cp ./local.ini "/src/otp_src_R14A/release/win32/etc/couchdb/local.ini"; \
fi
if test ! "/usr/bin/mkdir -p" = ""; then \
/usr/bin/mkdir -p "/src/otp_src_R14A/release/win32/etc/couchdb/default.d"; \
/usr/bin/mkdir -p "/src/otp_src_R14A/release/win32/etc/couchdb/local.d"; \
else \
echo "WARNING: You may have to create these directories by hand."; \
mkdir -p "/src/otp_src_R14A/release/win32/etc/couchdb/default.d"; \
mkdir -p "/src/otp_src_R14A/release/win32/etc/couchdb/local.d"; \
fi
make[4]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc/couchdb'
make[3]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc/couchdb'
make[2]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc/couchdb'
Making install in default
make[2]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc/default'
make[3]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc/default'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc/default'
make[2]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc/default'
Making install in init
make[2]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc/init'
make[3]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc/init'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc/init'
make[2]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc/init'
Making install in launchd
make[2]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc/launchd'
make[3]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc/launchd'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc/launchd'
make[2]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc/launchd'
Making install in logrotate.d
make[2]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc/logrotate.d'
make[3]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc/logrotate.d'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc/logrotate.d'
make[2]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc/logrotate.d'
Making install in windows
make[2]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc/windows'
make[3]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc/windows'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc/windows'
make[2]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc/windows'
make[2]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc'
sed -e "s|%localstatelogdir%|/src/otp_src_R14A/release/win32/var/log/couchdb|g" < logrotate.d/couchdb.tpl > logrotate.d/couchdb
make[3]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc'
test -z "/src/otp_src_R14A/release/win32/etc" || /usr/bin/mkdir -p "/src/otp_src_R14A/release/win32/etc"
/usr/bin/mkdir -p '/src/otp_src_R14A/release/win32/etc/logrotate.d'
/usr/bin/install -c -m 644 logrotate.d/couchdb '/src/otp_src_R14A/release/win32/etc/logrotate.d'
test -z "" || /usr/bin/mkdir -p ""
test -z "" || /usr/bin/mkdir -p ""
make install-data-hook
make[4]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc'
if test -n ""; then \
chmod +x "/couchdb"; \
fi
make[4]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc'
make[3]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc'
make[2]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc'
make[1]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc'
Making install in src
make[1]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src'
Making install in couchdb
make[2]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src/couchdb'
Making install in priv
make[3]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src/couchdb/priv'
source='icu_driver/couch_icu_driver.c' object='couch_icu_driver_la-couch_icu_driver.lo' libtool=yes \
DEPDIR=.deps depmode=none /bin/sh ../../../build-aux/depcomp \
/bin/sh ../../../libtool --tag=CC --mode=compile cc.sh -DHAVE_CONFIG_H -I. -I../../.. -L/src/seamonkey-2.0.6/comm-1.9.1/mozilla/js/src/dist/lib -L/usr/local/lib -L/opt/local/lib -I/src/otp_src_R14A/release/win32/usr/include -I/src/seamonkey-2.0.6/comm-1.9.1/mozilla/js/src/dist/include/js -DXP_WIN -I/src/icu-4.2/include -L/src/icu-4.2/lib -O2 -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
libtool: compile: cc.sh -DHAVE_CONFIG_H -I. -I../../.. -L/src/seamonkey-2.0.6/comm-1.9.1/mozilla/js/src/dist/lib -L/usr/local/lib -L/opt/local/lib -I/src/otp_src_R14A/release/win32/usr/include -I/src/seamonkey-2.0.6/comm-1.9.1/mozilla/js/src/dist/include/js -DXP_WIN -I/src/icu-4.2/include -L/src/icu-4.2/lib -O2 -c icu_driver\\couch_icu_driver.c -DDLL_EXPORT -DPIC -o .libs/couch_icu_driver_la-couch_icu_driver.o
/bin/sh ../../../libtool --tag=CC --mode=link cc.sh -I/src/icu-4.2/include -L/src/icu-4.2/lib -O2 -module -avoid-version -I/src/icu-4.2/include -L/src/icu-4.2/lib -no-undefined -L/src/seamonkey-2.0.6/comm-1.9.1/mozilla/js/src/dist/lib -L/usr/local/lib -L/opt/local/lib -I/src/otp_src_R14A/release/win32/usr/include -I/src/seamonkey-2.0.6/comm-1.9.1/mozilla/js/src/dist/include/js -DXP_WIN -o couch_icu_driver.la -rpath /src/otp_src_R14A/release/win32/lib/couch-1.0.1/priv/lib couch_icu_driver_la-couch_icu_driver.lo -licuuc -licudt -licuin -L/src/seamonkey-2.0.6/comm-1.9.1/mozilla/js/src/dist/lib -L/usr/local/lib -L/opt/local/lib

*** Warning: linker path does not have real file for library -licuuc.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have
*** because I did check the linker path looking for a file starting
*** with icuuc and none of the candidates passed a file format test
*** using a file magic. Last file checked: /src/icu-4.2/lib/icuuc.lib

*** Warning: linker path does not have real file for library -licudt.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have
*** because I did check the linker path looking for a file starting
*** with icudt and none of the candidates passed a file format test
*** using a file magic. Last file checked: /src/icu-4.2/lib/icudt.lib

*** Warning: linker path does not have real file for library -licuin.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have
*** because I did check the linker path looking for a file starting
*** with icuin and none of the candidates passed a file format test
*** using a file magic. Last file checked: /src/icu-4.2/lib/icuin.lib

*** Warning: libtool could not satisfy all declared inter-library
*** dependencies of module couch_icu_driver. Therefore, libtool will create
*** a static module, that should work as long as the dlopening
*** application is linked with the -dlopen flag.
libtool: link: lib -OUT:.libs/couch_icu_driver.lib .libs/couch_icu_driver_la-couch_icu_driver.o
Microsoft (R) Library Manager Version 9.00.30729.01
Copyright (C) Microsoft Corporation. All rights reserved.

libtool: link: ( cd ".libs" && rm -f "couch_icu_driver.la" && ln -s "../couch_icu_driver.la" "couch_icu_driver.la" )
source='spawnkillable/couchspawnkillable_win.c' object='couchspawnkillable_win.o' libtool=no \
DEPDIR=.deps depmode=none /bin/sh ../../../build-aux/depcomp \
cc.sh -DHAVE_CONFIG_H -I. -I../../.. -L/src/seamonkey-2.0.6/comm-1.9.1/mozilla/js/src/dist/lib -L/usr/local/lib -L/opt/local/lib -I/src/otp_src_R14A/release/win32/usr/include -I/src/seamonkey-2.0.6/comm-1.9.1/mozilla/js/src/dist/include/js -DXP_WIN -O2 -c -o couchspawnkillable_win.o `test -f 'spawnkillable/couchspawnkillable_win.c' || echo './'`spawnkillable/couchspawnkillable_win.c
/bin/sh ../../../libtool --tag=CC --mode=link cc.sh -O2 -L/src/seamonkey-2.0.6/comm-1.9.1/mozilla/js/src/dist/lib -L/usr/local/lib -L/opt/local/lib -I/src/otp_src_R14A/release/win32/usr/include -I/src/seamonkey-2.0.6/comm-1.9.1/mozilla/js/src/dist/include/js -DXP_WIN -o couchspawnkillable.exe couchspawnkillable_win.o -L/src/seamonkey-2.0.6/comm-1.9.1/mozilla/js/src/dist/lib -L/usr/local/lib -L/opt/local/lib
libtool: link: cc.sh -O2 -I/src/otp_src_R14A/release/win32/usr/include -I/src/seamonkey-2.0.6/comm-1.9.1/mozilla/js/src/dist/include/js -DXP_WIN -o .libs/couchspawnkillable.exe couchspawnkillable_win.o -L/src/seamonkey-2.0.6/comm-1.9.1/mozilla/js/src/dist/lib -L/usr/local/lib -L/opt/local/lib
source='couch_js/http.c' object='couchjs-http.o' libtool=no \
DEPDIR=.deps depmode=none /bin/sh ../../../build-aux/depcomp \
cc.sh -DHAVE_CONFIG_H -I. -I../../.. -L/src/seamonkey-2.0.6/comm-1.9.1/mozilla/js/src/dist/lib -L/usr/local/lib -L/opt/local/lib -I/src/otp_src_R14A/release/win32/usr/include -I/src/seamonkey-2.0.6/comm-1.9.1/mozilla/js/src/dist/include/js -DXP_WIN -D_BSD_SOURCE -I/src/curl-7.21.1/include -DCURL_STATICLIB -O2 -c -o couchjs-http.o `test -f 'couch_js/http.c' || echo './'`couch_js/http.c
couch_js/http.c(43) : warning C4005: 'DELETE' : macro redefinition
C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\winnt.h(5604) : see previous definition of 'DELETE'
source='couch_js/main.c' object='couchjs-main.o' libtool=no \
DEPDIR=.deps depmode=none /bin/sh ../../../build-aux/depcomp \
cc.sh -DHAVE_CONFIG_H -I. -I../../.. -L/src/seamonkey-2.0.6/comm-1.9.1/mozilla/js/src/dist/lib -L/usr/local/lib -L/opt/local/lib -I/src/otp_src_R14A/release/win32/usr/include -I/src/seamonkey-2.0.6/comm-1.9.1/mozilla/js/src/dist/include/js -DXP_WIN -D_BSD_SOURCE -I/src/curl-7.21.1/include -DCURL_STATICLIB -O2 -c -o couchjs-main.o `test -f 'couch_js/main.c' || echo './'`couch_js/main.c
source='couch_js/utf8.c' object='couchjs-utf8.o' libtool=no \
DEPDIR=.deps depmode=none /bin/sh ../../../build-aux/depcomp \
cc.sh -DHAVE_CONFIG_H -I. -I../../.. -L/src/seamonkey-2.0.6/comm-1.9.1/mozilla/js/src/dist/lib -L/usr/local/lib -L/opt/local/lib -I/src/otp_src_R14A/release/win32/usr/include -I/src/seamonkey-2.0.6/comm-1.9.1/mozilla/js/src/dist/include/js -DXP_WIN -D_BSD_SOURCE -I/src/curl-7.21.1/include -DCURL_STATICLIB -O2 -c -o couchjs-utf8.o `test -f 'couch_js/utf8.c' || echo './'`couch_js/utf8.c
/bin/sh ../../../libtool --tag=CC --mode=link cc.sh -D_BSD_SOURCE -I/src/curl-7.21.1/include -DCURL_STATICLIB -O2 -l/src/curl-7.21.1/lib/libcurl -lWs2_32 -lkernel32 -luser32 -ladvapi32 -lWldap32 -L/src/seamonkey-2.0.6/comm-1.9.1/mozilla/js/src/dist/lib -L/usr/local/lib -L/opt/local/lib -I/src/otp_src_R14A/release/win32/usr/include -I/src/seamonkey-2.0.6/comm-1.9.1/mozilla/js/src/dist/include/js -DXP_WIN -o couchjs.exe couchjs-http.o couchjs-main.o couchjs-utf8.o -l/src/curl-7.21.1/lib/libcurl -lWs2_32 -lkernel32 -luser32 -ladvapi32 -lWldap32 -ljs3250 -L/src/seamonkey-2.0.6/comm-1.9.1/mozilla/js/src/dist/lib -L/usr/local/lib -L/opt/local/lib
libtool: link: cc.sh -D_BSD_SOURCE -I/src/curl-7.21.1/include -DCURL_STATICLIB -O2 -I/src/otp_src_R14A/release/win32/usr/include -I/src/seamonkey-2.0.6/comm-1.9.1/mozilla/js/src/dist/include/js -DXP_WIN -o .libs/couchjs.exe couchjs-http.o couchjs-main.o couchjs-utf8.o -L/src/seamonkey-2.0.6/comm-1.9.1/mozilla/js/src/dist/lib -L/usr/local/lib -L/opt/local/lib -l/src/curl-7.21.1/lib/libcurl -lWs2_32 -lkernel32 -luser32 -ladvapi32 -lWldap32 -ljs3250
cp stat_descriptions.cfg.in stat_descriptions.cfg
make[4]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src/couchdb/priv'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/src/otp_src_R14A/release/win32/lib/couch-1.0.1/priv" || /usr/bin/mkdir -p "/src/otp_src_R14A/release/win32/lib/couch-1.0.1/priv"
/usr/bin/install -c -m 644 stat_descriptions.cfg '/src/otp_src_R14A/release/win32/lib/couch-1.0.1/priv'
test -z "/src/otp_src_R14A/release/win32/lib/couch-1.0.1/priv" || /usr/bin/mkdir -p "/src/otp_src_R14A/release/win32/lib/couch-1.0.1/priv"
/bin/sh ../../../libtool --mode=install /usr/bin/install -c couchspawnkillable.exe '/src/otp_src_R14A/release/win32/lib/couch-1.0.1/priv'
libtool: install: /usr/bin/install -c .libs/couchspawnkillable.exe /src/otp_src_R14A/release/win32/lib/couch-1.0.1/priv/couchspawnkillable.exe
test -z "/src/otp_src_R14A/release/win32/lib/couch-1.0.1/priv/lib" || /usr/bin/mkdir -p "/src/otp_src_R14A/release/win32/lib/couch-1.0.1/priv/lib"
/bin/sh ../../../libtool --mode=install /usr/bin/install -c couch_icu_driver.la '/src/otp_src_R14A/release/win32/lib/couch-1.0.1/priv/lib'
libtool: install: /usr/bin/install -c .libs/couch_icu_driver.lai /src/otp_src_R14A/release/win32/lib/couch-1.0.1/priv/lib/couch_icu_driver.la
libtool: install: /usr/bin/install -c .libs/couch_icu_driver.lib /src/otp_src_R14A/release/win32/lib/couch-1.0.1/priv/lib/couch_icu_driver.lib
libtool: install: chmod 644 /src/otp_src_R14A/release/win32/lib/couch-1.0.1/priv/lib/couch_icu_driver.lib
libtool: install: true /src/otp_src_R14A/release/win32/lib/couch-1.0.1/priv/lib/couch_icu_driver.lib
----------------------------------------------------------------------
Libraries have been installed in:
/src/otp_src_R14A/release/win32/lib/couch-1.0.1/priv/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `PATH' environment variable
during execution
- use the ` ' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/src/otp_src_R14A/release/win32/bin" || /usr/bin/mkdir -p "/src/otp_src_R14A/release/win32/bin"
/bin/sh ../../../libtool --mode=install /usr/bin/install -c couchjs.exe '/src/otp_src_R14A/release/win32/bin'
libtool: install: /usr/bin/install -c .libs/couchjs.exe /src/otp_src_R14A/release/win32/bin/couchjs.exe
make install-data-hook
make[5]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src/couchdb/priv'
if test -f "/src/otp_src_R14A/release/win32/lib/couch-1.0.1/priv/lib/couch_icu_driver"; then \
rm -f "/src/otp_src_R14A/release/win32/lib/couch-1.0.1/priv/lib/couch_icu_driver.so"; \
cd "/src/otp_src_R14A/release/win32/lib/couch-1.0.1/priv/lib" && \
ln -s couch_icu_driver couch_icu_driver.so; \
fi
/usr/bin/install -c /src/icu-4.2/bin/icuuc42.dll /src/otp_src_R14A/release/win32/bin
/usr/bin/install -c /src/icu-4.2/bin/icudt42.dll /src/otp_src_R14A/release/win32/bin
/usr/bin/install -c /src/icu-4.2/bin/icuin42.dll /src/otp_src_R14A/release/win32/bin
/usr/bin/install -c /src/seamonkey-2.0.6/comm-1.9.1/mozilla/js/src/dist/lib/../bin/js3250.dll /src/otp_src_R14A/release/win32/bin
/usr/bin/install -c .libs/couchspawnkillable.exe \
"/src/otp_src_R14A/release/win32/lib/couch-1.0.1/priv/couchspawnkillable.exe"
make[5]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src/couchdb/priv'
make[4]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src/couchdb/priv'
make[3]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src/couchdb/priv'
make[3]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src/couchdb'
modules=`find . -name "couch*.erl" -exec basename {} .erl \; | tr '\n' ',' | sed "s/,$//"`; \
sed -e "s|%package_name%|Apache CouchDB|g" \
-e "s|%version%|1.0.1|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
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_app.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_auth_cache.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_btree.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_changes.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_config.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_config_writer.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_db.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_db_update_notifier.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_db_update_notifier_sup.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_doc.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_event_sup.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_external_manager.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_external_server.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_file.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_httpd.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_httpd_db.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_httpd_auth.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_httpd_oauth.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_httpd_external.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_httpd_show.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_httpd_view.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_httpd_misc_handlers.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_httpd_rewrite.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_httpd_stats_handlers.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_key_tree.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_log.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_native_process.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_os_process.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_query_servers.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_ref_counter.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_rep.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_rep_att.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_rep_changes_feed.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_rep_httpc.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_rep_missing_revs.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_rep_reader.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_rep_sup.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_rep_writer.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_server.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_server_sup.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_stats_aggregator.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_stats_collector.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_stream.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_task_status.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_util.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_uuids.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_view.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_view_compactor.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_view_updater.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_view_group.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_db_updater.erl;
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc couch_work_queue.erl;
make[4]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src/couchdb'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/src/otp_src_R14A/release/win32/lib/couch-1.0.1/ebin" || /usr/bin/mkdir -p "/src/otp_src_R14A/release/win32/lib/couch-1.0.1/ebin"
/usr/bin/install -c -m 644 couch.app couch.beam couch_app.beam couch_auth_cache.beam couch_btree.beam couch_changes.beam couch_config.beam couch_config_writer.beam couch_db.beam couch_db_update_notifier.beam couch_db_update_notifier_sup.beam couch_doc.beam couch_event_sup.beam couch_external_manager.beam couch_external_server.beam couch_file.beam couch_httpd.beam couch_httpd_db.beam couch_httpd_auth.beam couch_httpd_oauth.beam couch_httpd_external.beam couch_httpd_show.beam couch_httpd_view.beam couch_httpd_misc_handlers.beam couch_httpd_rewrite.beam couch_httpd_stats_handlers.beam couch_key_tree.beam couch_log.beam couch_native_process.beam couch_os_process.beam couch_query_servers.beam couch_ref_counter.beam couch_rep.beam couch_rep_att.beam couch_rep_changes_feed.beam couch_rep_httpc.beam couch_rep_missing_revs.beam couch_rep_reader.beam couch_rep_sup.beam couch_rep_writer.beam '/src/otp_src_R14A/release/win32/lib/couch-1.0.1/ebin'
/usr/bin/install -c -m 644 couch_server.beam couch_server_sup.beam couch_stats_aggregator.beam couch_stats_collector.beam couch_stream.beam couch_task_status.beam couch_util.beam couch_uuids.beam couch_view.beam couch_view_compactor.beam couch_view_updater.beam couch_view_group.beam couch_db_updater.beam couch_work_queue.beam '/src/otp_src_R14A/release/win32/lib/couch-1.0.1/ebin'
test -z "/src/otp_src_R14A/release/win32/lib/couch-1.0.1/include" || /usr/bin/mkdir -p "/src/otp_src_R14A/release/win32/lib/couch-1.0.1/include"
/usr/bin/install -c -m 644 couch_db.hrl couch_js_functions.hrl '/src/otp_src_R14A/release/win32/lib/couch-1.0.1/include'
make[4]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src/couchdb'
make[3]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src/couchdb'
make[2]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src/couchdb'
Making install in erlang-oauth
make[2]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src/erlang-oauth'
cp oauth.app.in oauth.app
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc oauth.erl
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc oauth_hmac_sha1.erl
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc oauth_http.erl
d:/src/APACHE~2.8/src/ERLANG~1/oauth_http.erl:13: Warning: http:request/4 is deprecated and will be removed in R15B; use httpc:request/4
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc oauth_plaintext.erl
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc oauth_unix.erl
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc oauth_uri.erl
make[3]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src/erlang-oauth'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/src/otp_src_R14A/release/win32/lib/erlang-oauth/ebin" || /usr/bin/mkdir -p "/src/otp_src_R14A/release/win32/lib/erlang-oauth/ebin"
/usr/bin/install -c -m 644 oauth.app oauth.beam oauth_hmac_sha1.beam oauth_http.beam oauth_plaintext.beam oauth_unix.beam oauth_uri.beam '/src/otp_src_R14A/release/win32/lib/erlang-oauth/ebin'
make[3]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src/erlang-oauth'
make[2]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src/erlang-oauth'
Making install in etap
make[2]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src/etap'
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc etap.erl
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc etap_application.erl
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc etap_can.erl
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc etap_exception.erl
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc etap_process.erl
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc etap_report.erl
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc etap_request.erl
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc etap_string.erl
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc etap_web.erl
d:/src/APACHE~2.8/src/etap/etap_web.erl:45: Warning: http:request/4 is deprecated and will be removed in R15B; use httpc:request/4
d:/src/APACHE~2.8/src/etap/etap_web.erl:59: Warning: http:request/4 is deprecated and will be removed in R15B; use httpc:request/4
make[3]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src/etap'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/src/otp_src_R14A/release/win32/lib/etap/ebin" || /usr/bin/mkdir -p "/src/otp_src_R14A/release/win32/lib/etap/ebin"
/usr/bin/install -c -m 644 etap.beam etap_application.beam etap_can.beam etap_exception.beam etap_process.beam etap_report.beam etap_request.beam etap_string.beam etap_web.beam '/src/otp_src_R14A/release/win32/lib/etap/ebin'
make[3]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src/etap'
make[2]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src/etap'
Making install in ibrowse
make[2]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src/ibrowse'
cp ibrowse.app.in ibrowse.app
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc ibrowse.erl
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc ibrowse_app.erl
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc ibrowse_http_client.erl
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc ibrowse_lb.erl
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc ibrowse_lib.erl
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc ibrowse_sup.erl
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc ibrowse_test.erl
make[3]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src/ibrowse'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/src/otp_src_R14A/release/win32/lib/ibrowse-1.5.2/ebin" || /usr/bin/mkdir -p "/src/otp_src_R14A/release/win32/lib/ibrowse-1.5.2/ebin"
/usr/bin/install -c -m 644 ibrowse.app ibrowse.beam ibrowse_app.beam ibrowse_http_client.beam ibrowse_lb.beam ibrowse_lib.beam ibrowse_sup.beam ibrowse_test.beam '/src/otp_src_R14A/release/win32/lib/ibrowse-1.5.2/ebin'
make[3]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src/ibrowse'
make[2]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src/ibrowse'
Making install in mochiweb
make[2]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src/mochiweb'
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc mochifmt.erl
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc mochifmt_records.erl
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc mochifmt_std.erl
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc mochihex.erl
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc mochijson.erl
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc mochijson2.erl
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc mochinum.erl
cp mochiweb.app.in mochiweb.app
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc mochiweb.erl
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc mochiweb_app.erl
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc mochiweb_charref.erl
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc mochiweb_cookies.erl
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc mochiweb_echo.erl
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc mochiweb_headers.erl
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc mochiweb_html.erl
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc mochiweb_http.erl
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc mochiweb_multipart.erl
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc mochiweb_request.erl
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc mochiweb_response.erl
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc mochiweb_skel.erl
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc mochiweb_socket_server.erl
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc mochiweb_sup.erl
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc mochiweb_util.erl
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc reloader.erl
make[3]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src/mochiweb'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/src/otp_src_R14A/release/win32/lib/mochiweb-r113/ebin" || /usr/bin/mkdir -p "/src/otp_src_R14A/release/win32/lib/mochiweb-r113/ebin"
/usr/bin/install -c -m 644 mochifmt.beam mochifmt_records.beam mochifmt_std.beam mochihex.beam mochijson.beam mochijson2.beam mochinum.beam mochiweb.app mochiweb.beam mochiweb_app.beam mochiweb_charref.beam mochiweb_cookies.beam mochiweb_echo.beam mochiweb_headers.beam mochiweb_html.beam mochiweb_http.beam mochiweb_multipart.beam mochiweb_request.beam mochiweb_response.beam mochiweb_skel.beam mochiweb_socket_server.beam mochiweb_sup.beam mochiweb_util.beam reloader.beam '/src/otp_src_R14A/release/win32/lib/mochiweb-r113/ebin'
make[3]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src/mochiweb'
make[2]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src/mochiweb'
make[2]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src'
make[3]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src'
make[2]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src'
make[1]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src'
Making install in share
make[1]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/share'
mkdir -p `dirname server/main.js`
echo "// DO NOT EDIT THIS FILE BY HAND" > server/main.js
echo >> server/main.js
cat server/json2.js server/filter.js server/mimeparse.js server/render.js server/state.js server/util.js server/validate.js server/views.js server/loop.js >> server/main.js
make[2]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/share'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/src/otp_src_R14A/release/win32/share/couchdb" || /usr/bin/mkdir -p "/src/otp_src_R14A/release/win32/share/couchdb"
/usr/bin/mkdir -p '/src/otp_src_R14A/release/win32/share/couchdb/www/script/test'
/usr/bin/install -c -m 644 www/script/test/all_docs.js www/script/test/attachments.js www/script/test/attachments_multipart.js www/script/test/attachment_names.js www/script/test/attachment_paths.js www/script/test/attachment_views.js www/script/test/auth_cache.js www/script/test/basics.js www/script/test/batch_save.js www/script/test/bulk_docs.js www/script/test/changes.js www/script/test/compact.js www/script/test/config.js www/script/test/conflicts.js www/script/test/content_negotiation.js www/script/test/cookie_auth.js www/script/test/copy_doc.js www/script/test/delayed_commits.js www/script/test/design_docs.js www/script/test/design_options.js www/script/test/design_paths.js www/script/test/erlang_views.js www/script/test/etags_head.js www/script/test/etags_views.js www/script/test/form_submit.js www/script/test/http.js www/script/test/invalid_docids.js www/script/test/jsonp.js www/script/test/large_docs.js www/script/test/list_views.js www/script/test/lorem.txt www/script/test/lorem_b64.txt www/script/test/lots_of_docs.js www/script/test/method_override.js www/script/test/multiple_rows.js www/script/test/oauth.js www/script/test/proxyauth.js www/script/test/purge.js www/script/test/reader_acl.js www/script/test/recreate_doc.js '/src/otp_src_R14A/release/win32/share/couchdb/www/script/test'
/usr/bin/mkdir -p '/src/otp_src_R14A/release/win32/share/couchdb/www/spec'
/usr/bin/install -c -m 644 www/spec/couch_js_class_methods_spec.js www/spec/couch_js_instance_methods_1_spec.js www/spec/couch_js_instance_methods_2_spec.js www/spec/couch_js_instance_methods_3_spec.js www/spec/custom_helpers.js www/spec/jquery_couch_js_class_methods_spec.js www/spec/jquery_couch_js_instance_methods_1_spec.js www/spec/jquery_couch_js_instance_methods_2_spec.js www/spec/jquery_couch_js_instance_methods_3_spec.js www/spec/run.html '/src/otp_src_R14A/release/win32/share/couchdb/www/spec'
/usr/bin/mkdir -p '/src/otp_src_R14A/release/win32/share/couchdb/www'
/usr/bin/install -c -m 644 www/config.html www/couch_tests.html www/custom_test.html www/database.html www/session.html www/document.html www/favicon.ico www/index.html www/replicator.html www/status.html www/_sidebar.html '/src/otp_src_R14A/release/win32/share/couchdb/www'
/usr/bin/mkdir -p '/src/otp_src_R14A/release/win32/share/couchdb/www/image'
/usr/bin/install -c -m 644 www/image/add.png www/image/apply.gif www/image/bg.png www/image/cancel.gif www/image/compact.png www/image/delete-mini.png www/image/delete.png www/image/grippie.gif www/image/hgrad.gif www/image/key.png www/image/load.png www/image/logo.png www/image/order-asc.gif www/image/order-desc.gif www/image/path.gif www/image/progress.gif www/image/rarrow.png www/image/run-mini.png www/image/run.png www/image/running.png www/image/save.png www/image/sidebar-toggle.png www/image/spinner.gif www/image/test_failure.gif www/image/test_success.gif www/image/thead-key.gif www/image/thead.gif www/image/toggle-collapse.gif www/image/toggle-expand.gif www/image/twisty.gif '/src/otp_src_R14A/release/win32/share/couchdb/www/image'
/usr/bin/mkdir -p '/src/otp_src_R14A/release/win32/share/couchdb/www/dialog'
/usr/bin/install -c -m 644 www/dialog/_admin_party.html www/dialog/_compact_cleanup.html www/dialog/_create_admin.html www/dialog/_login.html www/dialog/_signup.html www/dialog/_create_database.html www/dialog/_create_config.html www/dialog/_delete_database.html www/dialog/_delete_document.html www/dialog/_database_security.html www/dialog/_share_test_reports.html www/dialog/_save_view_as.html www/dialog/_upload_attachment.html '/src/otp_src_R14A/release/win32/share/couchdb/www/dialog'
/usr/bin/mkdir -p '/src/otp_src_R14A/release/win32/share/couchdb/www/script'
/usr/bin/install -c -m 644 www/script/couch.js www/script/couch_tests.js www/script/couch_test_runner.js www/script/futon.browse.js www/script/futon.format.js www/script/futon.js www/script/jquery.couch.js www/script/jquery.dialog.js www/script/jquery.editinline.js www/script/jquery.form.js www/script/jquery.js www/script/jquery.resizer.js www/script/jquery.suggest.js www/script/json2.js www/script/oauth.js www/script/sha1.js www/script/base64.js '/src/otp_src_R14A/release/win32/share/couchdb/www/script'
/usr/bin/mkdir -p '/src/otp_src_R14A/release/win32/share/couchdb/www/script/test'
/usr/bin/install -c -m 644 www/script/test/reduce.js www/script/test/reduce_builtin.js www/script/test/reduce_false.js www/script/test/reduce_false_temp.js www/script/test/replication.js www/script/test/rev_stemming.js www/script/test/rewrite.js www/script/test/security_validation.js www/script/test/show_documents.js www/script/test/stats.js www/script/test/update_documents.js www/script/test/users_db.js www/script/test/utf8.js www/script/test/uuids.js www/script/test/view_collation.js www/script/test/view_collation_raw.js www/script/test/view_conflicts.js www/script/test/view_compaction.js www/script/test/view_errors.js www/script/test/view_include_docs.js www/script/test/view_multi_key_all_docs.js www/script/test/view_multi_key_design.js www/script/test/view_multi_key_temp.js www/script/test/view_offsets.js www/script/test/view_update_seq.js www/script/test/view_pagination.js www/script/test/view_sandboxing.js www/script/test/view_xml.js '/src/otp_src_R14A/release/win32/share/couchdb/www/script/test'
/usr/bin/mkdir -p '/src/otp_src_R14A/release/win32/share/couchdb/www/style'
/usr/bin/install -c -m 644 www/style/layout.css '/src/otp_src_R14A/release/win32/share/couchdb/www/style'
/usr/bin/mkdir -p '/src/otp_src_R14A/release/win32/share/couchdb/www/script/jspec'
/usr/bin/install -c -m 644 www/script/jspec/jspec.css www/script/jspec/jspec.jquery.js www/script/jspec/jspec.js www/script/jspec/jspec.xhr.js '/src/otp_src_R14A/release/win32/share/couchdb/www/script/jspec'
test -z "/src/otp_src_R14A/release/win32/share/couchdb" || /usr/bin/mkdir -p "/src/otp_src_R14A/release/win32/share/couchdb"
/usr/bin/mkdir -p '/src/otp_src_R14A/release/win32/share/couchdb/server/'
/usr/bin/install -c server/main.js '/src/otp_src_R14A/release/win32/share/couchdb/server/'
make[2]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/share'
make[1]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/share'
Making install in test
make[1]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/test'
Making install in bench
make[2]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/test/bench'
sed -e "s|%abs_top_srcdir%|/src/apache-couchdb-1.0.1_otp_5.8|" \
-e "s|%abs_top_builddir%|/src/apache-couchdb-1.0.1_otp_5.8|" \
< run.tpl > run
chmod +x run
make[3]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/test/bench'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/test/bench'
make[2]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/test/bench'
Making install in etap
make[2]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/test/etap'
sed -e "s|%abs_top_srcdir%|/src/apache-couchdb-1.0.1_otp_5.8|g" \
-e "s|%abs_top_builddir%|/src/apache-couchdb-1.0.1_otp_5.8|g" > \
run < run.tpl
chmod +x run
/src/otp_src_R14A/release/win32/erts-5.8/bin/erlc test_util.erl
make[3]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/test/etap'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/test/etap'
make[2]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/test/etap'
Making install in javascript
make[2]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/test/javascript'
sed -e "s|%abs_top_srcdir%|/src/apache-couchdb-1.0.1_otp_5.8|" \
-e "s|%abs_top_builddir%|/src/apache-couchdb-1.0.1_otp_5.8|" \
< run.tpl > run
chmod +x run
make[3]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/test/javascript'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/test/javascript'
make[2]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/test/javascript'
Making install in view_server
make[2]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/test/view_server'
make[3]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/test/view_server'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/test/view_server'
make[2]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/test/view_server'
make[2]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/test'
make[3]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/test'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/test'
make[2]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/test'
make[1]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/test'
Making install in var
make[1]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/var'
make[2]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/var'
make[2]: Nothing to be done for `install-exec-am'.
make install-data-hook
make[3]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/var'
if test ! "/usr/bin/mkdir -p" = ""; then \
/usr/bin/mkdir -p "/src/otp_src_R14A/release/win32/var/lib/couchdb"; \
/usr/bin/mkdir -p "/src/otp_src_R14A/release/win32/var/log/couchdb"; \
/usr/bin/mkdir -p "/src/otp_src_R14A/release/win32/var/run/couchdb"; \
else \
echo "WARNING: You may have to create these directories by hand."; \
mkdir -p "/src/otp_src_R14A/release/win32/var/lib/couchdb"; \
mkdir -p "/src/otp_src_R14A/release/win32/var/log/couchdb"; \
mkdir -p "/src/otp_src_R14A/release/win32/var/run/couchdb"; \
fi
make[3]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/var'
make[2]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/var'
make[1]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/var'
Making install in utils
make[1]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/utils'
sed -e "s|%ERL%|/src/otp_src_R14A/release/win32/erts-5.8/bin/erl|g" \
-e "s|%ICU_CONFIG%||g" \
-e "s|%bindir%|/src/apache-couchdb-1.0.1_otp_5.8/bin|g" \
-e "s|%defaultini%|default_dev.ini|g" \
-e "s|%localini%|local_dev.ini|g" \
-e "s|%localerlanglibdir%|foo \
-pa /src/apache-couchdb-1.0.1_otp_5.8\/src\/couchdb \
-pa /src/apache-couchdb-1.0.1_otp_5.8\/src\/erlang-oauth \
-pa /src/apache-couchdb-1.0.1_otp_5.8\/src\/ibrowse \
-pa /src/apache-couchdb-1.0.1_otp_5.8\/src\/mochiweb|g" \
-e "s|%localconfdir%|/src/apache-couchdb-1.0.1_otp_5.8/etc/couchdb|g" \
-e "s|%localstatelogdir%|/src/apache-couchdb-1.0.1_otp_5.8/tmp/log|g" \
-e "s|%localstatelibdir%|/src/apache-couchdb-1.0.1_otp_5.8/tmp/lib|g" \
-e "s|%localstatedir%|/src/apache-couchdb-1.0.1_otp_5.8/tmp|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.0.1|g" \
-e "s|%couchdb_command_name%|`echo couchdb | sed 's,x,x,'`|g" > \
run < ../bin/couchdb.tpl
chmod +x run
make[2]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/utils'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/utils'
make[1]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/utils'
make[1]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8'
make[2]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/src/otp_src_R14A/release/win32/share/doc/couchdb" || /usr/bin/mkdir -p "/src/otp_src_R14A/release/win32/share/doc/couchdb"
/usr/bin/install -c -m 644 AUTHORS.gz BUGS.gz CHANGES.gz DEVELOPERS.gz INSTALL.gz INSTALL.Unix.gz INSTALL.Windows.gz LICENSE.gz NEWS.gz NOTICE.gz README.gz THANKS.gz '/src/otp_src_R14A/release/win32/share/doc/couchdb'
make install-data-hook
make[3]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8'

You have installed Apache CouchDB, time to relax.
make[3]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8'
make[2]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8'
make[1]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8'
DONE.
===============================================================================
MAKE DIST
===============================================================================
{ test ! -d "apache-couchdb-1.0.1" || { find "apache-couchdb-1.0.1" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr "apache-couchdb-1.0.1"; }; }
test -d "apache-couchdb-1.0.1" || mkdir "apache-couchdb-1.0.1"
(cd bin && make top_distdir=../apache-couchdb-1.0.1 distdir=../apache-couchdb-1.0.1/bin \
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[1]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/bin'
make[1]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/bin'
(cd etc && make top_distdir=../apache-couchdb-1.0.1 distdir=../apache-couchdb-1.0.1/etc \
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[1]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc'
sed -e "s|%configure_input%|windows/couchdb.iss. Generated from windows/couchdb.iss.tpl by configure.|" \
-e "s|%package_name%|Apache CouchDB|g" \
-e "s|%locallibbindir%|`cygpath -m /src/otp_src_R14A/release/win32/bin`|g" \
-e "s|%version%|1.0.1|g" \
-e "s|%erts_version%|`/src/otp_src_R14A/release/win32/erts-5.8/bin/erl -version 2>&1 | /usr/bin/sed 's/[^0-9\.]//g'`|g" \
-e "s|%openssl_bin_dir%|D:/src/openssl/bin|g" \
-e "s|%msvc_redist_dir%|D:/install/bits|g" \
-e "s|%msvc_redist_name%|vcredist_x86.exe|g" \
< windows/couchdb.iss.tpl > windows/couchdb.iss
sed -e "s|%package_name%|Apache CouchDB|g" \
-e "s|%version%|1.0.1|g" \
< windows/README.txt.tpl | unix2dos > windows/README.txt
"/src/inno5/iscc" /q windows/couchdb.iss
Windows Installer is at: D:\src\apache-couchdb-1.0.1_otp_5.8\etc\windows\setup-couchdb-1.0.1.exe
cd windows && md5sum ./setup-couchdb-1.0.1.exe > setup-couchdb-1.0.1.exe.md5
cd windows && sha1sum ./setup-couchdb-1.0.1.exe > setup-couchdb-1.0.1.exe.sha
(cd couchdb && make top_distdir=../../apache-couchdb-1.0.1 distdir=../../apache-couchdb-1.0.1/etc/couchdb \
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc/couchdb'
make[2]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc/couchdb'
(cd default && make top_distdir=../../apache-couchdb-1.0.1 distdir=../../apache-couchdb-1.0.1/etc/default \
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc/default'
make[2]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc/default'
(cd init && make top_distdir=../../apache-couchdb-1.0.1 distdir=../../apache-couchdb-1.0.1/etc/init \
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc/init'
make[2]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc/init'
(cd launchd && make top_distdir=../../apache-couchdb-1.0.1 distdir=../../apache-couchdb-1.0.1/etc/launchd \
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc/launchd'
make[2]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc/launchd'
(cd logrotate.d && make top_distdir=../../apache-couchdb-1.0.1 distdir=../../apache-couchdb-1.0.1/etc/logrotate.d \
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc/logrotate.d'
make[2]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc/logrotate.d'
(cd windows && make top_distdir=../../apache-couchdb-1.0.1 distdir=../../apache-couchdb-1.0.1/etc/windows \
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc/windows'
make[2]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc/windows'
make[1]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/etc'
(cd src && make top_distdir=../apache-couchdb-1.0.1 distdir=../apache-couchdb-1.0.1/src \
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[1]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src'
(cd couchdb && make top_distdir=../../apache-couchdb-1.0.1 distdir=../../apache-couchdb-1.0.1/src/couchdb \
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src/couchdb'
(cd priv && make top_distdir=../../../apache-couchdb-1.0.1 distdir=../../../apache-couchdb-1.0.1/src/couchdb/priv \
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src/couchdb/priv'
make[3]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src/couchdb/priv'
make[2]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src/couchdb'
(cd erlang-oauth && make top_distdir=../../apache-couchdb-1.0.1 distdir=../../apache-couchdb-1.0.1/src/erlang-oauth \
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src/erlang-oauth'
make[2]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src/erlang-oauth'
(cd etap && make top_distdir=../../apache-couchdb-1.0.1 distdir=../../apache-couchdb-1.0.1/src/etap \
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src/etap'
make[2]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src/etap'
(cd ibrowse && make top_distdir=../../apache-couchdb-1.0.1 distdir=../../apache-couchdb-1.0.1/src/ibrowse \
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src/ibrowse'
make[2]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src/ibrowse'
(cd mochiweb && make top_distdir=../../apache-couchdb-1.0.1 distdir=../../apache-couchdb-1.0.1/src/mochiweb \
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src/mochiweb'
make[2]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src/mochiweb'
make[1]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/src'
(cd share && make top_distdir=../apache-couchdb-1.0.1 distdir=../apache-couchdb-1.0.1/share \
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[1]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/share'
make[1]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/share'
(cd test && make top_distdir=../apache-couchdb-1.0.1 distdir=../apache-couchdb-1.0.1/test \
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[1]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/test'
(cd bench && make top_distdir=../../apache-couchdb-1.0.1 distdir=../../apache-couchdb-1.0.1/test/bench \
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/test/bench'
make[2]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/test/bench'
(cd etap && make top_distdir=../../apache-couchdb-1.0.1 distdir=../../apache-couchdb-1.0.1/test/etap \
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/test/etap'
make[2]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/test/etap'
(cd javascript && make top_distdir=../../apache-couchdb-1.0.1 distdir=../../apache-couchdb-1.0.1/test/javascript \
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/test/javascript'
make[2]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/test/javascript'
(cd view_server && make top_distdir=../../apache-couchdb-1.0.1 distdir=../../apache-couchdb-1.0.1/test/view_server \
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/test/view_server'
make[2]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/test/view_server'
make[1]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/test'
(cd var && make top_distdir=../apache-couchdb-1.0.1 distdir=../apache-couchdb-1.0.1/var \
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[1]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/var'
make[1]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/var'
(cd utils && make top_distdir=../apache-couchdb-1.0.1 distdir=../apache-couchdb-1.0.1/utils \
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[1]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/utils'
make[1]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8/utils'
make \
top_distdir="apache-couchdb-1.0.1" distdir="apache-couchdb-1.0.1" \
dist-hook
make[1]: Entering directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8'
find . -type f -name "._*" -exec rm -f {} \;
find . -type f -name "._*" -exec rm -f {} \;
make[1]: Leaving directory `/cygdrive/d/src/apache-couchdb-1.0.1_otp_5.8'
test -n "" \
|| find "apache-couchdb-1.0.1" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
! -type d ! -perm -444 -exec /bin/sh /src/apache-couchdb-1.0.1_otp_5.8/build-aux/install-sh -c -m a+r {} {} \; \
|| chmod -R a+r "apache-couchdb-1.0.1"
tardir=apache-couchdb-1.0.1 && /bin/sh /src/apache-couchdb-1.0.1_otp_5.8/build-aux/missing --run tar chof - "$tardir" | GZIP=--best gzip -c >apache-couchdb-1.0.1.tar.gz
{ test ! -d "apache-couchdb-1.0.1" || { find "apache-couchdb-1.0.1" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr "apache-couchdb-1.0.1"; }; }
DONE.