FS#31300 - [hugin] can't find exiftool

Attached to Project: Arch Linux
Opened by mattia (nTia89) - Monday, 27 August 2012, 09:18 GMT
Last edited by Gaetan Bisson (vesath) - Sunday, 05 January 2014, 19:30 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Isenmann Daniel (ise)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Additional info:
* hugin-2011.4.0-5-x86_64
* perl-image-exiftool-8.99-1-x86_64

Steps to reproduce:

create a panorama from some photos.
in the last step (3. Create Panorama...) you can see in the output console

==========================================================================
Testing programs
===========================================================================
Checking nona...[OK]
Checking enblend...[OK]
Checking enfuse...[OK]
Checking hugin_hdrmerge...[OK]
Checking exiftool...[FAILED]
============================

This task depends upon

Closed by  Gaetan Bisson (vesath)
Sunday, 05 January 2014, 19:30 GMT
Reason for closing:  Works for me
Additional comments about closing:  report too old
Comment by Eric Belanger (Snowman) - Monday, 27 August 2012, 14:06 GMT
Is /usr/bin/vendor_perl/ in your PATH? If not, you need to relogin.
Comment by mattia (nTia89) - Monday, 27 August 2012, 14:16 GMT
i fixed the PATH, now i have:

[mattia@arch-desktop ~]$ echo $PATH
/bin:/usr/bin:/usr/local/bin:/sbin/:/usr/sbin/:/usr/bin/vendor_perl/

but it doesn't work yet!
Comment by Jelle van der Waa (jelly) - Monday, 27 August 2012, 18:16 GMT
[ -d /usr/bin/site_perl ] && PATH=$PATH:/usr/bin/site_perl
[ -d /usr/lib/perl5/site_perl/bin ] && PATH=$PATH:/usr/lib/perl5/site_perl/bin

[ -d /usr/bin/vendor_perl ] && PATH=$PATH:/usr/bin/vendor_perl
[ -d /usr/lib/perl5/vendor_perl/bin ] && PATH=$PATH:/usr/lib/perl5/vendor_perl/bin

And as the file list of perl-image-exiftool shows it lives in:
usr/share/perl5/vendor_perl/Image/ExifTool/M2TS.pm

So again fix you're path.
Comment by mattia (nTia89) - Tuesday, 28 August 2012, 07:54 GMT
[mattia@arch-desktop ~]$ echo $PATH
/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/bin/vendor_perl:/usr/share/perl5/vendor_perl

doesn't work
Comment by Greg (dolby) - Saturday, 17 November 2012, 03:59 GMT
Is this a problem?
Comment by mattia (nTia89) - Saturday, 17 November 2012, 09:59 GMT
yes

Loading...