Closed regro-cf-autotick-bot closed 4 years 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.
This is a sha mismatch that seems to be common to more than just aarch. Can you update the main recepe first in an other PR
CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
364 CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
365 CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
366 -- Configuring incomplete, errors occurred!
367 See also "$SRC_DIR/build/CMakeFiles/CMakeOutput.log".
368 -- Cache values
369 // Path to a program.
370 CMAKE_MAKE_PROGRAM:FILEPATH=CMAKE_MAKE_PROGRAM-NOTFOUND
I think you need to add make
as a dependency.
+docker run -v /home/travis/build/conda-forge/hepmc3-feedstock/recipe:/home/conda/recipe_root:ro,z -v /home/travis/build/conda-forge/hepmc3-feedstock:/home/conda/feedstock_root:rw,z -e CONFIG -e BINSTAR_TOKEN -e HOST_USER_ID -e UPLOAD_PACKAGES -e GIT_BRANCH -e UPLOAD_ON_BRANCH -e CI condaforge/linux-anvil-ppc64le bash /home/conda/feedstock_root/.scripts/build_steps.sh
267Unable to find image 'condaforge/linux-anvil-ppc64le:latest' locally
268latest: Pulling from condaforge/linux-anvil-ppc64le
269
270Status: Downloaded newer image for condaforge/linux-anvil-ppc64le:latest
271standard_init_linux.go:190: exec user process caused "exec format error"
272The command "if [[ ${PLATFORM} =~ .*linux.* ]]; then ./.scripts/run_docker_build.sh; fi" exited with 1.
273
274
275
+docker run -v /home/travis/build/conda-forge/hepmc3-feedstock/recipe:/home/conda/recipe_root:ro,z -v /home/travis/build/conda-forge/hepmc3-feedstock:/home/conda/feedstock_root:rw,z -e CONFIG -e BINSTAR_TOKEN -e HOST_USER_ID -e UPLOAD_PACKAGES -e GIT_BRANCH -e UPLOAD_ON_BRANCH -e CI condaforge/linux-anvil-ppc64le bash /home/conda/feedstock_root/.scripts/build_steps.sh 267Unable to find image 'condaforge/linux-anvil-ppc64le:latest' locally 268latest: Pulling from condaforge/linux-anvil-ppc64le 269 270Status: Downloaded newer image for condaforge/linux-anvil-ppc64le:latest 271standard_init_linux.go:190: exec user process caused "exec format error" 272The command "if [[ ${PLATFORM} =~ .linux. ]]; then ./.scripts/run_docker_build.sh; fi" exited with 1. 273 274 275
This one can be ignored. Only Travis CI.com has POWER machines, .org has x86 and ignores the arch flag in the configuration.
This feedstock is being rebuilt as part of the aarch64/ppc64le migration
cc: @conda-forge/arm-arch
Please don't close this PR without reaching out the the ARM migrators first