From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 27 18:10:08 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 024601065675 for ; Fri, 27 Jan 2012 18:10:08 +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 241D78FC1C for ; Fri, 27 Jan 2012 18:10:07 +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 q0RIA7ki085924 for ; Fri, 27 Jan 2012 18:10:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0RIA7jj085923; Fri, 27 Jan 2012 18:10:07 GMT (envelope-from gnats) Resent-Date: Fri, 27 Jan 2012 18:10:07 GMT Resent-Message-Id: <201201271810.q0RIA7jj085923@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 904E7106566C for ; Fri, 27 Jan 2012 18:04:26 +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 7A30D8FC14 for ; Fri, 27 Jan 2012 18:04:26 +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 q0RI4QGs032961 for ; Fri, 27 Jan 2012 18:04:26 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q0RI4Qgo032944; Fri, 27 Jan 2012 18:04:26 GMT (envelope-from nobody) Message-Id: <201201271804.q0RI4Qgo032944@red.freebsd.org> Date: Fri, 27 Jan 2012 18:04:26 GMT From: Yanhui Shen To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/164545: graphics/ogre3d 1.7.4 build failed on the machine which has tinyxml installed 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, 27 Jan 2012 18:10:08 -0000 >Number: 164545 >Category: ports >Synopsis: graphics/ogre3d 1.7.4 build failed on the machine which has tinyxml installed >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jan 27 18:10:06 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: graphics/ogre3d 1.7.4 build failed on the machine which already has tinyxml installed. It is because some source files under work/ogre_src_v1-7-4/Tools/XMLConverter/src include the "tinyxml.h", however the search path /usr/local/include is used instead of its own work/ogre_src_v1-7-4/Tools/XMLConverter/include. So, the quick and dirty way to fix this problem is to change those files' includes to "../include/tinyxml.h". >How-To-Repeat: 1.Install textproc/tinyxml 2.Build ogre3d >Fix: 1.Look for the source files under work/ogre_src_v1-7-4/Tools/XMLConverter/src which include the "tinyxml.h". 2.The quick and dirty way is: change "tinyxml.h" to "../include/tinyxml.h". >Release-Note: >Audit-Trail: >Unformatted: