|
Bugzilla – Full Text Bug Listing |
| Summary: | "Checking boost includes" weirdness | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Vedran Miletić <vedran> |
| Component: | build system | Assignee: | Gustavo J. A. M. Carneiro <gjcarneiro> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ns-bugs |
| Priority: | P5 | ||
| Version: | pre-release | ||
| Hardware: | PC | ||
| OS: | Linux | ||
|
Description
Vedran Miletić
2011-09-27 13:49:13 UTC
*sigh* the boost waf tool to detect boost libraries is "contrib" or "extra" or somesuch, and is not well maintained. This does not surprise me. :( (In reply to comment #0) > (Side note: Python bindings don't fail because of this, it's because this > installation lacks python-devel package. It would be great, if possible, if > this was somehow detected and printed.) Python bindings use PyBindGen, they are not based on Boost.Python. No reason why they should fail. changeset: 7550:2fa7219968b3 tag: tip user: Gustavo J. A. M. Carneiro <gjc@inescporto.pt> date: Wed Sep 28 14:03:25 2011 +0100 summary: Bug 1270 - "Checking boost includes" weirdness Thanks again. I didn't word stuff on Python quite right; it's unrelated. I wanted to say that Python bindings are in this case disabled for another reason, missing python-devel package and it's good that waf failure with boost doesn't affect the rest. However, it would be much better if waf could detect missing python development headers; at the moment, this results in an exception that gets logged and message "The configuration failed (complete log in /home/vedranm/bin/ns-3-allinone/ns-3-dev/build/config.log)." If it's not too hard to do it perhaps it should be created as a separate bug. (In reply to comment #4) > Thanks again. > > I didn't word stuff on Python quite right; it's unrelated. I wanted to say that > Python bindings are in this case disabled for another reason, missing > python-devel package and it's good that waf failure with boost doesn't affect > the rest. > > However, it would be much better if waf could detect missing python development > headers; at the moment, this results in an exception that gets logged and > message "The configuration failed (complete log in > /home/vedranm/bin/ns-3-allinone/ns-3-dev/build/config.log)." If it's not too > hard to do it perhaps it should be created as a separate bug. Yes, open the bug report, attach the config.log file. At least in ubuntu 11.04 this problem does not happen... |