-
Notifications
You must be signed in to change notification settings - Fork 988
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
[bug] conan.tools.gnu.Autotools.install()
doesn't work if build machine is Windows
#12153
Comments
This was referenced Sep 20, 2022
SpaceIm
added a commit
to SpaceIm/conan-center-index
that referenced
this issue
Sep 20, 2022
DESTDIR manually injected due to conan-io/conan#12153
conan-center-bot
pushed a commit
to conan-io/conan-center-index
that referenced
this issue
Sep 28, 2022
* conan v2 support * typo * refactor slightly * fix MinGW build DESTDIR manually injected due to conan-io/conan#12153 * workaround to update PlatformToolset in vcxproj files * fix install for compiler=msvc * remove WindowsTargetPlatformVersion in 5.2.4 * add ugly tricks for MSBuild * test custom CMake variables in conan generator variables from https://cmake.org/cmake/help/latest/module/FindLibLZMA.html must be defined LIBLZMA_HAS_AUTO_DECODER, LIBLZMA_HAS_EASY_ENCODER & LIBLZMA_HAS_LZMA_PRESET are not modeled for the moment * typo * set win_bash in build_requirements
kayoub5
pushed a commit
to kayoub5/conan-center-index
that referenced
this issue
Sep 29, 2022
* conan v2 support * typo * refactor slightly * fix MinGW build DESTDIR manually injected due to conan-io/conan#12153 * workaround to update PlatformToolset in vcxproj files * fix install for compiler=msvc * remove WindowsTargetPlatformVersion in 5.2.4 * add ugly tricks for MSBuild * test custom CMake variables in conan generator variables from https://cmake.org/cmake/help/latest/module/FindLibLZMA.html must be defined LIBLZMA_HAS_AUTO_DECODER, LIBLZMA_HAS_EASY_ENCODER & LIBLZMA_HAS_LZMA_PRESET are not modeled for the moment * typo * set win_bash in build_requirements
System-Arch
pushed a commit
to System-Arch/conan-center-index
that referenced
this issue
Oct 7, 2022
* conan v2 support * typo * refactor slightly * fix MinGW build DESTDIR manually injected due to conan-io/conan#12153 * workaround to update PlatformToolset in vcxproj files * fix install for compiler=msvc * remove WindowsTargetPlatformVersion in 5.2.4 * add ugly tricks for MSBuild * test custom CMake variables in conan generator variables from https://cmake.org/cmake/help/latest/module/FindLibLZMA.html must be defined LIBLZMA_HAS_AUTO_DECODER, LIBLZMA_HAS_EASY_ENCODER & LIBLZMA_HAS_LZMA_PRESET are not modeled for the moment * typo * set win_bash in build_requirements
I stumbled upon this when trying to switch to |
Hi @SpaceIm I'm trying to reproduce the issue (and the test from the PR linked), and I was wondering what your |
Closed by #12193 |
SpaceIm
added a commit
to SpaceIm/conan-center-index
that referenced
this issue
Feb 6, 2023
- use new stdcpp_library() instead of legacy one (since conan 1.54.0) - write custom _sha256sum() function to avoid relying on legacy conans.tools.sha256sum() conan function - remove workaround for conan-io/conan#12642 (fixed in conan 1.57.0) - remove workaround for conan-io/conan#12153 (fixed in conan 1.54.0)
3 tasks
conan-center-bot
pushed a commit
to conan-io/conan-center-index
that referenced
this issue
Feb 7, 2023
- use new stdcpp_library() instead of legacy one (since conan 1.54.0) - write custom _sha256sum() function to avoid relying on legacy conans.tools.sha256sum() conan function - remove workaround for conan-io/conan#12642 (fixed in conan 1.57.0) - remove workaround for conan-io/conan#12153 (fixed in conan 1.54.0)
sabelka
pushed a commit
to sabelka/conan-center-index
that referenced
this issue
Feb 12, 2023
- use new stdcpp_library() instead of legacy one (since conan 1.54.0) - write custom _sha256sum() function to avoid relying on legacy conans.tools.sha256sum() conan function - remove workaround for conan-io/conan#12642 (fixed in conan 1.57.0) - remove workaround for conan-io/conan#12153 (fixed in conan 1.54.0)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment Details (include every applicable attribute)
Steps to reproduce (Include if Applicable)
conan create . xz_utils/5.2.5@ -pr mingw_profile
Fix: convert to unix_path
conanfile.package_folder
inconan/conan/tools/gnu/autotools.py
Line 58 in 8aeea22
Logs (Executed commands with output) (Include/Attach if Applicable)
The text was updated successfully, but these errors were encountered: