Opened 6 years ago

Closed 6 years ago

#57422 closed defect (fixed)

polyml @5.7.1_1: error: --with-system-libffi was given, but ffi.h header file cannot be found

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: pclayton (Phil Clayton)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: polyml

Description

polyml does not build:

checking for FFI... no
checking for ffi_prep_closure_loc in -lffi... yes
checking ffi.h usability... no
checking ffi.h presence... no
checking for ffi.h... no
configure: error: in `/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_lang_polyml/polyml/work/polyml-5.7.1':
configure: error: --with-system-libffi was given, but ffi.h header file cannot be found
See `config.log' for more details

Change History (2)

comment:1 Changed 6 years ago by pclayton (Phil Clayton)

Thanks for pointing this out. I have pushed a new commit to reference this ticket which should be visible in the pull request (once Github issues are resolved).

comment:2 Changed 6 years ago by Phil Clayton <phil.clayton@…>

Resolution: fixed
Status: assignedclosed

In e2dbd206802d421915402d67dff098f6a66324d5/macports-ports (master):

polyml: build requires pkgconfig to find libffi

Fixes #57422

Note: See TracTickets for help on using tickets.