[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 16:48:34 -0000

>From config.log:

configure:11926: checking for suite_create in -lcheck
configure:11951: gcc -o conftest -g -O2   conftest.c -lcheck  -lm -lcrypto  >&5
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libcheck.a(check_pack.o):
 In function `ppack':
(.text+0x51d): undefined reference to `__pthread_register_cancel'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libcheck.a(check_pack.o):
 In function `ppack':
(.text+0x551): undefined reference to `__pthread_unregister_cancel'
collect2: error: ld returned 1 exit status
configure:11951: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HIP for Linux"
| #define PACKAGE_TARNAME "hipl"
| #define PACKAGE_VERSION "1.0.8"
| #define PACKAGE_STRING "HIP for Linux 1.0.8"
| #define PACKAGE_BUGREPORT "hipl-users@xxxxxxxxxxxxx"
| #define PACKAGE_URL ""
| #define HIPL_CONFIGURATION ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define PACKAGE "hipl"
| #define VERSION "1.0.8"
| #define HAVE_LIBCRYPTO 1
| #define HAVE_EC_CRYPTO 1
| #define HAVE_LIBM 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char suite_create ();
| int
| main ()
| {
| return suite_create ();
|   ;
|   return 0;
| }
configure:11960: result: no
configure:11970: WARNING: libcheck not found: unit tests not available

-- 
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: