| Submitter | Marcin Juszkiewicz |
|---|---|
| Date | Feb. 7, 2013, 10:51 a.m. |
| Message ID | <1360234263-18278-9-git-send-email-marcin.juszkiewicz@linaro.org> |
| Download | mbox | patch |
| Permalink | /patch/44233/ |
| State | Superseded, archived |
| Headers | show |
Comments
On Thu, Feb 07, 2013 at 11:51:03AM +0100, Marcin Juszkiewicz wrote: > Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Fails to install with newer autotools: | /usr/bin/install: will not overwrite just-created `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gperftools/2.0-r0/image/usr/include/google/tcmalloc.h' with `src/windows/google/tcmalloc.h' | make[1]: *** [install-googleincludeHEADERS] Error 1 Complete log: http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20130215_060633.log/ > --- > meta-oe/recipes-support/google-perftools/gperftools_2.0.bb | 11 +++++++++++ > 1 file changed, 11 insertions(+) > create mode 100644 meta-oe/recipes-support/google-perftools/gperftools_2.0.bb > > diff --git a/meta-oe/recipes-support/google-perftools/gperftools_2.0.bb b/meta-oe/recipes-support/google-perftools/gperftools_2.0.bb > new file mode 100644 > index 0000000..1717752 > --- /dev/null > +++ b/meta-oe/recipes-support/google-perftools/gperftools_2.0.bb > @@ -0,0 +1,11 @@ > +DESCRIPTION = "Fast, multi-threaded malloc() and nifty performance analysis tools" > +HOMEPAGE = "http://code.google.com/p/gperftools/" > +LICENSE = "BSD" > +LIC_FILES_CHKSUM = "file://COPYING;md5=762732742c73dc6c7fbe8632f06c059a" > + > +SRC_URI = "${DEBIAN_MIRROR}/main/g/google-perftools/google-perftools_${PV}.orig.tar.gz" > + > +SRC_URI[md5sum] = "13f6e8961bc6a26749783137995786b6" > +SRC_URI[sha256sum] = "7de3dd91f018825b1e7d332af1edace15c6211f430186febede1835069861080" > + > +inherit autotools > -- > 1.8.0 > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
On Sat, Feb 16, 2013 at 06:23:06AM +0100, Martin Jansa wrote: > On Thu, Feb 07, 2013 at 11:51:03AM +0100, Marcin Juszkiewicz wrote: > > Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> > > Fails to install with newer autotools: > > | /usr/bin/install: will not overwrite just-created > `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gperftools/2.0-r0/image/usr/include/google/tcmalloc.h' > with `src/windows/google/tcmalloc.h' > | make[1]: *** [install-googleincludeHEADERS] Error 1 > > Complete log: > http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20130215_060633.log/ Also the subject and maybe also the directory should be gperftools not google-perftools. > > > --- > > meta-oe/recipes-support/google-perftools/gperftools_2.0.bb | 11 +++++++++++ > > 1 file changed, 11 insertions(+) > > create mode 100644 meta-oe/recipes-support/google-perftools/gperftools_2.0.bb > > > > diff --git a/meta-oe/recipes-support/google-perftools/gperftools_2.0.bb b/meta-oe/recipes-support/google-perftools/gperftools_2.0.bb > > new file mode 100644 > > index 0000000..1717752 > > --- /dev/null > > +++ b/meta-oe/recipes-support/google-perftools/gperftools_2.0.bb > > @@ -0,0 +1,11 @@ > > +DESCRIPTION = "Fast, multi-threaded malloc() and nifty performance analysis tools" > > +HOMEPAGE = "http://code.google.com/p/gperftools/" > > +LICENSE = "BSD" > > +LIC_FILES_CHKSUM = "file://COPYING;md5=762732742c73dc6c7fbe8632f06c059a" > > + > > +SRC_URI = "${DEBIAN_MIRROR}/main/g/google-perftools/google-perftools_${PV}.orig.tar.gz" > > + > > +SRC_URI[md5sum] = "13f6e8961bc6a26749783137995786b6" > > +SRC_URI[sha256sum] = "7de3dd91f018825b1e7d332af1edace15c6211f430186febede1835069861080" > > + > > +inherit autotools > > -- > > 1.8.0 > > > > > > _______________________________________________ > > 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
Patch
diff --git a/meta-oe/recipes-support/google-perftools/gperftools_2.0.bb b/meta-oe/recipes-support/google-perftools/gperftools_2.0.bb new file mode 100644 index 0000000..1717752 --- /dev/null +++ b/meta-oe/recipes-support/google-perftools/gperftools_2.0.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Fast, multi-threaded malloc() and nifty performance analysis tools" +HOMEPAGE = "http://code.google.com/p/gperftools/" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://COPYING;md5=762732742c73dc6c7fbe8632f06c059a" + +SRC_URI = "${DEBIAN_MIRROR}/main/g/google-perftools/google-perftools_${PV}.orig.tar.gz" + +SRC_URI[md5sum] = "13f6e8961bc6a26749783137995786b6" +SRC_URI[sha256sum] = "7de3dd91f018825b1e7d332af1edace15c6211f430186febede1835069861080" + +inherit autotools
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> --- meta-oe/recipes-support/google-perftools/gperftools_2.0.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-oe/recipes-support/google-perftools/gperftools_2.0.bb