Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jul 2013 15:47:42 GMT
From:      Stephen Hurd <shurd@sasktel.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/180679: www/seamonkey 2.19 doesn't install with default clang 3.1 on amd64
Message-ID:  <201307201547.r6KFlgt0058335@oldred.freebsd.org>
Resent-Message-ID: <201307201550.r6KFo012070353@freefall.freebsd.org>

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

>Number:         180679
>Category:       ports
>Synopsis:       www/seamonkey 2.19 doesn't install with default clang 3.1 on amd64
>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:   Sat Jul 20 15:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Stephen Hurd
>Release:        9.1 RELEASE
>Organization:
>Environment:
FreeBSD portable 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
www/seamonkey fails during build with an nsinstall error when using the default clang 3.1.  It further fails with weird GLIBCXX versioning issues when using gcc 4.6 or gcc 4.8
>How-To-Repeat:
Using a fresh install of FreeBSD with and xfce4 desktop, attempt to build www/seamonkey using portmaster
>Fix:
Using clang 3.3 works.  I installed lang/clang33 and put the following in my /etc/make.conf:

.if ${.CURDIR} == "/usr/ports/www/seamonkey"
CC=clang33
CXX=clang++33
CPP=clang-cpp33
.endif


>Release-Note:
>Audit-Trail:
>Unformatted:



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