Changes between Initial Version and Version 1 of Ticket #70459, comment 2


Ignore:
Timestamp:
Jul 27, 2024, 11:54:20 PM (8 weeks ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70459, comment 2

    initial v1  
    22The current Perl version is 5.36, so not 5.34, could that be the problem (**see @INC**)?
    33
    4 $ perl --version \\
     4{{{
     5$ perl --version
    56This is perl 5, version 36, subversion 3 (v5.36.3) built for darwin-thread-multi-2level
    6 $_
     7$
     8}}}
    79
    810**Ad your suggestion**, this did not work, I'm sorry to report****:
    911
    10 $ sudo port deactivate p5.34-image-exiftool \\
    11 Note: It is not recommended to uninstall/deactivate a port that has dependents as it breaks the dependents. \\
    12 The following ports will break: exiftool @12.920.0_0 \\
    13 Continue? [y/N]: y \\
    14 Warning: Deactivate forced.  Proceeding despite dependencies. \\
    15 --->  Deactivating p5.34-image-exiftool @12.920.0_0 \\
     12{{{
     13$ sudo port deactivate p5.34-image-exiftool
     14Note: It is not recommended to uninstall/deactivate a port that has dependents as it breaks the dependents.
     15The following ports will break: exiftool @12.920.0_0
     16Continue? [y/N]: y
     17Warning: Deactivate forced.  Proceeding despite dependencies.
     18--->  Deactivating p5.34-image-exiftool @12.920.0_0
    1619--->  Cleaning p5.34-image-exiftool
    1720
    18 $ sudo port activate p5.34-image-exiftool \\
    19 --->  Computing dependencies for p5.34-image-exiftool \\
    20 --->  Activating p5.34-image-exiftool @12.920.0_0 \\
     21$ sudo port activate p5.34-image-exiftool
     22--->  Computing dependencies for p5.34-image-exiftool
     23--->  Activating p5.34-image-exiftool @12.920.0_0
    2124--->  Cleaning p5.34-image-exiftool
    2225
    23 $ exiftool \\
    24 Can't locate Image/ExifTool.pm in @INC (you may need to install the Image::ExifTool module) (@INC contains: /opt/local/libexec/perl5.34/lib /opt/local/lib/perl5/site_perl/5.36/darwin-thread-multi-2level /opt/local/lib/perl5/site_perl/5.36 /opt/local/lib/perl5/vendor_perl/5.36/darwin-thread-multi-2level /opt/local/lib/perl5/vendor_perl/5.36 /opt/local/lib/perl5/5.36/darwin-thread-multi-2level /opt/local/lib/perl5/5.36) at /opt/local/bin/exiftool line 41. \\
     26$ exiftool
     27Can't locate Image/ExifTool.pm in @INC (you may need to install the Image::ExifTool module) (@INC contains: /opt/local/libexec/perl5.34/lib /opt/local/lib/perl5/site_perl/5.36/darwin-thread-multi-2level /opt/local/lib/perl5/site_perl/5.36 /opt/local/lib/perl5/vendor_perl/5.36/darwin-thread-multi-2level /opt/local/lib/perl5/vendor_perl/5.36 /opt/local/lib/perl5/5.36/darwin-thread-multi-2level /opt/local/lib/perl5/5.36) at /opt/local/bin/exiftool line 41.
    2528BEGIN failed--compilation aborted at /opt/local/bin/exiftool line 41.
    2629
    27 $ type -a exiftool \\
     30$ type -a exiftool
    2831exiftool is /opt/local/bin/exiftool
    2932
    30 $ ls -l /opt/local/bin/exiftool \\
     33$ ls -l /opt/local/bin/exiftool
    3134lrwxr-xr-x 1 root wheel 36 Jul 26 07:53 /opt/local/bin/exiftool -> /opt/local/libexec/perl5.34/exiftool
    3235
    33 $_
     36$
     37}}}