The following happens for me on i386 and sparc64:

===>  Checking files for py-numpy-1.3.0p6
`/home/ports/distfiles/numpy-1.3.0.tar.gz' is up to date.
>> (SHA256) numpy-1.3.0.tar.gz: OK
===>  py-numpy-1.3.0p6 depends on: libf2c-* - not found
===>  Verifying install for libf2c-* in devel/libf2c
===>  Building for libf2c-3.3.5p4
...
cc -DIWASHERECFLAGS -I/usr/X11R6/include -g -nostdinc -idirafter /usr/include -c -DLabort /home/ports/pobj/libf2c-3.3.5/libf2c/f2cext.c -o libE77/Labort.o /home/ports/pobj/libf2c-3.3.5/libf2c/f2cext.c:20:17: error: f2c.h: No such file or directory
*** Error code 1

Stop in /home/ports/pobj/libf2c-3.3.5/libf2c (line 77 of /home/ports/pobj/libf2c-3.3.5/libf2c/Makefile.bsd-wrapper).
*** Error code 1


It tries to #include <f2c.h>. Fixing it to #include "f2c.h", then it goes ahead, but all the .c files in libI77 fail to compile due to error: error:
config.h: No such file or directory
error: f2c.h: No such file or directory

Not sure whether its right to use the local f2c.h, and just uncomment the inclusion of config.h?

cheers,
Sebastian

Reply via email to