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

Build Failure #185

Closed
phutelmyer opened this issue Nov 28, 2021 · 2 comments
Closed

Build Failure #185

phutelmyer opened this issue Nov 28, 2021 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@phutelmyer
Copy link
Contributor

Describe the bug
When building the current iteration of Strelka, the following exception is thrown:

The command '/bin/sh -c apt-get -qq update &&     apt-get install --no-install-recommends -qq     automake     build-essential     curl     gcc     git     libtool     make     swig     python3-dev     python3-pip     python3-wheel     pkg-config     antiword     libarchive-dev     libfuzzy-dev     libmagic-dev     libssl-dev     libzbar0     python3-setuptools     redis-server     tesseract-ocr     unrar     upx     jq &&     cd /tmp/ &&     curl -OL https://exiftool.org/Image-ExifTool-12.30.tar.gz &&     tar -zxvf Image-ExifTool-12.30.tar.gz &&     cd Image-ExifTool-12.30/ &&     perl Makefile.PL &&     make &&     make install &&     cd /tmp/ &&     curl -OL https://github.com/fireeye/capa/releases/download/v$CAPA_VERSION/capa-linux &&     chmod +x /tmp/capa-linux &&     mkdir /.viv/ &&     chmod -R a+rw /.viv &&     cd /tmp/ &&     curl -OL https://s3.amazonaws.com/build-artifacts.floss.flare.fireeye.com/travis/linux/dist/floss &&     chmod +x /tmp/floss &&     cd /tmp/ &&     curl -OL https://github.com/VirusTotal/yara/archive/v$YARA_VERSION.tar.gz &&     tar -zxvf v$YARA_VERSION.tar.gz &&     cd yara-$YARA_VERSION/ &&     ./bootstrap.sh &&     ./configure --with-crypto --enable-dotnet --enable-magic &&     make && make install && make check &&     cd /tmp/ &&     curl -OL https://github.com/VirusTotal/yara-python/archive/v$YARA_PYTHON_VERSION.tar.gz &&     tar -zxvf v$YARA_PYTHON_VERSION.tar.gz &&     cd yara-python-$YARA_PYTHON_VERSION/ &&     python3 setup.py build --dynamic-linking &&     python3 setup.py install' returned a non-zero code: 2
Service 'backend' failed to build : Build failed

A dependency is causing issues in the build process.

Steps to reproduce

  1. docker-compose -f build/docker-compose.yaml up

Expected behavior
Build without failure

Screenshots
N/A

Release

  • Release: 0.25.5.17 (Build on 11/28/2021)

Additional context
Add any other context about the problem here.

@phutelmyer phutelmyer added the bug Something isn't working label Nov 28, 2021
@phutelmyer phutelmyer self-assigned this Nov 28, 2021
@phutelmyer
Copy link
Contributor Author

exiftool's source is unavailable. Move references to github releases: https://github.com/exiftool/exiftool/releases/tag/12.36

@phutelmyer
Copy link
Contributor Author

This has been fixed in #186

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant