Bug 1610 - bake should check for libpcap-dev before building ccnx
bake should check for libpcap-dev before building ccnx
Status: RESOLVED WORKSFORME
Product: bake
Classification: Unclassified
Component: bakeconf.xml
unspecified
All All
: P5 normal
Assigned To: Daniel Camara
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-03-25 12:16 UTC by Tom Henderson
Modified: 2013-03-26 06:51 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.