From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 30 14:00:10 2007 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 B08E216A417 for ; Sun, 30 Sep 2007 14:00:10 +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 4BBDD13C44B for ; Sun, 30 Sep 2007 14:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l8UE0Awv077806 for ; Sun, 30 Sep 2007 14:00:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l8UE0Apn077805; Sun, 30 Sep 2007 14:00:10 GMT (envelope-from gnats) Resent-Date: Sun, 30 Sep 2007 14:00:10 GMT Resent-Message-Id: <200709301400.l8UE0Apn077805@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, Fabian Keil Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 276B516A419 for ; Sun, 30 Sep 2007 13:53:10 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 21C8E13C4A3 for ; Sun, 30 Sep 2007 13:53:10 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l8UDr9al037834 for ; Sun, 30 Sep 2007 13:53:09 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.1/8.14.1/Submit) id l8UDr92Z037833; Sun, 30 Sep 2007 13:53:09 GMT (envelope-from nobody) Message-Id: <200709301353.l8UDr92Z037833@www.freebsd.org> Date: Sun, 30 Sep 2007 13:53:09 GMT From: Fabian Keil To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/116764: [MAINTAINER] mark net-mgmt/vidalia broken for amd64 5 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: Sun, 30 Sep 2007 14:00:10 -0000 >Number: 116764 >Category: ports >Synopsis: [MAINTAINER] mark net-mgmt/vidalia broken for amd64 5 >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: Sun Sep 30 14:00:09 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Fabian Keil >Release: >Organization: >Environment: >Description: Vidalia doesn't build on FreeBSD 5 amd64 because gcc doesn't like Qt's header files. Example log at: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.5.2007092808/vidalia-0.0.14.log I don't have am64 hardware to test and I don't use FreeBSD 5 anyway, therefore the attached patch simply marks it as broken. Reported by Pav Lucistnik (twice, sorry). >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN net-mgmt/vidalia-0.14/Makefile net-mgmt/vidalia/Makefile --- net-mgmt/vidalia-0.14/Makefile 2007-08-30 21:51:00.000000000 +0200 +++ net-mgmt/vidalia/Makefile 2007-09-30 15:21:33.000000000 +0200 @@ -43,6 +43,12 @@ .include +.if ${OSVERSION} < 600000 +.if ${ARCH} == "amd64" +BROKEN= Does not compile on amd64 5, probably gcc-related +.endif +.endif + .if defined(WITH_TOR_DEVEL) .if defined(WITH_TOR) IGNORE= cannot depend on tor and tor-devel at the same time >Release-Note: >Audit-Trail: >Unformatted: