-
Notifications
You must be signed in to change notification settings - Fork 480
Closed
Labels
Description
| Previous ID | SR-438 |
| Radar | None |
| Original Reporter | @drewcrawford |
| Type | Bug |
| Status | Closed |
| Resolution | Done |
Environment
Linux x64
Additional Detail from JIRA
| Votes | 0 |
| Component/s | libdispatch |
| Labels | Bug |
| Assignee | dgrove-oss (JIRA) |
| Priority | Medium |
md5: f73b104e22817c248c75626a4c20c6ba
Issue Description:
Running 'make distcheck' produces an error due to a missing linux_port.h.
I cannot find this file in the repository, so I'm not really sure what is intended to happen here.
/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../tests -I../config -I.. -I../.. -Wall -Wno-deprecated-declarations -fblocks -I/usr/include/kqueue -isystem /usr/include/bsd -DLIBBSD_OVERLAY -g -O2 -c -o dispatch_test.lo ../../tests/dispatch_test.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../tests -I../config -I.. -I../.. -Wall -Wno-deprecated-declarations -fblocks -I/usr/include/kqueue -isystem /usr/include/bsd -DLIBBSD_OVERLAY -g -O2 -c ../../tests/dispatch_test.c -fPIC -DPIC -o .libs/dispatch_test.o
In file included from ../../tests/dispatch_test.c:21:
../../tests/dispatch_test.h:26:10: fatal error: 'linux_port.h' file not found
#include <linux_port.h>
^
1 error generated.