Bug 433969
| Summary: | mbuffer failed massrebuild attempt for GCC 4.3 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jesse Keating <jkeating> |
| Component: | mbuffer | Assignee: | Alexander Dalloz <alex> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 9 | CC: | dcantrell, ftbfs, jonstanley |
| 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-07-08 04:37:45 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 433629 | ||
|
Description
Jesse Keating
2008-02-22 12:51:06 UTC
mbuffer.c:33:3: warning: #warning Your sendfile implementation does not seem to
support sending from buffers - disabling sendfile support.
mbuffer.c: In function 'debugmsg':
mbuffer.c:118: warning: ignoring return value of 'write', declared with
attribute warn_unused_result
mbuffer.c: In function 'infomsg':
mbuffer.c:135: warning: ignoring return value of 'write', declared with
attribute warn_unused_result
mbuffer.c: In function 'warningmsg':
mbuffer.c:150: warning: ignoring return value of 'write', declared with
attribute warn_unused_result
mbuffer.c: In function 'errormsg':
mbuffer.c:166: warning: ignoring return value of 'write', declared with
attribute warn_unused_result
mbuffer.c: In function 'fatal':
mbuffer.c:182: warning: ignoring return value of 'write', declared with
attribute warn_unused_result
mbuffer.c: In function 'summary':
mbuffer.c:270: warning: ignoring return value of 'write', declared with
attribute warn_unused_result
mbuffer.c: In function 'statusThread':
mbuffer.c:377: warning: ignoring return value of 'write', declared with
attribute warn_unused_result
In function 'open',
inlined from 'main' at mbuffer.c:1340:
/usr/include/bits/fcntl2.h:51: error: call to '__open_missing_mode' declared
with attribute error: open with O_CREAT in second argument needs 3
argumentsmbuffer.c:33:3: warning: #warning Your sendfile implementation does not
seem to support sending from buffers - disabling sendfile support.
mbuffer.c: In function 'debugmsg':
mbuffer.c:118: warning: ignoring return value of 'write', declared with
attribute warn_unused_result
mbuffer.c: In function 'infomsg':
mbuffer.c:135: warning: ignoring return value of 'write', declared with
attribute warn_unused_result
mbuffer.c: In function 'warningmsg':
mbuffer.c:150: warning: ignoring return value of 'write', declared with
attribute warn_unused_result
mbuffer.c: In function 'errormsg':
mbuffer.c:166: warning: ignoring return value of 'write', declared with
attribute warn_unused_result
mbuffer.c: In function 'fatal':
mbuffer.c:182: warning: ignoring return value of 'write', declared with
attribute warn_unused_result
mbuffer.c: In function 'summary':
mbuffer.c:270: warning: ignoring return value of 'write', declared with
attribute warn_unused_result
mbuffer.c: In function 'statusThread':
mbuffer.c:377: warning: ignoring return value of 'write', declared with
attribute warn_unused_result
In function 'open',
inlined from 'main' at mbuffer.c:1340:
/usr/include/bits/fcntl2.h:51: error: call to '__open_missing_mode' declared
with attribute error: open with O_CREAT in second argument needs 3 arguments
Changing version to '9' as part of upcoming Fedora 9 GA. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping *** Bug 440836 has been marked as a duplicate of this bug. *** builds as of 2008-07-03, version 20080507-2.fc10. |