From owner-freebsd-questions@FreeBSD.ORG Wed May 30 14:39:35 2012 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 323B4106566B for ; Wed, 30 May 2012 14:39:35 +0000 (UTC) (envelope-from prvs=49095d74b=a@jenisch.at) Received: from mgaterz1.oekb.co.at (mgaterz1.oekb.co.at [143.245.5.111]) by mx1.freebsd.org (Postfix) with ESMTP id B5D598FC1B for ; Wed, 30 May 2012 14:39:34 +0000 (UTC) Received: from exchhubcas1.oekb.co.at ([143.245.3.64]) by mgaterz1.oekb.co.at with ESMTP/TLS/AES128-SHA; 30 May 2012 16:38:24 +0200 Received: from aurora.oekb.co.at (143.245.9.16) by internal-relay-exchhubcas1.oekb.co.at (143.245.3.65) with Microsoft SMTP Server id 14.1.339.1; Wed, 30 May 2012 16:38:24 +0200 Received: from aurora.oekb.co.at (localhost [127.0.0.1]) by aurora.oekb.co.at (8.14.5/8.14.5) with ESMTP id q4UEcO30018318 for ; Wed, 30 May 2012 16:38:24 +0200 (CEST) (envelope-from a@jenisch.at) Received: (from ej@localhost) by aurora.oekb.co.at (8.14.5/8.14.5/Submit) id q4UEcOdT018317 for questions@freebsd.org; Wed, 30 May 2012 16:38:24 +0200 (CEST) (envelope-from a@jenisch.at) X-Authentication-Warning: aurora.oekb.co.at: ej set sender to a@jenisch.at using -f Date: Wed, 30 May 2012 16:38:24 +0200 From: Ewald Jenisch To: Message-ID: <20120530143824.GA18299@aurora.oekb.co.at> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: Chromium - fails to compile X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2012 14:39:35 -0000 Hi, On one of my systems (FreeBSD 9.0 AMD64; kernel/system current as of today; all ports up to date) chromium (ports/www/chromium) fails to compile. Here's what I get: third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp: In function 'void {anonymous}::S32_generic_D32_filter_DXDY_SSSE3(const SkBitmapProcState&, con st uint32_t*, int, uint32_t*) [with bool has_alpha = true, uint32_t = unsigned int]': third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:722:65: instantiated 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 gmake: *** [out/Release/obj.target/skia_opts_ssse3/third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.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. Please note that I cvsup-ed just a few minutes ago - also tried "make distclean" followed by make - same result :-( Has anybody out there seen this problem before? Thanks much in advance for your help, -ewald