|
Bugzilla – Full Text Bug Listing |
| Summary: | bake should check for libpcap-dev before building ccnx | ||
|---|---|---|---|
| Product: | bake | Reporter: | Tom Henderson <tomh> |
| Component: | bakeconf.xml | Assignee: | Daniel Camara <daniel.camara> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | ns-bugs, tazaki |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
(In reply to comment #0) > Solution probably involves putting configuration check for the header pcap.h > and prompting the user to install libpcap-dev or libpcap-devel if missing. changeset 167 739d70ae5e53 tries to fix this issue. |
Building ccnx on a machine without libpcap-dev (pcap.h) will cause a failure that does not hint at the underlying dependency problem. >> Building ccnx - Problem > Subprocess failed with error 2: ['make', '-j' -'1' ...] Solution probably involves putting configuration check for the header pcap.h and prompting the user to install libpcap-dev or libpcap-devel if missing.