Changes between Initial Version and Version 1 of Ticket #44886, comment 4
- Timestamp:
- Sep 14, 2014, 12:40:34 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44886, comment 4
initial v1 1 1 2 {{{ 2 3 sudo port clean fltk 3 4 sudo port install fltk 5 }}} 4 6 5 7 works fine. … … 7 9 However, I need to install sound and fltk is a dependency for csound. 8 10 9 sudo port install csoundfails again due to the original problem with the fltk package.11 {{{sudo port install csound}}} fails again due to the original problem with the fltk package. 10 12 11 '''Tonys-MacBook-Pro-2:git tonycmigrated$ sudo port clean fltk 12 '''---> Cleaning fltk 13 {{{ 14 Tonys-MacBook-Pro-2:git tonycmigrated$ sudo port clean fltk 15 ---> Cleaning fltk 13 16 14 '''Tonys-MacBook-Pro-2:git tonycmigrated$ sudo port clean csound15 '''---> Cleaning csound17 Tonys-MacBook-Pro-2:git tonycmigrated$ sudo port clean csound 18 ---> Cleaning csound 16 19 17 '''Tonys-MacBook-Pro-2:git tonycmigrated$ sudo port install fltk''' 20 Tonys-MacBook-Pro-2:git tonycmigrated$ sudo port install fltk 18 21 ---> Computing dependencies for fltk 19 22 ---> Cleaning fltk 20 23 ---> Scanning binaries for linking errors 21 24 22 '''Tonys-MacBook-Pro-2:git tonycmigrated$ sudo port install csound23 '''---> Computing dependencies for fltk25 Tonys-MacBook-Pro-2:git tonycmigrated$ sudo port install csound 26 ---> Computing dependencies for fltk 24 27 ---> Fetching archive for fltk 25 28 ---> Attempting to fetch fltk-1.3.2_2+universal.darwin_13.i386-x86_64.tbz2 from http://packages.macports.org/fltk … … 42 45 Error: Unable to upgrade port: 1 43 46 Error: Unable to execute port: upgrade fltk failed 47 }}} 44 48