Changes between Initial Version and Version 1 of Ticket #35657
- Timestamp:
- Aug 13, 2012, 7:33:29 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35657
- Property Owner changed from macports-tickets@… to cal@…
-
Property
Status
changed from
new
toassigned
-
Ticket #35657 – Description
initial v1 1 1 1. What I was trying to do: 2 2 {{{ 3 3 sudo port install fortune 4 4 }}} 5 5 2. What I expected to happen: 6 6 {{{ 7 7 $ sudo port install fortune 8 8 ---> Computing dependencies for fortune … … 15 15 ---> Scanning binaries for linking errors: 100.0% 16 16 ---> No broken files found. 17 17 }}} 18 18 3. What happens instead: 19 19 {{{ 20 20 ---> Computing dependencies for fortune 21 21 ---> Fetching archive for fortune … … 34 34 http://guide.macports.org/#project.tickets 35 35 Error: Processing of port fortune failed 36 36 }}} 37 37 Detailed log attached to this report. 38 38 … … 40 40 41 41 Yes. 42 42 {{{ 43 43 $ sudo port install bsdmake 44 44 ---> Fetching archive for bsdmake … … 69 69 ---> Scanning binaries for linking errors: 100.0% 70 70 ---> No broken files found. 71 }}}