Bug 1455355
| Summary: | Compile error with protobuf 3.3.1 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Orion Poplawski <orion> |
| Component: | usbguard | Assignee: | Daniel Kopeček <dkopecek> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | dkopecek |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | usbguard-0.7.0-4.fc27 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-07-13 10:21:54 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: | |||
|
Description
Orion Poplawski
2017-05-24 22:05:42 UTC
protobuf has been updated to 3.3.1 in rawhide so usbguard is now FTBFS. Fixed in rawhide by relaxing the compiler warning settings for *.pb.cc files. -Wno-unused-parameter flags is passed to the compiler when dealing with these files. https://koji.fedoraproject.org/koji/buildinfo?buildID=918228 |