From owner-freebsd-ports@FreeBSD.ORG Thu Jul 24 21:35:58 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57B651065670 for ; Thu, 24 Jul 2008 21:35:58 +0000 (UTC) (envelope-from david@vizion2000.net) Received: from dns1.vizion2000.net (77-99-36-42.cable.ubr04.chap.blueyonder.co.uk [77.99.36.42]) by mx1.freebsd.org (Postfix) with ESMTP id 17F6C8FC15 for ; Thu, 24 Jul 2008 21:35:58 +0000 (UTC) (envelope-from david@vizion2000.net) Received: by dns1.vizion2000.net (Postfix, from userid 1007) id 9B8AA1CC81; Thu, 24 Jul 2008 14:57:49 -0700 (PDT) From: David Southwell Organization: Voice and Vision To: freebsd-ports@freebsd.org Date: Thu, 24 Jul 2008 14:57:49 -0700 User-Agent: KMail/1.9.7 References: <200807241240.46520.david@vizion2000.net> <4888E670.6060909@p6m7g8.com> In-Reply-To: <4888E670.6060909@p6m7g8.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200807241457.49401.david@vizion2000.net> Cc: "Philip M. Gollucci" Subject: Re: compile failure _www/mod_python3/work/mod_python-3.3.1. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jul 2008 21:35:58 -0000 On Thursday 24 July 2008 13:30:40 Philip M. Gollucci wrote: > I litterally just committed the fix for this about 1 hour ago. > > Please update your ports/www/mod_python3 tree. > > See: ports/125484 > > David Southwell wrote: > > Latest upgrade produces following error.. > > > > FreeBSD ***l.vizion2000.net 7.0-STABLE FreeBSD 7.0-STABLE #0: Wed Jul 16 > > 09:27:38 PDT 2008 ***.***.vizion2000.net:/usr/obj/usr/src/sys/GENERIC > > amd64 > > > > onnobject.c: In function '_conn_read': > > connobject.c:142: error: request for member 'next' in something not a > > structure or union > > apxs:Error: Command failed with rc=65536 > > . > > *** Error code 1 > > > > Stop in /usr/ports/www/mod_python3/work/mod_python-3.3.1/src. > > *** Error code 1 > > > > Stop in /usr/ports/www/mod_python3/work/mod_python-3.3.1. > > *** Error code 1 > > > > Stop in /usr/ports/www/mod_python3. > > ** Command failed [exit code 1]: /usr/bin/script -qa > > /tmp/portupgrade.49920.2 env UPGRADE_TOOL=portupgrade > > UPGRADE_PORT=mod_python-3.3.1 > > UPGRADE_PORT_VER=3.3.1 make > > ** Fix the problem and try again. > > David > > _______________________________________________ Bad news I am agraid There is no change on latest ports tree 2 -I/usr/local/include/python2.5 -c -o connobject.lo connobject.c && touch connobject.slo connobject.c: In function '_conn_read': connobject.c:142: error: request for member 'next' in something not a structure or union apxs:Error: Command failed with rc=65536 . *** Error code 1 Stop in /usr/ports/www/mod_python3/work/mod_python-3.3.1/src. *** Error code 1 Stop in /usr/ports/www/mod_python3/work/mod_python-3.3.1. *** Error code 1 Stop in /usr/ports/www/mod_python3. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.83496.23 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=mod_python-3.3.1 UPGRADE_PORT_VER=3.3.1 make ** Fix the problem and try again. This is from Makefile: New ports collection makefile for: mod_python # Date created: 28 August 2000 # Whom: Hye-Shik Chang # # $FreeBSD: ports/www/mod_python3/Makefile,v 1.41 2008/07/24 15:05:22 pgollucci Exp $ # PORTNAME= mod_python PORTVERSION= 3.3.1 David