Changes between Initial Version and Version 1 of Ticket #66983
- Timestamp:
- Feb 23, 2023, 12:16:08 PM (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #66983 – Description
initial v1 2 2 3 3 == >>>>>>>>>> Installed fresh "MacPorts-2.8.1-10.14-Mojave" 4 == >>>>>>>>>> and then typed "sudo port install kicad"in Terminal4 == >>>>>>>>>> and then typed `sudo port install kicad` in Terminal 5 5 == >>>>>>>>>> Got the following error message 6 6 7 {{{ 7 8 ---> Fetching archive for libjpeg-turbo 8 9 ---> Attempting to fetch libjpeg-turbo-2.1.5.1_0.darwin_18.x86_64.tbz2 from http://packages.macports.org/libjpeg-turbo … … 44 45 The Sqlite3 Tcl package is now being provided by the sqlite3-tcl port: 45 46 sudo port install sqlite3-tcl 46 47 48 49 == >>>>>>>>>> OK, used 'port -f activate libjpeg-turbo' to force the activation and got this: 50 47 }}} 48 49 50 == >>>>>>>>>> OK, used `port -f activate libjpeg-turbo` to force the activation and got this: 51 52 {{{ 51 53 $ sudo port install kicad 52 54 ---> Fetching archive for expat … … 199 201 Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug. 200 202 Error: Processing of port kicad failed 201 203 }}} 202 204 203 205 == >>>>>>>>> Before submitting this ticket read the guidelines and tryed this : 206 {{{ 204 207 sudo port clean 205 208 Password: … … 207 210 Please verify that the directory and portfile syntax are correct. 208 211 To use the current port, you must be in a port's directory. 209 212 }}} 210 213 211 214 == >>>>>>>>> Where can I find this Port's directory? Now I'm blocked there. Help!