View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006578 | unreal | installing | public | 2025-09-21 01:44 | 2025-09-21 01:44 |
Reporter | ikci | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | x86-64 | OS | Alpine Linux | OS Version | 3.22.1 |
Product Version | 6.2.0.1 | ||||
Summary | 0006578: Failed unrealircd module install exits with code 0 | ||||
Description | The exit code of "./unrealircd module install" is 0 (Success) even if the command has failed | ||||
Steps To Reproduce | ./unrealircd module install some-module-that-won't-compile; echo $? The command output will end with "Fatal error encountered, see above." and one line below, the echo command will output code 0 instead of 1 | ||||
Additional Information | In my case the issue occurred when running `./unrealircd module install third/anticaps`, which failed to compile. | ||||
Tags | Module | ||||
3rd party modules | third/anticaps | ||||