From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 21 17:20:02 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E1F216A417 for ; Sun, 21 Oct 2007 17:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 589F313C4A6 for ; Sun, 21 Oct 2007 17:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l9LHK1I3020068 for ; Sun, 21 Oct 2007 17:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l9LHK148020067; Sun, 21 Oct 2007 17:20:01 GMT (envelope-from gnats) Resent-Date: Sun, 21 Oct 2007 17:20:01 GMT Resent-Message-Id: <200710211720.l9LHK148020067@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jarkko Santala Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 622B216A417 for ; Sun, 21 Oct 2007 17:17:20 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 5C39313C494 for ; Sun, 21 Oct 2007 17:17:20 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l9LHGxLn092661 for ; Sun, 21 Oct 2007 17:16:59 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.1/8.14.1/Submit) id l9LHGxwi092660; Sun, 21 Oct 2007 17:16:59 GMT (envelope-from nobody) Message-Id: <200710211716.l9LHGxwi092660@www.freebsd.org> Date: Sun, 21 Oct 2007 17:16:59 GMT From: Jarkko Santala To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/117378: devel/py-game doesn't compile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Oct 2007 17:20:02 -0000 >Number: 117378 >Category: ports >Synopsis: devel/py-game doesn't compile >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Oct 21 17:20:01 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Jarkko Santala >Release: 6.2-RELEASE-p7 >Organization: >Environment: FreeBSD trillian.santala.org 6.2-RELEASE-p7 FreeBSD 6.2-RELEASE-p7 #25: Sun Oct 14 20:23:24 EEST 2007 jake@trillian.santala.org:/usr/obj/usr/src/sys/TRILLIAN i386 >Description: make install in /usr/ports/devel/py-game results in: building 'pygame.constants' extension cc -DNDEBUG -O -pipe -march=prescott -D__wchar_t=wchar_t -DTHREAD_STACK_SIZE=0x20000 -O -pipe -march=prescott -fPIC -D_GNU_SOURCE= -D_REENTRANT -I/usr/local/include -I/usr/local/include/SDL -I/usr/local/include -I/usr/local/include/python2.5 -c src/constants.c -o build/temp.freebsd-6.2-RELEASE-p7-i386-2.5/src/constants.o In file included from /usr/local/include/python2.5/Python.h:8, from src/pygame.h:57, from src/constants.c:23: /usr/local/include/python2.5/pyconfig.h:920:1: warning: "_GNU_SOURCE" redefined :7:1: warning: this is the location of the previous definition cc -shared -pthread -O -pipe -march=prescott build/temp.freebsd-6.2-RELEASE-p7-i386-2.5/src/constants.o -L/usr/local/lib -lSDL -o build/lib.freebsd-6.2-RELEASE-p7-i386-2.5/pygame/constants.so -Wl,-rpath,/usr/local/lib building 'pygame.display' extension cc -DNDEBUG -O -pipe -march=prescott -D__wchar_t=wchar_t -DTHREAD_STACK_SIZE=0x20000 -O -pipe -march=prescott -fPIC -D_GNU_SOURCE= -D_REENTRANT -I/usr/local/include -I/usr/local/include/SDL -I/usr/local/include -I/usr/local/include/python2.5 -c src/display.c -o build/temp.freebsd-6.2-RELEASE-p7-i386-2.5/src/display.o In file included from /usr/local/include/python2.5/Python.h:8, from src/pygame.h:57, from src/display.c:27: /usr/local/include/python2.5/pyconfig.h:920:1: warning: "_GNU_SOURCE" redefined :7:1: warning: this is the location of the previous definition src/display.c: In function `get_wm_info': src/display.c:416: error: structure has no member named `info' src/display.c:417: error: structure has no member named `info' src/display.c:418: error: structure has no member named `info' src/display.c:419: error: structure has no member named `info' src/display.c:420: error: structure has no member named `info' src/display.c:421: error: structure has no member named `info' error: command 'cc' failed with exit status 1 *** Error code 1 Stop in /usr/ports/devel/py-game. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: