View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000874 | LDMud 3.6 | Compilation, Installation | public | 2020-01-10 22:24 | 2022-10-06 18:18 |
| Reporter | realms-mud | Assigned To | Gnomi | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | unable to reproduce | ||
| Platform | x64 | OS | Solaris | OS Version | 11.4 |
| Summary | 0000874: Compile of 3.6.x fails due to IDN dependency on Solaris 11.4 | ||||
| Description | Compilation fails on Solaris for pkg-idna.c: gcc -I/export/mud/database/x64/include -fwrapv -Dsolaris -Wall -Wparentheses -Wshadow -Wstrict-overflow=2 -DMUD_LIB='"/export/mud/testing/lib"' -DBINDIR='"/export/mud/testing/bin"' -DERQ_DIR='"/export/mud/testing/libexec"' -c pkg-idna.c pkg-idna.c:20:10: fatal error: idna.h: No such file or directory 20 | #include <idna.h> | ^~~~~~~~ compilation terminated. *** Error code 1 make: Fatal error: Command failed for target `pkg-idna.o' This can be resolved by calling gcc with the flag: -I/usr/include/idn | ||||
| Steps To Reproduce | On a modern Solaris host, get the driver distribution and cd into the src directory: # ./update-autoconf.sh # ./configure <with whatever options> # make | ||||
| Tags | No tags attached. | ||||
|
|
It seems that the configure script needs to search for the idna include files. We don't have any Solaris machines to our disposal to investigate that. Can you provide a patch to our autoconf scripts, that'll do that? |
|
|
Closing due to insufficient information to reproduce and fix this. Please reopen with more information if this issue persists. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2020-01-10 22:24 | realms-mud | New Issue | |
| 2021-04-16 19:24 | Gnomi | Status | new => feedback |
| 2021-04-16 19:24 | Gnomi | Note Added: 0002595 | |
| 2021-04-16 19:48 | zesstra | Project | LDMud => LDMud 3.6 |
| 2022-10-06 18:18 | Gnomi | Assigned To | => Gnomi |
| 2022-10-06 18:18 | Gnomi | Status | feedback => closed |
| 2022-10-06 18:18 | Gnomi | Resolution | open => unable to reproduce |
| 2022-10-06 18:18 | Gnomi | Note Added: 0002688 |