Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=330971
J. McCann lynnsheridan132@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lynnsheridan132@gmail.com
--- Comment #7 from J. McCann lynnsheridan132@gmail.com 2012-04-25 03:10:26 EDT --- (In reply to comment #3)
And on line 93 of extrastero_impl.cc:
mFd=::open(file.c_str(), O_RDWR | O_CREAT | O_TRUNC);
yeah i had this compiling gcc 3.4.6, i did the equivalent of
mFd=::open(file.c_str(), O_RDWR , O_CREAT | O_TRUNC);
triage@lists.stg.fedoraproject.org