2007/7/3, Jeffrey C. Ollie <[EMAIL PROTECTED]>:
> I've finally gotten Sofia-SIP accepted for inclusion in Fedora.
> However, I'm having some trouble getting the packages actually built.
> One problem is with building on rawhide/ppc64 systems.  The full build
> log can be found here:
>
> http://koji.fedoraproject.org/koji/getfile?taskID=54345&name=build.log
>
> The error happens when running the checks:
>
>         torture_sip.c:186: torture_sip test_manipulation() FAILED: 
> (msg_header_replace(msg, ((void *)0), (void *)sip->sip_payload, (void *)pl) 
> >= 0)
>         FAIL: torture_sip

Weird. Can you run the stuff under debugger and see why
msg_header_replace() returns here -1??

> There's also a problem building on FC-6 i386:
>
>         torture_su_root: su_select_port.c:616: su_select_port_wait_events: 
> Assertion `n == 0' failed.
>         torture_su_root: testing default (epoll) implementation
>         torture_su_root: testing epoll (epoll) implementation
>         torture_su_root: testing poll (poll) implementation
>         torture_su_root: testing select (select) implementation
>         /bin/sh: line 4: 13817 Aborted                 ${dir}$tst
>         FAIL: torture_su_root

Looks like select() does not follow my assumptions...

Could you run torture_su_root under debugger and when the assertion
fails, get the value of rset and wset and the contents of
self->sup_indices, like

(gdb) print *self->sup_readfds
(gdb) print *self->sup_writefds
(gdb) print *rset
(gdb) print *wset
(gdb) print self->[EMAIL PROTECTED]>sup_max_indices

> The full build log for this run can be found:
> http://buildsys.fedoraproject.org/logs/fedora-6-extras/34720-sofia-sip-1.12.6-7.fc6/i386/build.log



-- 
Pekka.Pessi mail at nokia.com

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to