[Bro-Dev] [JIRA] (BIT-1394) Github commit seems to have possible configure issues?

Ventz Petkov (JIRA) jira at bro-tracker.atlassian.net
Thu May 7 16:30:00 PDT 2015


    [ https://bro-tracker.atlassian.net/browse/BIT-1394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=20603#comment-20603 ] 

Ventz Petkov commented on BIT-1394:
-----------------------------------

Vlad,

Thanks. The proxy is definitely an issue (but I think there is something else going on -- see bellow) -- I had first exported the http_proxy and https_proxy env variables, and then had the git global config ones set. Both still fail, but I think that makes sense since it's looking for git:// links.

#############################################
With debug on: (see *bold*)

git clone --recursive https://github.com/bro/bro.git
Cloning into 'bro'...
remote: Counting objects: 70598, done.
remote: Compressing objects: 100% (24/24), done.
remote: Total 70598 (delta 7), reused 0 (delta 0), pack-reused 70571
Receiving objects: 100% (70598/70598), 50.23 MiB | 12.93 MiB/s, done.
Resolving deltas: 100% (46910/46910), done.
Checking connectivity... done.
Submodule 'aux/binpac' (git://git.bro.org/binpac) registered for path 'aux/binpac'
Submodule 'aux/bro-aux' (git://git.bro.org/bro-aux) registered for path 'aux/bro-aux'
Submodule 'aux/broccoli' (git://git.bro.org/broccoli) registered for path 'aux/broccoli'
Submodule 'aux/broctl' (git://git.bro.org/broctl) registered for path 'aux/broctl'
Submodule 'aux/broker' (git://git.bro.org/broker) registered for path 'aux/broker'
Submodule 'aux/btest' (git://git.bro.org/btest) registered for path 'aux/btest'
Submodule 'aux/plugins' (git://git.bro.org/bro-plugins) registered for path 'aux/plugins'
Submodule 'cmake' (git://git.bro.org/cmake) registered for path 'cmake'
Submodule 'src/3rdparty' (git://git.bro.org/bro-3rdparty) registered for path 'src/3rdparty'
Cloning into 'aux/binpac'...
*fatal: unable to connect to git.bro.org:
git.bro.org[0: 192.150.187.43]: errno=No route to host*

*Clone of 'git://git.bro.org/binpac' into submodule path 'aux/binpac' failed*
#############################################


I was going to say I am assuming this is the problem, however, when I download the "zip" from github (vs checking anything out) and try that, same errors.

wget 'https://github.com/bro/bro/archive/master.zip'

and then unzip that and try to do the same:

# ./configure --with-pcap=/opt/pfring
Build Directory : build
Source Directory: /root/ventz-install-stuff/bro-master
CMake Error at CMakeLists.txt:7 (include):
  include could not find load file:

    cmake/CommonCMakeConfig.cmake


CMake Error at CMakeLists.txt:52 (include):
  include could not find load file:

    FindRequiredPackage


-- Found sed: /bin/sed
CMake Error at CMakeLists.txt:64 (FindRequiredPackage):
  Unknown CMake command "FindRequiredPackage".


-- Configuring incomplete, errors occurred!


> Github commit seems to have possible configure issues?
> ------------------------------------------------------
>
>                 Key: BIT-1394
>                 URL: https://bro-tracker.atlassian.net/browse/BIT-1394
>             Project: Bro Issue Tracker
>          Issue Type: Problem
>          Components: Bro
>    Affects Versions: git/master
>         Environment: * Dell C6220 (PER blade: 128GB of ram | 2 socket | 16 cores per socket | 2-10G cards)
> * Ubuntu 14.04.2 LTS system
> * Feeding in 20Gb/s links
> * PF_RING-6.0.3 compiled into /opt/pfring
> Packages installed from base (other than SSH during select-install):
> build-essential libnuma-dev pkg-config cmake make gcc g++ swig flex bison libpcap-dev libgeoip-dev libssl-dev python-dev zlib1g-dev libmagic-dev swig2.0 libgoogle-perftools-dev google-perftools libxml2-dev libcurl4-gnutls-dev mailutils
> Have also added GeoIP databases manually.
> pfring loaded with modprobe:
> modprobe pf_ring enable_tx_capture=0 min_num_slots=32768
>            Reporter: Ventz Petkov
>            Priority: Low
>         Attachments: CMakeOutput.log
>
>
> When checking out latest master branch (https://github.com/bro/bro/commit/1e66c6718a98675fb838205a5e55220e9794eeb7), and given the above environment, error at configure:
> ########################################################
> bro# ./configure --with-pcap=/opt/pfring
> Build Directory : build
> Source Directory: /root/install/bro
> CMake Error at CMakeLists.txt:7 (include):
>   include could not find load file:
>     cmake/CommonCMakeConfig.cmake
> CMake Error at CMakeLists.txt:52 (include):
>   include could not find load file:
>     FindRequiredPackage
> -- Found sed: /bin/sed
> CMake Error at CMakeLists.txt:64 (FindRequiredPackage):
>   Unknown CMake command "FindRequiredPackage".
> -- Configuring incomplete, errors occurred!
> See also "/root/install/bro/build/CMakeFiles/CMakeOutput.log".
> ########################################################
> Attaching log file "CMakeOutput.log"



--
This message was sent by Atlassian JIRA
(v6.5-OD-03-002#65000)


More information about the bro-dev mailing list