On Wed, Feb 15, 2017 at 8:04 AM, jan matejek <jmatejek@suse.com> wrote:
On 15.2.2017 13:58, jan matejek wrote:
hello,
well, many things changed since 13.2 ;) but none that would seem relevant to this.
On 15.2.2017 12:48, Greg Freemyer wrote:
log2timeline.py Traceback (most recent call last): File "/usr/bin/log2timeline.py", line 24, in <module> from plaso.frontend import log2timeline ImportError: cannot import name log2timeline
this is as plain as you can get: a module is missing. In particular, the file "%{python_sitelib}/plaso/frontend/log2timeline.py" does not exist.
Looking at the spec for python-plaso, this just miiiight be because it's being deleted in the %install phase ;)
looking at it closer, you seem to delete files that "also exist" as executables in %_bindir. This is a mistake. These are different files -- implementations of CLI interfaces as supposed to some library components or something. Do not remove them.
m.
Thanks a lot Jan. No idea why I was deleting those, but it must have been to address an old plaso install bug. I clearly haven't used any of those front-ends since I updated the package from 1.4 to 1.5. Greg -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org