Revision 626637636234 () - Diff

Link to this snippet: https://friendpaste.com/7KzkVvIq15fza5xP1iucHf
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
$ gmake distcheck
{ test ! -d apache-couchdb-0.10.0a805274 || { find apache-couchdb-0.10.0a805274 -type d ! -perm -200 -exec chmod u+w {}
';' && rm -fr apache-couchdb-0.10.0a805274; }; }
mkdir apache-couchdb-0.10.0a805274
/bin/sh /home/benoitc/tmp/couchdb/build-aux/install-sh -d apache-couchdb-0.10.0a805274/bin apache-couchdb-0.10.0a805274/
build-aux apache-couchdb-0.10.0a805274/etc/couchdb apache-couchdb-0.10.0a805274/etc/init apache-couchdb-0.10.0a805274/et
c/launchd apache-couchdb-0.10.0a805274/etc/logrotate.d apache-couchdb-0.10.0a805274/m4 apache-couchdb-0.10.0a805274/src/
couchdb
list='bin etc src/couchdb src/erlang-oauth src/ibrowse src/mochiweb share test var utils'; for subdir in $list; do \
if test "$subdir" = .; then :; else \
test -d "apache-couchdb-0.10.0a805274/$subdir" \
|| /bin/sh /home/benoitc/tmp/couchdb/build-aux/install-sh -d "apache-couchdb-0.10.0a805274/$subdir" \
|| exit 1; \
distdir=`CDPATH="${ZSH_VERSION+.}:" && cd apache-couchdb-0.10.0a805274 && pwd`; \
top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd apache-couchdb-0.10.0a805274 && pwd`; \
(cd $subdir && \
gmake \
top_distdir="$top_distdir" \
distdir="$distdir/$subdir" \
distdir) \
|| exit 1; \
fi; \
done
gmake[1]: Entering directory `/home/benoitc/tmp/couchdb/bin'
touch couchdb.1
if test -x "/usr/local/bin/help2man"; then \
gmake -f Makefile couchdb; \
/usr/local/bin/help2man --no-info --help-option="-h" --version-option="-V" \
--name="Apache CouchDB database server" ./couchdb --output couchdb.1; \
fi
gmake[2]: Entering directory `/home/benoitc/tmp/couchdb/bin'
sed -e "s|%ERL%|/usr/local/bin/erl|g" \
-e "s|%ICU_CONFIG%|/usr/local/bin/icu-config|g" \
-e "s|%bindir%|/usr/local/bin|g" \
-e "s|%localerlanglibdir%|/usr/local/lib/couchdb/erlang/lib|g" \
-e "s|%couchdbebindir%|couch-0.10.0a805274/ebin|g" \
-e "s|%mochiwebebindir%|mochiweb-r97/ebin|g" \
-e "s|%ibrowseebindir%|ibrowse-1.5.2/ebin|g" \
-e "s|%oauthebindir%|erlang-oauth/ebin|g" \
-e "s|%defaultini%|default.ini|g" \
-e "s|%localini%|local.ini|g" \
-e "s|%localconfdir%|/usr/local/etc/couchdb|g" \
-e "s|%localstatelogdir%|/usr/local/var/log/couchdb|g" \
-e "s|%localstatelibdir%|/usr/local/var/lib/couchdb|g" \
-e "s|%localstatedir%|/usr/local/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%|0.10.0a805274|g" \
-e "s|%couchdb_command_name%|`echo couchdb | sed 's,x,x,'`|g" > \
couchdb < couchdb.tpl
chmod +x couchdb
gmake[2]: Leaving directory `/home/benoitc/tmp/couchdb/bin'
touch couchjs.1
if test -x "/usr/local/bin/help2man"; then \
gmake -f Makefile couchjs; \
/usr/local/bin/help2man --no-info --help-option="-h" --version-option="-V" \
--name="Apache CouchDB JavaScript interpreter" ./couchjs --output couchjs.1; \
fi
gmake[2]: Entering directory `/home/benoitc/tmp/couchdb/bin'
sed -e "s|%locallibbindir%|/usr/local/lib/couchdb/bin|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%|0.10.0a805274|g" \
-e "s|%couchjs_command_name%|`echo couchjs | sed 's,x,x,'`|g" > \
couchjs < couchjs.tpl
chmod +x couchjs
gmake[2]: Leaving directory `/home/benoitc/tmp/couchdb/bin'
gmake[1]: Leaving directory `/home/benoitc/tmp/couchdb/bin'
gmake[1]: Entering directory `/home/benoitc/tmp/couchdb/etc'
/bin/sh /home/benoitc/tmp/couchdb/build-aux/install-sh -d /home/benoitc/tmp/couchdb/apache-couchdb-0.10.0a805274/etc/def
ault
list='couchdb default init launchd logrotate.d'; for subdir in $list; do \
if test "$subdir" = .; then :; else \
test -d "/home/benoitc/tmp/couchdb/apache-couchdb-0.10.0a805274/etc/$subdir" \
|| /bin/sh /home/benoitc/tmp/couchdb/build-aux/install-sh -d "/home/benoitc/tmp/couchdb/apache-couchdb-0.10.
0a805274/etc/$subdir" \
|| exit 1; \
distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/benoitc/tmp/couchdb/apache-couchdb-0.10.0a805274/etc && pwd`
; \
top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/benoitc/tmp/couchdb/apache-couchdb-0.10.0a805274 && pwd`
; \
(cd $subdir && \
gmake \
top_distdir="$top_distdir" \
distdir="$distdir/$subdir" \
distdir) \
|| exit 1; \
fi; \
done
gmake[2]: Entering directory `/home/benoitc/tmp/couchdb/etc/couchdb'
gmake[2]: Leaving directory `/home/benoitc/tmp/couchdb/etc/couchdb'
gmake[2]: Entering directory `/home/benoitc/tmp/couchdb/etc/default'
gmake[2]: Leaving directory `/home/benoitc/tmp/couchdb/etc/default'
gmake[2]: Entering directory `/home/benoitc/tmp/couchdb/etc/init'
gmake[2]: Leaving directory `/home/benoitc/tmp/couchdb/etc/init'
gmake[2]: Entering directory `/home/benoitc/tmp/couchdb/etc/launchd'
gmake[2]: Leaving directory `/home/benoitc/tmp/couchdb/etc/launchd'
gmake[2]: Entering directory `/home/benoitc/tmp/couchdb/etc/logrotate.d'
gmake[2]: Leaving directory `/home/benoitc/tmp/couchdb/etc/logrotate.d'
gmake[1]: Leaving directory `/home/benoitc/tmp/couchdb/etc'
gmake[1]: Entering directory `/home/benoitc/tmp/couchdb/src/couchdb'
list='priv'; for subdir in $list; do \
if test "$subdir" = .; then :; else \
test -d "/home/benoitc/tmp/couchdb/apache-couchdb-0.10.0a805274/src/couchdb/$subdir" \
|| /bin/sh /home/benoitc/tmp/couchdb/build-aux/install-sh -d "/home/benoitc/tmp/couchdb/apache-couchdb-0.10.
0a805274/src/couchdb/$subdir" \
|| exit 1; \
distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/benoitc/tmp/couchdb/apache-couchdb-0.10.0a805274/src/couchdb
&& pwd`; \
top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /home/benoitc/tmp/couchdb/apache-couchdb-0.10.0a805274 && pwd`
; \
(cd $subdir && \
gmake \
top_distdir="$top_distdir" \
distdir="$distdir/$subdir" \
distdir) \
|| exit 1; \
fi; \
done
gmake[2]: Entering directory `/home/benoitc/tmp/couchdb/src/couchdb/priv'
gmake[2]: Leaving directory `/home/benoitc/tmp/couchdb/src/couchdb/priv'
gmake[1]: Leaving directory `/home/benoitc/tmp/couchdb/src/couchdb'
gmake[1]: Entering directory `/home/benoitc/tmp/couchdb/src/erlang-oauth'
gmake[1]: Leaving directory `/home/benoitc/tmp/couchdb/src/erlang-oauth'
gmake[1]: Entering directory `/home/benoitc/tmp/couchdb/src/ibrowse'
gmake[1]: Leaving directory `/home/benoitc/tmp/couchdb/src/ibrowse'
gmake[1]: Entering directory `/home/benoitc/tmp/couchdb/src/mochiweb'
gmake[1]: Leaving directory `/home/benoitc/tmp/couchdb/src/mochiweb'
gmake[1]: Entering directory `/home/benoitc/tmp/couchdb/share'
echo "// DO NOT EDIT THIS FILE BY HAND" > server/main.js
echo >> server/main.js
cat 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
/bin/sh /home/benoitc/tmp/couchdb/build-aux/install-sh -d /home/benoitc/tmp/couchdb/apache-couchdb-0.10.0a805274/share/s
erver /home/benoitc/tmp/couchdb/apache-couchdb-0.10.0a805274/share/www /home/benoitc/tmp/couchdb/apache-couchdb-0.10.0a8
05274/share/www/dialog /home/benoitc/tmp/couchdb/apache-couchdb-0.10.0a805274/share/www/image /home/benoitc/tmp/couchdb/
apache-couchdb-0.10.0a805274/share/www/script /home/benoitc/tmp/couchdb/apache-couchdb-0.10.0a805274/share/www/script/te
st /home/benoitc/tmp/couchdb/apache-couchdb-0.10.0a805274/share/www/style
gmake[1]: Leaving directory `/home/benoitc/tmp/couchdb/share'
gmake[1]: Entering directory `/home/benoitc/tmp/couchdb/test'
gmake[1]: Leaving directory `/home/benoitc/tmp/couchdb/test'
gmake[1]: Entering directory `/home/benoitc/tmp/couchdb/var'
gmake[1]: Leaving directory `/home/benoitc/tmp/couchdb/var'
gmake[1]: Entering directory `/home/benoitc/tmp/couchdb/utils'
gmake[1]: Leaving directory `/home/benoitc/tmp/couchdb/utils'
find apache-couchdb-0.10.0a805274 -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 /home/benoitc/tmp/couchdb/build-aux/install-sh -c -m a+r {} {} \; \
|| chmod -R a+r apache-couchdb-0.10.0a805274
tardir=apache-couchdb-0.10.0a805274 && /bin/sh /home/benoitc/tmp/couchdb/build-aux/missing --run tar chof - "$tardir" |
GZIP=--best gzip -c >apache-couchdb-0.10.0a805274.tar.gz
{ test ! -d apache-couchdb-0.10.0a805274 || { find apache-couchdb-0.10.0a805274 -type d ! -perm -200 -exec chmod u+w {}
';' && rm -fr apache-couchdb-0.10.0a805274; }; }
case 'apache-couchdb-0.10.0a805274.tar.gz' in \
*.tar.gz*) \
GZIP=--best gunzip -c apache-couchdb-0.10.0a805274.tar.gz | /bin/sh /home/benoitc/tmp/couchdb/build-aux/missin
g --run tar xf - ;;\
*.tar.bz2*) \
bunzip2 -c apache-couchdb-0.10.0a805274.tar.bz2 | /bin/sh /home/benoitc/tmp/couchdb/build-aux/missing --run ta
r xf - ;;\
*.tar.Z*) \
uncompress -c apache-couchdb-0.10.0a805274.tar.Z | /bin/sh /home/benoitc/tmp/couchdb/build-aux/missing --run t
ar xf - ;;\
*.shar.gz*) \
GZIP=--best gunzip -c apache-couchdb-0.10.0a805274.shar.gz | unshar ;;\
*.zip*) \
unzip apache-couchdb-0.10.0a805274.zip ;;\
esac
chmod -R a-w apache-couchdb-0.10.0a805274; chmod a+w apache-couchdb-0.10.0a805274
mkdir apache-couchdb-0.10.0a805274/_build
mkdir apache-couchdb-0.10.0a805274/_inst
chmod a-w apache-couchdb-0.10.0a805274
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd apache-couchdb-0.10.0a805274/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/
,'` \
&& dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \
&& gmake distcheck-hook \
&& cd apache-couchdb-0.10.0a805274/_build \
&& ../configure --srcdir=.. --prefix="$dc_install_base" \
\
&& gmake \
&& gmake dvi \
&& gmake check \
&& gmake install \
&& gmake installcheck \
&& gmake uninstall \
&& gmake distuninstallcheck_dir="$dc_install_base" \
distuninstallcheck \
&& chmod -R a-w "$dc_install_base" \
&& ({ \
(cd ../.. && umask 077 && mkdir "$dc_destdir") \
&& gmake DESTDIR="$dc_destdir" install \
&& gmake DESTDIR="$dc_destdir" uninstall \
&& gmake DESTDIR="$dc_destdir" \
distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \
} || { rm -rf "$dc_destdir"; exit 1; }) \
&& rm -rf "$dc_destdir" \
&& gmake dist \
&& rm -rf apache-couchdb-0.10.0a805274.tar.gz \
&& gmake distcleancheck
gmake[1]: Entering directory `/home/benoitc/tmp/couchdb'
grep -rL 'http://www.apache.org/licenses/LICENSE-2.0' * \
| grep -vEf license.skip; \
test "$?" -eq 1
bin
etc
etc/logrotate.d
etc/init
etc/default
etc/couchdb
etc/launchd
m4
share
share/www
share/www/dialog
share/www/style
share/www/script
share/www/script/test
share/server
src
src/couchdb
src/couchdb/priv
test
test/etap
utils
var
gmake[1]: *** [distcheck-hook] Error 1
gmake[1]: Leaving directory `/home/benoitc/tmp/couchdb'
gmake: *** [distcheck] Error 2

pollen.nymphormation.net
06:45:26 Tue Aug 18
benoitc ~/tmp/couchdb