From owner-freebsd-questions@FreeBSD.ORG Sat Aug 2 06:58:28 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 E672337B401 for ; Sat, 2 Aug 2003 06:58:28 -0700 (PDT) Received: from out7.mx.nwbl.wi.voyager.net (out7.mx.nwbl.wi.voyager.net [169.207.3.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5412643FAF for ; Sat, 2 Aug 2003 06:58:28 -0700 (PDT) (envelope-from dragoncrest@voyager.net) Received: from mail0.mx.voyager.net (mail0.mx.voyager.net [216.93.66.205]) by out7.mx.nwbl.wi.voyager.net (Postfix) with ESMTP id 699AD9301E for ; Sat, 2 Aug 2003 08:58:27 -0500 (CDT) Received: from localhost.localdomain (nm1.mx.lnng.mi.voyager.net [216.93.38.227]) by mail0.mx.voyager.net (8.12.9/8.10.2) with ESMTP id h72DwR4o023358 for ; Sat, 2 Aug 2003 09:58:27 -0400 (EDT) Message-Id: <200308021358.h72DwR4o023358@mail0.mx.voyager.net> From: "Dragoncrest" To: freebsd-questions@freebsd.org X-Mailer: CoreCommMail X-IPAddress: 209.153.128.248 Date: Sat, 2 Aug 2003 09:19:35 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Subject: 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 13:58:29 -0000 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?