Hello,
I'm testing tcl-8.6.6 on GNU/Hurd through the GUIX package manager.

I have a question about how Debian solves the 'socket.test' test in the 'Check' phase. I've reviewed the patches and the rules file(Debian tarball), but I still can not find the way, otherwise I've opened a ticket:

http://core.tcl.tk/tcl/tktview/3001677f646fbff8637c82c9932954ce5d497234

I have the following error:

-------------------------------------------------------
socket.test


==== socket_inet6-3.1 socket conflict FAILED
==== Contents of test case:

    socket -server accept -myaddr $localhost $listen

---- Test completed normally; Return code was: 0
---- Return code should have been one of: 1
==== socket_inet6-3.1 FAILED



==== socket_inet6-11.6 socket conflict FAILED
==== Contents of test case:

    set s2 [socket -server accept -myaddr $localhost [getPort $s1]]
    list [getPort $s2] [close $s2]

---- Test completed normally; Return code was: 0
---- Return code should have been one of: 1
==== socket_inet6-11.6 FAILED

-------------------------------------------------------
Regards
_______________________________________________
Pkg-tcltk-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-tcltk-devel

Reply via email to