Opened 11 years ago
Closed 11 years ago
#39973 closed defect (fixed)
bro: build fails on buildbot
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | tanawts@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.0 |
Keywords: | Cc: | ||
Port: | bro |
Description
The buildbot failed to build bro:
Install the project... -- Install configuration: "RelWithDebInfo" CMake Error at cmake_install.cmake:32 (if): if given arguments: "NOT" "STREQUAL" "AND" "NOT" "STREQUAL" "root" Unknown arguments specified make[1]: *** [install] Error 1
Change History (3)
comment:1 Changed 11 years ago by tanawts@…
comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
I don't know. Try downloading the whole buildbot log and comparing it the log from your system. Maybe some output from the configure phase will be different and will hint at an opportunistic dependency.
comment:3 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Adding dependencies on python27, zlib, and libgeoip in r113590 has fixed the build on the buildbots.
Note: See
TracTickets for help on using
tickets.
The port seems to build and install fine for me, what can I do to reproduce this buildbot failure so that I can patch for it?