Opened 8 years ago

Last modified 2 years ago

#52321 closed defect

coccinelle : Configure failure (ac_nonexistent.h) — at Version 2

Reported by: skycrawl@… Owned by: g5pw@…
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: Cc:
Port: coccinelle

Description (last modified by mf2k (Frank Schima))

Hello. Seems like I failed to install the port. This is the relevant part from the log:

configure:4073: checking how to run the C preprocessor
configure:4104: /usr/bin/clang -E -I/opt/local/include conftest.c
configure:4104: $? = 0
configure:4118: /usr/bin/clang -E -I/opt/local/include conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
         ^
1 error generated.
configure:4118: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "coccinelle"
| #define PACKAGE_TARNAME "coccinelle"
| #define PACKAGE_VERSION "1.0.4"
| #define PACKAGE_STRING "coccinelle 1.0.4"
| #define PACKAGE_BUGREPORT "cocci@systeme.lip6.fr"
| #define PACKAGE_URL "http://coccinelle.lip6.fr/"
| #define PACKAGE "coccinelle"
| #define VERSION "1.0.4"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4143: result: /usr/bin/clang -E
configure:4163: /usr/bin/clang -E -I/opt/local/include conftest.c
configure:4163: $? = 0
configure:4177: /usr/bin/clang -E -I/opt/local/include conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
         ^
1 error generated.
configure:4177: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "coccinelle"
| #define PACKAGE_TARNAME "coccinelle"
| #define PACKAGE_VERSION "1.0.4"
| #define PACKAGE_STRING "coccinelle 1.0.4"
| #define PACKAGE_BUGREPORT "cocci@systeme.lip6.fr"
| #define PACKAGE_URL "http://coccinelle.lip6.fr/"
| #define PACKAGE "coccinelle"
| #define VERSION "1.0.4"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>

Change History (2)

comment:1 Changed 8 years ago by mf2k (Frank Schima)

Owner: changed from macports-tickets@… to g5pw@…
Summary: Configure failure (ac_nonexistent.h)coccinelle : Configure failure (ac_nonexistent.h)

In the future, please use WikiFormatting and Cc the port maintainers (port info --maintainers coccinelle), if any.

comment:2 Changed 8 years ago by mf2k (Frank Schima)

Description: modified (diff)
Note: See TracTickets for help on using tickets.