Project

General

Profile

Actions

Bug #1641

closed

integration tests: failed to install applications

Added by Hila Ben Abraham almost 10 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Integration Tests
Target version:
Start date:
05/26/2014
Due date:
% Done:

100%

Estimated time:

Description

./install_apps.py install_all fails:

First, script fails to install NFD, but that can be solved by adding

os.system("git submodule init && git submodule update")

before configuring nfd in install_helpers/install_NFD.py

Second, after solving the previous error, the script still fails when installing ndn-traffic-generator:

[3/7] cxx: src/ndn-traffic-server.cpp -> build/src/ndn-traffic-server.cpp.2.o
In file included from ../src/ndn-traffic-server.cpp:20:0:
../src/logger.hpp:112:17: error: field ‘m_logFile’ has incomplete type
../src/logger.hpp: In member function ‘void ndn::Logger::shutdownLogger()’:
../src/logger.hpp:30:9: error: ‘m_logFile’ was not declared in this scope
.
.
.
Waf: Leaving directory `/home/hila/nfd_prepare/ndn-traffic-generator/build'
Build failed
Actions

Also available in: Atom PDF