Bug #2667
closedSuricata-Update needs pyyaml
Description
Hello!
Long time listener, first-time caller.
I think I may have found an issue in suricata-update.
The documentation in github and on readthedocs states that you should just be able to run pip install --upgrade suricata-update, and everything should work fine. However, I've come to notice that suricata-update would fail to run as a part of make install-full and the script would exit stating that pyyaml is not installed. Upon installing pyyaml, everything appears to work fine. So I don't know if this is PEBKAC, a docbug, or what, but.. I didn't see any open bugs about this, so I wanted to make sure this got visibility.
Operating System(s): Ubuntu 16.04.5 and 18.04.1
Problem: suricata-update does not run as a part of make install-full. make install-full exits with nonzero status and suricata-update doesn't run. output claims that pyyaml is required.
Resolution: pip install pyyaml appears to resolve this issue. Either suricata-update needs to resolve this dependency, or pyyaml dependency should be added to documentation (assuming this isn't a problem specific to me)
Updated by Andreas Herz almost 6 years ago
- Subject changed from Suricata-Update to Suricata-Update needs pyyaml
Updated by Jason Ish almost 6 years ago
- Assignee changed from Jason Ish to Shivani Bhardwaj
- Priority changed from Normal to High
- Difficulty set to low
This one is a bit tricky. When suricata-update is installed standalone with pip, the PyYAML dependency should be picked up.
However, when installed bundled I'm not sure if this is what we should do. I think we should just detect this depedency sooner and error out with a better message telling the user what to do, just like installing other build-time requirements.
Then packagers will have to add this to follow suit.
We'll first fix up the pip install case, then look at the "make install-full" when bundled use case.
Updated by Jason Ish almost 6 years ago
- Status changed from New to Closed
- Target version set to 1.0.1
Updated by Kenneth Kolano almost 6 years ago
This likely should have also closed out: https://redmine.openinfosecfoundation.org/issues/2667