All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] gdal: update to version 1.11.0
@ 2014-09-29  1:09 Changhyeok Bae
  2014-10-01 15:21 ` Martin Jansa
  0 siblings, 1 reply; 5+ messages in thread
From: Changhyeok Bae @ 2014-09-29  1:09 UTC (permalink / raw)
  To: openembedded-devel

---
 .../gdal/{gdal_1.10.1.bb => gdal_1.11.0.bb}        |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-navigation/gdal/{gdal_1.10.1.bb => gdal_1.11.0.bb} (94%)

diff --git a/meta-oe/recipes-navigation/gdal/gdal_1.10.1.bb b/meta-oe/recipes-navigation/gdal/gdal_1.11.0.bb
similarity index 94%
rename from meta-oe/recipes-navigation/gdal/gdal_1.10.1.bb
rename to meta-oe/recipes-navigation/gdal/gdal_1.11.0.bb
index 14f1a57..8526cee 100644
--- a/meta-oe/recipes-navigation/gdal/gdal_1.10.1.bb
+++ b/meta-oe/recipes-navigation/gdal/gdal_1.11.0.bb
@@ -1,14 +1,14 @@
 SUMMARY = "GDAL is a translator library for raster geospatial data formats"
 HOMEPAGE = "http://www.gdal.org/"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=b9bd75ae5af7ff87ab259be0121c4106"
+LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=0952e17969fab12227096b5228f23149"
 
 DEPENDS = "proj sqlite3 tiff"
 
 SRC_URI = "ftp://download.osgeo.org/gdal/${PV}/${BP}.tar.xz"
 
-SRC_URI[md5sum] = "f354c614aea76e5630e4edbf06e5c292"
-SRC_URI[sha256sum] = "e6c9c6c4480228c943af29120d87435ddfe9ca460458bc60b91639fb8d443791"
+SRC_URI[md5sum] = "31f2c4a7230b40e5fdc3cf12a100f96b"
+SRC_URI[sha256sum] = "b5186b5817e94743de1bceef66aeee1461687e14f73bf81034fcf0377eacbcc3"
 
 inherit autotools-brokensep lib_package binconfig
 
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [meta-oe][PATCH] gdal: update to version 1.11.0
  2014-09-29  1:09 [meta-oe][PATCH] gdal: update to version 1.11.0 Changhyeok Bae
@ 2014-10-01 15:21 ` Martin Jansa
  2014-10-03 10:57   ` Changhyeok Bae
  0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2014-10-01 15:21 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 3490 bytes --]

On Mon, Sep 29, 2014 at 10:09:21AM +0900, Changhyeok Bae wrote:
> ---
>  .../gdal/{gdal_1.10.1.bb => gdal_1.11.0.bb}        |    6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>  rename meta-oe/recipes-navigation/gdal/{gdal_1.10.1.bb => gdal_1.11.0.bb} (94%)
> 
> diff --git a/meta-oe/recipes-navigation/gdal/gdal_1.10.1.bb b/meta-oe/recipes-navigation/gdal/gdal_1.11.0.bb
> similarity index 94%
> rename from meta-oe/recipes-navigation/gdal/gdal_1.10.1.bb
> rename to meta-oe/recipes-navigation/gdal/gdal_1.11.0.bb
> index 14f1a57..8526cee 100644
> --- a/meta-oe/recipes-navigation/gdal/gdal_1.10.1.bb
> +++ b/meta-oe/recipes-navigation/gdal/gdal_1.11.0.bb
> @@ -1,14 +1,14 @@
>  SUMMARY = "GDAL is a translator library for raster geospatial data formats"
>  HOMEPAGE = "http://www.gdal.org/"
>  LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=b9bd75ae5af7ff87ab259be0121c4106"
> +LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=0952e17969fab12227096b5228f23149"
>  
>  DEPENDS = "proj sqlite3 tiff"

Missing dependency on json-c and sqlite3 check doesn't seem to work correctly

| checking for SQLite3 library >= 3.0.0... yes
| cat: /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/qemuarm/usr/lib/include/sqlite3.h: No such file or directory
| /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/gdal/1.11.0-r0/gdal-1.11.0/configure: line 25763: test: !=: unary operator expected
| configure: WARNING: Can not find SQLITE_VERSION macro in sqlite3.h header to retrieve SQLite version!
| checking for sqlite3_column_table_name in -lsqlite3... yes
| disabled
| checking Checking for DWGdirect... disabled
| configure: "IBM Informix DataBlade support disabled."
| configure: checking whether we should include ESRI SDE support...
|         ESRI SDE support not requested.
| checking for geos-config... /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/qemuarm/usr/bin/crossscripts/geos-config
| checking for GEOS version >= 3.1.0... yes
| checking for GEOSversion in -lgeos_c... yes
| configure: Using C API from GEOS 3.4.2
| checking for OpenCL support... no
| checking for FreeXL support... checking for json_object_set_serializer in -ljson-c... yes
| using pre-installed libjson-c
| configure: error: could not find json-c/json.h
| Configure failed. The contents of all config.log files follows to aid debugging
| /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/gdal/1.11.0-r0/gdal-1.11.0/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 configure, which was
| generated by GNU Autoconf 2.69.  Invocation command line was


>  
>  SRC_URI = "ftp://download.osgeo.org/gdal/${PV}/${BP}.tar.xz"
>  
> -SRC_URI[md5sum] = "f354c614aea76e5630e4edbf06e5c292"
> -SRC_URI[sha256sum] = "e6c9c6c4480228c943af29120d87435ddfe9ca460458bc60b91639fb8d443791"
> +SRC_URI[md5sum] = "31f2c4a7230b40e5fdc3cf12a100f96b"
> +SRC_URI[sha256sum] = "b5186b5817e94743de1bceef66aeee1461687e14f73bf81034fcf0377eacbcc3"
>  
>  inherit autotools-brokensep lib_package binconfig
>  
> -- 
> 1.7.9.5
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [meta-oe][PATCH] gdal: update to version 1.11.0
  2014-10-01 15:21 ` Martin Jansa
