From owner-freebsd-gnome@FreeBSD.ORG Fri Aug 1 10:16:28 2003 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B81B37B401 for ; Fri, 1 Aug 2003 10:16:28 -0700 (PDT) Received: from lakemtao07.cox.net (lakemtao07.cox.net [68.1.17.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACF2D43F75 for ; Fri, 1 Aug 2003 10:16:27 -0700 (PDT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.37.247]) by lakemtao07.cox.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with ESMTP id <20030801171625.SWLC26675.lakemtao07.cox.net@mezz.mezzweb.com>; Fri, 1 Aug 2003 13:16:25 -0400 To: Kevin Oberman References: <20030801161249.2A1F05D07@ptavv.es.net> Message-ID: From: Jeremy Messenger Content-Type: multipart/mixed; boundary="----------JuDuqF87QPwJbvJRAWTqpV" MIME-Version: 1.0 Date: Fri, 01 Aug 2003 12:16:35 -0500 In-Reply-To: User-Agent: Opera7.11/Linux M2 build 406 cc: FreeBSD GNOME Users Subject: Re: py-gtk2 broken on -current X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 17:16:28 -0000 ------------JuDuqF87QPwJbvJRAWTqpV Content-Type: text/plain; charset=utf-8; format=flowed Ahh, forgot to attach.. On Fri, 01 Aug 2003 12:13:52 -0500, Jeremy Messenger wrote: > On Fri, 01 Aug 2003 12:06:04 -0500, Jeremy Messenger > wrote: > >> On Fri, 01 Aug 2003 09:12:49 -0700, Kevin Oberman >> wrote: >> >>> Seems to be broken on STABLE, as well. (At least STABLE as of 7/3.) >>> >>> I tried Jeremy's py-numeric23 patch, but it made no difference. >> >> >> Are you sure the math/py-numeric/files/patch-setup.py exists? You have >> to create math/py-numeric/files by manual and patch it. > > Oh wait.... You said that it's FreeBSD 4.8-STABLE... Look at the patch- > setup.py and you will have to add 'freebsd4', so here's what new patch > should be looks like this: > > ---------------------patch-setup.py--------------------- > --- setup.py.orig Thu Jul 31 20:57:01 2003 > +++ setup.py Thu Jul 31 20:58:49 2003 > @@ -30,6 +30,8 @@ > undef_macros = ['HAVE_INVERSE_HYPERBOLIC'] > elif sys.platform in ['mac', 'beos5']: > mathlibs = [] > +elif sys.platform in ['freebsd4', 'freebsd5']: > + undef_macros = ['HAVE_INVERSE_HYPERBOLIC'] > # delete all but the first one in this list if using your own LAPACK/BLAS > sourcelist = [os.path.join('Src', 'lapack_litemodule.c'), > ---------------------patch-setup.py--------------------- > > I didn't know that the problem exist in FreeBSD 4.x too.. I don't have > it, only 5.1-CURRENT.. > >> Cheers, >> Mezz > > -- bsdforums.org 's moderator, mezz. ------------JuDuqF87QPwJbvJRAWTqpV Content-Disposition: attachment; filename="patch-setup.py" Content-Type: application/octet-stream; name="patch-setup.py" Content-Transfer-Encoding: Base64 LS0tIHNldHVwLnB5Lm9yaWcJVGh1IEp1bCAzMSAyMDo1NzowMSAyMDAzCisr KyBzZXR1cC5weQlUaHUgSnVsIDMxIDIwOjU4OjQ5IDIwMDMKQEAgLTMwLDYg KzMwLDggQEAKICAgICB1bmRlZl9tYWNyb3MgPSBbJ0hBVkVfSU5WRVJTRV9I WVBFUkJPTElDJ10KIGVsaWYgc3lzLnBsYXRmb3JtIGluIFsnbWFjJywgJ2Jl b3M1J106CiAgICAgbWF0aGxpYnMgPSBbXQorZWxpZiBzeXMucGxhdGZvcm0g aW4gWydmcmVlYnNkNCcsICdmcmVlYnNkNSddOgorICAgIHVuZGVmX21hY3Jv cyA9IFsnSEFWRV9JTlZFUlNFX0hZUEVSQk9MSUMnXQogCiAjIGRlbGV0ZSBh bGwgYnV0IHRoZSBmaXJzdCBvbmUgaW4gdGhpcyBsaXN0IGlmIHVzaW5nIHlv dXIgb3duIExBUEFDSy9CTEFTCiBzb3VyY2VsaXN0ID0gW29zLnBhdGguam9p bignU3JjJywgJ2xhcGFja19saXRlbW9kdWxlLmMnKSwK ------------JuDuqF87QPwJbvJRAWTqpV--