Thread

Posted on Wed Jul 26 21:46:09 2006 by michaelst0ne
Image-ExifTool make test fails
Hi, I am having trouble in installing the Image-ExifTool on the linux machine. The server specs and the error details and given below.
---------------------------------------------------------
Red Hat Enterprise Linux ES release 3 (Taroon Update 8) perl, v5.8.0 built for i386-linux-thread-multi Error : t/IPTC-XMP......ok 3/8 Test 4 differs beginning at line 2: Test gave: "[ExifTool, ExifTool, ExifTool] - Warning: Skipped unknown 0 byte header" Should be: "[File, File, Image] - File Type: JPEG" t/IPTC-XMP......FAILED test 4 --------------------------------
t/PNG...........ok 2/3 Test 3 differs beginning at line 2: Test gave: "[ExifTool, ExifTool, ExifTool] - Warning: Error inflating Raw profile type APP1" Should be: "[File, File, Image] - File Type: PNG" t/PNG...........FAILED test 3 Failed 1/3 tests, 66.67% okay
-----------------------------------
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/IPTC-XMP.t 8 1 12.50% 4 t/PNG.t 3 1 33.33% 3 Failed 2/42 test scripts, 95.24% okay. 2/175 subtests failed, 98.86% okay. make: *** [test_dynamic] Error 29
---------------------------------------------------------------------------------
I am trying to install Image-ExifTool-6.29.
Thanks in advance for the help.
Michael Stone
Direct Responses: 2710 | Write a response
Posted on Wed Jul 26 22:07:08 2006 by exiftool in response to 2709
Re: Image-ExifTool make test fails
Hi Michael,

Thanks for reporting this problem.

I suspect the two errors are related since both of those tests involve copying information from t/images/IPTC-XMP.jpg, but from the message I can't figure out what the exact cause could be.

If you could send me the resulting t/IPTC-XMP_4_failed.jpg, I may be able to figure out what is going on. My email is phil at owl.phy.queensu.ca.

- Phil
Direct Responses: 2721 | 2729 | Write a response
Posted on Thu Jul 27 17:24:39 2006 by ran in response to 2710
Re: Image-ExifTool make test fails
Hi, I have a really interesting opportunity for configuration managers who have experience with configuration tools in a high tech company. If you are interested, or know any one who might be - contact me: Ran Peled, 972-54-2270760 ran@mishoo.co.il Good Luck!
Write a response
Posted on Fri Jul 28 20:33:27 2006 by exiftool in response to 2710
Re: Image-ExifTool make test fails
Hi Michael,

I haven't yet heard back from you, and I'm about to go away on vacation for 3 weeks, so it looks like I'll take care of this when I get back if you're still having problems then.

- Phil
Direct Responses: 2825 | Write a response
Posted on Wed Aug 23 19:03:19 2006 by exiftool in response to 2729
Re: Image-ExifTool make test fails
With the help of Kevin Myer (thanks!) I have been able to patch this problem. It turns out that on RHEL 3 the default LANG setting is UTF8 which for some reason causes images in memory to be converted to UTF-8 data.

The patch converts the image back to a byte stream if necessary, and appears in ExifTool version 6.31 which is now available from the ExifTool home page.

- Phil
Write a response