[Bug 192821] www/chromium crashes when signing into chrome

2014-08-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192821 --- Comment #8 from Jonathan Chen j...@chen.org.nz --- I tweaked the Makefile and can confirm that a port built with the bundled protobuf works fine on my 10/STABLE-amd64. -- You are receiving this mail because: You are the assignee for

[Bug 192685] www/chromium 36.0.1985.143 fails to build on 10-stable

2014-08-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192685 --- Comment #27 from oleg.nau...@gmail.com --- I was able to build chromium 37.0.2062.94 ( from ports tree without additional patches ) on 10-STABLE machine. Thank you for your hard work Carlos! -- You are receiving this mail because:

Re: chromium 37 up for testing (and polishing)

2014-08-27 Thread Jia-Shiun Li
files/patch-manual-build of commit d5d33067 was saved in CRLF eol, aka DOS format. That makes it fail to patch files. Re-saving the file in Unix format solves it for me on -current. -Jia-Shiun. On Wed, Aug 27, 2014 at 12:39 AM, René Ladan r...@freebsd.org wrote: 2014-08-26 15:36 GMT+02:00

[Bug 192821] www/chromium crashes when signing into chrome

2014-08-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192821 jiash...@gmail.com changed: What|Removed |Added CC||jiash...@gmail.com ---

Re: chromium 37 up for testing (and polishing)

2014-08-27 Thread Carlos Jacobo Puga Medina
Hi, I was trying to build the port on poudriere and it fails, so I wonder if this is related to the patches. poudriere 10-amd64 jail tail -30 /usr/local/poudriere/data/logs/bulk/10x64-default/latest/logs/chromium-37.0= .2062.94.log In file included from ../../ui/gl/gl_bindings.h:230:

[Bug 192685] www/chromium 36.0.1985.143 fails to build on 10-stable

2014-08-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192685 --- Comment #28 from Carlos Jacobo Puga Medina c...@fbsd.es --- (In reply to oleg.nauman from comment #27) I was able to build chromium 37.0.2062.94 ( from ports tree without additional patches ) on 10-STABLE machine. Thank you for

www/chromium (from packages) broken on 9.3-RELEASE

2014-08-27 Thread Ashish SHUKLA
Howdy, Thanks all for your hard work in maintaining the chromium port. I just installed www/chromium from pkg, and when starting Chromium, I come across following error message: #v+ /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.11 required by /usr/local/share/chromium/chrome not found #v- Then

[Bug 192821] www/chromium crashes when signing into chrome

2014-08-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192821 Carlos Jacobo Puga Medina c...@fbsd.es changed: What|Removed |Added CC|

Re: chromium 37 up for testing (and polishing)

2014-08-27 Thread Miguel Clara
With that I get: gcc47: error: unrecognized command line option '-Wheader-hygiene' gcc47: error: unrecognized command line option '-Wstring-conversion' gcc47: error: unrecognized command line option '-fcolor-diagnostics' FAILED: gcc47 -MMD -MF

Re: chromium 37 up for testing (and polishing)

2014-08-27 Thread Carlos Jacobo Puga Medina
On Wed, 27 Aug 2014 20:35:06 +0100 Miguel Clara miguelmcl...@gmail.com wrote: With that I get: gcc47: error: unrecognized command line option '-Wheader-hygiene' gcc47: error: unrecognized command line option '-Wstring-conversion' gcc47: error: unrecognized command line option

[package - 10i386-default][www/chromium] Failed for chromium-37.0.2062.94 in build

2014-08-27 Thread pkg-fallout
You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: chrom...@freebsd.org Last committer: r...@freebsd.org Ident: $FreeBSD: head/www/chromium/Makefile

Re: chromium 37 up for testing (and polishing)

2014-08-27 Thread Miguel Clara
Thanks for the info but I get the same result (I had that in make.conf already btw) Maybe I'm missing a patch, I'll try to build live and see what I get! I'm building with debug btw, not sure if relevant. I wan to see if I can understand why I can not install the Google Cast Extension!

Re: chromium 37 up for testing (and polishing)

2014-08-27 Thread Carlos Jacobo Puga Medina
On Wed, 27 Aug 2014 23:49:35 +0100 Miguel Clara miguelmcl...@gmail.com wrote: Thanks for the info but I get the same result (I had that in make.conf already btw) Please, see comment#6: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192685#c6 Maybe I'm missing a patch, I'll try to build