@ 2014-10-03 10:57   ` Changhyeok Bae
  2014-10-03 15:30     ` Martin Jansa
  2014-10-04 17:48     ` Re : " 배창혁
  0 siblings, 2 replies; 5+ messages in thread
From: Changhyeok Bae @ 2014-10-03 10:57 UTC (permalink / raw)
  To: martin.jansa; +Cc: openembedded-devel

I successfully built in qemux86. But I didn't test by qemuarm.

I'll test it on qemuarm.

Q: If I change the recipes, then which environment should I test (qemux86,
qemuarm, both)?

Thanks
-----Original Message-----
From: openembedded-devel-bounces@lists.openembedded.org
[mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf Of
Martin Jansa
Sent: Thursday, October 02, 2014 12:22 AM
To: openembedded-devel@lists.openembedded.org
Subject: Re: [oe] [meta-oe][PATCH] gdal: update to version 1.11.0

On Mon, Sep 29, 2014 at 10:09:21AM +0900, Changhyeok Bae wrote:
> ---
>  .../gdal/{gdal_1.10.1.bb => gdal_1.11.0.bb}        |    6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)  rename 
> meta-oe/recipes-navigation/gdal/{gdal_1.10.1.bb => gdal_1.11.0.bb} 
> (94%)
> 
> diff --git a/meta-oe/recipes-navigation/gdal/gdal_1.10.1.bb 
> b/meta-oe/recipes-navigation/gdal/gdal_1.11.0.bb
> similarity index 94%
> rename from meta-oe/recipes-navigation/gdal/gdal_1.10.1.bb
> rename to meta-oe/recipes-navigation/gdal/gdal_1.11.0.bb
> index 14f1a57..8526cee 100644
> --- a/meta-oe/recipes-navigation/gdal/gdal_1.10.1.bb
> +++ b/meta-oe/recipes-navigation/gdal/gdal_1.11.0.bb
> @@ -1,14 +1,14 @@
>  SUMMARY = "GDAL is a translator library for raster geospatial data
formats"
>  HOMEPAGE = "http://www.gdal.org/"
>  LICENSE = "MIT"
> -LIC_FILES_CHKSUM =
"file://LICENSE.TXT;md5=b9bd75ae5af7ff87ab259be0121c4106"
> +LIC_FILES_CHKSUM =
"file://LICENSE.TXT;md5=0952e17969fab12227096b5228f23149"
>  
>  DEPENDS = "proj sqlite3 tiff"

Missing dependency on json-c and sqlite3 check doesn't seem to work
correctly

| checking for SQLite3 library >= 3.0.0... yes
| cat: 
| /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/qemuarm/usr/lib/inc
| lude/sqlite3.h: No such file or directory
| /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueab
| i/gdal/1.11.0-r0/gdal-1.11.0/configure: line 25763: test: !=: unary 
| operator expected
| configure: WARNING: Can not find SQLITE_VERSION macro in sqlite3.h header
to retrieve SQLite version!
| checking for sqlite3_column_table_name in -lsqlite3... yes disabled 
| checking Checking for DWGdirect... disabled
| configure: "IBM Informix DataBlade support disabled."
| configure: checking whether we should include ESRI SDE support...
|         ESRI SDE support not requested.
| checking for geos-config... 
| /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/qemuarm/usr/bin/cro
| ssscripts/geos-config checking for GEOS version >= 3.1.0... yes 
| checking for GEOSversion in -lgeos_c... yes
| configure: Using C API from GEOS 3.4.2 checking for OpenCL support... 
| no checking for FreeXL support... checking for 
| json_object_set_serializer in -ljson-c... yes using pre-installed 
| libjson-c
| configure: error: could not find json-c/json.h Configure failed. The 
| contents of all config.log files follows to aid debugging 
| /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueab
| i/gdal/1.11.0-r0/gdal-1.11.0/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 configure, which was generated by GNU Autoconf 2.69.  
| Invocation command line was


>  
>  SRC_URI = "ftp://download.osgeo.org/gdal/${PV}/${BP}.tar.xz"
>  
> -SRC_URI[md5sum] = "f354c614aea76e5630e4edbf06e5c292"
> -SRC_URI[sha256sum] =
"e6c9c6c4480228c943af29120d87435ddfe9ca460458bc60b91639fb8d443791"
> +SRC_URI[md5sum] = "31f2c4a7230b40e5fdc3cf12a100f96b"
> +SRC_URI[sha256sum] =
"b5186b5817e94743de1bceef66aeee1461687e14f73bf81034fcf0377eacbcc3"
>  
>  inherit autotools-brokensep lib_package binconfig
>  
> --
> 1.7.9.5
> 
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [meta-oe][PATCH] gdal: update to version 1.11.0
  2014-10-03 10:57   ` Changhyeok Bae
