View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005890 | GNUnet | build process | public | 2019-09-11 14:06 | 2021-02-28 13:41 |
Reporter | nikita | Assigned To | |||
Priority | low | Severity | minor | Reproducibility | have not tried |
Status | acknowledged | Resolution | open | ||
Summary | 0005890: some conftest tests do not include stdlib | ||||
Description | malloc on NetBSD is defined in stdlib.h, conftest currently leads to: configure:18990: checking whether unaligned 64-bit access works configure:19015: clang -o conftest -fno-strict-aliasing -Wall -g -O0 -Wno-address-of-packed-member -L/usr/pkg/lib -Wl,--unresolved-symbols=report-all conftest.c >&5 conftest.c:32:24: warning: implicitly declaring library function 'malloc' with type 'void *(unsigned long)' [-Wimplicit-function-declaration] void *bp = malloc (50); ^ conftest.c:32:24: note: include the header <stdlib.h> or explicitly provide a declaration for 'malloc' 1 warning generated. configure:19015: $? = 0 configure:19015: ./conftest configure:19015: $? = 0 configure:19026: result: yes | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2019-09-11 14:06 | nikita | New Issue | |
2019-09-11 14:06 | nikita | Assigned To | => nikita |
2019-09-11 14:06 | nikita | Status | new => assigned |
2019-09-11 16:08 | nikita | Priority | normal => low |
2021-02-28 13:34 | schanzen | Assigned To | nikita => schanzen |
2021-02-28 13:41 | schanzen | Assigned To | schanzen => |
2021-02-28 13:41 | schanzen | Assigned To | => schanzen |
2021-02-28 13:41 | schanzen | Status | assigned => acknowledged |
2021-02-28 13:41 | schanzen | Assigned To | schanzen => |