View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002854 | unreal | ircd | public | 2006-03-17 01:28 | 2006-04-09 14:31 |
Reporter | toshio | Assigned To | syzop | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | i386 | OS | Debian Linux | OS Version | v3.1 Sarge |
Product Version | 3.2.4 | ||||
Fixed in Version | 3.2.5 | ||||
Summary | 0002854: chroot compilation broken | ||||
Description | Can't compile a chrooted unreal ircd (3.2.4). After make finishes it gives me an error about an undefined reference to `ircd_res_init'. Upon further investigating I found out that `res_init.c' has been removed (along with a few others). Which are needed for a chroot compilation or at least for the `ircd_res_init' function. | ||||
Steps To Reproduce | Edit config.h add: #define CHROOTDIR #define IRC_UID 1000 #define IRC_GID 1000 Build as normal. <snip> ircd.o: In function `main':/home/tspoor/source/unrealircd/Unreal3.2/src/ircd.c:948: undefined reference to `ircd_res_init' collect2: ld returned 1 exit status </snip> | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2006-03-17 01:28 | toshio | New Issue | |
2006-03-17 06:30 | syzop | Status | new => acknowledged |
2006-04-02 16:49 | syzop | Relationship added | child of 0002748 |
2006-04-09 14:31 | syzop | Status | acknowledged => resolved |
2006-04-09 14:31 | syzop | Fixed in Version | => 3.2.5 |
2006-04-09 14:31 | syzop | Resolution | open => fixed |
2006-04-09 14:31 | syzop | Assigned To | => syzop |
2006-04-09 14:31 | syzop | Note Added: 0011496 |