Actions
Bug #1641
closedintegration tests: failed to install applications
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
Updated by Junxiao Shi over 10 years ago
- Category changed from Tools to Integration Tests
- Assignee set to Hila Ben Abraham
- Target version set to v0.2
Updated by Junxiao Shi over 10 years ago
The fix for traffic generator is merged as I35d7ed69243b1e726fc74111aa5750c9f8d6f892
Updated by Hila Ben Abraham over 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.
Updated by Junxiao Shi over 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