Bug 1052429

Summary: syntax error in pod prevents rebuild on RHEL7
Product: Red Hat Enterprise Linux 7 Reporter: Pat Riehecky <riehecky>
Component: fprintdAssignee: Bastien Nocera <bnocera>
Status: CLOSED DUPLICATE QA Contact: Desktop QE <desktop-qa-list>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.0CC: csieh, misterbonnie
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-14 10:49:37 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:
Embargoed:
Attachments:
Description Flags
mock config for replication none

Description Pat Riehecky 2014-01-13 19:45:39 UTC
Created attachment 849577 [details]
mock config for replication

Description of problem: attempting to rebuld fprintd-0.5.0-1.el7 fails due to syntax error on POD document had syntax errors at /usr/bin/pod2man line 69.


Version-Release number of selected component (if applicable):fprintd-0.5.0-1.el7


How reproducible: 100%


Steps to Reproduce:
1.install minimal build environment with listed BuildRequires:
2.rpmbuild --rebuild fprintd-0.5.0-1.el7.src.rpm
3.

Actual results:
<snip>
Making check in data
make[1]: Entering directory `/builddir/build/BUILD/fprintd-0.5.0/data'
sed -e "s|\@LIBEXECDIR\@|/usr/libexec|" net.reactivated.Fprint.service.in > net.reactivated.Fprint.service
  GEN      fprintd.1
  ITMRG  net.reactivated.fprint.device.policy
fprintd.pod around line 100: =over without closing =back
POD document had syntax errors at /usr/bin/pod2man line 69.
make[1]: *** [fprintd.1] Error 255
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/builddir/build/BUILD/fprintd-0.5.0/data'
make: *** [check-recursive] Error 1
RPM build errors:
error: Bad exit status from /var/tmp/rpm-tmp.CF8jFA (%build)
    Bad exit status from /var/tmp/rpm-tmp.CF8jFA (%build)
</snip>

Expected results:
rebuilds without issue

Additional info:

Comment 2 Bastien Nocera 2014-01-14 10:49:37 UTC

*** This bug has been marked as a duplicate of bug 1048858 ***