Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grokj2k 13.0.1 regression test failure #367

Open
chenrui333 opened this issue Oct 19, 2024 · 2 comments
Open

grokj2k 13.0.1 regression test failure #367

chenrui333 opened this issue Oct 19, 2024 · 2 comments

Comments

@chenrui333
Copy link

👋 seeing some regression test failure of testing a tif file (it worked fine with the 13.0.0 release).

this is the test log

  ==> Testing grokj2k
  ==> /usr/bin/clang test.c -I/opt/homebrew/Cellar/grokj2k/13.0.1/include -L/opt/homebrew/Cellar/grokj2k/13.0.1/lib -lgrokj2k -o test
  ==> ./test
  ==> Downloading https://github.com/GrokImageCompression/grok-test-data/raw/43ce4cb/input/nonregression/basn6a08.tif
  ==> Downloading from https://raw.githubusercontent.com/GrokImageCompression/grok-test-data/43ce4cbd10b6a3e444cd8e85a0956d0128893aee/input/nonregression/basn6a08.tif
  /usr/bin/env /opt/homebrew/Library/Homebrew/shims/shared/curl --disable --cookie /dev/null --globoff --show-error --user-agent Homebrew/4.4.1-62-g6f17b06\ \(Macintosh\;\ arm64\ Mac\ OS\ X\ 15.0\)\ curl/8.7.1 --header Accept-Language:\ en --fail --retry 3 --remote-time --output /Users/brew/Library/Caches/Homebrew/downloads/d0995c08069135af969b0e2a84115cfbd4ba70e7490e585301568f14c2899869--basn6a08.tif.incomplete --location https://raw.githubusercontent.com/GrokImageCompression/grok-test-data/43ce4cbd10b6a3e444cd8e85a0956d0128893aee/input/nonregression/basn6a08.tif
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
  
    0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  100  7490  100  7490    0     0   845k      0 --:--:-- --:--:-- --:--:--  914k
  ==> Verifying checksum for 'd0995c08069135af969b0e2a84115cfbd4ba70e7490e585301568f14c2899869--basn6a08.tif'
  cp -p /Users/brew/Library/Caches/Homebrew/downloads/d0995c08069135af969b0e2a84115cfbd4ba70e7490e585301568f14c2899869--basn6a08.tif /private/tmp/homebrew-test_image-20241019-13188-b15voz/basn6a08.tif
  ==> /opt/homebrew/Cellar/grokj2k/13.0.1/bin/grk_compress --in-file basn6a08.tif --out-file test.jp2 --out-fmt jp2 --transfer-exif-tags
  Error: 0-19 08:43:59.779] [error] Input file format TIFF is not supported
  Error: 0-19 08:43:59.780] [error] failed to compress image
  Error: grokj2k: failed

relates to Homebrew/homebrew-core#194959

@boxerab
Copy link
Collaborator

boxerab commented Oct 19, 2024

Thanks, I have changed how the library links to libtiff. The error means that libtiff was not found. Can you post the build logs ?

@boxerab
Copy link
Collaborator

boxerab commented Oct 23, 2024

closing this - please reopen if issue persists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants