Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Mar 2013 09:10:01 GMT
From:      Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
To:        gecko@FreeBSD.org
Subject:   Re: ports/177224: building www/firefox fails
Message-ID:  <201303290910.r2T9A1tK004670@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/177224; it has been noted by GNATS.

From: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
To: bug-followup@FreeBSD.org, turutani@scphys.kyoto-u.ac.jp,
	gecko@freebsd.org
Cc:  
Subject: Re: ports/177224: building www/firefox fails
Date: Fri, 29 Mar 2013 18:01:38 +0900

 building with lang/clang-devel fails (*1).
 building with lang/clang successfully finishes, but firefox crashes
  with segmentation fault just after running it.
 building without clang successfully finishes, and no errors.
 I want a knob to choice the compiler.
 
 (*1) __attribute__((used)) might be ignored with clang-devel (clang 3.3) ?
 using [[gnu::used]] instead of above failed:
 % make
 ...
 /usr/local/work/usr/ports/www/firefox/work/mozilla-
 release/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_gcc_x86_unix.cpp:12:13: error:
       '__used__' attribute cannot be applied to types
 static void ATTRIBUTE_USED __attribute__ ((regparm(3)))
             ^
 ../../../../../../../xpcom/reflect/xptcall/src/md/unix/xptc_gcc_x86_unix.h:19:26: note:
       expanded from macro 'ATTRIBUTE_USED'
 #define ATTRIBUTE_USED [[gnu::__used__]]
                          ^
 1 error generated.
 %
 



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