From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 09:30:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 02390EF0 for ; Wed, 9 Oct 2013 09:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D71FF27BC for ; Wed, 9 Oct 2013 09:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r999U1Jl084534 for ; Wed, 9 Oct 2013 09:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r999U1qX084533; Wed, 9 Oct 2013 09:30:01 GMT (envelope-from gnats) Resent-Date: Wed, 9 Oct 2013 09:30:01 GMT Resent-Message-Id: <201310090930.r999U1qX084533@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, Daniel Nebdal Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B947AEE0 for ; Wed, 9 Oct 2013 09:29:10 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8CADB27B2 for ; Wed, 9 Oct 2013 09:29:10 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r999TAqx043493 for ; Wed, 9 Oct 2013 09:29:10 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r999TAtp043463; Wed, 9 Oct 2013 09:29:10 GMT (envelope-from nobody) Message-Id: <201310090929.r999TAtp043463@oldred.freebsd.org> Date: Wed, 9 Oct 2013 09:29:10 GMT From: Daniel Nebdal To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182852: science/step fails to build (c++ syntax complaints) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 09:30:02 -0000 >Number: 182852 >Category: ports >Synopsis: science/step fails to build (c++ syntax complaints) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Oct 09 09:30:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Daniel Nebdal >Release: 10.0-ALPHA4 >Organization: University of Oslo >Environment: FreeBSD 10-amd64-default 10.0-ALPHA4 FreeBSD 10.0-ALPHA4 #5 r256043: Fri Oct 4 12:38:13 CEST 2013 root@mr16613.ad.medicalresearch.no:/usr/obj/usr/src/sys/GENERIC amd64 >Description: In a poudriere jail (updated on october 4th), with ports updated october 8th, building science/step fails with an assortment of C++ syntax errors, including but not limited to the following: In file included from /wrkdirs/usr/ports/science/step/work/step-4.10.5/stepcore/world.cc:19: /wrkdirs/usr/ports/science/step/work/step-4.10.5/stepcore/world.h:298:14: error: too few template arguments for class template 'vector' typedef std::vector ItemList; ^ /usr/include/c++/v1/iterator:1205:53: note: template is declared here template friend class vector; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ (...) In file included from /wrkdirs/usr/ports/science/step/work/step-4.10.5/stepcore/world.cc:21: /wrkdirs/usr/ports/science/step/work/step-4.10.5/stepcore/collisionsolver.h:153:7: warning: 'StepCore::GJKCollisionSolver' has virtual functions but non-virtual destructor [-Wnon-virtual-dtor] class GJKCollisionSolver : public CollisionSolver ^ /wrkdirs/usr/ports/science/step/work/step-4.10.5/stepcore/collisionsolver.h:162:11: error: no matching constructor for initialization of 'StepCore::CollisionSolver' : CollisionSolver(solver), _contactsIsValid(false) {} ^ ~~~~~~ /wrkdirs/usr/ports/science/step/work/step-4.10.5/stepcore/collisionsolver.h:84:7: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'const StepCore::GJKCollisionSolver' to 'const StepCore::CollisionSolver' for 1st argument class CollisionSolver : public Object ^ /wrkdirs/usr/ports/science/step/work/step-4.10.5/stepcore/collisionsolver.h:89:5: note: candidate constructor not viable: requires 0 arguments, but 1 was provided CollisionSolver(): _toleranceAbs(0.001), _localError(0) {} ^ /wrkdirs/usr/ports/science/step/work/step-4.10.5/stepcore/world.cc:81:5: error: expected a class or namespace ItemList::const_iterator end = _items.end(); ^ /wrkdirs/usr/ports/science/step/work/step-4.10.5/stepcore/world.cc:81:30: error: use of undeclared identifier 'end'; did you mean 'std::end'? ItemList::const_iterator end = _items.end(); >How-To-Repeat: With a (10-) current system and updated ports, build science/test . >Fix: >Release-Note: >Audit-Trail: >Unformatted: