On Mon, 14 Jan 2013 18:53:35 GMT
[email protected] wrote:

> Synopsis: net/tightvnc fails with clang
> 
> Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs
> Responsible-Changed-By: linimon
> Responsible-Changed-When: Mon Jan 14 18:53:20 UTC 2013
> Responsible-Changed-Why: 
> ports PR.
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=175298
> _______________________________________________
> [email protected] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
> To unsubscribe, send any mail to
> "[email protected]"
> 

Thats interesting. net/tightvnc builds fine with clang on my poudriere
system:

My make.conf:
----------------------------------------
CPUTYPE?=core2
#
CC?=clang
CXX?=clang++
CPP?=clang-cpp
#
WITH_PKGNG=yes
#
QT4_OPTIONS=QGTKSTYLE
WITHOUT_HAL=yes
#WITHOUT_DBUS= yes
WITHOUT_GNOME=yes
WITH_NEW_XORG=YES
WITH_KMS=yes
#
EXPLICIT_PACKAGE_DEPENDS=yes
#
.if${.CURDIR:M*/ports/graphics/GraphicsMagick}
CC=cc
CXX=c++
CPP=cpp
.endif

.if${.CURDIR:M*/ports/lang/gcc42}
CC=cc
CXX=c++
CPP=cpp
.endif

.if${.CURDIR:M*/ports/lang/gcc44}
CC=cc
CXX=c++
CPP=cpp
.endif

.if${.CURDIR:M*/ports/lang/gcc46}
CC=cc
CXX=c++
CPP=cpp
.endif

.if${.CURDIR:M*/ports/lang/ghc}
CC=cc
CXX=c++
CPP=cpp
.endif

.if${.CURDIR:M*/ports/multimedia/x264}
CC=cc
CXX=c++
CPP=cpp
.endif

.if${.CURDIR:M*/ports/textproc/jade}
CC=cc
CXX=c++
CPP=cpp
.endif


.if${.CURDIR:M*/ports/sysutils/lsof}
CC=cc
CXX=c++
CPP=cpp
.endif

.if${.CURDIR:M*/ports/www/libxul}
CC=cc
CXX=c++
CPP=cpp
.endif

----------------------------------------


You are sure it is due to clang?

-- 
Christopher J. Ruwe
TZ:         GMT + 2h
GnuPG/GPG:  0xE8DE2C14
 
FreeBSD 9.1-STABLE #4 r245101: Sun Jan  6 21:13:49 CET 2013
[email protected]:/usr/obj/usr/src/sys/DIJKSTRA 
 
Punctuation matters:
"Lets eat Grandma or Lets eat, Grandma" - Punctuation saves lives.
"A panda eats shoots and leaves" or "A panda eats, shoots, and leaves" -
Punctuation teaches proper biology.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to