Created attachment 802567 [details] build.log (ppc, 0.6.22-r1) ================================================================ libexif command line interface 0.6.22: test/test-suite.log ================================================================ # TOTAL: 12 # PASS: 11 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: check-add-tags.sh ======================= Create an empty EXIF tag block Wrote file 'add-tag-src.out.jpg'. Create SHORT value Create SHORT value array Create SHORT value (enum) Create SHORT value (hex tag) Create SHORT value (decimal tag) Create SHORT value (tag title) Create LONG value Create RATIONAL value Create RATIONAL value array Create SRATIONAL value Create UNDEFINED value Create UNDEFINED value array Create ASCII value Create ASCII value (User Comment) Must be 14 tags: 14 Test invalid RATIONAL--not enough components Too few components specified (need 2, found 1) Test invalid RATIONAL--not digits Numeric value expected Test invalid SHORT--no value Too few components specified (need 1, found 0) Test invalid SHORT--invalid tag Setting a value for this tag is unsupported! Test invalid RATIONAL--too many components Warning; Too many components specified! Create invalid ASCII--too large Too much EXIF data (66264 bytes). Only 65535 bytes are allowed. 1,18c1,18 < 0x010e The image description < 0x011a 6.0 < 0x013e 4.5, 6.3 < 0x0212 YCbCr4:2:0 < 0x011b 72 < 0x0128 Inch < 0x9204 -1.50 EV < 0x9286 The user comment < 0xa000 Unknown FlashPix Version < 0xa002 64 < 0xa301 Directly photographed < 0xa401 2 < 0xa402 Manual exposure < 0xa403 Manual white balance < 0xa405 12345 < 0xa406 Night scene < 0x9000 Exif Version 2.1 < 0xa001 Uncalibrated --- > Image Description The image description > X-Resolution 6.0 > White Point 4.5, 6.3 > YCbCr Sub-Sampling YCbCr4:2:0 > Y-Resolution 72 > Resolution Unit Inch > Exposure Bias -1.50 EV > User Comment The user comment > FlashPixVersion Unknown FlashPix Version > Pixel X Dimension 64 > Scene Type Directly photographed > Custom Rendered 2 > Exposure Mode Manual exposure > White Balance Manual white balance > Focal Length in 35mm Film 12345 > Scene Capture Type Night scene > Exif Version Exif Version 2.1 > Color Space Uncalibrated FAILED (1). Test complete: status 1 FAIL check-add-tags.sh (exit status: 1)
Created attachment 802570 [details] test-suite.log (ppc, 0.6.22-r1)
Created attachment 802573 [details] emerge --info
Created attachment 802621 [details] build.log (ppc64, 0.6.22-r1) Same testfailure on ppc64.
Created attachment 907079 [details] emerge --info
Created attachment 907080 [details] build.log (ppc, 0.6.22-r1)
Created attachment 907986 [details, diff] use_uint_for_ids.patch Turns out this is already fixed upstream by https://github.com/libexif/exif/commit/dce6c3a6b3178b2c0206aa9180a51fdcda7fb19f#diff-c92b3ff3d9dc5e97996c00f6d1b558d213e8e62cbf9bb0a9dc13f3a01856d855L482 and https://github.com/libexif/exif/commit/dcce831dfe5d12dbf355a08db0b7dc307782f9f0#diff-c92b3ff3d9dc5e97996c00f6d1b558d213e8e62cbf9bb0a9dc13f3a01856d855R600 The attached patch combines the 2 small upstream fixes and makes the test pass.