| Submitter | Andrei Gherzan |
|---|---|
| Date | Aug. 16, 2012, 9:32 p.m. |
| Message ID | <3f88694096116da408832aad9afd90df386e0a36.1345152235.git.andrei@gherzan.ro> |
| Download | mbox | patch |
| Permalink | /patch/34737/ |
| State | New |
| Headers | show |
Comments
On Fri, Aug 17, 2012 at 12:32:48AM +0300, Andrei Gherzan wrote: > Avoid error: > | /bin/bash: <path>/tmp/sysroots/i686-linux/usr/bin/msgfmt: No such file or > directory shouldn't this be gettext-native or inherit gettext then? > | make: *** [subversion/po/de.mo] Error 127 > | make: *** Waiting for unfinished jobs.... > | ERROR: oe_runmake failed > > Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> > --- > .../subversion/subversion_1.7.2.bb | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/meta/recipes-devtools/subversion/subversion_1.7.2.bb b/meta/recipes-devtools/subversion/subversion_1.7.2.bb > index 4f71de5..6b72e73 100644 > --- a/meta/recipes-devtools/subversion/subversion_1.7.2.bb > +++ b/meta/recipes-devtools/subversion/subversion_1.7.2.bb > @@ -5,9 +5,11 @@ RDEPENDS_${PN} = "neon" > LICENSE = "Apache-2" > HOMEPAGE = "http://subversion.tigris.org" > > +DEPENDS = "gettext" > + > BBCLASSEXTEND = "native" > > -PR = "r3" > +PR = "r4" > > SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \ > file://libtool2.patch \ > -- > 1.7.9.5 > > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
On Fri, Aug 17, 2012 at 12:57 AM, Martin Jansa <martin.jansa@gmail.com>wrote: > On Fri, Aug 17, 2012 at 12:32:48AM +0300, Andrei Gherzan wrote: > > Avoid error: > > | /bin/bash: <path>/tmp/sysroots/i686-linux/usr/bin/msgfmt: No such file > or > > directory > > shouldn't this be gettext-native or inherit gettext then? > > Bad patch - not a lame excuse i just realized this now. This is what happens if i mix stuff together... sorry. > > | make: *** [subversion/po/de.mo] Error 127 > > | make: *** Waiting for unfinished jobs.... > > | ERROR: oe_runmake failed > > > > Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> > > --- > > .../subversion/subversion_1.7.2.bb | 4 +++- > > 1 file changed, 3 insertions(+), 1 deletion(-) > > > > diff --git a/meta/recipes-devtools/subversion/subversion_1.7.2.bbb/meta/recipes-devtools/subversion/ > subversion_1.7.2.bb > > index 4f71de5..6b72e73 100644 > > --- a/meta/recipes-devtools/subversion/subversion_1.7.2.bb > > +++ b/meta/recipes-devtools/subversion/subversion_1.7.2.bb > > @@ -5,9 +5,11 @@ RDEPENDS_${PN} = "neon" > > LICENSE = "Apache-2" > > HOMEPAGE = "http://subversion.tigris.org" > > > > +DEPENDS = "gettext" > > + > > BBCLASSEXTEND = "native" > > > > -PR = "r3" > > +PR = "r4" > > > > SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \ > > file://libtool2.patch \ > > -- > > 1.7.9.5 > > > > > > _______________________________________________ > > Openembedded-core mailing list > > Openembedded-core@lists.openembedded.org > > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core > > -- > Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core > >
Patch
diff --git a/meta/recipes-devtools/subversion/subversion_1.7.2.bb b/meta/recipes-devtools/subversion/subversion_1.7.2.bb index 4f71de5..6b72e73 100644 --- a/meta/recipes-devtools/subversion/subversion_1.7.2.bb +++ b/meta/recipes-devtools/subversion/subversion_1.7.2.bb @@ -5,9 +5,11 @@ RDEPENDS_${PN} = "neon" LICENSE = "Apache-2" HOMEPAGE = "http://subversion.tigris.org" +DEPENDS = "gettext" + BBCLASSEXTEND = "native" -PR = "r3" +PR = "r4" SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \ file://libtool2.patch \
Avoid error: | /bin/bash: <path>/tmp/sysroots/i686-linux/usr/bin/msgfmt: No such file or directory | make: *** [subversion/po/de.mo] Error 127 | make: *** Waiting for unfinished jobs.... | ERROR: oe_runmake failed Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> --- .../subversion/subversion_1.7.2.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)