Changes between Initial Version and Version 1 of Ticket #70459


Ignore:
Timestamp:
Jul 27, 2024, 8:40:34 PM (8 weeks ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

I can't reproduce this problem. It works for me.

The p5.34-image-exiftool port that exiftool depends on provides the Image::ExifTool module that it's complaining about.

Is the p5.34-image-exiftool port installed and active? If so, you might try forcibly deactivating and reactivating it.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70459

    • Property Owner set to dbevans
    • Property Status changed from new to assigned
    • Property Port exiftool added
  • Ticket #70459 – Description

    initial v1  
    1 $ exiftool \\
     1{{{
     2$ exiftool
    23Can'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.
    34
    45BEGIN failed--compilation aborted at /opt/local/bin/exiftool line 41.
     6}}}
    57
    6 - - Info about port named [exiftool]:
     8Info about port named [exiftool]:
     9{{{
    710exiftool @12.920.0 (perl)
    811Variants:             perl5_28, perl5_30, perl5_32, [+]perl5_34
     
    1619Maintainers:          Email: devans@macports.org, GitHub: dbevans
    1720Policy: openmaintainer
    18 - Specified port is installed.
     21}}}
     22Specified port is installed.
     23{{{
    1924  exiftool @12.920.0_0+perl5_34 (active)
    20 
    21 $ sudo port diagnose \\
     25}}}
     26{{{
     27$ sudo port diagnose
    2228no problems
    23 
     29}}}
     30{{{
    2431$ sudo port selfupdate
    25 --->  Updating MacPorts base sources using rsync \\
    26 MacPorts base version 2.9.3 installed, \\
    27 MacPorts base version 2.9.3 downloaded. \\
    28 --->  Updating the ports tree \\
     32--->  Updating MacPorts base sources using rsync
     33MacPorts base version 2.9.3 installed,
     34MacPorts base version 2.9.3 downloaded.
     35--->  Updating the ports tree
    2936--->  MacPorts base is already the latest version
    3037
    3138The ports tree has been updated. To upgrade your installed ports, you should run
    3239  port upgrade outdated
    33 
    34 $ sudo port upgrade outdated \\
    35 Nothing to upgrade. \\
    36 --->  Scanning binaries for linking errors \\
    37 --->  No broken files found. \\
    38 --->  No broken ports found. \\
    39 $_
     40}}}
     41{{{
     42$ sudo port upgrade outdated
     43Nothing to upgrade.
     44--->  Scanning binaries for linking errors
     45--->  No broken files found.
     46--->  No broken ports found.
     47$
     48}}}