@ 2014-10-03 15:30     ` Martin Jansa
  2014-10-04 17:48     ` Re : " 배창혁
  1 sibling, 0 replies; 5+ messages in thread
From: Martin Jansa @ 2014-10-03 15:30 UTC (permalink / raw)
  To: Changhyeok Bae; +Cc: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 4682 bytes --]

On Fri, Oct 03, 2014 at 07:57:11PM +0900, Changhyeok Bae wrote:
> I successfully built in qemux86. But I didn't test by qemuarm.
> 
> I'll test it on qemuarm.
> 
> Q: If I change the recipes, then which environment should I test (qemux86,
> qemuarm, both)?

I'm testing at least on qemuarm, qemux86, qemux86-64 before accepting
any patches.

But for this you would better test from empty sysroot, so that all
dependencies are pulled only gdal (and missing ones are found) - you
should be able to see this with any MACHINE.

Regards,

> Thanks
> -----Original Message-----
> From: openembedded-devel-bounces@lists.openembedded.org
> [mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf Of
> Martin Jansa
> Sent: Thursday, October 02, 2014 12:22 AM
> To: openembedded-devel@lists.openembedded.org
> Subject: Re: [oe] [meta-oe][PATCH] gdal: update to version 1.11.0
> 
> On Mon, Sep 29, 2014 at 10:09:21AM +0900, Changhyeok Bae wrote:
> > ---
> >  .../gdal/{gdal_1.10.1.bb => gdal_1.11.0.bb}        |    6 +++---
> >  1 file changed, 3 insertions(+), 3 deletions(-)  rename 
> > meta-oe/recipes-navigation/gdal/{gdal_1.10.1.bb => gdal_1.11.0.bb} 
> > (94%)
> > 
> > diff --git a/meta-oe/recipes-navigation/gdal/gdal_1.10.1.bb 
> > b/meta-oe/recipes-navigation/gdal/gdal_1.11.0.bb
> > similarity index 94%
> > rename from meta-oe/recipes-navigation/gdal/gdal_1.10.1.bb
> > rename to meta-oe/recipes-navigation/gdal/gdal_1.11.0.bb
> > index 14f1a57..8526cee 100644
> > --- a/meta-oe/recipes-navigation/gdal/gdal_1.10.1.bb
> > +++ b/meta-oe/recipes-navigation/gdal/gdal_1.11.0.bb
> > @@ -1,14 +1,14 @@
> >  SUMMARY = "GDAL is a translator library for raster geospatial data
> formats"
> >  HOMEPAGE = "http://www.gdal.org/"
> >  LICENSE = "MIT"
> > -LIC_FILES_CHKSUM =
> "file://LICENSE.TXT;md5=b9bd75ae5af7ff87ab259be0121c4106"
> > +LIC_FILES_CHKSUM =
> "file://LICENSE.TXT;md5=0952e17969fab12227096b5228f23149"
> >  
> >  DEPENDS = "proj sqlite3 tiff"
> 
> Missing dependency on json-c and sqlite3 check doesn't seem to work
> correctly
> 
> | checking for SQLite3 library >= 3.0.0... yes
> | cat: 
> | /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/qemuarm/usr/lib/inc
> | lude/sqlite3.h: No such file or directory
> | /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueab
> | i/gdal/1.11.0-r0/gdal-1.11.0/configure: line 25763: test: !=: unary 
> | operator expected
> | configure: WARNING: Can not find SQLITE_VERSION macro in sqlite3.h header
> to retrieve SQLite version!
> | checking for sqlite3_column_table_name in -lsqlite3... yes disabled 
> | checking Checking for DWGdirect... disabled
> | configure: "IBM Informix DataBlade support disabled."
> | configure: checking whether we should include ESRI SDE support...
> |         ESRI SDE support not requested.
> | checking for geos-config... 
> | /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/qemuarm/usr/bin/cro
> | ssscripts/geos-config checking for GEOS version >= 3.1.0... yes 
> | checking for GEOSversion in -lgeos_c... yes
> | configure: Using C API from GEOS 3.4.2 checking for OpenCL support... 
> | no checking for FreeXL support... checking for 
> | json_object_set_serializer in -ljson-c... yes using pre-installed 
> | libjson-c
> | configure: error: could not find json-c/json.h Configure failed. The 
> | contents of all config.log files follows to aid debugging 
> | /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueab
> | i/gdal/1.11.0-r0/gdal-1.11.0/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 configure, which was generated by GNU Autoconf 2.69.  
> | Invocation command line was
> 
> 
> >  
> >  SRC_URI = "ftp://download.osgeo.org/gdal/${PV}/${BP}.tar.xz"
> >  
> > -SRC_URI[md5sum] = "f354c614aea76e5630e4edbf06e5c292"
> > -SRC_URI[sha256sum] =
> "e6c9c6c4480228c943af29120d87435ddfe9ca460458bc60b91639fb8d443791"
> > +SRC_URI[md5sum] = "31f2c4a7230b40e5fdc3cf12a100f96b"
> > +SRC_URI[sha256sum] =
> "b5186b5817e94743de1bceef66aeee1461687e14f73bf81034fcf0377eacbcc3"
> >  
> >  inherit autotools-brokensep lib_package binconfig
> >  
> > --
> > 1.7.9.5
> > 
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> 
> -- 
> Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com
> 

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re : Re: [meta-oe][PATCH] gdal: update to version 1.11.0
  2014-10-03 10:57   ` Changhyeok Bae
  2014-10-03 15:30     ` Martin Jansa
@ 2014-10-04 17:48     ` 배창혁
  1 sibling, 0 replies; 5+ messages in thread
From: 배창혁 @ 2014-10-04 17:48 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-devel



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-10-04 17:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-29  1:09 [meta-oe][PATCH] gdal: update to version 1.11.0 Changhyeok Bae
2014-10-01 15:21 ` Martin Jansa
2014-10-03 10:57   ` Changhyeok Bae
2014-10-03 15:30     ` Martin Jansa
2014-10-04 17:48     ` Re : " 배창혁

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.