Source: disque
Version: 1.0~rc1-2
Followup-For: Bug #810022

On a presumably related note, disque's test suite fails on several
architectures because the cleanup code misfires:

  «TIME»> Killing two nodes: couldn't execute "kill": no such file or directory
      while executing
  "exec kill -9 $pid"
      (procedure "kill_instance" line 8)
      invoked from within
  "kill_instance disque 5"
      ("uplevel" body line 2)
      invoked from within
  "uplevel 1 $code"
      (procedure "test" line 6)
      invoked from within
  "test "Killing two nodes" {
      kill_instance disque 5
      kill_instance disque 6
  }"
      (file "../tests/01-faildet.tcl" line 3)
      invoked from within
  "source $test"
      (procedure "run_tests" line 9)
      invoked from within
  "run_tests"
      (procedure "main" line 6)
      invoked from within
  "main"
  Cleaning up...
  Makefile:194: recipe for target 'test' failed
  make[1]: *** [test] Error 1

Please either force use of the shell's kill builtin by running

sh -c "kill -9 $pid"

or declare a build dependency on procps.

On several other architectures, the build doesn't even get as far as
running the test suite; I'll report those failures separately.

Reply via email to