https://bugzilla.redhat.com/show_bug.cgi?id=994152

Ralf Corsepius <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #10 from Ralf Corsepius <[email protected]> ---
Package fails to build on f20:
...
src/process.cpp: In function 'void process::send_file(ev_loop*, ev_io*, int)':
src/process.cpp:1096:22: error: 'sendfile' is not a member of 'os'
     ssize_t length = os::sendfile(s, fd, offset, size);
...

Further issues:

* The compiler is invoked with broken arguments:
... -I.//include -I -I/src -I -I   ...

The -I.//include doesn't look cosher, but real issue here is the subsequent "-I
without arguments":
# touch foo.cc
# gcc -o foo.o -c foo.cc -I
gcc: error: missing path after ā€˜-I’

You are only not seeing this error with this package, because these "-I"'s
swallow their next argument (which happen to be further -I's):
# gcc -o foo.o -c foo.cc -I -I


* consider to append --disable-static to %configure
This avoids building the static libs and thus cuts down compilation times by
ca. factor 2.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=n0lBjXOgaY&a=cc_unsubscribe
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to