conan-center-index: [package] /<2.11.4>: installation fails on macos

Package and Environment Details (include every applicable attribute)

  • Package Name/Version: coin-utils/2.11.4
  • Operating System+version: Macos 10.15.6
  • Compiler+version: apple_clang
  • Docker image:
  • Conan version: conan 1.37.0
  • Python version: Python 3.9.5

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

[settings] os=Macos os_build=Macos arch=x86_64 arch_build=x86_64 compiler=apple-clang compiler.version=11.0 compiler.libcxx=libc++ build_type=Release [options] [build_requires] [env]

Steps to reproduce (Include if Applicable)

just do conan create . channel@name -build=coin-utils

Logs (Include/Attach if Applicable)

Click to expand log

If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR’ flag during linking and do at least one of the following:

  • add LIBDIR to the `DYLD_LIBRARY_PATH’ environment variable during execution

See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages.

make[2]: *** [install-am] Error 2 make[1]: *** [install-recursive] Error 1 make: *** [install-recursive] Error 1 ERROR: coin-utils/2.11.4: Error in package() method, line 112 autotools.install() ConanException: Error 2 while executing make install -j12

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 15 (9 by maintainers)

Most upvoted comments

autotools.install(args=["-j1"]) seems to help.