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 #1

Updated by Junxiao Shi almost 10 years ago

  • Category changed from Tools to Integration Tests
  • Assignee set to Hila Ben Abraham
  • Target version set to v0.2
Actions #2

Updated by Junxiao Shi almost 10 years ago

The fix for traffic generator is merged as I35d7ed69243b1e726fc74111aa5750c9f8d6f892

Actions #3

Updated by Hila Ben Abraham almost 10 years ago

  • Status changed from New to Code review

Since ndn-traffic-generator was already fixed, I submitted install_NFD fix as part of #1388.

Actions #4

Updated by Junxiao Shi almost 10 years ago

  • Status changed from Code review to Closed
  • Assignee changed from Hila Ben Abraham to Yi Huang
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF