View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006578 | unreal | installing | public | 2025-09-21 01:44 | 2026-01-23 13:16 |
| Reporter | ikci | Assigned To | syzop | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Platform | x86-64 | OS | Alpine Linux | OS Version | 3.22.1 |
| Product Version | 6.2.0.1 | ||||
| Fixed in Version | 6.2.3 | ||||
| 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. | ||||
| 3rd party modules | third/anticaps | ||||
|
|
bump |
|
|
Fixed now, thanks! https://github.com/unrealircd/unrealircd/commit/ef75962a70c8ff79c04f55df7ee51dcfe14c4c30 commit ef75962a70c8ff79c04f55df7ee51dcfe14c4c30 (HEAD -> unreal60_dev, origin/unreal60_dev, origin/HEAD) Author: Bram Matthys <[email protected]> Date: Fri Jan 23 13:15:17 2026 +0100 We now use a non-zero exitcode if ./unrealircd module install ... fails Reported by ikci in https://bugs.unrealircd.org/view.php?id=6578 |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2025-09-21 01:44 | ikci | New Issue | |
| 2025-11-12 11:58 | syzop | Assigned To | => syzop |
| 2025-11-12 11:58 | syzop | Status | new => confirmed |
| 2026-01-23 08:51 | syzop | Note Added: 0023604 | |
| 2026-01-23 13:16 | syzop | Status | confirmed => resolved |
| 2026-01-23 13:16 | syzop | Resolution | open => fixed |
| 2026-01-23 13:16 | syzop | Fixed in Version | => 6.2.3 |
| 2026-01-23 13:16 | syzop | Note Added: 0023605 |