[hipl-dev] [Bug 1379360] Re: make check fails in Ubuntu 14.04

  • From: "Juhani Toivonen" <dmarc-noreply@xxxxxxxxxxxxx> (Redacted sender "juhani.toivonen@xxxxxxxxxxxxxx" for DMARC)
  • To: hipl-dev@xxxxxxxxxxxxx
  • Date: Thu, 09 Oct 2014 17:14:57 -0000

Ubuntu 12.04 --
scolphoy@farnsworth:/usr/lib$ pkg-config --cflags --libs check
 -lcheck_pic  

Ubuntu 14.04 --
hipuser@ubuntu:~/src/hipl$ pkg-config --cflags --libs check
-pthread  -pthread -lcheck_pic -lrt -lm

Running ./configure CFLAGS="-pthread  -pthread -lcheck_pic -lrt -lm"
seems to make at least some tests run. They are a lot less verbose than
on Ubuntu 12.04, and I'm not entirely sure yet if the tests are actually
run, or simply marked as passed.

make  check-TESTS
make[2]: Entering directory `/home/hipuser/src/hipl'
make[3]: Entering directory `/home/hipuser/src/hipl'
PASS: test/check_hipd
PASS: test/check_hipfw
PASS: test/check_libcore
PASS: test/check_libhipl
PASS: tools/hipdnsproxy/dnsproxy.py
PASS: tools/hipdnsproxy/hosts.py
PASS: tools/hipdnsproxy/util.py
PASS: tools/hipdnsproxy/resolvconf.py
PASS: tools/hipdnsproxy/resolvconf_test.py
PASS: tools/hipdnsproxy/dnsproxy_test.py
make[4]: Entering directory `/home/hipuser/src/hipl'
make  all-am
make[5]: Entering directory `/home/hipuser/src/hipl'
make[5]: Leaving directory `/home/hipuser/src/hipl'
make[4]: Leaving directory `/home/hipuser/src/hipl'
============================================================================
Testsuite summary for HIP for Linux 1.0.8
============================================================================
# TOTAL: 11
# PASS:  11
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================

-- 
You received this bug notification because you are a member of HIPL core
team, which is subscribed to HIPL.
https://bugs.launchpad.net/bugs/1379360

Title:
  make check fails in Ubuntu 14.04

Status in Host Identity Protocol for Linux:
  New

Bug description:
  Running "make check" does not execute really anything in trusty:

  ============================================================================
  Testsuite summary for HIP for Linux 1.0.8
  ============================================================================
  # TOTAL: 0
  # PASS:  0
  # SKIP:  0
  # XFAIL: 0
  # FAIL:  0
  # XPASS: 0
  # ERROR: 0
  ============================================================================

To manage notifications about this bug go to:
https://bugs.launchpad.net/hipl/+bug/1379360/+subscriptions

Other related posts: