#37642: py-scikits-bvp_solver: New port -------------------------------+----------------------------------- Reporter: macsforever2000@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: py-scikits-bvp_solver -------------------------------+----------------------------------- I am working on a new port and having problems building it. It is a python module which requires Fortran. Here is the build error I am seeing when attempting to build with the +gcc47 variant: {{{ /opt/local/bin/gfortran-mp-4.7 -Wall build/temp.macosx-10.8-x86_64-2.7/build/src.macosx-10.8-x86_64-2.7/scikits/bvp_solver/lib/bvp_solverfmodule.o build/temp.macosx-10.8-x86_64-2.7/build/src.macosx-10.8-x86_64-2.7/fortranobject.o build/temp.macosx-10.8-x86_64-2.7/scikits/bvp_solver/lib/BVP_M.o build/temp.macosx-10.8-x86_64-2.7/scikits/bvp_solver/lib/BVP_INTERFACE.o build/temp.macosx-10.8-x86_64-2.7/scikits/bvp_solver/lib/lampak.o build/temp.macosx-10.8-x86_64-2.7/scikits/bvp_solver/lib/BVP_LA.o build/temp.macosx-10.8-x86_64-2.7/build/src.macosx-10.8-x86_64-2.7/scikits/bvp_solver/lib /bvp_solverf-f2pywrappers2.o -L/opt/local/lib/gcc47/gcc/x86_64-apple- darwin12/4.7.2 -lgfortran -o build/lib.macosx-10.8-x86_64-2.7/scikits/bvp_solver/bvp_solverf.so Undefined symbols for architecture x86_64: "_PyArg_ParseTupleAndKeywords", referenced from: _f2py_rout_bvp_solverf_bvp_guess_1_wrap in bvp_solverfmodule.o _f2py_rout_bvp_solverf_bvp_guess_2_wrap in bvp_solverfmodule.o _f2py_rout_bvp_solverf_bvp_bvp_eval_wrap in bvp_solverfmodule.o _f2py_rout_bvp_solverf_bvp_bvp_solver_wrap in bvp_solverfmodule.o _f2py_rout_bvp_solverf_bvp_bvp_extend_wrap in bvp_solverfmodule.o "_PyCObject_AsVoidPtr", referenced from: _initbvp_solverf in bvp_solverfmodule.o _F2PyCapsule_AsVoidPtr in fortranobject.o "_PyCObject_FromVoidPtr", referenced from: _fortran_getattr in fortranobject.o _F2PyCapsule_FromVoidPtr in fortranobject.o "_PyCObject_Type", referenced from: _initbvp_solverf in bvp_solverfmodule.o _F2PyCapsule_Check in fortranobject.o "_PyComplex_Type", referenced from: _int_from_pyobj.part.1 in bvp_solverfmodule.o _double_from_pyobj.part.0 in bvp_solverfmodule.o "_PyDict_DelItemString", referenced from: _fortran_setattr in fortranobject.o "_PyDict_GetItemString", referenced from: _fortran_getattr in fortranobject.o "_PyDict_New", referenced from: _PyFortranObject_New in fortranobject.o _PyFortranObject_NewAsAttr in fortranobject.o _fortran_setattr in fortranobject.o "_PyDict_SetItemString", referenced from: _initbvp_solverf in bvp_solverfmodule.o _fortran_getattr in fortranobject.o _F2PyDict_SetItemString in fortranobject.o _PyFortranObject_New in fortranobject.o _fortran_setattr in fortranobject.o "_PyErr_Clear", referenced from: _cb_fsub_in_bvp_solver_wrap__user__routines in bvp_solverfmodule.o _cb_dbcdyp_in_bvp_solver_wrap__user__routines in bvp_solverfmodule.o _cb_bcsubp_in_bvp_solver_wrap__user__routines in bvp_solverfmodule.o _cb_bcsub_in_bvp_solver_wrap__user__routines in bvp_solverfmodule.o _cb_dbcdy_in_bvp_solver_wrap__user__routines in bvp_solverfmodule.o _cb_fsubp_in_bvp_solver_wrap__user__routines in bvp_solverfmodule.o _cb_dfdy_in_bvp_solver_wrap__user__routines in bvp_solverfmodule.o ... }}} -- Ticket URL: <https://trac.macports.org/ticket/37642> MacPorts <http://www.macports.org/> Ports system for Mac OS