View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000652 | Pgpool-II | Bug | public | 2020-10-08 05:59 | 2020-10-09 15:04 |
| Reporter | 9607835 | Assigned To | Muhammad Usama | ||
| Priority | low | Severity | minor | Reproducibility | always |
| Status | assigned | Resolution | open | ||
| Platform | x86_64 | OS | Windows | OS Version | CYGWIN_NT-10.0 |
| Product Version | 4.1.4 | ||||
| Summary | 0000652: Non-posix headers are not cross-platform compatible. | ||||
| Description | You are currently using 'net/route.h', however this header file is not defined in the Portable Operating System Interface (POSIX) as of version POSIX.1-2008 (a.k.a. IEEE Std 1003.1-2008 a.k.a. The Open Group Technical Standard Base Specifications, Issue 7). Please remove non-compliant code. POSIX has all you should need to implement the code properly, anything else is a risk for software bloat. | ||||
| Additional Information | [...] $ make [...] wd_if.c:42:10: fatal error: net/route.h: No such file or directory 42 | #include <net/route.h> | ^~~~~~~~~~~~~ compilation terminated. [...] | ||||
| Tags | Makefile, pgpool-II | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2020-10-08 05:59 | 9607835 | New Issue | |
| 2020-10-08 05:59 | 9607835 | Tag Attached: Makefile | |
| 2020-10-08 05:59 | 9607835 | Tag Attached: pgpool-II | |
| 2020-10-09 15:04 | administrator | Assigned To | => Muhammad Usama |
| 2020-10-09 15:04 | administrator | Status | new => assigned |