Changes between Initial Version and Version 1 of Ticket #72593


Ignore:
Timestamp:
Jun 9, 2025, 11:24:05 PM (7 months ago)
Author:
NucleaPeon (Dann)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #72593 – Description

    initial v1  
    1 Unable to install opencv4 on OS X 10.6.8
     1I am unable to install opencv4 on OS X 10.6.8
    22
    3 I ran the command: ``sudo port install opencv4``
     3I ran the command: `sudo port install opencv4`
    44
    55Around 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.
     6I had updated macports prior to this. I also ran `sudo port clean opencv4` before attempting install again and saw the same behavior.
    77I was able to install opencv3.
    88
    99Message I saw was:
    10 ```
     10{{{
    1111: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
    1212:info:build Exit code: 2
     
    2222:debug:build "$procedure $targetname"
    2323: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
    2426
    2527I might not be seeing it, but there doesn't seem to be an obvious reason why it failed.
    2628Let me know if there's any way I can help debug and solve this issue.
    27 ```