From owner-freebsd-questions@FreeBSD.ORG Sat Aug 2 07:54:10 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7884F37B401 for ; Sat, 2 Aug 2003 07:54:10 -0700 (PDT) Received: from lerami.lerctr.org (lerami.lerctr.org [207.158.72.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id B331343F75 for ; Sat, 2 Aug 2003 07:54:09 -0700 (PDT) (envelope-from ler@lerctr.org) Received: from lerlaptop.lerctr.org (lerlaptop.lerctr.org [207.158.72.14]) (authenticated bits=0)h72Es6GB016582; Sat, 2 Aug 2003 09:54:07 -0500 (CDT) Date: Sat, 02 Aug 2003 09:54:06 -0500 From: Larry Rosenman To: Dragoncrest , freebsd-questions@freebsd.org Message-ID: <27030000.1059836046@lerlaptop.lerctr.org> In-Reply-To: <200308021453.h72ErMg5017549@mail5.mx.voyager.net> References: <200308021453.h72ErMg5017549@mail5.mx.voyager.net> X-Mailer: Mulberry/3.1.0b5 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Subject: Re: Issue installing Python/Bittorrent X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 14:54:10 -0000 I sent a patch to tg@ and am waiting for his approval. Here's one: > --- Src/umathmodule.c.orig Sat Aug 2 01:10:09 2003 > +++ Src/umathmodule.c Sat Aug 2 01:10:43 2003 > @@ -1,9 +1,9 @@ > > +#include > #include "Python.h" > #include "Numeric/arrayobject.h" > #include "Numeric/ufuncobject.h" > #include "abstract.h" > -#include > > #ifndef CHAR_BIT > #define CHAR_BIT 8 --On Saturday, August 02, 2003 10:14:30 -0400 Dragoncrest wrote: > Roger that. Thanks. Any word on when the patch is due out? Is there a > way to go back to a previous version of BT in order to make it work? > >> There's a PR filed, and it's awaiting approval from the maintainer to >> issue a patch. >> >> LER >> >> >> --On Saturday, August 02, 2003 09:19:35 -0400 Dragoncrest >> wrote: >> >> > Well, what started all of this was my recent upgrade of Python to >> > version 2.3 as part of my portupgrade cycle. Well, as things would >> > have it, bittorrent stopped working. So I tried to force reinstall of >> > BT but it fails when installing /usr/ports/math/py-numeric. I get the >> > following series of errors. >> > >> > rc/umathmodule.c:1952: `acosh' undeclared here (not in a function) >> > Src/umathmodule.c:1952: initializer element is not constant >> > Src/umathmodule.c:1952: (near initialization for `arccosh_data[0]') >> > Src/umathmodule.c:1952: `acosh' undeclared here (not in a function) >> > Src/umathmodule.c:1952: initializer element is not constant >> > Src/umathmodule.c:1952: (near initialization for `arccosh_data[1]') >> > Src/umathmodule.c:1953: `asinh' undeclared here (not in a function) >> > Src/umathmodule.c:1953: initializer element is not constant >> > Src/umathmodule.c:1953: (near initialization for `arcsinh_data[0]') >> > Src/umathmodule.c:1953: `asinh' undeclared here (not in a function) >> > Src/umathmodule.c:1953: initializer element is not constant >> > Src/umathmodule.c:1953: (near initialization for `arcsinh_data[1]') >> > Src/umathmodule.c:1954: `atanh' undeclared here (not in a function) >> > Src/umathmodule.c:1954: initializer element is not constant >> > Src/umathmodule.c:1954: (near initialization for `arctanh_data[0]') >> > Src/umathmodule.c:1954: `atanh' undeclared here (not in a function) >> > Src/umathmodule.c:1954: initializer element is not constant >> > Src/umathmodule.c:1954: (near initialization for `arctanh_data[1]') >> > error: command 'cc' failed with exit status 1 >> > *** Error code 1 >> > >> > Stop in /usr/ports/math/py-numeric. >> > >> > Anyone know how to fix this? Do I have to update one of my make >> > programs or something? >> > >> > _______________________________________________ >> > freebsd-questions@freebsd.org mailing list >> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> > To unsubscribe, send any mail to >> > "freebsd-questions-unsubscribe@freebsd.org" >> > >> >> >> >> -- >> Larry Rosenman http://www.lerctr.org/~ler >> Phone: +1 972-414-9812 E-Mail: ler@lerctr.org >> US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 >> >> > > -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749