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

This package is incompatible with libtiff 4.4 #30

Closed
1 task done
hmaarrfk opened this issue May 31, 2022 · 0 comments · Fixed by #32
Closed
1 task done

This package is incompatible with libtiff 4.4 #30

hmaarrfk opened this issue May 31, 2022 · 0 comments · Fixed by #32
Labels

Comments

@hmaarrfk
Copy link
Contributor

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

./Source/Metadata/XTIFF.cpp:			if((unsigned)_TIFFDataSize(tif_tag_type) != FreeImage_TagDataWidth(tag_type)) {
./Source/LibTIFF4/tiffiop.h:extern int _TIFFDataSize(TIFFDataType type);
./Source/LibTIFF4/tif_dir.c:		tv_size = _TIFFDataSize(fip->field_type);
./Source/LibTIFF4/tif_dirinfo.c:_TIFFDataSize(TIFFDataType type)
./Source/LibTIFF4/tif_print.c:					    _TIFFDataSize(fip->field_type)

uses _TIFFDataSize which is removed from libtiff 4.4
https://gitlab.com/libtiff/libtiff/-/commit/11f3f279608ae9e68f014717393197f430f9be58

conda-forge/libtiff-feedstock#78

Installed packages

libtiff 4.4
freeimage 3.18

Environment info

libtiff 4.4
freeimage 3.18
@hmaarrfk hmaarrfk added the bug label May 31, 2022
@hmaarrfk hmaarrfk mentioned this issue May 31, 2022
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant