Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 661466

Summary: app-crypt/signing-party-2.7: sig2dot is completely broken (also dead HOMEPAGE)
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: Crypto team [DISABLED] <crypto+disabled>
Status: RESOLVED INVALID    
Severity: normal CC: treecleaner
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-07-18 07:14:52 UTC
So I've been investigating why WoT graphs are on qa-reports anymore, and sig2dot script seems to be completely broken:

Print statistics to wot-stats.html.
Skipping due to regex: htdocs/output//active-devs.gpg
Skipping due to regex: ------------------------------
Use of uninitialized value $id in hash element at /usr/bin/sig2dot line 220, <> line 3.
Use of uninitialized value $id in hash element at /usr/bin/sig2dot line 224, <> line 3.
Skipping due to regex:       21A62D0C3A871228C74B5EF72CDF7FDA862B29FB
Use of uninitialized value $owner in hash element at /usr/bin/sig2dot line 233, <> line 5.
Use of uninitialized value $owner in string ne at /usr/bin/sig2dot line 242, <> line 6.
Use of uninitialized value $owner in hash element at /usr/bin/sig2dot line 243, <> line 6.
Use of uninitialized value $owner in string ne at /usr/bin/sig2dot line 246, <> line 6.
Use of uninitialized value $owner in string ne at /usr/bin/sig2dot line 242, <> line 7.
Use of uninitialized value $owner in hash element at /usr/bin/sig2dot line 243, <> line 7.
Use of uninitialized value $owner in string ne at /usr/bin/sig2dot line 246, <> line 7.
Use of uninitialized value $owner in string ne at /usr/bin/sig2dot line 242, <> line 8.
Use of uninitialized value $owner in hash element at /usr/bin/sig2dot line 243, <> line 8.
Use of uninitialized value $owner in string ne at /usr/bin/sig2dot line 246, <> line 8.
Use of uninitialized value $owner in hash element at /usr/bin/sig2dot line 233, <> line 9.
Use of uninitialized value $owner in string ne at /usr/bin/sig2dot line 242, <> line 10.
Use of uninitialized value $owner in hash element at /usr/bin/sig2dot line 243, <> line 10.
[...]


I've been trying to find a newer version but apparently the HOMEPAGE is dead and buried in an unmarked grave.
Comment 1 Kristian Fiskerstrand (RETIRED) gentoo-dev 2018-07-18 08:15:49 UTC
(In reply to Michał Górny from comment #0)
> So I've been investigating why WoT graphs are on qa-reports anymore, and
> sig2dot script seems to be completely broken:


How are you invoking it? gpg --keyid-format long --list-sigs | sig2dot.pl works fine here
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-07-18 11:12:09 UTC
Passing --keyid-format=long indeed fixes it.