[nanomsg] Error on Arch Linux Raspberry Pi

  • From: Beatrice Devaux <beaboite@xxxxxxxxx>
  • To: nanomsg@xxxxxxxxxxxxx
  • Date: Fri, 25 Apr 2014 14:17:26 +1000

[root@alarmpi nanomsg-0.3-beta]# make check

make  tests/inproc tests/inproc_shutdown tests/ipc tests/ipc_shutdown
tests/tcp tests/tcp_shutdown tests/pair tests/pubsub tests/reqrep
tests/pipeline tests/survey tests/bus tests/block tests/term tests/timeo
tests/iovec tests/msg tests/prio tests/poll tests/device tests/emfile
tests/domain tests/trie tests/list tests/hash tests/symbol tests/separation
tests/zerocopy tests/shutdown

make[1]: Entering directory '/root/nanomsg-0.3-beta'

  CC       tests/inproc.o

  CCLD     tests/inproc

  CC       tests/inproc_shutdown.o

  CCLD     tests/inproc_shutdown

  CC       tests/ipc.o

  CCLD     tests/ipc

  CC       tests/ipc_shutdown.o

  CCLD     tests/ipc_shutdown

  CC       tests/tcp.o

  CCLD     tests/tcp

  CC       tests/tcp_shutdown.o

  CCLD     tests/tcp_shutdown

  CC       tests/pair.o

  CCLD     tests/pair

  CC       tests/pubsub.o

  CCLD     tests/pubsub

  CC       tests/reqrep.o

  CCLD     tests/reqrep

  CC       tests/pipeline.o

  CCLD     tests/pipeline

  CC       tests/survey.o

  CCLD     tests/survey

  CC       tests/bus.o

  CCLD     tests/bus

  CC       tests/block.o

  CCLD     tests/block

  CC       tests/term.o

  CCLD     tests/term

  CC       tests/timeo.o

  CCLD     tests/timeo

  CC       tests/iovec.o

  CCLD     tests/iovec

  CC       tests/msg.o

  CCLD     tests/msg

  CC       tests/prio.o

  CCLD     tests/prio

  CC       tests/poll.o

  CCLD     tests/poll

  CC       tests/device.o

  CCLD     tests/device

  CC       tests/emfile.o

  CCLD     tests/emfile

  CC       tests/domain.o

  CCLD     tests/domain

  CC       tests/trie.o

  CCLD     tests/trie

  CC       tests/list.o

  CCLD     tests/list

  CC       tests/hash.o

  CCLD     tests/hash

  CC       tests/symbol.o

  CCLD     tests/symbol

  CC       tests/separation.o

  CCLD     tests/separation

  CC       tests/zerocopy.o

  CCLD     tests/zerocopy

  CC       tests/shutdown.o

  CCLD     tests/shutdown

make[1]: Leaving directory '/root/nanomsg-0.3-beta'

make  check-TESTS

make[1]: Entering directory '/root/nanomsg-0.3-beta'

make[2]: Entering directory '/root/nanomsg-0.3-beta'

PASS: tests/inproc

PASS: tests/inproc_shutdown

PASS: tests/ipc

./test-driver: line 95: 18219 Aborted                 (core dumped) "$@" >
$log_file 2>&1

FAIL: tests/ipc_shutdown

PASS: tests/tcp

./test-driver: line 95: 19286 Aborted                 (core dumped) "$@" >
$log_file 2>&1

FAIL: tests/tcp_shutdown

PASS: tests/pair

PASS: tests/pubsub

PASS: tests/reqrep

PASS: tests/pipeline

PASS: tests/survey

PASS: tests/bus

PASS: tests/block

PASS: tests/term

PASS: tests/timeo

PASS: tests/iovec

PASS: tests/msg

PASS: tests/prio

PASS: tests/poll

PASS: tests/device

PASS: tests/emfile

PASS: tests/domain

PASS: tests/trie

PASS: tests/list

PASS: tests/hash

PASS: tests/symbol

PASS: tests/separation

PASS: tests/zerocopy

PASS: tests/shutdown

make[3]: Entering directory '/root/nanomsg-0.3-beta'

make[3]: Nothing to be done for 'all'.

make[3]: Leaving directory '/root/nanomsg-0.3-beta'

============================================================================

Testsuite summary for nanomsg 0.3-beta

============================================================================

*# TOTAL: 29*

# PASS:  27

# SKIP:  0

# XFAIL: 0

# FAIL:  2

# XPASS: 0

# ERROR: 0

============================================================================

See ./test-suite.log

Please report to nanomsg@xxxxxxxxxxxxx

============================================================================

Makefile:2295: recipe for target 'test-suite.log' failed

make[2]: *** [test-suite.log] Error 1

make[2]: Leaving directory '/root/nanomsg-0.3-beta'

Makefile:2401: recipe for target 'check-TESTS' failed

make[1]: *** [check-TESTS] Error 2

make[1]: Leaving directory '/root/nanomsg-0.3-beta'

Makefile:2798: recipe for target 'check-am' failed

make: *** [check-am] Error 2

Other related posts:

  • » [nanomsg] Error on Arch Linux Raspberry Pi - Beatrice Devaux