All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-browser] Browser blacklists
@ 2016-06-16  7:08 Gary Thomas
  2016-06-16  9:08 ` Martin Jansa
  0 siblings, 1 reply; 5+ messages in thread
From: Gary Thomas @ 2016-06-16  7:08 UTC (permalink / raw)
  To: openembedded-devel@lists.openembedded.org

I notice that both firefox and chromium are currently blacklisted
as "fails to build with gcc-6".  What about those of us that aren't
using gcc-6?  This seems an overly broad blacklisting :-(

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [meta-browser] Browser blacklists
  2016-06-16  7:08 [meta-browser] Browser blacklists Gary Thomas
@ 2016-06-16  9:08 ` Martin Jansa
  2016-06-16 13:32   ` Davis, Michael
  0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2016-06-16  9:08 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 495 bytes --]

On Thu, Jun 16, 2016 at 09:08:49AM +0200, Gary Thomas wrote:
> I notice that both firefox and chromium are currently blacklisted
> as "fails to build with gcc-6".  What about those of us that aren't
> using gcc-6?  This seems an overly broad blacklisting :-(

You can easily unblacklist them in your configuration where you also
change the gcc version, but they are broken in default configuration, so
they are blacklisted.

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [meta-browser] Browser blacklists
  2016-06-16  9:08 ` Martin Jansa
@ 2016-06-16 13:32   ` Davis, Michael
  2016-06-17 16:56     ` Ian Coolidge
  0 siblings, 1 reply; 5+ messages in thread
From: Davis, Michael @ 2016-06-16 13:32 UTC (permalink / raw)
  To: openembedded-devel@lists.openembedded.org

I ran into this as well and had to spend some time figuring out how to get around it.
Some sort of note in the readme or even commit message about how to get around it would have been nice.

On a related side note it would be nice to get krogoth branch/tag before this blacklist.
I saw there isn't one currently and it would give people a working tag that isn't as old as jethro.


On Thursday, June 16, 2016 11:08:33 AM Martin Jansa wrote:
> On Thu, Jun 16, 2016 at 09:08:49AM +0200, Gary Thomas wrote:
> > I notice that both firefox and chromium are currently blacklisted
> > as "fails to build with gcc-6".  What about those of us that aren't
> > using gcc-6?  This seems an overly broad blacklisting :-(
> 
> You can easily unblacklist them in your configuration where you also
> change the gcc version, but they are broken in default configuration, so
> they are blacklisted.
> 
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [meta-browser] Browser blacklists
  2016-06-16 13:32   ` Davis, Michael
@ 2016-06-17 16:56     ` Ian Coolidge
  2016-06-17 17:57       ` Davis, Michael
  0 siblings, 1 reply; 5+ messages in thread
From: Ian Coolidge @ 2016-06-17 16:56 UTC (permalink / raw)
  To: openembedded-devel

>
> I ran into this as well and had to spend some time figuring out how to get
> around it.


How'd you get around it?

On Thu, Jun 16, 2016 at 6:32 AM, Davis, Michael <michael.davis@essvote.com>
wrote:

> I ran into this as well and had to spend some time figuring out how to get
> around it.
> Some sort of note in the readme or even commit message about how to get
> around it would have been nice.
>
> On a related side note it would be nice to get krogoth branch/tag before
> this blacklist.
> I saw there isn't one currently and it would give people a working tag
> that isn't as old as jethro.
>
>
> On Thursday, June 16, 2016 11:08:33 AM Martin Jansa wrote:
> > On Thu, Jun 16, 2016 at 09:08:49AM +0200, Gary Thomas wrote:
> > > I notice that both firefox and chromium are currently blacklisted
> > > as "fails to build with gcc-6".  What about those of us that aren't
> > > using gcc-6?  This seems an overly broad blacklisting :-(
> >
> > You can easily unblacklist them in your configuration where you also
> > change the gcc version, but they are broken in default configuration, so
> > they are blacklisted.
> >
> >
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [meta-browser] Browser blacklists
  2016-06-17 16:56     ` Ian Coolidge
@ 2016-06-17 17:57       ` Davis, Michael
  0 siblings, 0 replies; 5+ messages in thread
From: Davis, Michael @ 2016-06-17 17:57 UTC (permalink / raw)
  To: openembedded-devel@lists.openembedded.org

Add the following to your distro's conf or local.conf 

#Stop the blacklist due to broken gcc6
PNBLACKLIST[chromium] = ""

On Friday, June 17, 2016 09:56:45 AM Ian Coolidge wrote:
> >
> > I ran into this as well and had to spend some time figuring out how to get
> > around it.
> 
> 
> How'd you get around it?
> 
> On Thu, Jun 16, 2016 at 6:32 AM, Davis, Michael <michael.davis@essvote.com>
> wrote:
> 
> > I ran into this as well and had to spend some time figuring out how to get
> > around it.
> > Some sort of note in the readme or even commit message about how to get
> > around it would have been nice.
> >
> > On a related side note it would be nice to get krogoth branch/tag before
> > this blacklist.
> > I saw there isn't one currently and it would give people a working tag
> > that isn't as old as jethro.
> >
> >
> > On Thursday, June 16, 2016 11:08:33 AM Martin Jansa wrote:
> > > On Thu, Jun 16, 2016 at 09:08:49AM +0200, Gary Thomas wrote:
> > > > I notice that both firefox and chromium are currently blacklisted
> > > > as "fails to build with gcc-6".  What about those of us that aren't
> > > > using gcc-6?  This seems an overly broad blacklisting :-(
> > >
> > > You can easily unblacklist them in your configuration where you also
> > > change the gcc version, but they are broken in default configuration, so
> > > they are blacklisted.
> > >
> > >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> >
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-06-17 17:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-16  7:08 [meta-browser] Browser blacklists Gary Thomas
2016-06-16  9:08 ` Martin Jansa
2016-06-16 13:32   ` Davis, Michael
2016-06-17 16:56     ` Ian Coolidge
2016-06-17 17:57       ` Davis, Michael

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.