dolfin-cmake-find_path.patch incompatible with source

Issue #723 invalid
pierre joyot created an issue

Hello,

I have a problem compiling dolfin using hashdist method :

An extract of my fenics.yaml file :

dolfin:
build_with: |
  hdf5, parmetis, petsc, petsc4py, suitesparse, scotch, slepc, slepc4py, vtk, zlib
with_find_path: true

the error:

[dolfin] Building dolfin/u2p6qm3rnskg, follow log with: [dolfin] tail -f /home/pjoyot-jessie/.hashdist/tmp/dolfin-u2p6qm3rnskg-3/_hashdist/build.log [dolfin|ERROR] Command '[u'/bin/bash', '_hashdist/build.sh']' returned non-zero exit status 1 [dolfin|ERROR] command failed (code=1); raising

the log file

tail -f /home/pjoyot-jessie/.hashdist/tmp/dolfin-u2p6qm3rnskg-3/_hashdist/build.log 2016/08/17 17:42:00 - INFO: [package:run_job] patching file cmake/modules/FindMPI.cmake 2016/08/17 17:42:00 - INFO: [package:run_job] patching file cmake/modules/FindPETSc.cmake 2016/08/17 17:42:00 - INFO: [package:run_job] patching file cmake/modules/FindParMETIS.cmake 2016/08/17 17:42:00 - INFO: [package:run_job] patching file cmake/modules/FindSCOTCH.cmake 2016/08/17 17:42:00 - INFO: [package:run_job] patching file cmake/modules/FindSLEPc.cmake 2016/08/17 17:42:00 - INFO: [package:run_job] patching file cmake/modules/FindUMFPACK.cmake 2016/08/17 17:42:00 - INFO: [package:run_job] Hunk #1 FAILED at 17. 2016/08/17 17:42:00 - INFO: [package:run_job] 1 out of 1 hunk FAILED -- saving rejects to file cmake/modules/FindUMFPACK.cmake.rej 2016/08/17 17:42:00 - ERROR: [package:run_job] Command '[u'/bin/bash', '_hashdist/build.sh']' returned non-zero exit status 1 2016/08/17 17:42:00 - ERROR: [package:run_job] command failed (code=1); raising

in fact the file ..../.hashdist/tmp/dolfin-u2p6qm3rnskg-3/cmake/modules/FindUMFPACK.cmake

and the patch file ..../.hashdist/tmp/dolfin-u2p6qm3rnskg-3/_hashdist/dolfin-cmake-find_path.patch

seems to be incompatible since commit 359dd167c53da43e7751ac9f28a11f699d000df0 on 5 Jun 2015

Sincerely yours

Pierre Joyot

Comments (1)

  1. Log in to comment