* web_svn with yocto 1.0 broken
@ 2011-04-12 21:42 Robert Berger
2011-04-14 3:25 ` Zhai, Edwin
2011-04-18 5:43 ` Richard Purdie
0 siblings, 2 replies; 5+ messages in thread
From: Robert Berger @ 2011-04-12 21:42 UTC (permalink / raw)
To: poky
Hi,
With the release tag bernard-5.0 I'm trying to bitbake web and get:
OE Build Configuration:
BB_VERSION = "1.11.0"
METADATA_BRANCH = "bernard-5.0_LOCAL"
METADATA_REVISION = "8b6416db1e04af83ecdf57522240ac859d5d8031"
TARGET_ARCH = "i586"
TARGET_OS = "linux"
MACHINE = "qemux86"
DISTRO = "poky"
DISTRO_VERSION = "1.0"
TARGET_FPU = ""
...
| web_gtkhtml2.c:525:3: error: too many arguments to function
'css_parser_parse_stylesheet'
...
Is there a fix for this?
Regards,
Robert..."The pure and simple truth is rarely pure and never simple." -
Oscar Wilde
My public pgp key is available at:
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x90320BF1
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: web_svn with yocto 1.0 broken
2011-04-12 21:42 web_svn with yocto 1.0 broken Robert Berger
@ 2011-04-14 3:25 ` Zhai, Edwin
2011-04-18 5:43 ` Richard Purdie
1 sibling, 0 replies; 5+ messages in thread
From: Zhai, Edwin @ 2011-04-14 3:25 UTC (permalink / raw)
To: gmane; +Cc: poky
web is not used for a long time, maybe. Try web-webkit instead.
The build error comes from the interface mismatch.
css->sheet = css_parser_parse_stylesheet (css->style,
strlen (css->style), NULL, css->media);
gtkhtml2 defines it as following:
CssStylesheet *
css_parser_parse_stylesheet (const gchar *str, gint len)
,which is extended to accept extra base_url parameter in latest upstream
(r1161).
But still mismatch with calling from web:(
Robert Berger wrote:
>
> Hi,
>
> With the release tag bernard-5.0 I'm trying to bitbake web and get:
>
> OE Build Configuration:
> BB_VERSION = "1.11.0"
> METADATA_BRANCH = "bernard-5.0_LOCAL"
> METADATA_REVISION = "8b6416db1e04af83ecdf57522240ac859d5d8031"
> TARGET_ARCH = "i586"
> TARGET_OS = "linux"
> MACHINE = "qemux86"
> DISTRO = "poky"
> DISTRO_VERSION = "1.0"
> TARGET_FPU = ""
>
> ...
>
> | web_gtkhtml2.c:525:3: error: too many arguments to function
> 'css_parser_parse_stylesheet'
>
> ...
>
> Is there a fix for this?
>
> Regards,
>
> Robert..."The pure and simple truth is rarely pure and never simple." -
> Oscar Wilde
>
> My public pgp key is available at:
> http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x90320BF1
> <http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x90320BF1>
>
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: web_svn with yocto 1.0 broken
2011-04-12 21:42 web_svn with yocto 1.0 broken Robert Berger
2011-04-14 3:25 ` Zhai, Edwin
@ 2011-04-18 5:43 ` Richard Purdie
2011-04-18 7:24 ` Zhai, Edwin
1 sibling, 1 reply; 5+ messages in thread
From: Richard Purdie @ 2011-04-18 5:43 UTC (permalink / raw)
To: gmane; +Cc: poky
On Wed, 2011-04-13 at 00:42 +0300, Robert Berger wrote:
> Hi,
>
> With the release tag bernard-5.0 I'm trying to bitbake web and get:
>
> OE Build Configuration:
> BB_VERSION = "1.11.0"
> METADATA_BRANCH = "bernard-5.0_LOCAL"
> METADATA_REVISION = "8b6416db1e04af83ecdf57522240ac859d5d8031"
> TARGET_ARCH = "i586"
> TARGET_OS = "linux"
> MACHINE = "qemux86"
> DISTRO = "poky"
> DISTRO_VERSION = "1.0"
> TARGET_FPU = ""
>
> ...
>
> | web_gtkhtml2.c:525:3: error: too many arguments to function
> 'css_parser_parse_stylesheet'
>
> ...
>
> Is there a fix for this?
I've pushed a fix into the web repository for that problem (r131).
Cheers,
Richard
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: web_svn with yocto 1.0 broken
2011-04-18 5:43 ` Richard Purdie
@ 2011-04-18 7:24 ` Zhai, Edwin
2011-04-18 8:38 ` Richard Purdie
0 siblings, 1 reply; 5+ messages in thread
From: Zhai, Edwin @ 2011-04-18 7:24 UTC (permalink / raw)
To: Richard Purdie; +Cc: gmane, poky
Richard Purdie wrote:
>
> On Wed, 2011-04-13 at 00:42 +0300, Robert Berger wrote:
> >
> > ...
> >
> > | web_gtkhtml2.c:525:3: error: too many arguments to function
> > 'css_parser_parse_stylesheet'
> >
> > ...
> >
> > Is there a fix for this?
>
> I've pushed a fix into the web repository for that problem (r131).
>
RP,
Thanks for your fix.
Curious question, who's the current owner of the open-handed's project,
if I have a fix or patch for upstreaming?
edwin
> Cheers,
>
> Richard
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: web_svn with yocto 1.0 broken
2011-04-18 7:24 ` Zhai, Edwin
@ 2011-04-18 8:38 ` Richard Purdie
0 siblings, 0 replies; 5+ messages in thread
From: Richard Purdie @ 2011-04-18 8:38 UTC (permalink / raw)
To: Zhai, Edwin; +Cc: gmane, poky
On Mon, 2011-04-18 at 15:24 +0800, Zhai, Edwin wrote:
>
> Richard Purdie wrote:
> >
> > On Wed, 2011-04-13 at 00:42 +0300, Robert Berger wrote:
> > >
> > > ...
> > >
> > > | web_gtkhtml2.c:525:3: error: too many arguments to function
> > > 'css_parser_parse_stylesheet'
> > >
> > > ...
> > >
> > > Is there a fix for this?
> >
> > I've pushed a fix into the web repository for that problem (r131).
>
> RP,
> Thanks for your fix.
> Curious question, who's the current owner of the open-handed's project,
> if I have a fix or patch for upstreaming?
Its complicated. Some projects are orphaned, some do still have people
who look after them. We're also in the process of migrating them all
away from SVN over to git too.
If people do have patches for things, send me email offlist and I'll try
and put you in touch with the right people on a case by case basis.
Cheers,
Richard
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-04-18 8:38 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-12 21:42 web_svn with yocto 1.0 broken Robert Berger
2011-04-14 3:25 ` Zhai, Edwin
2011-04-18 5:43 ` Richard Purdie
2011-04-18 7:24 ` Zhai, Edwin
2011-04-18 8:38 ` Richard Purdie
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.