Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Sep 2007 13:53:09 GMT
From:      Fabian Keil <fk@fabiankeil.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/116764: [MAINTAINER] mark net-mgmt/vidalia broken for amd64 5
Message-ID:  <200709301353.l8UDr92Z037833@www.freebsd.org>
Resent-Message-ID: <200709301400.l8UE0Apn077805@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.pre.mk>
 
+.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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709301353.l8UDr92Z037833>