From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jan 28 06:40:04 2012 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 2CA02106564A for ; Sat, 28 Jan 2012 06:40:04 +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 0659A8FC16 for ; Sat, 28 Jan 2012 06:40:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0S6e3wP082983 for ; Sat, 28 Jan 2012 06:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0S6e3DT082982; Sat, 28 Jan 2012 06:40:03 GMT (envelope-from gnats) Resent-Date: Sat, 28 Jan 2012 06:40:03 GMT Resent-Message-Id: <201201280640.q0S6e3DT082982@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, Yanhui Shen Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B2394106564A for ; Sat, 28 Jan 2012 06:34:12 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 87CBE8FC08 for ; Sat, 28 Jan 2012 06:34:12 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q0S6YCAX081116 for ; Sat, 28 Jan 2012 06:34:12 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q0S6YC8g081102; Sat, 28 Jan 2012 06:34:12 GMT (envelope-from nobody) Message-Id: <201201280634.q0S6YC8g081102@red.freebsd.org> Date: Sat, 28 Jan 2012 06:34:12 GMT From: Yanhui Shen To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/164563: games/sumwars can't run 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: Sat, 28 Jan 2012 06:40:04 -0000 >Number: 164563 >Category: ports >Synopsis: games/sumwars can't run >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jan 28 06:40:03 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Yanhui Shen >Release: FreeBSD 9.0 >Organization: China >Environment: FreeBSD ThinkPad 9.0-STABLE FreeBSD 9.0-STABLE #0: Sun Jan 15 06:14:22 CST 2012 shen@R400:/usr/obj/usr/src/sys/ThinkPad amd64 >Description: games/sumwars just can't run after install. >How-To-Repeat: Install the games/sumwars and run it (/usr/local/games/sumwars) >Fix: 1.libCEGUITinyXMLParser-0.7.5.so not found "locate libCEGUITinyXMLParser" and I found there is: /usr/local/lib/libCEGUITinyXMLParser-0.7.so /usr/local/lib/libCEGUITinyXMLParser-0.7.so.5 /usr/local/lib/libCEGUITinyXMLParser.la /usr/local/lib/libCEGUITinyXMLParser.so So, "libCEGUITinyXMLParser-0.7.so.5" or "libCEGUITinyXMLParser-0.7.5.so"? That's a question... 2.libCEGUIFalagardWRBase-0.7.5.so not found Almost the same as above. 3.sumwarsauthors.txt not found Actually the file is right there: /usr/local/share/games/sumwars/authors.txt So, obviously it should NOT be "sumwarsauthors.txt ", maybe missed "/"? I just do "ln -s /usr/local/share/games/sumwars/authors.txt /usr/local/share/games/sumwarsauthors.txt", and get passed. 4.segmentation falt Finally I meet this, and currently has no suggestions. With gdb, the problem may lies here(maybe it was caused by amd64bit): (gdb) bt #0 0x0000000803d1b890 in free () from /lib/libc.so.7 #1 0x000000000041c42c in TiXmlString::append () #2 0x000000000042020e in TiXmlPrinter::VisitEnter () #3 0x000000000041d9cb in TiXmlElement::Accept () #4 0x000000000041d8a1 in TiXmlDocument::Accept () #5 0x00000000006a026d in FixedObjectEditor::updateFixedObjectXML () #6 0x00000000006a0eb0 in FixedObjectEditor::update () #7 0x000000000068df1a in ContentEditor::update () #8 0x00000000005dcb07 in MainWindow::update () #9 0x00000000005e3602 in Application::updateStartScreen () #10 0x00000000005e5bd5 in Application::loadResources () #11 0x00000000005f12a9 in Application::init () #12 0x00000000005f1f87 in Application::Application () #13 0x000000000063ce54 in main () 5.I think before fix these problems this port should be marked as broken. >Release-Note: >Audit-Trail: >Unformatted: