Bug 1610

Summary: bake should check for libpcap-dev before building ccnx
Product: bake Reporter: Tom Henderson <tomh>
Component: bakeconf.xmlAssignee: Daniel Camara <daniel.camara>
Status: RESOLVED WORKSFORME    
Severity: normal CC: ns-bugs, tazaki
Priority: P5    
Version: unspecified   
Hardware: All   
OS: All   

Description Tom Henderson 2013-03-25 12:16:48 UTC
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.
Comment 1 Hajime Tazaki 2013-03-26 06:51:01 UTC
(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.