| Submitter | Andreas Müller |
|---|---|
| Date | Jan. 25, 2013, 10:26 p.m. |
| Message ID | <1359152782-23743-5-git-send-email-schnitzeltony@googlemail.com> |
| Download | mbox | patch |
| Permalink | /patch/43425/ |
| State | Accepted, archived |
| Headers | show |
Comments
On Fri, Jan 25, 2013 at 11:26:21PM +0100, Andreas Müller wrote: > Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> > --- > meta-oe/recipes-devtools/geany/geany_1.22.bb | 13 +++++++++++++ > 1 files changed, 13 insertions(+), 0 deletions(-) > create mode 100644 meta-oe/recipes-devtools/geany/geany_1.22.bb Fails in world build | configure: error: No C++ compiler found. Please install a C++ compiler. | Configure failed. The contents of all config.log files follows to aid debugging | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/geany/1.22-r0/geany-1.22/config.log | This file contains any messages produced by compilers while | running configure, to aid debugging if configure makes a mistake. | | It was created by Geany configure 1.22, which was | generated by GNU Autoconf 2.69. Invocation command line was Complete log here: http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20130125_082000.log/ Cheers, > > diff --git a/meta-oe/recipes-devtools/geany/geany_1.22.bb b/meta-oe/recipes-devtools/geany/geany_1.22.bb > new file mode 100644 > index 0000000..1e56ec8 > --- /dev/null > +++ b/meta-oe/recipes-devtools/geany/geany_1.22.bb > @@ -0,0 +1,13 @@ > +DESCRIPTION = "A fast and lightweight IDE" > +HOMEPAGE = "http://www.geany.org/" > +LICENSE = "GPLv2" > +LIC_FILES_CHKSUM = "file://COPYING;md5=c107cf754550e65755c42985a5d4e9c9" > +DEPENDS = "gtk+" > + > +inherit autotools pkgconfig > + > +SRC_URI = "http://download.geany.org/${PN}-${PV}.tar.bz2" > +SRC_URI[md5sum] = "0672077fe83e2a739aa0eaca426aacf0" > +SRC_URI[sha256sum] = "901a35a7395ef10a80fb10b3ab63bae3871693a4e82d56388e9521a27877577e" > + > +FILES_${PN} += "${datadir}/icons" > -- > 1.7.4.4 > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
On Sat, Jan 26, 2013 at 12:51 PM, Martin Jansa <martin.jansa@gmail.com> wrote: > On Fri, Jan 25, 2013 at 11:26:21PM +0100, Andreas Müller wrote: >> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> >> --- >> meta-oe/recipes-devtools/geany/geany_1.22.bb | 13 +++++++++++++ >> 1 files changed, 13 insertions(+), 0 deletions(-) >> create mode 100644 meta-oe/recipes-devtools/geany/geany_1.22.bb > > Fails in world build > > | configure: error: No C++ compiler found. Please install a C++ compiler. > | Configure failed. The contents of all config.log files follows to aid debugging > | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/geany/1.22-r0/geany-1.22/config.log > | This file contains any messages produced by compilers while > | running configure, to aid debugging if configure makes a mistake. > | > | It was created by Geany configure 1.22, which was > | generated by GNU Autoconf 2.69. Invocation command line was > > Complete log here: > http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20130125_082000.log/ > > Cheers, > >> >> diff --git a/meta-oe/recipes-devtools/geany/geany_1.22.bb b/meta-oe/recipes-devtools/geany/geany_1.22.bb >> new file mode 100644 >> index 0000000..1e56ec8 >> --- /dev/null >> +++ b/meta-oe/recipes-devtools/geany/geany_1.22.bb >> @@ -0,0 +1,13 @@ >> +DESCRIPTION = "A fast and lightweight IDE" >> +HOMEPAGE = "http://www.geany.org/" >> +LICENSE = "GPLv2" >> +LIC_FILES_CHKSUM = "file://COPYING;md5=c107cf754550e65755c42985a5d4e9c9" >> +DEPENDS = "gtk+" >> + >> +inherit autotools pkgconfig >> + >> +SRC_URI = "http://download.geany.org/${PN}-${PV}.tar.bz2" >> +SRC_URI[md5sum] = "0672077fe83e2a739aa0eaca426aacf0" >> +SRC_URI[sha256sum] = "901a35a7395ef10a80fb10b3ab63bae3871693a4e82d56388e9521a27877577e" >> + >> +FILES_${PN} += "${datadir}/icons" >> -- >> 1.7.4.4 >> >> >> _______________________________________________ >> Openembedded-devel mailing list >> Openembedded-devel@lists.openembedded.org >> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > > -- > Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com > OK I try to find out what goes wrong. What about the others of this series? Andreas
On Sat, Jan 26, 2013 at 01:13:32PM +0100, Andreas Müller wrote: > On Sat, Jan 26, 2013 at 12:51 PM, Martin Jansa <martin.jansa@gmail.com> wrote: > > On Fri, Jan 25, 2013 at 11:26:21PM +0100, Andreas Müller wrote: > >> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> > >> --- > >> meta-oe/recipes-devtools/geany/geany_1.22.bb | 13 +++++++++++++ > >> 1 files changed, 13 insertions(+), 0 deletions(-) > >> create mode 100644 meta-oe/recipes-devtools/geany/geany_1.22.bb > > > > Fails in world build > > > > | configure: error: No C++ compiler found. Please install a C++ compiler. > > | Configure failed. The contents of all config.log files follows to aid debugging > > | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/geany/1.22-r0/geany-1.22/config.log > > | This file contains any messages produced by compilers while > > | running configure, to aid debugging if configure makes a mistake. > > | > > | It was created by Geany configure 1.22, which was > > | generated by GNU Autoconf 2.69. Invocation command line was > > > > Complete log here: > > http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20130125_082000.log/ > > > > Cheers, > > > >> > >> diff --git a/meta-oe/recipes-devtools/geany/geany_1.22.bb b/meta-oe/recipes-devtools/geany/geany_1.22.bb > >> new file mode 100644 > >> index 0000000..1e56ec8 > >> --- /dev/null > >> +++ b/meta-oe/recipes-devtools/geany/geany_1.22.bb > >> @@ -0,0 +1,13 @@ > >> +DESCRIPTION = "A fast and lightweight IDE" > >> +HOMEPAGE = "http://www.geany.org/" > >> +LICENSE = "GPLv2" > >> +LIC_FILES_CHKSUM = "file://COPYING;md5=c107cf754550e65755c42985a5d4e9c9" > >> +DEPENDS = "gtk+" > >> + > >> +inherit autotools pkgconfig > >> + > >> +SRC_URI = "http://download.geany.org/${PN}-${PV}.tar.bz2" > >> +SRC_URI[md5sum] = "0672077fe83e2a739aa0eaca426aacf0" > >> +SRC_URI[sha256sum] = "901a35a7395ef10a80fb10b3ab63bae3871693a4e82d56388e9521a27877577e" > >> + > >> +FILES_${PN} += "${datadir}/icons" > >> -- > >> 1.7.4.4 > >> > >> > >> _______________________________________________ > >> Openembedded-devel mailing list > >> Openembedded-devel@lists.openembedded.org > >> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > > > > -- > > Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com > > > OK I try to find out what goes wrong. What about the others of this series? others look good to me (well I've only build tested them). Will merge them in 1-2 days if someone else does not send some comments.
On Sat, Jan 26, 2013 at 01:13:32PM +0100, Andreas Müller wrote: > On Sat, Jan 26, 2013 at 12:51 PM, Martin Jansa <martin.jansa@gmail.com> wrote: > > On Fri, Jan 25, 2013 at 11:26:21PM +0100, Andreas Müller wrote: > >> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> > >> --- > >> meta-oe/recipes-devtools/geany/geany_1.22.bb | 13 +++++++++++++ > >> 1 files changed, 13 insertions(+), 0 deletions(-) > >> create mode 100644 meta-oe/recipes-devtools/geany/geany_1.22.bb > > > > Fails in world build > > > > | configure: error: No C++ compiler found. Please install a C++ compiler. > > | Configure failed. The contents of all config.log files follows to aid debugging > > | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/geany/1.22-r0/geany-1.22/config.log > > | This file contains any messages produced by compilers while > > | running configure, to aid debugging if configure makes a mistake. > > | > > | It was created by Geany configure 1.22, which was > > | generated by GNU Autoconf 2.69. Invocation command line was > > > > Complete log here: > > http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20130125_082000.log/ > > > > Cheers, > > > >> > >> diff --git a/meta-oe/recipes-devtools/geany/geany_1.22.bb b/meta-oe/recipes-devtools/geany/geany_1.22.bb > >> new file mode 100644 > >> index 0000000..1e56ec8 > >> --- /dev/null > >> +++ b/meta-oe/recipes-devtools/geany/geany_1.22.bb > >> @@ -0,0 +1,13 @@ > >> +DESCRIPTION = "A fast and lightweight IDE" > >> +HOMEPAGE = "http://www.geany.org/" > >> +LICENSE = "GPLv2" > >> +LIC_FILES_CHKSUM = "file://COPYING;md5=c107cf754550e65755c42985a5d4e9c9" > >> +DEPENDS = "gtk+" > >> + > >> +inherit autotools pkgconfig > >> + > >> +SRC_URI = "http://download.geany.org/${PN}-${PV}.tar.bz2" > >> +SRC_URI[md5sum] = "0672077fe83e2a739aa0eaca426aacf0" > >> +SRC_URI[sha256sum] = "901a35a7395ef10a80fb10b3ab63bae3871693a4e82d56388e9521a27877577e" > >> + > >> +FILES_${PN} += "${datadir}/icons" > >> -- > >> 1.7.4.4 > >> > >> > >> _______________________________________________ > >> Openembedded-devel mailing list > >> Openembedded-devel@lists.openembedded.org > >> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > > > > -- > > Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com > > > OK I try to find out what goes wrong. What about the others of this series? I've accidentally merged this one today (it was in branch for long time and I haven't seen failure in world build, because it's blacklisted since I've reported this. Any news on it?
On Tue, Feb 19, 2013 at 9:27 AM, Martin Jansa <martin.jansa@gmail.com> wrote: > On Sat, Jan 26, 2013 at 01:13:32PM +0100, Andreas Müller wrote: >> On Sat, Jan 26, 2013 at 12:51 PM, Martin Jansa <martin.jansa@gmail.com> wrote: >> > On Fri, Jan 25, 2013 at 11:26:21PM +0100, Andreas Müller wrote: >> >> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> >> >> --- >> >> meta-oe/recipes-devtools/geany/geany_1.22.bb | 13 +++++++++++++ >> >> 1 files changed, 13 insertions(+), 0 deletions(-) >> >> create mode 100644 meta-oe/recipes-devtools/geany/geany_1.22.bb >> > >> > Fails in world build >> > >> > | configure: error: No C++ compiler found. Please install a C++ compiler. >> > | Configure failed. The contents of all config.log files follows to aid debugging >> > | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/geany/1.22-r0/geany-1.22/config.log >> > | This file contains any messages produced by compilers while >> > | running configure, to aid debugging if configure makes a mistake. >> > | >> > | It was created by Geany configure 1.22, which was >> > | generated by GNU Autoconf 2.69. Invocation command line was >> > >> > Complete log here: >> > http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20130125_082000.log/ >> > >> > Cheers, >> > >> >> >> >> diff --git a/meta-oe/recipes-devtools/geany/geany_1.22.bb b/meta-oe/recipes-devtools/geany/geany_1.22.bb >> >> new file mode 100644 >> >> index 0000000..1e56ec8 >> >> --- /dev/null >> >> +++ b/meta-oe/recipes-devtools/geany/geany_1.22.bb >> >> @@ -0,0 +1,13 @@ >> >> +DESCRIPTION = "A fast and lightweight IDE" >> >> +HOMEPAGE = "http://www.geany.org/" >> >> +LICENSE = "GPLv2" >> >> +LIC_FILES_CHKSUM = "file://COPYING;md5=c107cf754550e65755c42985a5d4e9c9" >> >> +DEPENDS = "gtk+" >> >> + >> >> +inherit autotools pkgconfig >> >> + >> >> +SRC_URI = "http://download.geany.org/${PN}-${PV}.tar.bz2" >> >> +SRC_URI[md5sum] = "0672077fe83e2a739aa0eaca426aacf0" >> >> +SRC_URI[sha256sum] = "901a35a7395ef10a80fb10b3ab63bae3871693a4e82d56388e9521a27877577e" >> >> + >> >> +FILES_${PN} += "${datadir}/icons" >> >> -- >> >> 1.7.4.4 >> >> >> >> >> >> _______________________________________________ >> >> Openembedded-devel mailing list >> >> Openembedded-devel@lists.openembedded.org >> >> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel >> > >> > -- >> > Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com >> > >> OK I try to find out what goes wrong. What about the others of this series? > > I've accidentally merged this one today (it was in branch for long time > and I haven't seen failure in world build, because it's blacklisted > since I've reported this. > > Any news on it? > > -- No - I tried to reproduce without success and then decided to come back later. Suggestion: Let me know if it fails again in world - then we can think about removing it again. Andreas
On Tue, Feb 19, 2013 at 05:12:03PM +0100, Andreas Müller wrote: > On Tue, Feb 19, 2013 at 9:27 AM, Martin Jansa <martin.jansa@gmail.com> wrote: > > On Sat, Jan 26, 2013 at 01:13:32PM +0100, Andreas Müller wrote: > >> On Sat, Jan 26, 2013 at 12:51 PM, Martin Jansa <martin.jansa@gmail.com> wrote: > >> > On Fri, Jan 25, 2013 at 11:26:21PM +0100, Andreas Müller wrote: > >> >> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> > >> >> --- > >> >> meta-oe/recipes-devtools/geany/geany_1.22.bb | 13 +++++++++++++ > >> >> 1 files changed, 13 insertions(+), 0 deletions(-) > >> >> create mode 100644 meta-oe/recipes-devtools/geany/geany_1.22.bb > >> > > >> > Fails in world build > >> > > >> > | configure: error: No C++ compiler found. Please install a C++ compiler. > >> > | Configure failed. The contents of all config.log files follows to aid debugging > >> > | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/geany/1.22-r0/geany-1.22/config.log > >> > | This file contains any messages produced by compilers while > >> > | running configure, to aid debugging if configure makes a mistake. > >> > | > >> > | It was created by Geany configure 1.22, which was > >> > | generated by GNU Autoconf 2.69. Invocation command line was > >> > > >> > Complete log here: > >> > http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20130125_082000.log/ > >> > > >> > Cheers, > >> > > >> >> > >> >> diff --git a/meta-oe/recipes-devtools/geany/geany_1.22.bb b/meta-oe/recipes-devtools/geany/geany_1.22.bb > >> >> new file mode 100644 > >> >> index 0000000..1e56ec8 > >> >> --- /dev/null > >> >> +++ b/meta-oe/recipes-devtools/geany/geany_1.22.bb > >> >> @@ -0,0 +1,13 @@ > >> >> +DESCRIPTION = "A fast and lightweight IDE" > >> >> +HOMEPAGE = "http://www.geany.org/" > >> >> +LICENSE = "GPLv2" > >> >> +LIC_FILES_CHKSUM = "file://COPYING;md5=c107cf754550e65755c42985a5d4e9c9" > >> >> +DEPENDS = "gtk+" > >> >> + > >> >> +inherit autotools pkgconfig > >> >> + > >> >> +SRC_URI = "http://download.geany.org/${PN}-${PV}.tar.bz2" > >> >> +SRC_URI[md5sum] = "0672077fe83e2a739aa0eaca426aacf0" > >> >> +SRC_URI[sha256sum] = "901a35a7395ef10a80fb10b3ab63bae3871693a4e82d56388e9521a27877577e" > >> >> + > >> >> +FILES_${PN} += "${datadir}/icons" > >> >> -- > >> >> 1.7.4.4 > >> >> > >> >> > >> >> _______________________________________________ > >> >> Openembedded-devel mailing list > >> >> Openembedded-devel@lists.openembedded.org > >> >> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > >> > > >> > -- > >> > Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com > >> > > >> OK I try to find out what goes wrong. What about the others of this series? > > > > I've accidentally merged this one today (it was in branch for long time > > and I haven't seen failure in world build, because it's blacklisted > > since I've reported this. > > > > Any news on it? > > > > -- > No - I tried to reproduce without success and then decided to come > back later. Suggestion: Let me know if it fails again in world - then > we can think about removing it again. Yes it does, here is log from last build http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20130219_043012.log/ Cheers,
On Tue, Feb 19, 2013 at 6:45 PM, Martin Jansa <martin.jansa@gmail.com> wrote: >> > Any news on it? >> > >> > -- >> No - I tried to reproduce without success and then decided to come >> back later. Suggestion: Let me know if it fails again in world - then >> we can think about removing it again. > > Yes it does, here is log from last build > http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20130219_043012.log/ > I think I found the culprit. As soon as I can build something which is close to current master (at the moment I cannot even parse) I'll send out a patch. Andreas
On Wed, Feb 20, 2013 at 07:00:58PM +0100, Andreas Müller wrote: > On Tue, Feb 19, 2013 at 6:45 PM, Martin Jansa <martin.jansa@gmail.com> wrote: > >> > Any news on it? > >> > > >> > -- > >> No - I tried to reproduce without success and then decided to come > >> back later. Suggestion: Let me know if it fails again in world - then > >> we can think about removing it again. > > > > Yes it does, here is log from last build > > http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20130219_043012.log/ > > > I think I found the culprit. As soon as I can build something which is > close to current master (at the moment I cannot even parse) I'll send > out a patch. True, should I merge khem's patch for PN-systemd -> PN and then revert it later if discussion on oe-core ML ends with decision to revive PN-system again? I'm using that patch to test patches for master on jenkins world build.
On Thu, Feb 21, 2013 at 12:10 AM, Martin Jansa <martin.jansa@gmail.com> wrote: > On Wed, Feb 20, 2013 at 07:00:58PM +0100, Andreas Müller wrote: >> On Tue, Feb 19, 2013 at 6:45 PM, Martin Jansa <martin.jansa@gmail.com> wrote: >> >> > Any news on it? >> >> > >> >> > -- >> >> No - I tried to reproduce without success and then decided to come >> >> back later. Suggestion: Let me know if it fails again in world - then >> >> we can think about removing it again. >> > >> > Yes it does, here is log from last build >> > http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20130219_043012.log/ >> > >> I think I found the culprit. As soon as I can build something which is >> close to current master (at the moment I cannot even parse) I'll send >> out a patch. > > True, should I merge khem's patch for PN-systemd -> PN and then revert > it later if discussion on oe-core ML ends with decision to revive > PN-system again? > > I'm using that patch to test patches for master on jenkins world build. > > -- I would wait with this patch till discussion is over. But I am afraid Boss Ross doesn't even want to start it [1] :). Have private 'release' which is working fine from times where last oe-core / systemd.bbclass was not in. Regarding geany: I will prepare a patch in my environment. If it works for world we can close this one. Andreas [1] http://lists.linuxtogo.org/pipermail/openembedded-core/2013-January/035105.html
Patch
diff --git a/meta-oe/recipes-devtools/geany/geany_1.22.bb b/meta-oe/recipes-devtools/geany/geany_1.22.bb new file mode 100644 index 0000000..1e56ec8 --- /dev/null +++ b/meta-oe/recipes-devtools/geany/geany_1.22.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "A fast and lightweight IDE" +HOMEPAGE = "http://www.geany.org/" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=c107cf754550e65755c42985a5d4e9c9" +DEPENDS = "gtk+" + +inherit autotools pkgconfig + +SRC_URI = "http://download.geany.org/${PN}-${PV}.tar.bz2" +SRC_URI[md5sum] = "0672077fe83e2a739aa0eaca426aacf0" +SRC_URI[sha256sum] = "901a35a7395ef10a80fb10b3ab63bae3871693a4e82d56388e9521a27877577e" + +FILES_${PN} += "${datadir}/icons"
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> --- meta-oe/recipes-devtools/geany/geany_1.22.bb | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) create mode 100644 meta-oe/recipes-devtools/geany/geany_1.22.bb