From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 4 17:40:23 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19A2816A4D1 for ; Wed, 4 Aug 2004 17:40:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9E3D43D67 for ; Wed, 4 Aug 2004 17:40:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i74HeM4B012592 for ; Wed, 4 Aug 2004 17:40:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i74HeM6R012591; Wed, 4 Aug 2004 17:40:22 GMT (envelope-from gnats) Resent-Date: Wed, 4 Aug 2004 17:40:22 GMT Resent-Message-Id: <200408041740.i74HeM6R012591@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, Christopher Nehren Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26A9416A4CE for ; Wed, 4 Aug 2004 17:37:19 +0000 (GMT) Received: from prophecy.dyndns.org (pcp08490587pcs.levtwn01.pa.comcast.net [68.83.169.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B6F943D1D for ; Wed, 4 Aug 2004 17:37:18 +0000 (GMT) (envelope-from apeiron@prophecy.dyndns.org) Received: from prophecy.dyndns.org (localhost.dyndns.org [127.0.0.1]) by prophecy.dyndns.org (8.12.10/8.12.10) with ESMTP id i74HbHFM036190; Wed, 4 Aug 2004 13:37:17 -0400 (EDT) (envelope-from apeiron@prophecy.dyndns.org) Received: (from apeiron@localhost) by prophecy.dyndns.org (8.12.10/8.12.10/Submit) id i74HbGaG036189; Wed, 4 Aug 2004 13:37:16 -0400 (EDT) (envelope-from apeiron) Message-Id: <200408041737.i74HbGaG036189@prophecy.dyndns.org> Date: Wed, 4 Aug 2004 13:37:16 -0400 (EDT) From: Christopher Nehren To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: q@uni.de Subject: ports/70006: games/quake2forge fails to build on 5.2.1, maybe elsewhere X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Christopher Nehren List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 17:40:23 -0000 >Number: 70006 >Category: ports >Synopsis: games/quake2forge fails to build on 5.2.1, maybe elsewhere >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 Aug 04 17:40:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Christopher Nehren >Release: FreeBSD 5.2.1-RELEASE-p9 i386 >Organization: >Environment: System: FreeBSD prophecy.dyndns.org 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #0: Sat Jul 31 23:40:40 EDT 2004 root@prophecy.dyndns.org:/usr/obj/usr/src/sys/PROPHECY i386 >Description: Due to some assumptions made by the quake2forge programmers, quake2forge fails to build because of some compiler warnings issued while -Werror is in use. Running something like this from the port directory fixes the problem: find ./ -type f -name Makefile | xargs perl -pi -e 's/-Werror//g' My guess is that it's a discrepancy between what's a warning in the toolchain that they use and the toolchain shipped with FreeBSD 5.2.1. >How-To-Repeat: Try to install quake2forge on a 5.2.1 system. >Fix: find ./ -type f -name Makefile | xargs perl -pi -e 's/-Werror//g' Of course, this is a pro tempore fix, though it would integrate nicely into the Makefile for a pre-build target. >Release-Note: >Audit-Trail: >Unformatted: