#9706: libxml2-2.9.5
-------------------------+------------------------------
 Reporter:  bdubbs@…     |       Owner:  pierre.labastie
     Type:  enhancement  |      Status:  assigned
 Priority:  normal       |   Milestone:  8.2
Component:  BOOK         |     Version:  SVN
 Severity:  normal       |  Resolution:
 Keywords:               |
-------------------------+------------------------------

Comment (by pierre.labastie):

 Replying to [comment:4 bdubbs@…]:
 > I did not see any web site queries.  I have:
 >
 > {{{
 > Total 3146 tests, no errors
 > .........
 > Total 9 tests, no errors
 > }}}
 This is where it stops on the machine where the tests hang.
 >

 >
 > For the download, I already had
 http://www.w3.org/XML/Test/xmlts20130923.tar.gz

 Same here.

 > Perhaps that's the download you refer to.

 No. I use strace, and it shows:
 {{{
 socket(AF_INET, SOCK_STREAM, IPPROTO_TCP) = 3
 fcntl(3, F_GETFL)                       = 0x2 (flags O_RDWR)
 fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK)    = 0
 connect(3, {sa_family=AF_INET, sin_port=htons(80),
 sin_addr=inet_addr("128.30.52.100")}, 16) = -1 EINPROGRESS (Operation now
 in progress)
 poll([{fd=3, events=POLLOUT}], 1, 60000) = 1 ([{fd=3, revents=POLLOUT}])
 getsockopt(3, SOL_SOCKET, SO_ERROR, [0], [4]) = 0
 sendto(3, "GET /TR/xhtml11/DTD/xhtml11.dtd "..., 85, 0, NULL, 0) = 85
 recvfrom(3, 0x159fd60, 4096, 0, NULL, NULL) = -1 EAGAIN (Resource
 temporarily un
 available)
 poll([{fd=3, events=POLLIN}], 1, 60000) = 0 (Timeout)
 recvfrom(3, 0x107a2a0, 4096, 0, NULL, NULL) = -1 EAGAIN (Resource
 temporarily unavailable)
 poll([{fd=3, events=POLLIN}], 1, 60000^C
 }}}
 I stop it since it loops doing the same thing every minute. On the machine
 where it works, I have no occurrence of xhtml11 in the strace log.

--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/9706#comment:5>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to