ngircd 23 on Debian Potato / Kernel 2.2.19
by Götz Hoffart
the executable works ("runs") as expected --+
tests run successfully ("make check") --+ |
ngIRCd compiles ("make") --+ | |
./configure works --+ | | |
| | | |
Platform Compiler ngIRCd Date Tester C M T R *
--------------------------- ------------ ---------- -------- -------- - - - - -
i686/pc/linux-gnu 2.95.2 23 15-12-23 goetz Y Y Y Y 1
# cat /etc/debian_version
2.2
# uname -a
Linux potato 2.2.19 #1 Sat Jun 9 13:04:06 EST 2001 i686 unknown
# ldd src/ngircd/ngircd
libc.so.6 => /lib/libc.so.6 (0x40015000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
6 years, 7 months
ngircd 23 on ArchLinux
by Goetz Hoffart
[root@ba ngircd-23]# ./contrib/platformtest.sh
platformtest.sh: Checking ngIRCd base source directory ...
platformtest.sh: - source directory: ./contrib/..
platformtest.sh: - working directory: /root/src/ngircd-23
platformtest.sh: Checking for GIT tree ...
platformtest.sh: Checking for "./contrib/../configure" script ...
platformtest.sh: Running "./contrib/../configure" script ...
platformtest.sh: Running "make" ...
ar: `u' modifier ignored since `D' is the default (see `U')
ar: `u' modifier ignored since `D' is the default (see `U')
ar: `u' modifier ignored since `D' is the default (see `U')
platformtest.sh: Running "make check" ...
the executable works ("runs") as expected --+
tests run successfully ("make check") --+ |
ngIRCd compiles ("make") --+ | |
./configure works --+ | | |
| | | |
Platform Compiler ngIRCd Date Tester C M T R *
--------------------------- ------------ ---------- -------- -------- - - - - -
x86_64/unknown/linux-gnu gcc 5.3.0 23 15-12-14 root Y Y y Y 1
platformtest.sh: Warning: Some tests have been skipped!
]# uname -a
Linux ba 4.2.5-1-ARCH #1 SMP PREEMPT Tue Oct 27 08:13:28 CET 2015 x86_64 GNU/Linux
6 years, 8 months