Bugzilla – Full Text Bug Listing |
Summary: | Build failed -> task in 'pybindgen(ns3 module dsr)' failed (exit status 1): | ||
---|---|---|---|
Product: | ns-3 | Reporter: | mynorkin |
Component: | aodv | Assignee: | ns-bugs <ns-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | critical | CC: | ns-bugs, tomh, vedran |
Priority: | P5 | ||
Version: | ns-3.13 | ||
Hardware: | PC | ||
OS: | Linux |
Description
mynorkin
2012-05-14 13:15:25 UTC
I solved the pybindgen generation error. However, when building the python bindings another bug occurs. Pybindgen does not support containers whose elements are of a type that has no default constructor. I need to commit this patch to make the python bindings build again. But I do not know who is the DSR maintainer. He needs to approve this patch. Tom, do you know who he is? diff -r 125866c49570 src/dsr/model/dsr-rcache.h --- a/src/dsr/model/dsr-rcache.h Tue May 15 15:53:20 2012 +0100 +++ b/src/dsr/model/dsr-rcache.h Tue May 15 16:03:15 2012 +0100 @@ -493,6 +493,8 @@ close (false) { } + + Neighbor () {} // For Python bindings }; // / Return expire time for neighbor node with address addr, if exists, else return 0. Time GetExpireTime (Ipv4Address addr); (In reply to comment #1) > > But I do not know who is the DSR maintainer. He needs to approve this patch. > Tom, do you know who he is? Yufei Cheng-- I will ask him to respond. *** Bug 1428 has been marked as a duplicate of this bug. *** *** Bug 1429 has been marked as a duplicate of this bug. *** pushed as changeset: b05792ad16f7 after Yufei's ack |