View Issue Details

IDProjectCategoryView StatusLast Update
0006578unrealinstallingpublic2026-01-23 13:16
Reporterikci Assigned Tosyzop  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Platformx86-64OSAlpine LinuxOS Version3.22.1
Product Version6.2.0.1 
Fixed in Version6.2.3 
Summary0006578: Failed unrealircd module install exits with code 0
DescriptionThe 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 InformationIn my case the issue occurred when running `./unrealircd module install third/anticaps`, which failed to compile.
3rd party modulesthird/anticaps

Activities

syzop

2026-01-23 08:51

administrator   ~0023604

bump

syzop

2026-01-23 13:16

administrator   ~0023605

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

Issue History

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