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

[imagemagick] Build fails with 'undefined reference to `fcntl64'' #1058

Closed
bmanga opened this issue Dec 2, 2019 · 3 comments
Closed

[imagemagick] Build fails with 'undefined reference to `fcntl64'' #1058

bmanga opened this issue Dec 2, 2019 · 3 comments
Labels

Comments

@bmanga
Copy link

bmanga commented Dec 2, 2019

Package and Environment Details (include every applicable attribute)

  • Package Name/Version: imagemagick/7.0.8-44
  • Operating System+version: Linux Ubuntu 18.04
  • Compiler+version: gcc-9.1
  • Conan version: conan 1.20.4
  • Python version: Python 3.7.0

Conan profile (output of conan profile show default or conan profile show <profile> if custom profile is in use)

Configuration for profile default:

[settings]
os=Linux
os_build=Linux
arch=x86_64
arch_build=x86_64
compiler=gcc
compiler.version=9
compiler.libcxx=libstdc++11
build_type=Release
[options]
[build_requires]
[env]
CXX=g++-9
CC=gcc-9

Steps to reproduce (Include if Applicable)

conan install imagemagick/7.0.8-44@bincrafters/stable --build missing

Logs (Include/Attach if Applicable)

compiler_output.txt

@bmanga bmanga added the bug label Dec 2, 2019
@bmanga
Copy link
Author

bmanga commented Dec 2, 2019

imagemagick/7.0.8-10 installs works fine for me.

@bmanga
Copy link
Author

bmanga commented Dec 2, 2019

Actually, imagemagick/7.0.8-10 is still broken for me :( . While the package installs fine, I get a number of linker errors when using it in my project. I have attached the output.
compiler_output.txt

EDIT: It works if I set option shared=True

@Croydon
Copy link
Member

Croydon commented Oct 8, 2021

This recipe is now in the Conan Center Index.

Please migrate to the recipe version there.
If this is still an issue, please create a new issue in the Conan Center Index issue tracker.

Thanks!

https://conan.io/center/imagemagick

@Croydon Croydon closed this as completed Oct 8, 2021
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