From owner-freebsd-chromium@FreeBSD.ORG Sun Jul 14 20:41:01 2013 Return-Path: Delivered-To: chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CC190BA6 for ; Sun, 14 Jul 2013 20:41:01 +0000 (UTC) (envelope-from omars1234@gmail.com) Received: from mail-pd0-x233.google.com (mail-pd0-x233.google.com [IPv6:2607:f8b0:400e:c02::233]) by mx1.freebsd.org (Postfix) with ESMTP id A938536F for ; Sun, 14 Jul 2013 20:41:01 +0000 (UTC) Received: by mail-pd0-f179.google.com with SMTP id q10so10172956pdj.10 for ; Sun, 14 Jul 2013 13:41:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=14JImo4i6JFq7R5r5CRZJ1VdMfAv7rgvr1t/Zb7uTkM=; b=WidTh6flspuPS78n7TnKegJxsCdCglAUFhQcOHW5sMhBkZ2K/61QGFBUkhc3MGrBzL 2R6mg16rG6vViuxgYxFSatYjF5JEFZwJI565qzKPRZp0FENBEjZG96FzjJEUF3SOjor6 /xRzkUeFAYIQk4bXfjaYI9L5al6EVkpwSBF/zKs0ecKKqQeh1t/kl22zCo9oDL08EOcO GZEbcR5SqxgkjNJ2P7J05GBtxrO9KO+mEk47dFVBB45gETuJwxDuLnCJWq2uYTfuos0d ISDcAYD2gKYwQCkQG3rTp1FPaOqR5gq0HIxLrUjKffpnoly/fHye45wZ8Pru1IGeehHm 8WmQ== MIME-Version: 1.0 X-Received: by 10.66.139.167 with SMTP id qz7mr51713580pab.157.1373834461492; Sun, 14 Jul 2013 13:41:01 -0700 (PDT) Received: by 10.66.159.193 with HTTP; Sun, 14 Jul 2013 13:41:01 -0700 (PDT) In-Reply-To: References: Date: Sun, 14 Jul 2013 16:41:01 -0400 Message-ID: Subject: Re: chromium port doesn't build on 8.4-amd64 w/ gcc 27.0.1453.116 From: omar To: chromium@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jul 2013 20:41:01 -0000 Hi, I tried again with clang (not that everything was rebuilt fresh, and from scratch) and still am getting errors in the build. Tried both "make" from the port directory and portupgrade. Errors this time with clang are below. -omar CXX(target) out/Release/obj.target/net/net/disk_cache/addr.o net/base/x509_util_nss.cc:411:5: error: cannot initialize an array element of type 'CERTGetNameFunc' (aka 'char *(*)(CERTName *)') with an lvalue of type 'char *(const CERTName *)': type mismatch at 1st parameter ('CERTName *' (aka 'CERTNameStr *') vs 'const CERTName *' (aka 'const CERTNameStr *')) CERT_GetCommonName, CERT_GetLocalityName, ^~~~~~~~~~~~~~~~~~ net/base/x509_util_nss.cc:411:25: error: cannot initialize an array element of type 'CERTGetNameFunc' (aka 'char *(*)(CERTName *)') with an lvalue of type 'char *(const CERTName *)': type mismatch at 1st parameter ('CERTName *' (aka 'CERTNameStr *') vs 'const CERTName *' (aka 'const CERTNameStr *')) CERT_GetCommonName, CERT_GetLocalityName, ^~~~~~~~~~~~~~~~~~~~ net/base/x509_util_nss.cc:412:5: error: cannot initialize an array element of type 'CERTGetNameFunc' (aka 'char *(*)(CERTName *)') with an lvalue of type 'char *(const CERTName *)': type mismatch at 1st parameter ('CERTName *' (aka 'CERTNameStr *') vs 'const CERTName *' (aka 'const CERTNameStr *')) CERT_GetStateName, CERT_GetCountryName }; ^~~~~~~~~~~~~~~~~ net/base/x509_util_nss.cc:412:24: error: cannot initialize an array element of type 'CERTGetNameFunc' (aka 'char *(*)(CERTName *)') with an lvalue of type 'char *(const CERTName *)': type mismatch at 1st parameter ('CERTName *' (aka 'CERTNameStr *') vs 'const CERTName *' (aka 'const CERTNameStr *')) CERT_GetStateName, CERT_GetCountryName }; ^~~~~~~~~~~~~~~~~~~ 4 errors generated. gmake: *** [out/Release/obj.target/net/net/base/x509_util_nss.o] Error 1 gmake: *** Waiting for unfinished jobs.... *** Error code 1 Stop in /usr/ports/www/chromium. *** Error code 1 Stop in /usr/ports/www/chromium. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade20130714-62067-1rwtu16 env UPGRADE_TOOL=3Dportupgrade UPGRADE_PORT=3Dchromium-27.0.1453.116 UPGRADE_PORT_VER=3D27.0.1453.116 make DEPENDS_TARGET=3Dpackage ** Fix the problem and try again. ** Listing the failed packages (-:ignored / *:skipped / !:failed) ! www/chromium (chromium-27.0.1453.116) (unknown build error) On Sun, Jul 14, 2013 at 3:17 PM, omar wrote: > Hi, > > I recently upgraded from 8.3-RELEASE to 8.4-RELEASE, on amd64. > > Chromium used to build fine w/gcc on 8.3, but doesn't on 8.4. Current > ports tree, chromium port revision is 27.0.1453.116 . > > My system: > > uname -a > FreeBSD mine.heedme.com 8.4-RELEASE FreeBSD 8.4-RELEASE #1: Sat Jul 13 > 01:39:21 EDT 2013 root@mine.heedme.com:/usr/obj/usr/src/sys/MINE > amd64 > > On 8.4, gcc is: > > > gcc -v > Using built-in specs. > Target: amd64-undermydesk-freebsd > Configured with: FreeBSD/amd64 system compiler > Thread model: posix > gcc version 4.2.1 20070831 patched [FreeBSD] > > On 8.3, gcc was: > > gcc -v > Using built-in specs. > Target: amd64-undermydesk-freebsd > Configured with: FreeBSD/amd64 system compiler > Thread model: posix > gcc version 4.2.2 20070831 prerelease [FreeBSD] > > Error excerpt is below. I guess I'll try CLANG next but never had to > before. > > Thanks for all that you do, > -omar siddique > > CXX(target) > out/Release/obj.target/webkit_storage/webkit/fileapi/file_system_task_run= ners.o > {standard input}: Assembler messages: > {standard input}:214: Error: unknown pseudo-op: `.weakref' > {standard input}:215: Error: unknown pseudo-op: `.weakref' > {standard input}:216: Error: unknown pseudo-op: `.weakref' > {standard input}:217: Error: unknown pseudo-op: `.weakref' > {standard input}:218: Error: unknown pseudo-op: `.weakref' > {standard input}:219: Error: unknown pseudo-op: `.weakref' > {standard input}:220: Error: unknown pseudo-op: `.weakref' > {standard input}:221: Error: unknown pseudo-op: `.weakref' > {standard input}:222: Error: unknown pseudo-op: `.weakref' > {standard input}:223: Error: unknown pseudo-op: `.weakref' > {standard input}:224: Error: unknown pseudo-op: `.weakref' > {standard input}:225: Error: unknown pseudo-op: `.weakref' > {standard input}:226: Error: unknown pseudo-op: `.weakref' > {standard input}:227: Error: unknown pseudo-op: `.weakref' > {standard input}:228: Error: unknown pseudo-op: `.weakref' > {standard input}:229: Error: unknown pseudo-op: `.weakref' > {standard input}:230: Error: unknown pseudo-op: `.weakref' > {standard input}:231: Error: unknown pseudo-op: `.weakref' > {standard input}:232: Error: unknown pseudo-op: `.weakref' > {standard input}:233: Error: unknown pseudo-op: `.weakref' > {standard input}:234: Error: unknown pseudo-op: `.weakref' > {standard input}:235: Error: unknown pseudo-op: `.weakref' > {standard input}:236: Error: unknown pseudo-op: `.weakref' > {standard input}:237: Error: unknown pseudo-op: `.weakref' > {standard input}:238: Error: unknown pseudo-op: `.weakref' > {standard input}:239: Error: unknown pseudo-op: `.weakref' > CXX(target) > out/Release/obj.target/webkit_storage/webkit/fileapi/file_system_url.o > gmake: *** > [out/Release/obj.target/webkit_storage/webkit/fileapi/file_system_options= .o] > Error 1 > gmake: *** Waiting for unfinished jobs.... > {standard input}: Assembler messages: > {standard input}:108: Warning: setting incorrect section attributes for > .text._ZNSt8_Rb_treeIPN7fileapi18FileAccessObserverESt4pairIKS2_13scoped_= refptrIN4base19SequencedTaskRunnerEEESt10_Select1stIS9_ESt4lessIS2_ESaIS9_E= E8_M_eraseEPSt13_Rb_tree_nodeIS9_E > {standard input}:172: Warning: setting incorrect section attributes for > .text._ZN7fileapi27TaskRunnerBoundObserverListINS_18FileAccessObserverEPS= 1_ED2Ev > {standard input}:189: Warning: setting incorrect section attributes for > .text._ZN7fileapi27TaskRunnerBoundObserverListINS_18FileAccessObserverEPS= 1_ED0Ev > {standard input}:214: Warning: setting incorrect section attributes for > .text._ZNSt8_Rb_treeIPN7fileapi18FileChangeObserverESt4pairIKS2_13scoped_= refptrIN4base19SequencedTaskRunnerEEESt10_Select1stIS9_ESt4lessIS2_ESaIS9_E= E8_M_eraseEPSt13_Rb_tree_nodeIS9_E > {standard input}:278: Warning: setting incorrect section attributes for > .text._ZN7fileapi27TaskRunnerBoundObserverListINS_18FileChangeObserverEPS= 1_ED2Ev > {standard input}:295: Warning: setting incorrect section attributes for > .text._ZN7fileapi27TaskRunnerBoundObserverListINS_18FileChangeObserverEPS= 1_ED0Ev > {standard input}:320: Warning: setting incorrect section attributes for > .text._ZNSt8_Rb_treeIPN7fileapi18FileUpdateObserverESt4pairIKS2_13scoped_= refptrIN4base19SequencedTaskRunnerEEESt10_Select1stIS9_ESt4lessIS2_ESaIS9_E= E8_M_eraseEPSt13_Rb_tree_nodeIS9_E > {standard input}:384: Warning: setting incorrect section attributes for > .text._ZN7fileapi27TaskRunnerBoundObserverListINS_18FileUpdateObserverEPS= 1_ED2Ev > {standard input}:401: Warning: setting incorrect section attributes for > .text._ZN7fileapi27TaskRunnerBoundObserverListINS_18FileUpdateObserverEPS= 1_ED0Ev > {standard input}:485: Warning: setting incorrect section attributes for > .data.rel.ro._ZTVN7fileapi27TaskRunnerBoundObserverListINS_18FileAccessOb= serverEPS1_EE > {standard input}:496: Warning: setting incorrect section attributes for > .data.rel.ro._ZTVN7fileapi27TaskRunnerBoundObserverListINS_18FileChangeOb= serverEPS1_EE > {standard input}:507: Warning: setting incorrect section attributes for > .data.rel.ro._ZTVN7fileapi27TaskRunnerBoundObserverListINS_18FileUpdateOb= serverEPS1_EE > {standard input}:516: Error: unknown pseudo-op: `.weakref' > {standard input}:517: Error: unknown pseudo-op: `.weakref' > {standard input}:518: Error: unknown pseudo-op: `.weakref' > {standard input}:519: Error: unknown pseudo-op: `.weakref' > {standard input}:520: Error: unknown pseudo-op: `.weakref' > {standard input}:521: Error: unknown pseudo-op: `.weakref' > {standard input}:522: Error: unknown pseudo-op: `.weakref' > {standard input}:523: Error: unknown pseudo-op: `.weakref' > {standard input}:524: Error: unknown pseudo-op: `.weakref' > {standard input}:525: Error: unknown pseudo-op: `.weakref' > {standard input}:526: Error: unknown pseudo-op: `.weakref' > {standard input}:527: Error: unknown pseudo-op: `.weakref' > {standard input}:528: Error: unknown pseudo-op: `.weakref' > {standard input}:529: Error: unknown pseudo-op: `.weakref' > {standard input}:530: Error: unknown pseudo-op: `.weakref' > {standard input}:531: Error: unknown pseudo-op: `.weakref' > {standard input}:532: Error: unknown pseudo-op: `.weakref' > {standard input}:533: Error: unknown pseudo-op: `.weakref' > {standard input}:534: Error: unknown pseudo-op: `.weakref' > {standard input}:535: Error: unknown pseudo-op: `.weakref' > {standard input}:536: Error: unknown pseudo-op: `.weakref' > {standard input}:537: Error: unknown pseudo-op: `.weakref' > {standard input}:538: Error: unknown pseudo-op: `.weakref' > {standard input}:539: Error: unknown pseudo-op: `.weakref' > {standard input}:540: Error: unknown pseudo-op: `.weakref' > {standard input}:541: Error: unknown pseudo-op: `.weakref' > gmake: *** > [out/Release/obj.target/webkit_storage/webkit/fileapi/file_system_operati= on_context.o] > Error 1 > {standard input}: Assembler messages: > {standard input}:1366: Warning: setting incorrect section attributes for > .text._ZNSt8_Rb_treeIN4base8FilePathES1_St9_IdentityIS1_ESt4lessIS1_ESaIS= 1_EE8_M_eraseEPSt13_Rb_tree_nodeIS1_E > {standard input}:1413: Warning: setting incorrect section attributes for > .text._ZNSt6vectorIN7fileapi24FileSystemOriginDatabase12OriginRecordESaIS= 2_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS2_S4_EERKS2_ > {standard input}:1650: Warning: setting incorrect section attributes for > .text._ZNSt8_Rb_treeIN4base8FilePathES1_St9_IdentityIS1_ESt4lessIS1_ESaIS= 1_EE10_M_insert_EPKSt18_Rb_tree_node_baseSA_RKS1_ > {standard input}:1736: Warning: setting incorrect section attributes for > .text._ZNSt8_Rb_treeIN4base8FilePathES1_St9_IdentityIS1_ESt4lessIS1_ESaIS= 1_EE16_M_insert_uniqueERKS1_ > {standard input}:4290: Error: unknown pseudo-op: `.weakref' > {standard input}:4291: Error: unknown pseudo-op: `.weakref' > {standard input}:4292: Error: unknown pseudo-op: `.weakref' > {standard input}:4293: Error: unknown pseudo-op: `.weakref' > {standard input}:4294: Error: unknown pseudo-op: `.weakref' > {standard input}:4295: Error: unknown pseudo-op: `.weakref' > {standard input}:4296: Error: unknown pseudo-op: `.weakref' > {standard input}:4297: Error: unknown pseudo-op: `.weakref' > {standard input}:4298: Error: unknown pseudo-op: `.weakref' > {standard input}:4299: Error: unknown pseudo-op: `.weakref' > {standard input}:4300: Error: unknown pseudo-op: `.weakref' > {standard input}:4301: Error: unknown pseudo-op: `.weakref' > {standard input}:4302: Error: unknown pseudo-op: `.weakref' > {standard input}:4303: Error: unknown pseudo-op: `.weakref' > {standard input}:4304: Error: unknown pseudo-op: `.weakref' > {standard input}:4305: Error: unknown pseudo-op: `.weakref' > {standard input}:4306: Error: unknown pseudo-op: `.weakref' > {standard input}:4307: Error: unknown pseudo-op: `.weakref' > {standard input}:4308: Error: unknown pseudo-op: `.weakref' > {standard input}:4309: Error: unknown pseudo-op: `.weakref' > {standard input}:4310: Error: unknown pseudo-op: `.weakref' > {standard input}:4311: Error: unknown pseudo-op: `.weakref' > {standard input}:4312: Error: unknown pseudo-op: `.weakref' > {standard input}:4313: Error: unknown pseudo-op: `.weakref' > {standard input}:4314: Error: unknown pseudo-op: `.weakref' > {standard input}:4315: Error: unknown pseudo-op: `.weakref' > gmake: *** > [out/Release/obj.target/webkit_storage/webkit/fileapi/file_system_origin_= database.o] > Error 1 > {standard input}: Assembler messages: > {standard input}:13: Warning: setting incorrect section attributes for > .text._ZN5quota11QuotaClientD2Ev > {standard input}:82: Warning: setting incorrect section attributes for > .text._ZN4base8internal20ReturnAsParamAdapterIlEEvRKNS_8CallbackIFT_vEEEP= S3_ > {standard input}:104: Warning: setting incorrect section attributes for > .text._ZN4base8internal20ReturnAsParamAdapterIN5quota15QuotaStatusCodeEEE= vRKNS_8CallbackIFT_vEEEPS5_ > {standard input}:126: Warning: setting incorrect section attributes for > .text._ZN4base8internal7InvokerILi4ENS0_9BindStateINS0_15RunnableAdapterI= MN7fileapi19FileSystemQuotaUtilEFlPNS4_17FileSystemContextERK4GURLNS4_14Fil= eSystemTypeEEEEFlPS5_S7_SA_SB_EFvNS0_17UnretainedWrapperIS5_EE13scoped_refp= trIS6_ES8_SB_EEESG_E3RunEPNS0_13BindStateBaseE > {standard input}:150: Warning: setting incorrect section attributes for > .text._ZN4base8internal7InvokerILi3ENS0_9BindStateINS0_15RunnableAdapterI= PFvPN7fileapi17FileSystemContextEN5quota11StorageTypeEPSt3setI4GURLSt4lessI= SA_ESaISA_EEEEESG_Fv13scoped_refptrIS5_ES8_NS0_17UnretainedWrapperISE_EEEEE= SG_E3RunEPNS0_13BindStateBaseE > {standard input}:167: Warning: setting incorrect section attributes for > .text._ZN4base8internal7InvokerILi3ENS0_9BindStateINS0_15RunnableAdapterI= PFvRKNS_8CallbackIFvRKSt3setI4GURLSt4lessIS6_ESaIS6_EEN5quota11StorageTypeE= EEEPSA_SE_EEESK_FvSG_NS0_12OwnedWrapperISA_EESE_EEESK_E3RunEPNS0_13BindStat= eBaseE > {standard input}:184: Warning: setting incorrect section attributes for > .text._ZN4base8internal7InvokerILi4ENS0_9BindStateINS0_15RunnableAdapterI= PFvPN7fileapi17FileSystemContextEN5quota11StorageTypeERKSsPSt3setI4GURLSt4l= essISC_ESaISC_EEEEESI_Fv13scoped_refptrIS5_ES8_SsNS0_17UnretainedWrapperISG= _EEEEESI_E3RunEPNS0_13BindStateBaseE > {standard input}:202: Warning: setting incorrect section attributes for > .text._ZN4base8internal7InvokerILi3ENS0_9BindStateINS0_15RunnableAdapterI= PFN5quota15QuotaStatusCodeEPN7fileapi17FileSystemContextERK4GURLNS6_14FileS= ystemTypeEEEESD_Fv13scoped_refptrIS7_ES9_SC_EEESD_E3RunEPNS0_13BindStateBas= eE > {standard input}:219: Warning: setting incorrect section attributes for > .text._ZN4base8internal7InvokerILi2ENS0_9BindStateINS0_15RunnableAdapterI= PFvRKNS_8CallbackIFlvEEEPlEEESA_FvS6_S9_EEESA_E3RunEPNS0_13BindStateBaseE > {standard input}:235: Warning: setting incorrect section attributes for > .text._ZN4base8internal7InvokerILi2ENS0_9BindStateINS0_15RunnableAdapterI= PFvRKNS_8CallbackIFvlEEEPlEEESA_FvS6_NS0_12OwnedWrapperIlEEEEESA_E3RunEPNS0= _13BindStateBaseE > {standard input}:251: Warning: setting incorrect section attributes for > .text._ZN4base8internal7InvokerILi2ENS0_9BindStateINS0_15RunnableAdapterI= PFvRKNS_8CallbackIFN5quota15QuotaStatusCodeEvEEEPS6_EEESC_FvS8_SB_EEESC_E3R= unEPNS0_13BindStateBaseE > {standard input}:267: Warning: setting incorrect section attributes for > .text._ZN4base8internal7InvokerILi2ENS0_9BindStateINS0_15RunnableAdapterI= PFvRKNS_8CallbackIFvN5quota15QuotaStatusCodeEEEEPS6_EEESC_FvS8_NS0_12OwnedW= rapperIS6_EEEEESC_E3RunEPNS0_13BindStateBaseE > {standard input}:283: Warning: setting incorrect section attributes for > .text._ZN5quota11QuotaClientD0Ev > {standard input}:298: Warning: setting incorrect section attributes for > .text._ZN4base8internal13BindStateBaseD2Ev > {standard input}:355: Warning: setting incorrect section attributes for > .text._ZN4base8internal12ReplyAdapterIllEEvRKNS_8CallbackIFvT0_EEEPT_ > {standard input}:394: Warning: setting incorrect section attributes for > .text._ZN4base8internal12ReplyAdapterIN5quota15QuotaStatusCodeES3_EEvRKNS= _8CallbackIFvT0_EEEPT_ > {standard input}:433: Warning: setting incorrect section attributes for > .text._ZN4base8internal13BindStateBaseD0Ev > {standard input}:457: Warning: setting incorrect section attributes for > .text._ZN4base8internal9BindStateINS0_15RunnableAdapterIPFvRKNS_8Callback= IFvN5quota15QuotaStatusCodeEEEEPS5_EEESB_FvS7_NS0_12OwnedWrapperIS5_EEEED2E= v > {standard input}:485: Warning: setting incorrect section attributes for > .text._ZN4base8internal9BindStateINS0_15RunnableAdapterIPFvRKNS_8Callback= IFN5quota15QuotaStatusCodeEvEEEPS5_EEESB_FvS7_SA_EED2Ev > {standard input}:511: Warning: setting incorrect section attributes for > .text._ZN4base8internal9BindStateINS0_15RunnableAdapterIPFvRKNS_8Callback= IFvlEEEPlEEES9_FvS5_NS0_12OwnedWrapperIlEEEED2Ev > {standard input}:539: Warning: setting incorrect section attributes for > .text._ZN4base8internal9BindStateINS0_15RunnableAdapterIPFvRKNS_8Callback= IFlvEEEPlEEES9_FvS5_S8_EED2Ev > {standard input}:565: Warning: setting incorrect section attributes for > .text._ZN4base8internal9BindStateINS0_15RunnableAdapterIPFvRKNS_8Callback= IFlvEEEPlEEES9_FvS5_S8_EED0Ev > {standard input}:593: Warning: setting incorrect section attributes for > .text._ZN4base8internal9BindStateINS0_15RunnableAdapterIPFvRKNS_8Callback= IFN5quota15QuotaStatusCodeEvEEEPS5_EEESB_FvS7_SA_EED0Ev > {standard input}:621: Warning: setting incorrect section attributes for > .text._ZN4base8internal9BindStateINS0_15RunnableAdapterIPFvRKNS_8Callback= IFvlEEEPlEEES9_FvS5_NS0_12OwnedWrapperIlEEEED0Ev > {standard input}:651: Warning: setting incorrect section attributes for > .text._ZN4base8internal9BindStateINS0_15RunnableAdapterIMN7fileapi19FileS= ystemQuotaUtilEFlPNS3_17FileSystemContextERK4GURLNS3_14FileSystemTypeEEEEFl= PS4_S6_S9_SA_EFvNS0_17UnretainedWrapperIS4_EE13scoped_refptrIS5_ES7_SA_EED0= Ev > {standard input}:699: Warning: setting incorrect section attributes for > .text._ZN4base8internal9BindStateINS0_15RunnableAdapterIPFvRKNS_8Callback= IFvN5quota15QuotaStatusCodeEEEEPS5_EEESB_FvS7_NS0_12OwnedWrapperIS5_EEEED0E= v > {standard input}:729: Warning: setting incorrect section attributes for > .text._ZN4base8internal9BindStateINS0_15RunnableAdapterIMN7fileapi19FileS= ystemQuotaUtilEFlPNS3_17FileSystemContextERK4GURLNS3_14FileSystemTypeEEEEFl= PS4_S6_S9_SA_EFvNS0_17UnretainedWrapperIS4_EE13scoped_refptrIS5_ES7_SA_EED2= Ev > {standard input}:839: Warning: setting incorrect section attributes for > .text._ZN4base8internal9BindStateINS0_15RunnableAdapterIPFvPN7fileapi17Fi= leSystemContextEN5quota11StorageTypeEPSt3setI4GURLSt4lessIS9_ESaIS9_EEEEESF= _Fv13scoped_refptrIS4_ES7_NS0_17UnretainedWrapperISD_EEEED2Ev > {standard input}:883: Warning: setting incorrect section attributes for > .text._ZN4base8internal9BindStateINS0_15RunnableAdapterIPFN5quota15QuotaS= tatusCodeEPN7fileapi17FileSystemContextERK4GURLNS5_14FileSystemTypeEEEESC_F= v13scoped_refptrIS6_ES8_SB_EED2Ev > {standard input}:929: Warning: setting incorrect section attributes for > .text._ZN4base8internal9BindStateINS0_15RunnableAdapterIPFvPN7fileapi17Fi= leSystemContextEN5quota11StorageTypeEPSt3setI4GURLSt4lessIS9_ESaIS9_EEEEESF= _Fv13scoped_refptrIS4_ES7_NS0_17UnretainedWrapperISD_EEEED0Ev > {standard input}:975: Warning: setting incorrect section attributes for > .text._ZN4base8internal9BindStateINS0_15RunnableAdapterIPFN5quota15QuotaS= tatusCodeEPN7fileapi17FileSystemContextERK4GURLNS5_14FileSystemTypeEEEESC_F= v13scoped_refptrIS6_ES8_SB_EED0Ev > {standard input}:1023: Warning: setting incorrect section attributes for > .text._ZN4base8internal9BindStateINS0_15RunnableAdapterIPFvPN7fileapi17Fi= leSystemContextEN5quota11StorageTypeERKSsPSt3setI4GURLSt4lessISB_ESaISB_EEE= EESH_Fv13scoped_refptrIS4_ES7_SsNS0_17UnretainedWrapperISF_EEEED0Ev > {standard input}:1117: Warning: setting incorrect section attributes for > .text._ZN4base8internal9BindStateINS0_15RunnableAdapterIPFvPN7fileapi17Fi= leSystemContextEN5quota11StorageTypeERKSsPSt3setI4GURLSt4lessISB_ESaISB_EEE= EESH_Fv13scoped_refptrIS4_ES7_SsNS0_17UnretainedWrapperISF_EEEED2Ev > {standard input}:1401: Warning: setting incorrect section attributes for > .text._ZN4base4BindIMN7fileapi19FileSystemQuotaUtilEFlPNS1_17FileSystemCo= ntextERK4GURLNS1_14FileSystemTypeEENS_8internal17UnretainedWrapperIS2_EE13s= coped_refptrIS3_ES5_S8_EENS_8CallbackINSB_9BindStateINSB_13FunctorTraitsIT_= E12RunnableTypeENSK_7RunTypeEFvNSB_19CallbackParamTraitsIT0_E11StorageTypeE= NSN_IT1_E11StorageTypeENSN_IT2_E11StorageTypeENSN_IT3_E11StorageTypeEEE14Un= boundRunTypeEEESJ_RKSO_RKSR_RKSU_RKSX_ > > [.................... a bit more ..................] > gmake: *** > [out/Release/obj.target/webkit_storage/webkit/fileapi/file_system_url.o] > Error 1 > *** Error code 1 > > Stop in /usr/ports/www/chromium. > *** Error code 1 > > Stop in /usr/ports/www/chromium. > >