View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000104 | Pgpool-II | General | public | 2014-06-13 02:16 | 2014-06-14 10:01 |
| Reporter | Naid | Assigned To | t-ishii | ||
| Priority | normal | Severity | trivial | Reproducibility | always |
| Status | resolved | Resolution | open | ||
| OS | FreeBSD | OS Version | 10 | ||
| Summary | 0000104: Missing include in 3.3.3 sources | ||||
| Description | Make is failing to compile watchdog from pgpool-II 3.3.3 sources. Screenshot with eroor attached. In short - undefined references to WIFEXITED and WEXITSTATUS in "wd_packet.c". It seems like there is a missing #include <sys/wait.h> in that file. Adding this include solves the problem. | ||||
| Steps To Reproduce | Untar->./configure->make | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2014-06-13 02:16 | Naid | New Issue | |
| 2014-06-13 02:16 | Naid | File Added: Снимок.PNG | |
| 2014-06-13 17:33 | t-ishii | Assigned To | => t-ishii |
| 2014-06-13 17:33 | t-ishii | Status | new => assigned |
| 2014-06-14 09:34 | t-ishii | Note Added: 0000428 | |
| 2014-06-14 09:34 | t-ishii | Status | assigned => resolved |
| 2014-06-14 10:01 | t-ishii | Changeset attached | => pgpool2 master dca546e0 |