Hello
I am setting up RT on a fresh Ubuntu machine and I am having some issues when I run make fixdeps
to download all the missing dependencies.
starting new worker 52991
received TERM, sending TERM to all workers:52991
worker 52991 died, status:0
exiting
t/10-bindaddr.t ........ 1/? start_server (pid:52992) starting now...
starting new worker 52993
received TERM, sending TERM to all workers:52993
worker 52993 died, status:0
exiting
t/10-bindaddr.t ........ ok
t/11-specified-fd.t .... start_server (pid:52995) starting now...
socket is duplicated to file descriptor 0
starting new worker 52996
t/11-specified-fd.t .... 1/4 received TERM, sending TERM to all workers:52996
worker 52996 died, status:15
exiting
t/11-specified-fd.t .... ok
t/12-stop.t ............ start_server (pid:52998) starting now...
starting new worker 53001
t/12-stop.t ............ 1/2 stop_server (pid:52997) stopping now (pid:53000)...
received TERM, sending TERM to all workers:53001
worker 53001 died, status:15
exiting
t/12-stop.t ............ ok
t/13-unix-daemonize.t .. start_server (pid:53003) starting now...
starting new worker 53006
t/13-unix-daemonize.t .. 1/1 stop_server (pid:53002) stopping now (pid:53005)...
received TERM, sending TERM to all workers:53006
worker 53006 died, status:15
exiting
t/13-unix-daemonize.t .. ok
t/14-without-port.t .... start_server (pid:53008) starting now...
starting new worker 53009
t/14-without-port.t .... 1/2
# Failed test at t/14-without-port.t line 29.
#
# ''
# doesn't match '(?^m:^env: found$)'
#
# Failed test at t/14-without-port.t line 30.
#
# ''
# doesn't match '(?^m:^server_ports: empty$)'
#
# Looks like you failed 2 tests of 2.
#
It has been stuck here for a while. As I said all I have done is download the request tracker release then ./configure
, make testdeps
and then make fixdeps
. Should I have installed something manually before running this? I have restarted ``make fixdeps``` and it does have some stuff downloaded so far, but if anyone has any insight it would be appreciated.