10 | | [aroop@woof lib]$ sudo port clean gcc48[[BR]] |
11 | | ---> Cleaning gcc48[[BR]] |
12 | | [aroop@woof lib]$ sudo port install gcc48[[BR]] |
13 | | ---> Computing dependencies for gcc48[[BR]] |
14 | | ---> Cleaning gcc48[[BR]] |
15 | | ---> Scanning binaries for linking errors: 98.0%[[BR]] |
16 | | Warning: Error parsing file /opt/local/lib/apple-gcc40/lib/gcc/i686-apple-darwin10.8.0/4.0.1/kext/crt3.o: Premature end of data, possibly corrupt file[[BR]] |
17 | | ---> Scanning binaries for linking errors: 98.2%[[BR]] |
18 | | Warning: Error parsing file /opt/local/lib/apple-gcc40/lib/gcc/i686-apple-darwin10.8.0/4.0.1/static/crt3.o: Premature end of data, possibly corrupt file[[BR]] |
19 | | ---> Scanning binaries for linking errors: 100.0%[[BR]] |
20 | | ---> No broken files found.[[BR]] |
| 10 | {{{ |
| 11 | [aroop@woof lib]$ sudo port clean gcc48 |
| 12 | ---> Cleaning gcc48 |
| 13 | [aroop@woof lib]$ sudo port install gcc48 |
| 14 | ---> Computing dependencies for gcc48 |
| 15 | ---> Cleaning gcc48 |
| 16 | ---> Scanning binaries for linking errors: 98.0% |
| 17 | Warning: Error parsing file /opt/local/lib/apple-gcc40/lib/gcc/i686-apple-darwin10.8.0/4.0.1/kext/crt3.o: Premature end of data, possibly corrupt file |
| 18 | ---> Scanning binaries for linking errors: 98.2% |
| 19 | Warning: Error parsing file /opt/local/lib/apple-gcc40/lib/gcc/i686-apple-darwin10.8.0/4.0.1/static/crt3.o: Premature end of data, possibly corrupt file |
| 20 | ---> Scanning binaries for linking errors: 100.0% |
| 21 | ---> No broken files found. |
| 22 | }}} |