<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:11pt;color:#006fc9;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>Hi All,</p>
<p>I get below errors on `make check`:</p>
<p><br>
</p>
<p></p>
<div>make[5]: Entering directory '/tmp/openscap-1.2.14/tests/API/SEAP'</div>
<div>FAIL: test_api_seap.sh</div>
<div>============================================================================</div>
<div>Testsuite summary for openscap 1.2.14</div>
<div>============================================================================</div>
<div># TOTAL: 1</div>
<div># PASS:  0</div>
<div># SKIP:  0</div>
<div># XFAIL: 0</div>
<div># FAIL:  1</div>
<div># XPASS: 0</div>
<div># ERROR: 0</div>
<div>============================================================================</div>
<div>See tests/API/SEAP/test-suite.log</div>
<div>Please report to open-scap-list@redhat.com</div>
<div>============================================================================</div>
<div>Makefile:1440: recipe for target 'test-suite.log' failed</div>
<div>make[5]: *** [test-suite.log] Error 1</div>
<div>make[5]: Leaving directory '/tmp/openscap-1.2.14/tests/API/SEAP'</div>
<div>Makefile:1546: recipe for target 'check-TESTS' failed</div>
<div>make[4]: *** [check-TESTS] Error 2</div>
<div>make[4]: Leaving directory '/tmp/openscap-1.2.14/tests/API/SEAP'</div>
<div>Makefile:1619: recipe for target 'check-am' failed</div>
<div>make[3]: *** [check-am] Error 2</div>
<div>make[3]: Leaving directory '/tmp/openscap-1.2.14/tests/API/SEAP'</div>
<div>Makefile:1006: recipe for target 'check-recursive' failed</div>
<div>make[2]: *** [check-recursive] Error 1</div>
<div>make[2]: Leaving directory '/tmp/openscap-1.2.14/tests/API'</div>
<div>Makefile:1015: recipe for target 'check-recursive' failed</div>
<div>make[1]: *** [check-recursive] Error 1</div>
<div>make[1]: Leaving directory '/tmp/openscap-1.2.14/tests'</div>
<div>Makefile:1283: recipe for target 'check-recursive' failed</div>
<div>make: *** [check-recursive] Error 1</div>
<div><br>
</div>
<br>
<p></p>
<p><br>
</p>
<p>I compiled OpenSCAP on Ubuntu 14.04 following the steps below:</p>
<p><br>
</p>
<p></p>
<div>sudo aptitude -y install build-essential \</div>
<div>                         gcc \</div>
<div>                         libcurl4-gnutls-dev \</div>
<div>                         libxml2-dev \</div>
<div>                         libxslt-dev \</div>
<div>                         libpcre++-dev \</div>
<div>                         libbz2-dev \</div>
<div>                         swig \</div>
<div>                         python-dev \</div>
<div>                         libcap-dev \</div>
<div>                         librpm-dev \</div>
<div>                         libapt-pkg-dev \</div>
<div>                         libblkid-dev \</div>
<div>                         libdbus-1-dev \</div>
<div>                         libgcrypt-dev \</div>
<div>                         libprocps-dev</div>
<div><br>
</div>
<div><br>
</div>
<div>sudo wget https://github.com/OpenSCAP/openscap/releases/download/1.2.14/openscap-1.2.14.tar.gz</div>
<div>sudo gunzip openscap-1.2.14.tar.gz</div>
<div>sudo tar -xvf openscap-1.2.14.tar</div>
<div>cd openscap-1.2.14</div>
<div>sudo ./configure --prefix=/usr</div>
<div>sudo make</div>
<div>sudo make install</div>
<br>
<p></p>
<p>Am I missing any library?</p>
<p><br>
</p>
<p>If I run process58_tests, I get below errors:</p>
<p><br>
</p>
<p></p>
<div>W: oscap:     Can't receive message: 103, Software caused connection abort.</div>
<div>OpenSCAP Error: Probe with PID=11899 has been killed with signal 11 [sch_pipe.c:173]</div>
<div>Probe with PID=11899 has core dumped. [sch_pipe.c:177]</div>
<div>Item corresponding to object 'oval:com.test.test:obj:1' from test 'oval:test.test:tst:9' has an unknown flag. This may indicate a bug in OpenSCAP. [oval_resultTest.c:908]</div>
<div><br>
</div>
<div>Any pointers?</div>
<div><br>
</div>
<div>Thanks and regards,</div>
<div>Pravin Goyal</div>
<br>
<p></p>
</div>
</body>
</html>