Changes between Initial Version and Version 1 of Ticket #72593
- Timestamp:
- Jun 9, 2025, 11:24:05 PM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #72593 – Description
initial v1 1 Unable to install opencv4 on OS X 10.6.81 I am unable to install opencv4 on OS X 10.6.8 2 2 3 I ran the command: ` `sudo port install opencv4``3 I ran the command: `sudo port install opencv4` 4 4 5 5 Around 80% it stopped with an error. Including the main.log here. 6 I had updated macports prior to this. I also ran ` `sudo port clean opencv4`` before attempting install again and saw the same behavior.6 I had updated macports prior to this. I also ran `sudo port clean opencv4` before attempting install again and saw the same behavior. 7 7 I was able to install opencv3. 8 8 9 9 Message I saw was: 10 ``` 10 {{{ 11 11 :info:build Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_graphics_opencv4/opencv4/work/build" && /usr/bin/make -j2 -w all VERBOSE=ON 12 12 :info:build Exit code: 2 … … 22 22 :debug:build "$procedure $targetname" 23 23 :error:build See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_graphics_opencv4/opencv4/main.log for details. 24 }}} 25 24 26 25 27 I might not be seeing it, but there doesn't seem to be an obvious reason why it failed. 26 28 Let me know if there's any way I can help debug and solve this issue. 27 ```
