From owner-freebsd-alpha@FreeBSD.ORG Wed Feb 18 22:21:48 2004 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1F2616A4CE; Wed, 18 Feb 2004 22:21:48 -0800 (PST) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F71443D1F; Wed, 18 Feb 2004 22:21:48 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i1J6Gpsm088441; Thu, 19 Feb 2004 01:16:52 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Randy Sato In-Reply-To: <11090661.1077139765002.JavaMail.rsato@mac.com> References: <11090661.1077139765002.JavaMail.rsato@mac.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-beDZ1XCGQLowUKR0tNNn" Organization: MarcusCom, Inc. Message-Id: <1077171704.62400.46.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 19 Feb 2004 01:21:44 -0500 X-Spam-Status: No, hits=-4.8 required=5.0 tests=BAYES_00,HTML_MESSAGE autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on creme-brulee.marcuscom.com cc: freebsd-alpha@freebsd.org cc: freebsd-gnome@freebsd.org Subject: Re: libsoup-2 X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 06:21:48 -0000 --=-beDZ1XCGQLowUKR0tNNn Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2004-02-18 at 16:29, Randy Sato wrote: > I am trying to use libsoup-2.1.5 on: >=20 > FreeBSD kirin 5.2-RELEASE FreeBSD 5.2-RELEASE #1: Mon Jan 26 11:12:57 PST= 2004 root@kirin:/usr/src/sys/alpha/compile/MYKERN alpha >=20 > The simple test program "get" fails with the message: >=20 >=20 > : 7 Connection terminated unexpectedly >=20 >=20 > The actual problem is much different. It appears that g_io_channel_read_c= hars() which I believe is just calling read() on the socket descriptor, is = returning results with extraneous data. For instance > get http://www.ximian.com should return something like: >=20 > : 200 OK > =20 >=20 >=20 >=20 >=20 >=20 > =20 > > >=20 > but instead I get: >=20 > HTTP/1.1 200 OK >=20 > Date: Tue, 17 Feb 2004 21:01:27 GMT >=20 > Server: Apache/2.0.45 (Red Hat Linux) >=20 > X-Powered-By: PHP/4.3.2 >=20 > X-Accelerated-By: PHPA/1.3.3r2 >=20 > Connection: close >=20 > Transfer-Encoding: chunked >=20 > Content-Type: text/html; charset=3DUTF-8 >=20 >=20 >=20 > 1 >=20 >=20 >=20 >=20 > 3 >=20 >=20 >=20 >=20 >=20 >=20 > 2 >=20 >=20 >=20 >=20 >=20 > 4001 >=20 > =20 > > >=20 > These extra characters mess up read_metadata() because SOUP_MESSAGE_IO_DO= UBLE_EOL is never found, and the read eventually reads till EOF and the con= nection terminates unexpectedly. >=20 > I have glib-2.2.3_1 on my system. >=20 > Tesing libsoup-2 using "get" on linux ppc and Solaris both work correctly= . >=20 > Is anybody else seeing this, or better yet any clues on how to fix this w= ould be great. I just tested my libsoup-2.1.7 port on -STABLE: FreeBSD nms-build.cisco.com 4.9-STABLE FreeBSD 4.9-STABLE #6: Sat Jan 31 21:06:36 EST 2004 =20 marcus@nms-build.cisco.com:/usr/obj/usr/src/sys/NMS-BUILD i386 And -CURRENT: FreeBSD jclarke-pc.cisco.com 5.2-CURRENT FreeBSD 5.2-CURRENT #47: Mon Feb 9 16:38:15 EST 2004 =20 marcus@jclarke-pc.cisco.com:/usr/obj/usr/src/sys/JCLARKE-PC i386 And it works fine. Note: I'm using libsoup with glib-2.3.2 from my GNOME 2.5 repo. I have not tested, nor will be testing libsoup with glib-2.2.x. Once libsoup-2.1 hits the main ports tree, glib will be at 2.4, so hopefully this shouldn't be an issue. Joe >=20 > Randy >=20 >=20 > =20 >=20 >=20 > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-beDZ1XCGQLowUKR0tNNn Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBANFX4b2iPiv4Uz4cRAto4AJ4nqkzFlROMBm7xn9MO1M3fXogG3ACffYCu vpBAQ197Bi1y7TRt2fa3wYo= =F/lJ -----END PGP SIGNATURE----- --=-beDZ1XCGQLowUKR0tNNn--