From owner-freebsd-gnome@FreeBSD.ORG Mon Apr 27 04:26:28 2009 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CEBA1106566C for ; Mon, 27 Apr 2009 04:26:28 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (marcuscom-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::1279]) by mx1.freebsd.org (Postfix) with ESMTP id 7C57C8FC0C for ; Mon, 27 Apr 2009 04:26:28 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from [IPv6:2001:470:1f00:2464::4] (shumai.marcuscom.com [IPv6:2001:470:1f00:2464::4]) by creme-brulee.marcuscom.com (8.14.3/8.14.3) with ESMTP id n3R4Rj3A018346; Mon, 27 Apr 2009 00:27:45 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Andreas Wetzel In-Reply-To: <49F51B8D.3010401@gmx.net> References: <200904261440.n3QEe27D007747@freefall.freebsd.org> <1240771175.58743.159.camel@shumai.marcuscom.com> <49F4BEF7.1030208@gmx.net> <1240780673.58743.169.camel@shumai.marcuscom.com> <49F51B8D.3010401@gmx.net> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-DgBSAeT0Oohr3FWzSGt5" Organization: MarcusCom, Inc. Date: Mon, 27 Apr 2009 00:26:32 -0400 Message-Id: <1240806392.58743.170.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1.1 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,NORMAL_HTTP_TO_IP, NO_RELAYS,WEIRD_PORT autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on creme-brulee.marcuscom.com Cc: gnome@freebsd.org Subject: Re: ports/133794: x11/gnome2: No go with automatic proxy configuration X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2009 04:26:29 -0000 --=-DgBSAeT0Oohr3FWzSGt5 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2009-04-27 at 04:42 +0200, Andreas Wetzel wrote: > Joe Marcus Clarke wrote: > > On Sun, 2009-04-26 at 22:07 +0200, Andreas Wetzel wrote: > >> Joe Marcus Clarke wrote: > >>> On Sun, 2009-04-26 at 14:40 +0000, Andreas Wetzel wrote: > >>>> The following reply was made to PR ports/133794; it has been noted b= y GNATS. > >>>> > >>>> From: Andreas Wetzel > >>>> To: bug-followup@FreeBSD.org, mickey242@gmx.net > >>>> Cc: =20 > >>>> Subject: Re: ports/133794: x11/gnome2: No go with automatic proxy co= nfiguration > >>>> Date: Sun, 26 Apr 2009 16:38:49 +0200 > >>>> > >>>> The output is always the same for all three scenarios: direct conne= ction,=20 > >>>> manual proxy configuration, auto proxy configuration: > >>>> =20 > >>>> http://www.freebsd.org > >>>> *** Unable to locate valid config! Falling back to auto-detection..= . > >>>> *** PAC found, but no active PAC runner! Falling back to direct... > >>>> direct:// > >>>> =20 > >>>> > >>>> The PAC file looks like this, and is served as content-type > >>>> 'application/x-ns-proxy-autoconfig': > >>>> =20 > >>>> function FindProxyForURL(url, host) > >>>> { > >>>> if(isPlainHostName(host) || dnsDomainIs(host, ".mydomain.t= ld")) > >>>> return "DIRECT"; > >>>> =20 > >>>> return "PROXY 10.1.1.1:3128; DIRECT"; > >>>> } > >>> Looks like you need to install one of libproxy-mozjs or libproxy-webk= it > >>> to get a PAC runner (i.e. a JavaScript engine). Try installing one o= f > >>> those, and see if you can use the PAC. > >> I have now installed libproxy-webkit, which seems to do the job: > >> > >> http://www.freebsd.org > >> http://10.6.6.1:3128 direct:// > >> > >> Well, despite the fact, that proxy still dumps core, when i press ^D > >=20 > > Did you capture a back trace with symbols? >=20 > No, how can i do this? >=20 > >> libproxy-mozjs wants to install firefox2, which i was finally glad to = get rid=20 > >> of after all, so thanks, but no thanks :) > >=20 > > At the time, all we had was firefox. Try adding libxul to the USE_GECK= O > > line, and see if you can build with libxul instead. >=20 > /usr/ports/net/libproxy-mozjs: make >=20 > Warning: libproxy does not support any gecko you > listed in WITH_GECKO=3Dlibxul. > "firefox" will be used >=20 > for gecko support, but you can change that by using one of > the following values: >=20 > firefox >=20 > Not much of a choice here :) As I said, try adding libxul to the USE_GECKO line in the Makefile. Joe >=20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-DgBSAeT0Oohr3FWzSGt5 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEABECAAYFAkn1M/YACgkQb2iPiv4Uz4eAyACbBDeOfonpeIIHMSrOUg4V/zDB O/IAmwVI1jP7EdZyMIck2O2FvA4KveQp =M2Ot -----END PGP SIGNATURE----- --=-DgBSAeT0Oohr3FWzSGt5--