From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 17 13:09:08 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6249B16A41F; Fri, 17 Jun 2005 13:09:08 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E9B143D49; Fri, 17 Jun 2005 13:09:08 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j5HD98XS092458; Fri, 17 Jun 2005 13:09:08 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j5HD98GI092454; Fri, 17 Jun 2005 13:09:08 GMT (envelope-from pav) Date: Fri, 17 Jun 2005 13:09:08 GMT From: Pav Lucistnik Message-Id: <200506171309.j5HD98GI092454@freefall.freebsd.org> To: tkato432@yahoo.com, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Cc: Subject: Re: ports/82277: Update port: math/gracetmpl to 0.3.2 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: Fri, 17 Jun 2005 13:09:08 -0000 Synopsis: Update port: math/gracetmpl to 0.3.2 State-Changed-From-To: open->feedback State-Changed-By: pav State-Changed-When: Fri Jun 17 13:08:31 GMT 2005 State-Changed-Why: Does not compile on 5.X/i386: c++ -O -pipe -O -pipe -c -o gracetmpl.o gracetmpl.cpp gracetmpl.cpp: In function `std::string time2string(const std::string&, const tm*)': gracetmpl.cpp:984: error: invalid conversion from `long int*' to `const time_t*' gracetmpl.cpp:984: error: initializing argument 1 of `tm* localtime(const time_t*)' gmake: *** [gracetmpl.o] Error 1 Does not compile on 5.X/amd64: cc -fno-strict-aliasing -DNDEBUG -O -pipe -DTHREAD_STACK_SIZE=0x20000 -O -pipe -O -pipe -fPIC -I.. -Iinclude -I/usr/local/include/python2.4 -c src/pygracetmpl.cc -o build/temp.freebsd-5.4-STABLE-amd64-2.4/src/pygracetmpl.o src/pygracetmpl.cc: In function `PyObject* graceTMPL_graph_addData(graceTMPL_graphObject*, PyObject*)': src/pygracetmpl.cc:187: error: array bound forbidden after parenthesized type-id src/pygracetmpl.cc:187: note: try removing the parentheses around the type-id error: command 'cc' failed with exit status 1 gmake[1]: *** [all] Error 1 Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Fri Jun 17 13:08:31 GMT 2005 Responsible-Changed-Why: Take http://www.freebsd.org/cgi/query-pr.cgi?pr=82277