Bug 433213

Summary: gpgme does not rebuild
Product: [Fedora] Fedora Reporter: Christoph Karl <pampelmuse>
Component: gpgmeAssignee: Rex Dieter <rdieter>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 8   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-02-18 13:52:57 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Christoph Karl 2008-02-17 17:23:12 UTC
Description of problem:
Trying to rebuild gpgme does not work

Version-Release number of selected component (if applicable):
gpgme-1.1.5-4.fc8.src.rpm

How reproducible:
Always

Steps to Reproduce:
mock -r fedora-8-i386 --rebuild gpgme-1.1.5-4.fc8.src.rpm 
  
Actual results:
From build.log:
[...]
PASS: t-encrypt
PASS: t-verify
Hallo Leute!
PASS: t-decrypt
t-sign.c:107: KSBA: Not found (9.27)
FAIL: t-sign
[...]

Expected results:
Clean rebuild

Additional info:

Comment 1 Rex Dieter 2008-02-17 17:33:07 UTC
clearly, it did build fine (at one time anyway) in fedora's buildsys:
http://koji.fedoraproject.org/koji/buildinfo?buildID=16097

Comment 2 Rex Dieter 2008-02-18 13:52:57 UTC
Odd, but I can confirm the problem using gpgme-1.1.6 (maybe it's the fact of
using gnupg2-2.0.8 to build).  Either way, that's the reason this comment is in
the specfile:

%check
# expect 1(+?) errors with gnupg < 1.2.4
# gpgme-1.1.6 includes one known failure (FAIL: t-sign)
make check ||:

Upstream is aware of the 'make check' failure, and said it's mostly harmless
(and should be fixed in an upcoming release).