From owner-freebsd-chromium@FreeBSD.ORG Tue May 29 09:09:20 2012 Return-Path: Delivered-To: chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 688281065670 for ; Tue, 29 May 2012 09:09:20 +0000 (UTC) (envelope-from kbn00@hotmail.com) Received: from snt0-omc3-s11.snt0.hotmail.com (snt0-omc3-s11.snt0.hotmail.com [65.55.90.150]) by mx1.freebsd.org (Postfix) with ESMTP id 2B3468FC1D for ; Tue, 29 May 2012 09:09:20 +0000 (UTC) Received: from SNT106-W18 ([65.55.90.135]) by snt0-omc3-s11.snt0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 29 May 2012 02:08:14 -0700 Message-ID: X-Originating-IP: [122.32.55.200] From: KB N To: Date: Tue, 29 May 2012 04:08:14 -0500 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 29 May 2012 09:08:14.0342 (UTC) FILETIME=[94168260:01CD3D7A] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: 19.0.1084.52 compile error X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2012 09:09:20 -0000 Greetings=2C I got compile errors while updating my Chromium on my FreeBSD 9-STABLE. It = has something to do with SSE3 (my PC has no SSE3 support=2C old Athlon 64 X= 2 3800+ CPU). Thanks. Bong Kim # portupgrade -v --batch chromium . . . (skipping to where the errors occur) . . . CXX(target) out/Release/obj.target/skia_opts/third_party/skia/src/opts/Sk= BitmapProcState_opts_SSE2.o CXX(target) out/Release/obj.target/skia_opts/third_party/skia/src/opts/Sk= BlitRect_opts_SSE2.o CXX(target) out/Release/obj.target/skia_opts/third_party/skia/src/opts/Sk= BlitRow_opts_SSE2.o CXX(target) out/Release/obj.target/skia_opts/third_party/skia/src/opts/Sk= Utils_opts_SSE2.o CXX(target) out/Release/obj.target/skia_opts_ssse3/third_party/skia/src/o= pts/SkBitmapProcState_opts_SSSE3.o In file included from third_party/skia/src/opts/SkBitmapProcState_opts_SSSE= 3.cpp:8:0: /usr/local/lib/gcc46/gcc/x86_64-portbld-freebsd9.0/4.6.4/include/tmmintrin.= h:31:3: error: #error "SSSE3 instruction set not enabled" third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:41:49: error: '_= _m128i' does not name a type third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:41:58: error: IS= O C++ forbids declaration of 'mask_3FFF' with no type [-fpermissive] third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:42:49: error: '_= _m128i' does not name a type third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:42:58: error: IS= O C++ forbids declaration of 'mask_000F' with no type [-fpermissive] third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:43:49: error: '_= _m128i' does not name a type third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:43:58: error: IS= O C++ forbids declaration of 'sixteen_8bit' with no type [-fpermissive] third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:44:49: error: '_= _m128i' does not name a type third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:44:58: error: IS= O C++ forbids declaration of 'mask_dist_select' with no type [-fpermissive] third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:45:43: error: '_= _m128i' has not been declared third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:46:43: error: '_= _m128i' has not been declared third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp: In function 'vo= id {anonymous}::PrepareConstantsTwoPixelPairs(const uint32_t*=2C const int&= =2C const int&=2C const int&=2C const int&=2C int*=2C int*=2C int*=2C int*)= ': third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:49:11: error: '_= _m128i' does not name a type third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:53:11: error: '_= _m128i' does not name a type third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:55:11: error: '_= _m128i' does not name a type third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:57:39: error: ex= pected type-specifier before '__m128i' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:57:39: error: ex= pected '>' before '__m128i' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:57:39: error: ex= pected '(' before '__m128i' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:57:39: error: '_= _m128i' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:57:48: error: ex= pected primary-expression before '>' token third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:57:55: error: 'x= 0_wide' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:58:39: error: ex= pected type-specifier before '__m128i' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:58:39: error: ex= pected '>' before '__m128i' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:58:39: error: ex= pected '(' before '__m128i' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:58:48: error: ex= pected primary-expression before '>' token third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:58:55: error: 'x= 1_wide' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:60:13: error: ex= pected '=3B' before 'all_x' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:63:5: error: 'al= l_x' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:63:53: error: '_= mm_shuffle_epi8' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:67:56: error: '_= mm_sub_epi8' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp: At global scope= : third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:87:53: error: '_= _m128i' does not name a type third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:87:62: error: IS= O C++ forbids declaration of 'mask_3FFF' with no type [-fpermissive] third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:88:53: error: '_= _m128i' does not name a type third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:88:62: error: IS= O C++ forbids declaration of 'mask_000F' with no type [-fpermissive] third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:89:53: error: '_= _m128i' does not name a type third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:89:62: error: IS= O C++ forbids declaration of 'sixteen_8bit' with no type [-fpermissive] third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:90:53: error: '_= _m128i' does not name a type third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:90:62: error: IS= O C++ forbids declaration of 'mask_dist_select' with no type [-fpermissive] third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:91:47: error: '_= _m128i' has not been declared third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:92:47: error: '_= _m128i' has not been declared third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp: In function 'vo= id {anonymous}::PrepareConstantsTwoPixelPairsDXDY(const uint32_t*=2C const = int&=2C const int&=2C const int&=2C const int&=2C int*=2C int*=2C int*=2C i= nt*)': third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:94:11: error: '_= _m128i' does not name a type third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:98:5: error: '__= m128i' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:98:13: error: ex= pected '=3B' before 'xy0_wide' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:100:5: error: 'x= y0_wide' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:100:67: error: '= _MM_SHUFFLE' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:100:68: error: '= _mm_shuffle_epi32' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:102:13: error: e= xpected '=3B' before 'xy1_wide' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:104:5: error: 'x= y1_wide' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:106:39: error: e= xpected type-specifier before '__m128i' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:106:39: error: e= xpected '>' before '__m128i' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:106:39: error: e= xpected '(' before '__m128i' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:106:48: error: e= xpected primary-expression before '>' token third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:107:39: error: e= xpected type-specifier before '__m128i' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:107:39: error: e= xpected '>' before '__m128i' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:107:39: error: e= xpected '(' before '__m128i' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:107:48: error: e= xpected primary-expression before '>' token third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:110:13: error: e= xpected '=3B' before 'all_xy' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:112:5: error: 'a= ll_xy' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:114:55: error: '= _mm_shuffle_epi8' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:118:58: error: '= _mm_sub_epi8' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp: At global scope= : third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:128:8: error: '_= _m128i' does not name a type third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:168:8: error: '_= _m128i' does not name a type third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:198:8: error: '_= _m128i' does not name a type third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:215:8: error: '_= _m128i' does not name a type third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:240:8: error: '_= _m128i' does not name a type third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:279:8: error: '_= _m128i' does not name a type third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:308:8: error: '_= _m128i' does not name a type third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:342:8: error: '_= _m128i' does not name a type third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp: In function 'vo= id {anonymous}::S32_generic_D32_filter_DX_SSSE3(const SkBitmapProcState&=2C= const uint32_t*=2C int=2C uint32_t*)': third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:408:11: error: '= __m128i' does not name a type third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:412:11: error: '= __m128i' does not name a type third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:413:11: error: '= __m128i' does not name a type third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:414:11: error: '= __m128i' does not name a type third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:416:11: error: '= __m128i' does not name a type third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:418:5: error: '_= _m128i' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:418:13: error: e= xpected '=3B' before 'alpha' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:421:9: error: 'a= lpha' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:421:45: error: t= here are no arguments to '_mm_set1_epi16' that depend on a template paramet= er=2C so a declaration of '_mm_set1_epi16' must be available [-fpermissive] third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:421:45: note: (i= f you use '-fpermissive'=2C G++ will accept your code=2C but allowing the u= se of an undeclared name is deprecated) third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:430:21: error: e= xpected '=3B' before 'all_x' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:431:47: error: '= mask_3FFF' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:431:58: error: '= mask_000F' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:432:43: error: '= sixteen_8bit' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:432:57: error: '= mask_dist_select' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:433:44: error: '= all_x' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:433:52: error: '= sixteen_minus_x' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:438:21: error: e= xpected '=3B' before 'scale_x' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:439:13: error: '= scale_x' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:439:63: error: t= here are no arguments to '_mm_unpacklo_epi8' that depend on a template para= meter=2C so a declaration of '_mm_unpacklo_epi8' must be available [-fpermi= ssive] third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:441:21: error: e= xpected '=3B' before 'sum0' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:447:63: error: t= here are no arguments to '_mm_unpackhi_epi8' that depend on a template para= meter=2C so a declaration of '_mm_unpackhi_epi8' must be available [-fpermi= ssive] third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:449:21: error: e= xpected '=3B' before 'sum1' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:454:13: error: '= sum0' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:454:43: error: '= sum1' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:454:47: error: t= here are no arguments to '_mm_packus_epi16' that depend on a template param= eter=2C so a declaration of '_mm_packus_epi16' must be available [-fpermiss= ive] third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:457:47: error: e= xpected type-specifier before '__m128i' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:457:47: error: e= xpected '>' before '__m128i' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:457:47: error: e= xpected '(' before '__m128i' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:457:56: error: e= xpected primary-expression before '>' token third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:469:19: error: '= __m128i' does not name a type third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:472:21: error: e= xpected '=3B' before 'scale_x' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:474:13: error: '= scale_x' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:474:50: error: '= all_x' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:474:55: error: t= here are no arguments to '_mm_unpacklo_epi8' that depend on a template para= meter=2C so a declaration of '_mm_unpacklo_epi8' must be available [-fpermi= ssive] third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:476:21: error: e= xpected '=3B' before 'sum' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:481:13: error: '= sum' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:481:41: error: '= zero' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:481:45: error: t= here are no arguments to '_mm_packus_epi16' that depend on a template param= eter=2C so a declaration of '_mm_packus_epi16' must be available [-fpermiss= ive] third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:484:46: error: t= here are no arguments to '_mm_cvtsi128_si32' that depend on a template para= meter=2C so a declaration of '_mm_cvtsi128_si32' must be available [-fpermi= ssive] third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:488:15: error: '= __m128i' does not name a type third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:491:15: error: '= __m128i' does not name a type third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:494:15: error: '= __m128i' does not name a type third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:502:21: error: e= xpected '=3B' before 'all_x' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:503:47: error: '= mask_3FFF' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:503:58: error: '= mask_000F' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:504:43: error: '= sixteen_8bit' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:504:57: error: '= mask_dist_select' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:505:44: error: '= all_x' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:505:52: error: '= sixteen_minus_x' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:510:21: error: e= xpected '=3B' before 'scale_x' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:511:13: error: '= scale_x' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:511:63: error: t= here are no arguments to '_mm_unpacklo_epi8' that depend on a template para= meter=2C so a declaration of '_mm_unpacklo_epi8' must be available [-fpermi= ssive] third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:513:21: error: e= xpected '=3B' before 'sum0' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:519:63: error: t= here are no arguments to '_mm_unpackhi_epi8' that depend on a template para= meter=2C so a declaration of '_mm_unpackhi_epi8' must be available [-fpermi= ssive] third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:521:21: error: e= xpected '=3B' before 'sum1' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:528:13: error: '= sum0' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:528:43: error: '= sum1' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:528:47: error: t= here are no arguments to '_mm_packus_epi16' that depend on a template param= eter=2C so a declaration of '_mm_packus_epi16' must be available [-fpermiss= ive] third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:531:47: error: e= xpected type-specifier before '__m128i' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:531:47: error: e= xpected '>' before '__m128i' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:531:47: error: e= xpected '(' before '__m128i' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:531:56: error: e= xpected primary-expression before '>' token third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:543:19: error: '= __m128i' does not name a type third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:546:21: error: e= xpected '=3B' before 'scale_x' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:549:13: error: '= scale_x' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:549:50: error: '= all_x' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:549:55: error: t= here are no arguments to '_mm_unpacklo_epi8' that depend on a template para= meter=2C so a declaration of '_mm_unpacklo_epi8' must be available [-fpermi= ssive] third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:552:21: error: e= xpected '=3B' before 'sum0' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:554:21: error: e= xpected '=3B' before 'sum1' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:557:13: error: '= sum0' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:557:40: error: '= sum1' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:557:44: error: t= here are no arguments to '_mm_add_epi16' that depend on a template paramete= r=2C so a declaration of '_mm_add_epi16' must be available [-fpermissive] third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:559:20: error: '= ScaleFourPixels' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:559:57: error: '= alpha' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:562:43: error: '= zero' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:562:47: error: t= here are no arguments to '_mm_packus_epi16' that depend on a template param= eter=2C so a declaration of '_mm_packus_epi16' must be available [-fpermiss= ive] third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:565:47: error: t= here are no arguments to '_mm_cvtsi128_si32' that depend on a template para= meter=2C so a declaration of '_mm_cvtsi128_si32' must be available [-fpermi= ssive] third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp: In function 'vo= id {anonymous}::S32_generic_D32_filter_DXDY_SSSE3(const SkBitmapProcState&= =2C const uint32_t*=2C int=2C uint32_t*)': third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:592:11: error: '= __m128i' does not name a type third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:596:11: error: '= __m128i' does not name a type third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:597:11: error: '= __m128i' does not name a type third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:598:11: error: '= __m128i' does not name a type third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:600:5: error: '_= _m128i' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:600:13: error: e= xpected '=3B' before 'alpha' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:603:9: error: 'a= lpha' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:603:45: error: t= here are no arguments to '_mm_set1_epi16' that depend on a template paramet= er=2C so a declaration of '_mm_set1_epi16' must be available [-fpermissive] third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:610:17: error: e= xpected '=3B' before 'all_xy' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:611:47: error: '= mask_3FFF' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:611:58: error: '= mask_000F' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:612:43: error: '= sixteen_8bit' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:612:57: error: '= mask_dist_select' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:613:43: error: '= all_xy' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:613:52: error: '= sixteen_minus_xy' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:616:17: error: e= xpected '=3B' before 'scale_x' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:618:17: error: e= xpected '=3B' before 'all_y' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:619:17: error: e= xpected '=3B' before 'neg_y' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:630:17: error: e= xpected '=3B' before 'sum0' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:635:9: error: 's= um0' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:635:57: error: t= here are no arguments to '_mm_setzero_si128' that depend on a template para= meter=2C so a declaration of '_mm_setzero_si128' must be available [-fpermi= ssive] third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:638:43: error: e= xpected type-specifier before '__m128i' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:638:43: error: e= xpected '>' before '__m128i' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:638:43: error: e= xpected '(' before '__m128i' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:638:52: error: e= xpected primary-expression before '>' token third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:665:15: error: '= __m128i' does not name a type third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:668:17: error: e= xpected '=3B' before 'scale_x' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:671:9: error: 's= cale_x' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:671:46: error: '= all_x' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:671:51: error: t= here are no arguments to '_mm_unpacklo_epi8' that depend on a template para= meter=2C so a declaration of '_mm_unpacklo_epi8' must be available [-fpermi= ssive] third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:674:15: error: '= __m128i' does not name a type third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:677:15: error: '= __m128i' does not name a type third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:680:15: error: '= __m128i' does not name a type third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:683:17: error: e= xpected '=3B' before 'sum0' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:685:17: error: e= xpected '=3B' before 'sum1' third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:688:9: error: 's= um0' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:688:36: error: '= sum1' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:688:40: error: t= here are no arguments to '_mm_add_epi16' that depend on a template paramete= r=2C so a declaration of '_mm_add_epi16' must be available [-fpermissive] third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:690:16: error: '= ScaleFourPixels' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:690:53: error: '= alpha' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:693:57: error: t= here are no arguments to '_mm_setzero_si128' that depend on a template para= meter=2C so a declaration of '_mm_setzero_si128' must be available [-fpermi= ssive] third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:696:43: error: t= here are no arguments to '_mm_cvtsi128_si32' that depend on a template para= meter=2C so a declaration of '_mm_cvtsi128_si32' must be available [-fpermi= ssive] third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp: In function 'vo= id {anonymous}::S32_generic_D32_filter_DX_SSSE3(const SkBitmapProcState&=2C= const uint32_t*=2C int=2C uint32_t*) [with bool has_alpha =3D false=2C uin= t32_t =3D unsigned int]': third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:704:64: instan= tiated from here third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:421:9: error: '_= mm_set1_epi16' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:439:13: error: '= _mm_unpacklo_epi8' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:447:13: error: '= _mm_unpackhi_epi8' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:454:13: error: '= _mm_packus_epi16' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:474:13: error: '= _mm_unpacklo_epi8' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:481:13: error: '= _mm_packus_epi16' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:484:13: error: '= _mm_cvtsi128_si32' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:511:13: error: '= _mm_unpacklo_epi8' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:519:13: error: '= _mm_unpackhi_epi8' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:528:13: error: '= _mm_packus_epi16' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:549:13: error: '= _mm_unpacklo_epi8' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:557:13: error: '= _mm_add_epi16' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:562:13: error: '= _mm_packus_epi16' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:565:13: error: '= _mm_cvtsi128_si32' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp: In function 'vo= id {anonymous}::S32_generic_D32_filter_DX_SSSE3(const SkBitmapProcState&=2C= const uint32_t*=2C int=2C uint32_t*) [with bool has_alpha =3D true=2C uint= 32_t =3D unsigned int]': third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:710:63: instan= tiated from here third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:421:9: error: '_= mm_set1_epi16' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:439:13: error: '= _mm_unpacklo_epi8' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:447:13: error: '= _mm_unpackhi_epi8' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:454:13: error: '= _mm_packus_epi16' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:474:13: error: '= _mm_unpacklo_epi8' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:481:13: error: '= _mm_packus_epi16' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:484:13: error: '= _mm_cvtsi128_si32' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:511:13: error: '= _mm_unpacklo_epi8' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:519:13: error: '= _mm_unpackhi_epi8' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:528:13: error: '= _mm_packus_epi16' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:549:13: error: '= _mm_unpacklo_epi8' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:557:13: error: '= _mm_add_epi16' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:562:13: error: '= _mm_packus_epi16' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:565:13: error: '= _mm_cvtsi128_si32' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp: In function 'vo= id {anonymous}::S32_generic_D32_filter_DXDY_SSSE3(const SkBitmapProcState&= =2C const uint32_t*=2C int=2C uint32_t*) [with bool has_alpha =3D false=2C = uint32_t =3D unsigned int]': third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:716:66: instan= tiated from here third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:603:9: error: '_= mm_set1_epi16' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:635:9: error: '_= mm_setzero_si128' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:635:9: error: '_= mm_packus_epi16' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:671:9: error: '_= mm_unpacklo_epi8' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:688:9: error: '_= mm_add_epi16' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:693:9: error: '_= mm_setzero_si128' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:693:9: error: '_= mm_packus_epi16' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:696:9: error: '_= mm_cvtsi128_si32' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp: In function 'vo= id {anonymous}::S32_generic_D32_filter_DXDY_SSSE3(const SkBitmapProcState&= =2C const uint32_t*=2C int=2C uint32_t*) [with bool has_alpha =3D true=2C u= int32_t =3D unsigned int]': third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:722:65: instan= tiated from here third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:603:9: error: '_= mm_set1_epi16' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:635:9: error: '_= mm_setzero_si128' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:635:9: error: '_= mm_packus_epi16' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:671:9: error: '_= mm_unpacklo_epi8' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:688:9: error: '_= mm_add_epi16' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:693:9: error: '_= mm_setzero_si128' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:693:9: error: '_= mm_packus_epi16' was not declared in this scope third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:696:9: error: '_= mm_cvtsi128_si32' was not declared in this scope CC(target) out/Release/obj.target/skia_libtess/third_party/skia/third_par= ty/glu/libtess/dict.o gmake: *** [out/Release/obj.target/skia_opts_ssse3/third_party/skia/src/opt= s/SkBitmapProcState_opts_SSSE3.o] Error 1 gmake: *** Waiting for unfinished jobs.... *** Error code 1 Stop in /usr/ports/www/chromium. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade201205= 29-66132-wffhwe env UPGRADE_TOOL=3Dportupgrade UPGRADE_PORT=3Dchromium-18.0= .1025.168 UPGRADE_PORT_VER=3D18.0.1025.168 make BATCH=3Dyes ** Fix the problem and try again. ---> Build of www/chromium ended at: Tue=2C 29 May 2012 17:59:55 +0900 (co= nsumed 00:12:37) ---> Upgrade of www/chromium ended at: Tue=2C 29 May 2012 17:59:55 +0900 (= consumed 00:12:37) ---> ** Upgrade tasks 1: 0 done=2C 0 ignored=2C 0 skipped and 1 failed ---> Listing the results (+:done / -:ignored / *:skipped / !:failed) ! www/chromium (chromium-18.0.1025.168) (bad C++ code) ---> Packages processed: 0 done=2C 0 ignored=2C 0 skipped and 1 failed ---> Session ended at: Tue=2C 29 May 2012 17:59:55 +0900 (consumed 00:12:4= 3) =