Bug 1316227

Summary: module not found
Product: [Fedora] Fedora Reporter: Didier Fabert (tartare) <didier.fabert>
Component: sectoolAssignee: Orphan Owner <extras-orphan>
Status: CLOSED EOL QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 23CC: dkopecek, jhrozek, pvrabec, xbarry
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-06-13 14:16:05 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Didier Fabert (tartare) 2016-03-09 17:44:56 UTC
Description of problem:
sectool crash

Version-Release number of selected component (if applicable):
0.9.5-16.fc23

How reproducible:
always


Steps to Reproduce:
1. just install sectool 
2.
3.

Actual results:
Traceback (most recent call last):
  File "/usr/sbin/sectool", line 48, in <module>
    import import_marker
ImportError: No module named import_marker

Expected results:
running application

Additional info:

Comment 1 Didier Fabert (tartare) 2016-03-10 11:04:15 UTC
After installing pygobject2 package, direct import of module slip.dbus.service works and sectool run as expected.

here is the portion of code

try:
    # try to import the module installed in the system
    import slip.dbus.service
except ImportError:
    # try to find the module in the unpacked source tree
    import sys
    import os.path
    import import_marker

import_maker module cannot be found but who's care now ....

So can I suggest to manually add pygobject2 to dependency in spec file

thanks

Comment 2 Fedora Admin XMLRPC Client 2016-06-13 12:51:34 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 3 Fedora Admin XMLRPC Client 2016-06-13 14:13:04 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 4 Daniel Kopeček 2016-06-13 14:16:05 UTC
The sectool project is no longer developed nor maintained upstream. As a replacement, try the OpenSCAP project (https://www.open-scap.org) and its sectool SCL content (openscap-content-sectool package).