* libxml2_native_python_dir
@ 2008-09-23 21:14 Denys Dmytriyenko
2008-09-23 21:21 ` libxml2_native_python_dir Koen Kooi
0 siblings, 1 reply; 6+ messages in thread
From: Denys Dmytriyenko @ 2008-09-23 21:14 UTC (permalink / raw)
To: openembedded-devel
Hi,
Since couple of days ago I'm seeing this error message when bitbake rebuilds
its cache:
ERROR: Error Method already seen: libxml2_native_python_dir in' libxml2-native_2.6.29.bb' now in 'libxml2-native_2.6.32.bb'
Even though it says ERROR, it does not break the build.
Should I create a bug report for this?
--
Denys
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: libxml2_native_python_dir
2008-09-23 21:14 libxml2_native_python_dir Denys Dmytriyenko
@ 2008-09-23 21:21 ` Koen Kooi
2008-09-23 21:33 ` libxml2_native_python_dir Andrea Adami
0 siblings, 1 reply; 6+ messages in thread
From: Koen Kooi @ 2008-09-23 21:21 UTC (permalink / raw)
To: openembedded-devel
Denys Dmytriyenko wrote:
> Hi,
>
> Since couple of days ago I'm seeing this error message when bitbake rebuilds
> its cache:
>
> ERROR: Error Method already seen: libxml2_native_python_dir in' libxml2-native_2.6.29.bb' now in 'libxml2-native_2.6.32.bb'
>
> Even though it says ERROR, it does not break the build.
OE (or bitbake, I get confused easily) has a global method scope, so you
get warned when 2 files define the same method.
The way to fix this would either be to drop .29 or create a .inc file
that can be shared between .29 and .32.
regards,
Koen
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: libxml2_native_python_dir
2008-09-23 21:21 ` libxml2_native_python_dir Koen Kooi
@ 2008-09-23 21:33 ` Andrea Adami
2008-09-24 0:06 ` libxml2_native_python_dir Khem Raj
0 siblings, 1 reply; 6+ messages in thread
From: Andrea Adami @ 2008-09-23 21:33 UTC (permalink / raw)
To: openembedded-devel
talking with zecke I could easily develop a patch:
http://www.pastebin.ca/1209737
Seems to work here.Please test.
Andrea
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: libxml2_native_python_dir
2008-09-23 21:33 ` libxml2_native_python_dir Andrea Adami
@ 2008-09-24 0:06 ` Khem Raj
2008-09-25 4:06 ` libxml2_native_python_dir Denys Dmytriyenko
0 siblings, 1 reply; 6+ messages in thread
From: Khem Raj @ 2008-09-24 0:06 UTC (permalink / raw)
To: openembedded-devel
On Tue, Sep 23, 2008 at 2:33 PM, Andrea Adami <andrea.adami@gmail.com> wrote:
> talking with zecke I could easily develop a patch:
>
> http://www.pastebin.ca/1209737
>
> Seems to work here.Please test.
seems good. Bump up the PR numbers when you commit.
>
> Andrea
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: libxml2_native_python_dir
2008-09-24 0:06 ` libxml2_native_python_dir Khem Raj
@ 2008-09-25 4:06 ` Denys Dmytriyenko
2008-09-25 10:01 ` libxml2_native_python_dir Andrea Adami
0 siblings, 1 reply; 6+ messages in thread
From: Denys Dmytriyenko @ 2008-09-25 4:06 UTC (permalink / raw)
To: openembedded-devel
On Tue, Sep 23, 2008 at 05:06:10PM -0700, Khem Raj wrote:
> On Tue, Sep 23, 2008 at 2:33 PM, Andrea Adami <andrea.adami@gmail.com> wrote:
> > talking with zecke I could easily develop a patch:
> >
> > http://www.pastebin.ca/1209737
> >
> > Seems to work here.Please test.
>
> seems good. Bump up the PR numbers when you commit.
When can we expect the fix to be commited? Thanks in advance.
--
Denys
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: libxml2_native_python_dir
2008-09-25 4:06 ` libxml2_native_python_dir Denys Dmytriyenko
@ 2008-09-25 10:01 ` Andrea Adami
0 siblings, 0 replies; 6+ messages in thread
From: Andrea Adami @ 2008-09-25 10:01 UTC (permalink / raw)
To: openembedded-devel
>> seems good. Bump up the PR numbers when you commit.
>When can we expect the fix to be commited? Thanks in advance.
Khem, please do (I never applied for commit rights).
IMHO no runtime changes so no need for PR bump.
Thx
Andrea
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-09-25 10:05 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-23 21:14 libxml2_native_python_dir Denys Dmytriyenko
2008-09-23 21:21 ` libxml2_native_python_dir Koen Kooi
2008-09-23 21:33 ` libxml2_native_python_dir Andrea Adami
2008-09-24 0:06 ` libxml2_native_python_dir Khem Raj
2008-09-25 4:06 ` libxml2_native_python_dir Denys Dmytriyenko
2008-09-25 10:01 ` libxml2_native_python_dir Andrea Adami
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.