[Bug 994152] Review Request: libprocess - Library that provides an actor style message-passing

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Ralf Corsepius <rc040203@xxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rc040203@xxxxxxxxxx



--- Comment #10 from Ralf Corsepius <rc040203@xxxxxxxxxx> ---
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
package-review@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/package-review





[Index of Archives]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]