1 | $ port installed |
---|
2 | No ports are installed. |
---|
3 | $ du -sm /opt/local |
---|
4 | 4016 /opt/local |
---|
5 | $ ls /opt/local |
---|
6 | EL_CAPITAN etc libexec share www |
---|
7 | Library include man src |
---|
8 | bin lib sbin var |
---|
9 | $ ls -l Library |
---|
10 | ls: Library: No such file or directory |
---|
11 | $ cd /opt/local |
---|
12 | $ ls -l Library |
---|
13 | total 0 |
---|
14 | drwxr-xr-x+ 3 root wheel 102 Oct 10 15:50 Frameworks |
---|
15 | $ ls -l Library/F |
---|
16 | ls: Library/F: No such file or directory |
---|
17 | $ ls -l Library/Frameworks/ |
---|
18 | total 0 |
---|
19 | drwxr-xr-x+ 6 root wheel 204 Feb 10 2013 Python.framework |
---|
20 | $ ls -l Library/Frameworks/Python.framework/ |
---|
21 | total 24 |
---|
22 | lrwxr-xr-x 1 root wheel 67 Feb 10 2013 Headers -> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/Headers |
---|
23 | lrwxr-xr-x 1 root wheel 66 Feb 10 2013 Python -> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python |
---|
24 | lrwxr-xr-x 1 root wheel 69 Feb 10 2013 Resources -> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/Resources |
---|
25 | drwxr-xr-x+ 7 root wheel 238 Apr 17 2014 Versions |
---|
26 | $ pwd |
---|
27 | /opt/local |
---|
28 | $ ls |
---|
29 | EL_CAPITAN etc libexec share www |
---|
30 | Library include man src |
---|
31 | bin lib sbin var |
---|
32 | $ du -sh * |
---|
33 | 436K EL_CAPITAN |
---|
34 | 82M Library |
---|
35 | 476K bin |
---|
36 | 96K etc |
---|
37 | 0B include |
---|
38 | 1.1M lib |
---|
39 | 14M libexec |
---|
40 | 4.0K man |
---|
41 | 4.0K sbin |
---|
42 | 3.2M share |
---|
43 | 0B src |
---|
44 | 3.8G var |
---|
45 | 0B www |
---|
46 | $ ls -l var |
---|
47 | total 0 |
---|
48 | drwxr-xr-x+ 3 root wheel 102 Dec 14 2010 cache |
---|
49 | drwxr-xr-x+ 3 root wheel 102 Oct 30 00:21 db |
---|
50 | drwxr-xr-x@ 16 root wheel 544 Oct 9 09:05 macports |
---|
51 | $ cd var |
---|
52 | $ du -sh * |
---|
53 | 5.0M cache |
---|
54 | 6.8M db |
---|
55 | 3.8G macports |
---|
56 | $ cd /opt/local/EL_CAPITAN/TRY_2 |
---|
57 | $ ls |
---|
58 | $ sudo port install libgcc |
---|
59 | Password: |
---|
60 | ---> Computing dependencies for libgcc |
---|
61 | ---> Dependencies to be installed: cctools libunwind-headers xz gettext expat libiconv gperf ncurses llvm-3.7 libcxx libedit libffi llvm_select zlib gmp isl ld64 ld64-latest dyld-headers libmacho-headers libmpc mpfr |
---|
62 | ---> Fetching archive for expat |
---|
63 | ---> Attempting to fetch expat-2.1.0_0.darwin_15.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/expat |
---|
64 | ---> Attempting to fetch expat-2.1.0_0.darwin_15.x86_64.tbz2 from http://packages.macports.org/expat |
---|
65 | ---> Attempting to fetch expat-2.1.0_0.darwin_15.x86_64.tbz2 from http://lil.fr.packages.macports.org/expat |
---|
66 | ---> Fetching distfiles for expat |
---|
67 | ---> Verifying checksums for expat |
---|
68 | ---> Extracting expat |
---|
69 | ---> Applying patches to expat |
---|
70 | ---> Configuring expat |
---|
71 | ---> Building expat |
---|
72 | ---> Staging expat into destroot |
---|
73 | ---> Installing expat @2.1.0_0 |
---|
74 | ---> Activating expat @2.1.0_0 |
---|
75 | ---> Cleaning expat |
---|
76 | ---> Fetching archive for gperf |
---|
77 | ---> Attempting to fetch gperf-3.0.4_2.darwin_15.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/gperf |
---|
78 | ---> Attempting to fetch gperf-3.0.4_2.darwin_15.x86_64.tbz2 from http://packages.macports.org/gperf |
---|
79 | ---> Attempting to fetch gperf-3.0.4_2.darwin_15.x86_64.tbz2 from http://lil.fr.packages.macports.org/gperf |
---|
80 | ---> Fetching distfiles for gperf |
---|
81 | ---> Verifying checksums for gperf |
---|
82 | ---> Extracting gperf |
---|
83 | ---> Applying patches to gperf |
---|
84 | ---> Configuring gperf |
---|
85 | ---> Building gperf |
---|
86 | ---> Staging gperf into destroot |
---|
87 | ---> Installing gperf @3.0.4_2 |
---|
88 | ---> Activating gperf @3.0.4_2 |
---|
89 | ---> Cleaning gperf |
---|
90 | ---> Fetching archive for libiconv |
---|
91 | ---> Attempting to fetch libiconv-1.14_0.darwin_15.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/libiconv |
---|
92 | ---> Attempting to fetch libiconv-1.14_0.darwin_15.x86_64.tbz2 from http://packages.macports.org/libiconv |
---|
93 | ---> Attempting to fetch libiconv-1.14_0.darwin_15.x86_64.tbz2 from http://lil.fr.packages.macports.org/libiconv |
---|
94 | ---> Fetching distfiles for libiconv |
---|
95 | ---> Verifying checksums for libiconv |
---|
96 | ---> Extracting libiconv |
---|
97 | ---> Applying patches to libiconv |
---|
98 | ---> Configuring libiconv |
---|
99 | ---> Building libiconv |
---|
100 | ---> Staging libiconv into destroot |
---|
101 | ---> Installing libiconv @1.14_0 |
---|
102 | ---> Activating libiconv @1.14_0 |
---|
103 | ---> Cleaning libiconv |
---|
104 | ---> Fetching archive for ncurses |
---|
105 | ---> Attempting to fetch ncurses-6.0_0.darwin_15.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/ncurses |
---|
106 | ---> Attempting to fetch ncurses-6.0_0.darwin_15.x86_64.tbz2 from http://packages.macports.org/ncurses |
---|
107 | ---> Attempting to fetch ncurses-6.0_0.darwin_15.x86_64.tbz2 from http://lil.fr.packages.macports.org/ncurses |
---|
108 | ---> Fetching distfiles for ncurses |
---|
109 | ---> Verifying checksums for ncurses |
---|
110 | ---> Extracting ncurses |
---|
111 | ---> Applying patches to ncurses |
---|
112 | ---> Configuring ncurses |
---|
113 | ---> Building ncurses |
---|
114 | ---> Staging ncurses into destroot |
---|
115 | ---> Installing ncurses @6.0_0 |
---|
116 | ---> Activating ncurses @6.0_0 |
---|
117 | ---> Cleaning ncurses |
---|
118 | ---> Fetching archive for gettext |
---|
119 | ---> Attempting to fetch gettext-0.19.6_0.darwin_15.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/gettext |
---|
120 | ---> Attempting to fetch gettext-0.19.6_0.darwin_15.x86_64.tbz2 from http://packages.macports.org/gettext |
---|
121 | ---> Attempting to fetch gettext-0.19.6_0.darwin_15.x86_64.tbz2 from http://lil.fr.packages.macports.org/gettext |
---|
122 | ---> Fetching distfiles for gettext |
---|
123 | ---> Verifying checksums for gettext |
---|
124 | ---> Extracting gettext |
---|
125 | ---> Configuring gettext |
---|
126 | ---> Building gettext |
---|
127 | ---> Staging gettext into destroot |
---|
128 | ---> Installing gettext @0.19.6_0 |
---|
129 | ---> Activating gettext @0.19.6_0 |
---|
130 | ---> Cleaning gettext |
---|
131 | ---> Fetching archive for xz |
---|
132 | ---> Attempting to fetch xz-5.2.2_0.darwin_15.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/xz |
---|
133 | ---> Attempting to fetch xz-5.2.2_0.darwin_15.x86_64.tbz2 from http://packages.macports.org/xz |
---|
134 | ---> Attempting to fetch xz-5.2.2_0.darwin_15.x86_64.tbz2 from http://lil.fr.packages.macports.org/xz |
---|
135 | ---> Fetching distfiles for xz |
---|
136 | ---> Verifying checksums for xz |
---|
137 | ---> Extracting xz |
---|
138 | ---> Configuring xz |
---|
139 | ---> Building xz |
---|
140 | ---> Staging xz into destroot |
---|
141 | ---> Installing xz @5.2.2_0 |
---|
142 | ---> Activating xz @5.2.2_0 |
---|
143 | ---> Cleaning xz |
---|
144 | ---> Fetching archive for libunwind-headers |
---|
145 | ---> Attempting to fetch libunwind-headers-3.6.0_0.darwin_15.noarch.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/libunwind-headers |
---|
146 | ---> Attempting to fetch libunwind-headers-3.6.0_0.darwin_15.noarch.tbz2 from http://packages.macports.org/libunwind-headers |
---|
147 | ---> Attempting to fetch libunwind-headers-3.6.0_0.darwin_15.noarch.tbz2 from http://lil.fr.packages.macports.org/libunwind-headers |
---|
148 | ---> Fetching distfiles for libunwind-headers |
---|
149 | ---> Verifying checksums for libunwind-headers |
---|
150 | ---> Extracting libunwind-headers |
---|
151 | ---> Applying patches to libunwind-headers |
---|
152 | ---> Configuring libunwind-headers |
---|
153 | ---> Building libunwind-headers |
---|
154 | ---> Staging libunwind-headers into destroot |
---|
155 | ---> Installing libunwind-headers @3.6.0_0 |
---|
156 | ---> Activating libunwind-headers @3.6.0_0 |
---|
157 | ---> Cleaning libunwind-headers |
---|
158 | ---> Fetching archive for libcxx |
---|
159 | ---> Attempting to fetch libcxx-3.6.0_0.darwin_15.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/libcxx |
---|
160 | ---> Attempting to fetch libcxx-3.6.0_0.darwin_15.x86_64.tbz2 from http://packages.macports.org/libcxx |
---|
161 | ---> Attempting to fetch libcxx-3.6.0_0.darwin_15.x86_64.tbz2 from http://lil.fr.packages.macports.org/libcxx |
---|
162 | ---> Fetching distfiles for libcxx |
---|
163 | ---> Verifying checksums for libcxx |
---|
164 | ---> Extracting libcxx |
---|
165 | ---> Configuring libcxx |
---|
166 | ---> Building libcxx |
---|
167 | ---> Staging libcxx into destroot |
---|
168 | ---> Installing libcxx @3.6.0_0 |
---|
169 | ---> Activating libcxx @3.6.0_0 |
---|
170 | ---> Cleaning libcxx |
---|
171 | ---> Fetching archive for libedit |
---|
172 | ---> Attempting to fetch libedit-20150325-3.1_0.darwin_15.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/libedit |
---|
173 | ---> Attempting to fetch libedit-20150325-3.1_0.darwin_15.x86_64.tbz2 from http://packages.macports.org/libedit |
---|
174 | ---> Attempting to fetch libedit-20150325-3.1_0.darwin_15.x86_64.tbz2 from http://lil.fr.packages.macports.org/libedit |
---|
175 | ---> Fetching distfiles for libedit |
---|
176 | ---> Verifying checksums for libedit |
---|
177 | ---> Extracting libedit |
---|
178 | ---> Applying patches to libedit |
---|
179 | ---> Configuring libedit |
---|
180 | ---> Building libedit |
---|
181 | ---> Staging libedit into destroot |
---|
182 | ---> Installing libedit @20150325-3.1_0 |
---|
183 | ---> Activating libedit @20150325-3.1_0 |
---|
184 | ---> Cleaning libedit |
---|
185 | ---> Fetching archive for libffi |
---|
186 | ---> Attempting to fetch libffi-3.2.1_0.darwin_15.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/libffi |
---|
187 | ---> Attempting to fetch libffi-3.2.1_0.darwin_15.x86_64.tbz2 from http://packages.macports.org/libffi |
---|
188 | ---> Attempting to fetch libffi-3.2.1_0.darwin_15.x86_64.tbz2 from http://lil.fr.packages.macports.org/libffi |
---|
189 | ---> Fetching distfiles for libffi |
---|
190 | ---> Verifying checksums for libffi |
---|
191 | ---> Extracting libffi |
---|
192 | ---> Applying patches to libffi |
---|
193 | ---> Configuring libffi |
---|
194 | ---> Building libffi |
---|
195 | ---> Staging libffi into destroot |
---|
196 | ---> Installing libffi @3.2.1_0 |
---|
197 | ---> Activating libffi @3.2.1_0 |
---|
198 | ---> Cleaning libffi |
---|
199 | ---> Fetching archive for llvm_select |
---|
200 | ---> Attempting to fetch llvm_select-1.0_0.darwin_15.noarch.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/llvm_select |
---|
201 | ---> Attempting to fetch llvm_select-1.0_0.darwin_15.noarch.tbz2 from http://packages.macports.org/llvm_select |
---|
202 | ---> Attempting to fetch llvm_select-1.0_0.darwin_15.noarch.tbz2 from http://lil.fr.packages.macports.org/llvm_select |
---|
203 | ---> Fetching distfiles for llvm_select |
---|
204 | ---> Verifying checksums for llvm_select |
---|
205 | ---> Extracting llvm_select |
---|
206 | ---> Configuring llvm_select |
---|
207 | ---> Building llvm_select |
---|
208 | ---> Staging llvm_select into destroot |
---|
209 | ---> Installing llvm_select @1.0_0 |
---|
210 | ---> Activating llvm_select @1.0_0 |
---|
211 | ---> Cleaning llvm_select |
---|
212 | ---> Fetching archive for zlib |
---|
213 | ---> Attempting to fetch zlib-1.2.8_0.darwin_15.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/zlib |
---|
214 | ---> Attempting to fetch zlib-1.2.8_0.darwin_15.x86_64.tbz2 from http://packages.macports.org/zlib |
---|
215 | ---> Attempting to fetch zlib-1.2.8_0.darwin_15.x86_64.tbz2 from http://lil.fr.packages.macports.org/zlib |
---|
216 | ---> Fetching distfiles for zlib |
---|
217 | ---> Verifying checksums for zlib |
---|
218 | ---> Extracting zlib |
---|
219 | ---> Applying patches to zlib |
---|
220 | ---> Configuring zlib |
---|
221 | ---> Building zlib |
---|
222 | ---> Staging zlib into destroot |
---|
223 | ---> Installing zlib @1.2.8_0 |
---|
224 | ---> Activating zlib @1.2.8_0 |
---|
225 | ---> Cleaning zlib |
---|
226 | ---> Fetching archive for llvm-3.7 |
---|
227 | ---> Attempting to fetch llvm-3.7-3.7.0_0.darwin_15.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/llvm-3.7 |
---|
228 | ---> Attempting to fetch llvm-3.7-3.7.0_0.darwin_15.x86_64.tbz2 from http://packages.macports.org/llvm-3.7 |
---|
229 | ---> Attempting to fetch llvm-3.7-3.7.0_0.darwin_15.x86_64.tbz2 from http://lil.fr.packages.macports.org/llvm-3.7 |
---|
230 | ---> Fetching distfiles for llvm-3.7 |
---|
231 | ---> Verifying checksums for llvm-3.7 |
---|
232 | ---> Extracting llvm-3.7 |
---|
233 | ---> Applying patches to llvm-3.7 |
---|
234 | ---> Configuring llvm-3.7 |
---|
235 | ---> Building llvm-3.7 |
---|
236 | ---> Staging llvm-3.7 into destroot |
---|
237 | ---> Installing llvm-3.7 @3.7.0_0 |
---|
238 | ---> Activating llvm-3.7 @3.7.0_0 |
---|
239 | ---> Cleaning llvm-3.7 |
---|
240 | ---> Fetching archive for cctools |
---|
241 | ---> Attempting to fetch cctools-870_0+llvm37.darwin_15.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/cctools |
---|
242 | ---> Attempting to fetch cctools-870_0+llvm37.darwin_15.x86_64.tbz2 from http://packages.macports.org/cctools |
---|
243 | ---> Attempting to fetch cctools-870_0+llvm37.darwin_15.x86_64.tbz2 from http://lil.fr.packages.macports.org/cctools |
---|
244 | ---> Fetching distfiles for cctools |
---|
245 | ---> Verifying checksums for cctools |
---|
246 | ---> Extracting cctools |
---|
247 | ---> Applying patches to cctools |
---|
248 | ---> Configuring cctools |
---|
249 | ---> Building cctools |
---|
250 | ---> Staging cctools into destroot |
---|
251 | ---> Installing cctools @870_0+llvm37 |
---|
252 | ---> Activating cctools @870_0+llvm37 |
---|
253 | ---> Cleaning cctools |
---|
254 | ---> Fetching distfiles for gmp |
---|
255 | ---> Verifying checksums for gmp |
---|
256 | ---> Extracting gmp |
---|
257 | ---> Applying patches to gmp |
---|
258 | ---> Configuring gmp |
---|
259 | ---> Building gmp |
---|
260 | ---> Staging gmp into destroot |
---|
261 | ---> Installing gmp @6.0.0_1 |
---|
262 | ---> Activating gmp @6.0.0_1 |
---|
263 | ---> Cleaning gmp |
---|
264 | ---> Fetching archive for isl |
---|
265 | ---> Attempting to fetch isl-0.14.1_0.darwin_15.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/isl |
---|
266 | ---> Attempting to fetch isl-0.14.1_0.darwin_15.x86_64.tbz2 from http://packages.macports.org/isl |
---|
267 | ---> Attempting to fetch isl-0.14.1_0.darwin_15.x86_64.tbz2 from http://lil.fr.packages.macports.org/isl |
---|
268 | ---> Fetching distfiles for isl |
---|
269 | ---> Verifying checksums for isl |
---|
270 | ---> Extracting isl |
---|
271 | ---> Applying patches to isl |
---|
272 | ---> Configuring isl |
---|
273 | ---> Building isl |
---|
274 | ---> Staging isl into destroot |
---|
275 | ---> Installing isl @0.14.1_0 |
---|
276 | ---> Activating isl @0.14.1_0 |
---|
277 | ---> Cleaning isl |
---|
278 | ---> Fetching archive for dyld-headers |
---|
279 | ---> Attempting to fetch dyld-headers-239.3_0.darwin_15.noarch.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/dyld-headers |
---|
280 | ---> Attempting to fetch dyld-headers-239.3_0.darwin_15.noarch.tbz2 from http://packages.macports.org/dyld-headers |
---|
281 | ---> Attempting to fetch dyld-headers-239.3_0.darwin_15.noarch.tbz2 from http://lil.fr.packages.macports.org/dyld-headers |
---|
282 | ---> Fetching distfiles for dyld-headers |
---|
283 | ---> Verifying checksums for dyld-headers |
---|
284 | ---> Extracting dyld-headers |
---|
285 | ---> Configuring dyld-headers |
---|
286 | ---> Building dyld-headers |
---|
287 | ---> Staging dyld-headers into destroot |
---|
288 | ---> Installing dyld-headers @239.3_0 |
---|
289 | ---> Activating dyld-headers @239.3_0 |
---|
290 | ---> Cleaning dyld-headers |
---|
291 | ---> Fetching archive for libmacho-headers |
---|
292 | ---> Attempting to fetch libmacho-headers-870_0.darwin_15.noarch.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/libmacho-headers |
---|
293 | ---> Attempting to fetch libmacho-headers-870_0.darwin_15.noarch.tbz2 from http://packages.macports.org/libmacho-headers |
---|
294 | ---> Attempting to fetch libmacho-headers-870_0.darwin_15.noarch.tbz2 from http://lil.fr.packages.macports.org/libmacho-headers |
---|
295 | ---> Fetching distfiles for libmacho-headers |
---|
296 | ---> Verifying checksums for libmacho-headers |
---|
297 | ---> Extracting libmacho-headers |
---|
298 | ---> Configuring libmacho-headers |
---|
299 | ---> Building libmacho-headers |
---|
300 | ---> Staging libmacho-headers into destroot |
---|
301 | ---> Installing libmacho-headers @870_0 |
---|
302 | ---> Activating libmacho-headers @870_0 |
---|
303 | ---> Cleaning libmacho-headers |
---|
304 | ---> Fetching archive for ld64-latest |
---|
305 | ---> Attempting to fetch ld64-latest-253.3_0+llvm37.darwin_15.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/ld64-latest |
---|
306 | ---> Attempting to fetch ld64-latest-253.3_0+llvm37.darwin_15.x86_64.tbz2 from http://packages.macports.org/ld64-latest |
---|
307 | ---> Attempting to fetch ld64-latest-253.3_0+llvm37.darwin_15.x86_64.tbz2 from http://lil.fr.packages.macports.org/ld64-latest |
---|
308 | ---> Fetching distfiles for ld64-latest |
---|
309 | ---> Verifying checksums for ld64-latest |
---|
310 | ---> Extracting ld64-latest |
---|
311 | ---> Applying patches to ld64-latest |
---|
312 | ---> Configuring ld64-latest |
---|
313 | ---> Building ld64-latest |
---|
314 | ---> Staging ld64-latest into destroot |
---|
315 | ---> Installing ld64-latest @253.3_0+llvm37 |
---|
316 | ---> Activating ld64-latest @253.3_0+llvm37 |
---|
317 | ---> Cleaning ld64-latest |
---|
318 | ---> Fetching archive for ld64 |
---|
319 | ---> Attempting to fetch ld64-2_0.darwin_15.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/ld64 |
---|
320 | ---> Attempting to fetch ld64-2_0.darwin_15.x86_64.tbz2 from http://packages.macports.org/ld64 |
---|
321 | ---> Attempting to fetch ld64-2_0.darwin_15.x86_64.tbz2 from http://lil.fr.packages.macports.org/ld64 |
---|
322 | ---> Fetching distfiles for ld64 |
---|
323 | ---> Verifying checksums for ld64 |
---|
324 | ---> Extracting ld64 |
---|
325 | ---> Configuring ld64 |
---|
326 | ---> Building ld64 |
---|
327 | ---> Staging ld64 into destroot |
---|
328 | ---> Installing ld64 @2_0 |
---|
329 | ---> Activating ld64 @2_0 |
---|
330 | ---> Cleaning ld64 |
---|
331 | ---> Fetching archive for mpfr |
---|
332 | ---> Attempting to fetch mpfr-3.1.3_0.darwin_15.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/mpfr |
---|
333 | ---> Attempting to fetch mpfr-3.1.3_0.darwin_15.x86_64.tbz2 from http://packages.macports.org/mpfr |
---|
334 | ---> Attempting to fetch mpfr-3.1.3_0.darwin_15.x86_64.tbz2 from http://lil.fr.packages.macports.org/mpfr |
---|
335 | ---> Fetching distfiles for mpfr |
---|
336 | ---> Verifying checksums for mpfr |
---|
337 | ---> Extracting mpfr |
---|
338 | ---> Configuring mpfr |
---|
339 | ---> Building mpfr |
---|
340 | ---> Staging mpfr into destroot |
---|
341 | ---> Installing mpfr @3.1.3_0 |
---|
342 | ---> Activating mpfr @3.1.3_0 |
---|
343 | ---> Cleaning mpfr |
---|
344 | ---> Fetching archive for libmpc |
---|
345 | ---> Attempting to fetch libmpc-1.0.3_0.darwin_15.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/libmpc |
---|
346 | ---> Attempting to fetch libmpc-1.0.3_0.darwin_15.x86_64.tbz2 from http://packages.macports.org/libmpc |
---|
347 | ---> Attempting to fetch libmpc-1.0.3_0.darwin_15.x86_64.tbz2 from http://lil.fr.packages.macports.org/libmpc |
---|
348 | ---> Fetching distfiles for libmpc |
---|
349 | ---> Verifying checksums for libmpc |
---|
350 | ---> Extracting libmpc |
---|
351 | ---> Configuring libmpc |
---|
352 | ---> Building libmpc |
---|
353 | ---> Staging libmpc into destroot |
---|
354 | ---> Installing libmpc @1.0.3_0 |
---|
355 | ---> Activating libmpc @1.0.3_0 |
---|
356 | ---> Cleaning libmpc |
---|
357 | ---> Fetching archive for libgcc |
---|
358 | ---> Attempting to fetch libgcc-5.2.0_0.darwin_15.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/libgcc |
---|
359 | ---> Attempting to fetch libgcc-5.2.0_0.darwin_15.x86_64.tbz2 from http://packages.macports.org/libgcc |
---|
360 | ---> Attempting to fetch libgcc-5.2.0_0.darwin_15.x86_64.tbz2 from http://lil.fr.packages.macports.org/libgcc |
---|
361 | ---> Fetching distfiles for libgcc |
---|
362 | ---> Verifying checksums for libgcc |
---|
363 | ---> Extracting libgcc |
---|
364 | ---> Applying patches to libgcc |
---|
365 | ---> Configuring libgcc |
---|
366 | ---> Building libgcc |
---|
367 | ---> Staging libgcc into destroot |
---|
368 | ---> Installing libgcc @5.2.0_0 |
---|
369 | ---> Activating libgcc @5.2.0_0 |
---|
370 | ---> Cleaning libgcc |
---|
371 | ---> Updating database of binaries |
---|
372 | ---> Scanning binaries for linking errors |
---|
373 | ---> No broken files found. |
---|
374 | $ |
---|