Re: Chromium - fails to compile

2012-06-04 Thread ill...@gmail.com
On 3 June 2012 12:33, Yuri y...@rawbw.com wrote:
 On 05/30/2012 09:33, Lowell Gilbert wrote:

 Yes. Chromium currently depends on SSE3; the recommended way of enabling
 that appears to be setting CPUTYPE.


 Port should be ding that itself.
 Make use of misc/cpuid if needed. Make it BUILDDEP.

 Currently 19.0.1084.52 fails to build for me too.


Doesn't seem to matter what CPUTYPE is,
but adding -mssse3 to CFLAGS let it finish.

But the whole linux fiasco with chromium
depending on udev is making me not want
to use it.

-- 
--
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Chromium - fails to compile

2012-06-03 Thread Yuri

On 05/30/2012 09:33, Lowell Gilbert wrote:

Yes. Chromium currently depends on SSE3; the recommended way of enabling
that appears to be setting CPUTYPE.


Port should be ding that itself.
Make use of misc/cpuid if needed. Make it BUILDDEP.

Currently 19.0.1084.52 fails to build for me too.

Yuri
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Chromium - fails to compile

2012-05-30 Thread Ewald Jenisch
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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Chromium - fails to compile

2012-05-30 Thread Lowell Gilbert
Ewald Jenisch a...@jenisch.at writes:

 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

If you had looked a little earlier in the output, you would have gotten
a bit more of a clue from the compiler.

 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?

Yes. Chromium currently depends on SSE3; the recommended way of enabling
that appears to be setting CPUTYPE. 

I'm not sure what the implications are for build machines whose output
might be used on a variety of hardware...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org