FS#36336 - libffi include files misplaced

Attached to Project: Arch Linux
Opened by Jan Sarenik (jasan) - Tuesday, 30 July 2013, 17:08 GMT
Last edited by Jan de Groot (JGC) - Tuesday, 30 July 2013, 17:29 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Include files are installed into /usr/lib/libffi-3.0.13/include
instead of /usr/include


Additional info:
* package version: libffi 3.0.13-3


Steps to reproduce:
Download newLisp http://www.newlisp.org/downloads/newlisp-10.5.3.tgz
tar xf newlisp-*.tgz
cd newlisp-*
make
...
In file included from newlisp.c:20:0:
newlisp.h:106:19: fatal error: ffi.h: No such file or directory
# include <ffi.h>
This task depends upon

Closed by  Jan de Groot (JGC)
Tuesday, 30 July 2013, 17:29 GMT
Reason for closing:  Duplicate
Additional comments about closing:  https://bugs.archlinux.org/task/35957
Comment by Jan Sarenik (jasan) - Tuesday, 30 July 2013, 17:10 GMT
The reproduction steps have really nothing to do with it :)
You can just
ls /usr/include/ffi.h
to find it is missing even though the package is installed.
The ffi.h file is in /usr/lib/libffi-3.0.13/include/ffi.h

Loading...