Bug 206492
| Summary: | Review Request: ssss - Shamir's secret sharing scheme | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Paul Wouters <paul> |
| Component: | Package Review | Assignee: | Jochen Schmitt <jochen> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Package Reviews List <fedora-package-review> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | tomspur |
| 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: | 2006-09-16 06:24:21 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
Paul Wouters
2006-09-14 18:04:42 UTC
Good: + rpmlint don't complaints source rpm. Bad: - Local build complaints: cc1: error: unrecognized command line option "-fasynchronous-unwind-tables/-O2" Fehler: Fehler-Status beim Beenden von /var/tmp/rpm-tmp.11940 (%build) Thanks for checking the package. It was an odd error on my end. I used:
gcc $RPM_OPT_FLAGS/%{optflags} -lgmp -o ssss-split ssss.c
Of course, I should have used either $RPM_OPT_FLAGS or %{optflags}
Oddly enough, it built fine on my x86_64 with those broken flags. But I fixed it
now:
Spec URL: ftp://ftp.xelerance.com/ssss/ssss.spec
SRPM URL: ftp://ftp.xelerance.com/ssss/ssss-0.5-2.src.rpm
*** This bug has been marked as a duplicate of 206494 *** Marking as bug #201449 actually not, it was approved in https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=206494 ssss is in fedora, so don't block FE-DEADREVIEW |