Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Falco fails to build from source because of issues with grpc cpp plugin and libcurl #674

Closed
leodido opened this issue Jun 17, 2019 · 1 comment · Fixed by #673
Closed
Assignees
Labels

Comments

@leodido
Copy link
Member

leodido commented Jun 17, 2019

What happened:

Trying to build Falco from source into an ArchLinux does not work. It results into complaints about grpc (implicit fallthrough) and libcurl issues with libidn2.

What you expected to happen:

Falco built from source.

How to reproduce it (as minimally and precisely as possible):

Assuming the current dev branch of Falco in the Falco directory, and a sibling directory containing the current dev branch of Sysdig, just follow the basic process to build Falco from source (eg. make build && cd build && cmake .. && make).

Anything else we need to know?:

Building process also complains about libpsl w.r.t. libcurl (when removing libidn2 issue compiling libcurl with --without-libidn2 flag).

Environment:

  • Falco version (use falco --version):
0.15.3
  • OS (e.g: cat /etc/os-release):
NAME="Arch Linux"
PRETTY_NAME="Arch Linux"
ID=arch
BUILD_ID=rolling
ANSI_COLOR="0;36"
HOME_URL="https://www.archlinux.org/"
DOCUMENTATION_URL="https://wiki.archlinux.org/"
SUPPORT_URL="https://bbs.archlinux.org/"
BUG_REPORT_URL="https://bugs.archlinux.org/"
  • Kernel (e.g. uname -a):
Linux l13o1 5.1.4-arch1-1-ARCH #1 SMP PREEMPT Wed May 22 08:06:56 UTC 2019 x86_64 GNU/Linux
  • Others:
gcc 8.3.0
@fntlnz
Copy link
Contributor

fntlnz commented Jun 17, 2019

/assign @fntlnz
/assign @leodido

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants