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

[4.3.0->4.4.0 ABI breakage?] undefined symbol: _TIFFDataSize #78

Closed
1 task done
inducer opened this issue May 31, 2022 · 6 comments
Closed
1 task done

[4.3.0->4.4.0 ABI breakage?] undefined symbol: _TIFFDataSize #78

inducer opened this issue May 31, 2022 · 6 comments
Labels

Comments

@inducer
Copy link

inducer commented May 31, 2022

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

Two CI jobs:

Symptom:

Traceback (most recent call last):
  File "/var/lib/gitlab-runner/builds/VFPjm48d/3/inducer/pytential/.miniforge3/envs/testing/lib/python3.10/site-packages/pytools/prefork.py", line 51, in call_capture_output
    raise ExecError("status {} invoking '{}': {}".format(
pytools.prefork.ExecError: status 127 invoking 'gmsh -version': gmsh: symbol lookup error: /var/lib/gitlab-runner/builds/VFPjm48d/3/inducer/pytential/.miniforge3/envs/testing/bin/../lib/./././libfreeimage.so.3: undefined symbol: _TIFFDataSize

Between those two, libtiff went from 4.3.0 to 4.4.0.

Or maybe this is https://github.com/conda-forge/freeimage-feedstock/issues depending on a symbol on which it shouldn't? Not sure.

Installed packages

(see above CI logs)

Environment info

(see above CI logs)
@hmaarrfk
Copy link
Contributor

I think libtiff removed an internal function:
https://gitlab.com/libtiff/libtiff/-/commit/11f3f279608ae9e68f014717393197f430f9be58

@hmaarrfk
Copy link
Contributor

Can you adapt the PR conda-forge/conda-forge-repodata-patches-feedstock#272 for your package?

@hmaarrfk
Copy link
Contributor

oh freeimage points to it it seems.

@hmaarrfk
Copy link
Contributor

@hmaarrfk
Copy link
Contributor

i just released a new freeimage, and I think I fixed the mentionned issue. Find build number 9.

I'm trying to patch the repo, but I don't like doing that too much since it is somwhat dangerous. I like to leave it open for a few days.

@hmaarrfk
Copy link
Contributor

Pretty confident this is fixed. Reopen if it isn't

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

No branches or pull requests

2 participants