conda-forge / ctng-compilers-feedstock

A conda-smithy repository for ctng-compilers.
BSD 3-Clause "New" or "Revised" License
12 stars 26 forks source link

enable unprefixed executables for windows #137

Closed isuruf closed 3 months ago

isuruf commented 3 months ago

Checklist

conda-forge-webservices[bot] commented 3 months ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

github-actions[bot] commented 3 months ago

Hi! This is the friendly conda-forge automerge bot!

Commits were made to this PR after the automerge label was added. For security reasons, I have disabled automerge by removing the automerge label. Please add the automerge label again (or ask a maintainer to do so) if you'd like to enable automerge again!

github-actions[bot] commented 3 months ago

Hi! This is the friendly conda-forge automerge bot!

I considered the following status checks when analyzing this PR:

Thus the PR was passing and merged! Have a great day!

h-vetinari commented 3 months ago

There's a whole bunch of SafetyErrors for DLLs in the windows-native build (plus a clobber between binutils_impl_win-64 & libgcc-13.2.0)

``` Packaging gcc Reloading output folder (local): ...working... done Solving environment (_h_env): ...working... done ## Package Plan ## environment location: /home/conda/feedstock_root/build_artifacts/gcc_compilers_1718321610251/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho The following NEW packages will be INSTALLED: _openmp_mutex: 4.5-2_gnu local binutils_impl_win-64: 2.40-hd1c8def_3 conda-forge gcc_impl_win-64: 13.2.0-h5ae647a_9 local ld_impl_win-64: 2.40-hfc8bec6_3 conda-forge libgcc: 13.2.0-h1383e82_9 local libgcc-devel_win-64: 13.2.0-hd2b4ab7_109 local libgomp: 13.2.0-h1383e82_9 local libstdcxx: 13.2.0-h904f734_9 local libwinpthread: 12.0.0.r2.ggc561118da-h57928b3_7 conda-forge m2w64-sysroot_win-64: 12.0.0.r2.ggc561118da-h7428d3b_7 conda-forge mingw-w64-ucrt-x86_64-crt-git: 12.0.0.r2.ggc561118da-h7428d3b_7 conda-forge mingw-w64-ucrt-x86_64-headers-git: 12.0.0.r2.ggc561118da-h7428d3b_7 conda-forge mingw-w64-ucrt-x86_64-windows-default-manifest: 6.4-he206cdd_7 conda-forge mingw-w64-ucrt-x86_64-winpthreads-git: 12.0.0.r2.ggc561118da-h7428d3b_7 conda-forge ucrt: 10.0.22621.0-h57928b3_0 conda-forge Preparing transaction: ...working... done Verifying transaction: ...working... SafetyError: The package for ucrt located at /home/conda/feedstock_root/build_artifacts/pkg_cache/ucrt-10.0.22621.0-h57928b3_0 appears to be corrupted. The path 'Library/bin/api-ms-win-core-console-l1-1-0.dll' has an incorrect size. reported size: 21984 bytes actual size: 12288 bytes [same for all api-ms-win-* DLLs] SafetyError: The package for ucrt located at /home/conda/feedstock_root/build_artifacts/pkg_cache/ucrt-10.0.22621.0-h57928b3_0 appears to be corrupted. The path 'Library/bin/ucrtbase.dll' has an incorrect size. reported size: 1123808 bytes actual size: 1114112 bytes SafetyError: The package for libwinpthread located at /home/conda/feedstock_root/build_artifacts/pkg_cache/libwinpthread-12.0.0.r2.ggc561118da-h57928b3_7 appears to be corrupted. The path 'Library/bin/libwinpthread-1.dll' has an incorrect size. reported size: 61614 bytes actual size: 56832 bytes SafetyError: The package for libgomp located at /home/conda/feedstock_root/build_artifacts/pkg_cache/libgomp-13.2.0-h1383e82_9 appears to be corrupted. The path 'Library/bin/libgomp-1.dll' has an incorrect size. reported size: 1428382 bytes actual size: 215552 bytes SafetyError: The package for libgcc located at /home/conda/feedstock_root/build_artifacts/pkg_cache/libgcc-13.2.0-h1383e82_9 appears to be corrupted. The path 'Library/bin/libatomic-1.dll' has an incorrect size. reported size: 274113 bytes actual size: 29696 bytes SafetyError: The package for libgcc located at /home/conda/feedstock_root/build_artifacts/pkg_cache/libgcc-13.2.0-h1383e82_9 appears to be corrupted. The path 'Library/bin/libgcc_s_seh-1.dll' has an incorrect size. reported size: 713165 bytes actual size: 90624 bytes SafetyError: The package for libgcc located at /home/conda/feedstock_root/build_artifacts/pkg_cache/libgcc-13.2.0-h1383e82_9 appears to be corrupted. The path 'Library/bin/libquadmath-0.dll' has an incorrect size. reported size: 1049775 bytes actual size: 312320 bytes SafetyError: The package for libstdcxx located at /home/conda/feedstock_root/build_artifacts/pkg_cache/libstdcxx-13.2.0-h904f734_9 appears to be corrupted. The path 'Library/bin/libstdc++-6.dll' has an incorrect size. reported size: 20609078 bytes actual size: 1647616 bytes ClobberError: This transaction has incompatible packages due to a shared path. packages: conda-forge/win-64::binutils_impl_win-64-2.40-hd1c8def_3, local/win-64::libgcc-13.2.0-h1383e82_9 path: 'Library/share/info/dir' ```
github-actions[bot] commented 3 months ago

Hi! This is the friendly conda-forge automerge bot!

Commits were made to this PR after the automerge label was added. For security reasons, I have disabled automerge by removing the automerge label. Please add the automerge label again (or ask a maintainer to do so) if you'd like to enable automerge again!