From owner-freebsd-ports-bugs@freebsd.org Thu Apr 27 13:48:47 2017 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B88BAD511CC for ; Thu, 27 Apr 2017 13:48:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9E063B1F for ; Thu, 27 Apr 2017 13:48:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v3RDmlCM061686 for ; Thu, 27 Apr 2017 13:48:47 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 218883] games/OpenTomb: Open-source Tomb Raider 1-5 engine remake Date: Thu, 27 Apr 2017 13:48:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: pkubaj@anongoth.pl X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Apr 2017 13:48:47 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218883 Piotr Kubaj changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #182093|0 |1 is obsolete| | --- Comment #3 from Piotr Kubaj --- Created attachment 182127 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D182127&action= =3Dedit shar I need GCC because of: [ 75%] Building CXX object CMakeFiles/OpenTomb.dir/src/world.cpp.o /usr/bin/c++ -I/usr/local/include -I/usr/local/include/lua52 -I/usr/local/include/SDL2 -I/usr/local/include/AL -I/usr/local/poudriere/ports/default/games/OpenTomb/work/OpenTomb-win32-201= 7-04-24_alpha -I/usr/local/poudriere/ports/default/games/OpenTomb/work/OpenTomb-win32-201= 7-04-24_alpha/extern/bullet -I/usr/local/poudriere/ports/default/games/OpenTomb/work/OpenTomb-win32-201= 7-04-24_alpha/extern/freetype2/include -I/usr/local/poudriere/ports/default/games/OpenTomb/work/OpenTomb-win32-201= 7-04-24_alpha/extern/ogg -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -pipe -fstack-protector -fno-strict-aliasing -std=3Dgnu++11 -o CMakeFiles/OpenTomb.dir/src/world.= cpp.o -c /usr/local/poudriere/ports/default/games/OpenTomb/work/OpenTomb-win32-2017-= 04-24_alpha/src/world.cpp /usr/local/poudriere/ports/default/games/OpenTomb/work/OpenTomb-win32-2017-= 04-24_alpha/src/world.cpp:689:53: error: no viable conversion from '__map_iterator<__tree_iterator<__value_type, class std::__1::__tree_node, void *> *, [...]>>' to '__map_iterator<__tree_iterator<__value_type, class std::__1::__tree_node, void *> *, [...]>>' std::map::iterator it =3D global_world.items_tree.find(item_id); ^=20=20=20 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/v1/map:648:29: note: candidate constructor (the implicit c= opy constructor) not viable: no known conversion from 'iterator' (aka '__map_iterator') to 'const =20=20=20=20=20 std::__1::__map_iterator, std::__1::__tree_node, void *> *, long> > &' for 1st argument class _LIBCPP_TYPE_VIS_ONLY __map_iterator ^ /usr/include/c++/v1/map:648:29: note: candidate constructor (the implicit m= ove constructor) not viable: no known conversion from 'iterator' (aka '__map_iterator') to =20=20=20=20=20 'std::__1::__map_iterator, std::__1::__tree_node, void *> *, long> > &&' for 1st argument class _LIBCPP_TYPE_VIS_ONLY __map_iterator ^ /usr/include/c++/v1/map:672:5: note: candidate constructor not viable: no k= nown conversion from 'iterator' (aka '__map_iterator'= ) to 'std::__1::__tree_iterator, std::__1::__tree_node, void *> *, long>' for 1st argument __map_iterator(_TreeIterator __i) _NOEXCEPT : __i_(__i) {} ^ 1 error generated. *** Error code 1 bin/OpenTomb is actually enough, look at games/eduke32, it also installs ju= st 2 binaries if you disable relevant options. Please review the new shar. --=20 You are receiving this mail because: You are the assignee for the bug.=