From owner-freebsd-ports-bugs@freebsd.org Wed Nov 22 14:40:52 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 A4B2DDED3D8 for ; Wed, 22 Nov 2017 14:40:52 +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 8AD9D7CBF5 for ; Wed, 22 Nov 2017 14:40:52 +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 vAMEeq65079445 for ; Wed, 22 Nov 2017 14:40:52 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 223769] New port: games/openapoc - open-source remake of X-COM: Apocalypse... Date: Wed, 22 Nov 2017 14:40:52 +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: nbe@renzel.net 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: 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.25 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Nov 2017 14:40:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223769 --- Comment #2 from Nils Beyer --- Yeah, that thing generates a "bus error" as soon as you activate ultra spee= d. But I don't know how to fix that: ---------------------------------------------------------------------------- #gdb801 .build/bin/OpenApoc OpenApoc.core GNU gdb (GDB) 8.0.1 [GDB v8.0.1 for FreeBSD] Copyright (C) 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-portbld-freebsd12.0". Type "show configuration" for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from .build/bin/OpenApoc...(no debugging symbols found)...d= one. [New LWP 102093] [New LWP 100396] [New LWP 100397] [New LWP 100398] [New LWP 100400] [New LWP 100401] [New LWP 100403] [New LWP 100404] [New LWP 100407] [New LWP 100408] [New LWP 100409] [New LWP 100410] [New LWP 100411] [New LWP 100412] [New LWP 100413] [New LWP 100414] [New LWP 100415] [New LWP 100416] [New LWP 100417] [New LWP 100418] [New LWP 100419] [New LWP 100421] [New LWP 100423] [New LWP 100425] [New LWP 100399] [New LWP 100430] Core was generated by `.build/bin/OpenApoc --Framework.CD=3D/usr/ports/distfiles/xcom3.iso --Framework.Da'. Program terminated with signal SIGBUS, Bus error. #0 0x000000000069de72 in OpenApoc::FlyingVehicleMover::update(OpenApoc::GameState&, unsigned int) () [Current thread is 1 (LWP 102093)] (gdb) bt #0 0x000000000069de72 in OpenApoc::FlyingVehicleMover::update(OpenApoc::GameState&, unsigned int) () #1 0x0000000000693954 in OpenApoc::Vehicle::update(OpenApoc::GameState&, unsigned int) () #2 0x0000000000708452 in OpenApoc::GameState::update(unsigned int) () #3 0x000000000070ab82 in OpenApoc::GameState::updateTurbo() () #4 0x0000000000505b5d in OpenApoc::CityView::update() () #5 0x000000000042b73f in OpenApoc::Framework::run(std::__1::shared_ptr) () #6 0x0000000000412a43 in main () (gdb) x/i $pc =3D> 0x69de72 <_ZN8OpenApoc18FlyingVehicleMover6updateERNS_9GameStateEj+192= 2>:=20=20=20 cmpq $0x0,0x288(%rax) ---------------------------------------------------------------------------- and compiling with any of the GCC compilers fails due to undefined referenc= es in the boost libs. Maybe someone has any ideas... --=20 You are receiving this mail because: You are the assignee for the bug.=