All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH v2] acpitests: update to 20140828 release
@ 2014-09-30  8:08 Fathi Boudra
  2014-11-19 15:51 ` Martin Jansa
  0 siblings, 1 reply; 4+ messages in thread
From: Fathi Boudra @ 2014-09-30  8:08 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi

update md5sums and refresh patches

Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
---
 v2 changes: rebased on top of Khem changes (add0ba4)

 .../acpica/acpitests/aapits-linux.patch            |  4 +--
 .../acpica/acpitests/aapits-makefile.patch         | 36 +++++++++++++---------
 ...acpitests_20140424.bb => acpitests_20140828.bb} | 10 +++---
 3 files changed, 29 insertions(+), 21 deletions(-)
 rename meta-oe/recipes-extended/acpica/{acpitests_20140424.bb => acpitests_20140828.bb} (74%)

diff --git a/meta-oe/recipes-extended/acpica/acpitests/aapits-linux.patch b/meta-oe/recipes-extended/acpica/acpitests/aapits-linux.patch
index 116761d..7c5d6b0 100644
--- a/meta-oe/recipes-extended/acpica/acpitests/aapits-linux.patch
+++ b/meta-oe/recipes-extended/acpica/acpitests/aapits-linux.patch
@@ -326,8 +326,8 @@ diff -urN acpica-unix2-20130626/tests/aapits/Makefile acpica-unix2-20130626-aapi
 --- acpica-unix2-20130626/tests/aapits/Makefile	2013-01-17 12:48:29.000000000 -0700
 +++ acpica-unix2-20130626-aapits/tests/aapits/Makefile	2013-07-25 15:17:09.309236422 -0600
 @@ -194,7 +194,7 @@
- CFLAGS+= -Wall -g -D_LINUX -DNDEBUG -D_CONSOLE -DACPI_EXEC_APP -D_MULTI_THREADED -Wstrict-prototypes -I../../source/include 
- 
+ CFLAGS+= -Wall -g -D_LINUX -DNDEBUG -D_CONSOLE -DACPI_APITS -DACPI_EXEC_APP -D_MULTI_THREADED -Wstrict-prototypes -I../../source/include
+
  
 -acpiexec : $(patsubst %.c,%.o, $(SRCS))
 +$(PROG) : $(patsubst %.c,%.o, $(SRCS))
diff --git a/meta-oe/recipes-extended/acpica/acpitests/aapits-makefile.patch b/meta-oe/recipes-extended/acpica/acpitests/aapits-makefile.patch
index d38501b..4d9e997 100644
--- a/meta-oe/recipes-extended/acpica/acpitests/aapits-makefile.patch
+++ b/meta-oe/recipes-extended/acpica/acpitests/aapits-makefile.patch
@@ -8,19 +8,27 @@ Upstream-status: Unknown
 diff -urN acpica-unix2-20140325/tests/aapits/Makefile acpica-unix2-20140325/tests/aapits/Makefile
 --- acpica-unix2-20140325/tests/aapits/Makefile	2014-04-05 14:23:14.683636794 -0600
 +++ acpica-unix2-20140325-aapits/tests/aapits/Makefile	2014-04-05 15:10:57.879184598 -0600
-@@ -20,6 +20,7 @@
- 	../../source/components/hardware/hwxface.c \
+@@ -16,6 +16,7 @@
+ 	atosxfwrap.c \
+ 	osunixxf.c \
+ 	../../source/common/ahids.c \
++	../../source/common/ahuuids.c \
  	../../source/common/cmfsize.c \
  	../../source/common/getopt.c \
-+	../../source/common/ahids.c \
- 	../../source/components/debugger/dbcmds.c \
- 	../../source/components/debugger/dbconvert.c \
- 	../../source/components/debugger/dbdisply.c \
-@@ -154,6 +155,7 @@
- 	../../source/components/tables/tbfadt.c \
- 	../../source/components/tables/tbfind.c \
- 	../../source/components/tables/tbinstal.c \
-+	../../source/components/tables/tbdata.c \
- 	../../source/components/tables/tbprint.c \
- 	../../source/components/tables/tbutils.c \
- 	../../source/components/tables/tbxface.c \
+ 	../../source/components/hardware/hwtimer.c \
+@@ -174,6 +175,7 @@
+ 	../../source/components/utilities/utexcep.c \
+ 	../../source/components/utilities/utfileio.c \
+ 	../../source/components/utilities/utglobal.c \
++	../../source/components/utilities/uthex.c \
+ 	../../source/components/utilities/utids.c \
+ 	../../source/components/utilities/utinit.c \
+ 	../../source/components/utilities/utlock.c \
+@@ -189,6 +191,7 @@
+ 	../../source/components/utilities/utstate.c \
+ 	../../source/components/utilities/utstring.c \
+ 	../../source/components/utilities/uttrack.c \
++	../../source/components/utilities/utuuid.c \
+ 	../../source/components/utilities/utxface.c \
+ 	../../source/components/utilities/utxferror.c \
+ 	../../source/components/utilities/utxfinit.c \
diff --git a/meta-oe/recipes-extended/acpica/acpitests_20140424.bb b/meta-oe/recipes-extended/acpica/acpitests_20140828.bb
similarity index 69%
rename from meta-oe/recipes-extended/acpica/acpitests_20140424.bb
rename to meta-oe/recipes-extended/acpica/acpitests_20140828.bb
index 7e145bb..889c00b 100644
--- a/meta-oe/recipes-extended/acpica/acpitests_20140424.bb
+++ b/meta-oe/recipes-extended/acpica/acpitests_20140828.bb
@@ -11,10 +11,10 @@ SRC_URI = "https://acpica.org/sites/acpica/files/acpitests-unix-${PV}.tar.gz;nam
            file://aapits-linux.patch \
            file://aapits-makefile.patch \
     "
-SRC_URI[acpitests.md5sum] = "bfc399cecb21e9491d362d8e480b2689"
-SRC_URI[acpitests.sha256sum] = "e7d7ff638872543909b38c2498e88958251ee6ce4d22bc13d4e3925771212c0e"
-SRC_URI[acpica.md5sum] = "733532f005fba5d1c5344440651b13d1"
-SRC_URI[acpica.sha256sum] = "72ece982bbbdfb1b17418f1feb3a9daaa01803d0d41dcf00e19d702cdf751bbc"
+SRC_URI[acpitests.md5sum] = "db9d6fdaa8e3eb101d700ee5ba4938ed"
+SRC_URI[acpitests.sha256sum] = "e576c74bf1bf1c9f7348bf9419e05c8acfece7105abcdc052e66670c7af2cf00"
+SRC_URI[acpica.md5sum] = "6f05f0d10166a1b1ff6107f3d1cdf1e5"
+SRC_URI[acpica.sha256sum] = "01d8867656c5ba41dec307c4383ce676196ad4281ac2c9dec9f5be5fac6d888e"
 
 S = "${WORKDIR}/acpitests-unix-${PV}"
 
-- 
2.1.1


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

* Re: [meta-oe][PATCH v2] acpitests: update to 20140828 release
  2014-09-30  8:08 [meta-oe][PATCH v2] acpitests: update to 20140828 release Fathi Boudra
@ 2014-11-19 15:51 ` Martin Jansa
  2014-11-20  7:14   ` Koen Kooi
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2014-11-19 15:51 UTC (permalink / raw)
  To: Fathi Boudra; +Cc: Koen Kooi, openembedded-devel

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

On Tue, Sep 30, 2014 at 11:08:33AM +0300, Fathi Boudra wrote:
> update md5sums and refresh patches
> 
> Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
> ---
>  v2 changes: rebased on top of Khem changes (add0ba4)
> 
>  .../acpica/acpitests/aapits-linux.patch            |  4 +--
>  .../acpica/acpitests/aapits-makefile.patch         | 36 +++++++++++++---------
>  ...acpitests_20140424.bb => acpitests_20140828.bb} | 10 +++---
>  3 files changed, 29 insertions(+), 21 deletions(-)
>  rename meta-oe/recipes-extended/acpica/{acpitests_20140424.bb => acpitests_20140828.bb} (74%)
> 
> diff --git a/meta-oe/recipes-extended/acpica/acpitests/aapits-linux.patch b/meta-oe/recipes-extended/acpica/acpitests/aapits-linux.patch
> index 116761d..7c5d6b0 100644
> --- a/meta-oe/recipes-extended/acpica/acpitests/aapits-linux.patch
> +++ b/meta-oe/recipes-extended/acpica/acpitests/aapits-linux.patch
> @@ -326,8 +326,8 @@ diff -urN acpica-unix2-20130626/tests/aapits/Makefile acpica-unix2-20130626-aapi
>  --- acpica-unix2-20130626/tests/aapits/Makefile	2013-01-17 12:48:29.000000000 -0700
>  +++ acpica-unix2-20130626-aapits/tests/aapits/Makefile	2013-07-25 15:17:09.309236422 -0600
>  @@ -194,7 +194,7 @@
> - CFLAGS+= -Wall -g -D_LINUX -DNDEBUG -D_CONSOLE -DACPI_EXEC_APP -D_MULTI_THREADED -Wstrict-prototypes -I../../source/include 
> - 
> + CFLAGS+= -Wall -g -D_LINUX -DNDEBUG -D_CONSOLE -DACPI_APITS -DACPI_EXEC_APP -D_MULTI_THREADED -Wstrict-prototypes -I../../source/include
> +
>   
>  -acpiexec : $(patsubst %.c,%.o, $(SRCS))
>  +$(PROG) : $(patsubst %.c,%.o, $(SRCS))
> diff --git a/meta-oe/recipes-extended/acpica/acpitests/aapits-makefile.patch b/meta-oe/recipes-extended/acpica/acpitests/aapits-makefile.patch
> index d38501b..4d9e997 100644
> --- a/meta-oe/recipes-extended/acpica/acpitests/aapits-makefile.patch
> +++ b/meta-oe/recipes-extended/acpica/acpitests/aapits-makefile.patch
> @@ -8,19 +8,27 @@ Upstream-status: Unknown
>  diff -urN acpica-unix2-20140325/tests/aapits/Makefile acpica-unix2-20140325/tests/aapits/Makefile
>  --- acpica-unix2-20140325/tests/aapits/Makefile	2014-04-05 14:23:14.683636794 -0600
>  +++ acpica-unix2-20140325-aapits/tests/aapits/Makefile	2014-04-05 15:10:57.879184598 -0600
> -@@ -20,6 +20,7 @@
> - 	../../source/components/hardware/hwxface.c \
> +@@ -16,6 +16,7 @@
> + 	atosxfwrap.c \
> + 	osunixxf.c \
> + 	../../source/common/ahids.c \
> ++	../../source/common/ahuuids.c \
>   	../../source/common/cmfsize.c \
>   	../../source/common/getopt.c \
> -+	../../source/common/ahids.c \
> - 	../../source/components/debugger/dbcmds.c \
> - 	../../source/components/debugger/dbconvert.c \
> - 	../../source/components/debugger/dbdisply.c \
> -@@ -154,6 +155,7 @@
> - 	../../source/components/tables/tbfadt.c \
> - 	../../source/components/tables/tbfind.c \
> - 	../../source/components/tables/tbinstal.c \
> -+	../../source/components/tables/tbdata.c \
> - 	../../source/components/tables/tbprint.c \
> - 	../../source/components/tables/tbutils.c \
> - 	../../source/components/tables/tbxface.c \
> + 	../../source/components/hardware/hwtimer.c \
> +@@ -174,6 +175,7 @@
> + 	../../source/components/utilities/utexcep.c \
> + 	../../source/components/utilities/utfileio.c \
> + 	../../source/components/utilities/utglobal.c \
> ++	../../source/components/utilities/uthex.c \
> + 	../../source/components/utilities/utids.c \
> + 	../../source/components/utilities/utinit.c \
> + 	../../source/components/utilities/utlock.c \
> +@@ -189,6 +191,7 @@
> + 	../../source/components/utilities/utstate.c \
> + 	../../source/components/utilities/utstring.c \
> + 	../../source/components/utilities/uttrack.c \
> ++	../../source/components/utilities/utuuid.c \
> + 	../../source/components/utilities/utxface.c \
> + 	../../source/components/utilities/utxferror.c \
> + 	../../source/components/utilities/utxfinit.c \
> diff --git a/meta-oe/recipes-extended/acpica/acpitests_20140424.bb b/meta-oe/recipes-extended/acpica/acpitests_20140828.bb
> similarity index 69%
> rename from meta-oe/recipes-extended/acpica/acpitests_20140424.bb
> rename to meta-oe/recipes-extended/acpica/acpitests_20140828.bb
> index 7e145bb..889c00b 100644
> --- a/meta-oe/recipes-extended/acpica/acpitests_20140424.bb
> +++ b/meta-oe/recipes-extended/acpica/acpitests_20140828.bb
> @@ -11,10 +11,10 @@ SRC_URI = "https://acpica.org/sites/acpica/files/acpitests-unix-${PV}.tar.gz;nam
>             file://aapits-linux.patch \
>             file://aapits-makefile.patch \
>      "
> -SRC_URI[acpitests.md5sum] = "bfc399cecb21e9491d362d8e480b2689"
> -SRC_URI[acpitests.sha256sum] = "e7d7ff638872543909b38c2498e88958251ee6ce4d22bc13d4e3925771212c0e"
> -SRC_URI[acpica.md5sum] = "733532f005fba5d1c5344440651b13d1"
> -SRC_URI[acpica.sha256sum] = "72ece982bbbdfb1b17418f1feb3a9daaa01803d0d41dcf00e19d702cdf751bbc"
> +SRC_URI[acpitests.md5sum] = "db9d6fdaa8e3eb101d700ee5ba4938ed"
> +SRC_URI[acpitests.sha256sum] = "e576c74bf1bf1c9f7348bf9419e05c8acfece7105abcdc052e66670c7af2cf00"
> +SRC_URI[acpica.md5sum] = "6f05f0d10166a1b1ff6107f3d1cdf1e5"
> +SRC_URI[acpica.sha256sum] = "01d8867656c5ba41dec307c4383ce676196ad4281ac2c9dec9f5be5fac6d888e"
>  
>  S = "${WORKDIR}/acpitests-unix-${PV}"

Please check why it fails in world builds with:

ERROR: Function failed: do_compile (log file is located at /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/acpitests/20140828-r0/temp/log.do_compile.13998)
ERROR: Logfile of failure stored in: /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/acpitests/20140828-r0/temp/log.do_compile.13998
Log data follows:
| DEBUG: Executing shell function do_compile
| NOTE: make -j 8 CC=arm-oe-linux-gnueabi-gcc  -march=armv5te -marm -mthumb-interwork OPT_CFLAGS=-Wall
| arm-oe-linux-gnueabi-gcc  -march=armv5te -marm -mthumb-interwork  -O2 -pipe -g -feliminate-unused-debug-types -Wall -g -D_LINUX -DNDEBUG -D_CONSOLE -DACPI_APITS -DACPI_EXEC_APP -D_MULTI_THREADED -Wstrict-prototypes -I../../source/include   -c -o atexec.o atexec.c
| arm-oe-linux-gnueabi-gcc  -march=armv5te -marm -mthumb-interwork  -O2 -pipe -g -feliminate-unused-debug-types -Wall -g -D_LINUX -DNDEBUG -D_CONSOLE -DACPI_APITS -DACPI_EXEC_APP -D_MULTI_THREADED -Wstrict-prototypes -I../../source/include   -c -o atmain.o atmain.c
| arm-oe-linux-gnueabi-gcc  -march=armv5te -marm -mthumb-interwork  -O2 -pipe -g -feliminate-unused-debug-types -Wall -g -D_LINUX -DNDEBUG -D_CONSOLE -DACPI_APITS -DACPI_EXEC_APP -D_MULTI_THREADED -Wstrict-prototypes -I../../source/include   -c -o atinit.o atinit.c
| arm-oe-linux-gnueabi-gcc  -march=armv5te -marm -mthumb-interwork  -O2 -pipe -g -feliminate-unused-debug-types -Wall -g -D_LINUX -DNDEBUG -D_CONSOLE -DACPI_APITS -DACPI_EXEC_APP -D_MULTI_THREADED -Wstrict-prototypes -I../../source/include   -c -o atmemory.o atmemory.c
| arm-oe-linux-gnueabi-gcc  -march=armv5te -marm -mthumb-interwork  -O2 -pipe -g -feliminate-unused-debug-types -Wall -g -D_LINUX -DNDEBUG -D_CONSOLE -DACPI_APITS -DACPI_EXEC_APP -D_MULTI_THREADED -Wstrict-prototypes -I../../source/include   -c -o athardware.o athardware.c
| arm-oe-linux-gnueabi-gcc  -march=armv5te -marm -mthumb-interwork  -O2 -pipe -g -feliminate-unused-debug-types -Wall -g -D_LINUX -DNDEBUG -D_CONSOLE -DACPI_APITS -DACPI_EXEC_APP -D_MULTI_THREADED -Wstrict-prototypes -I../../source/include   -c -o attable.o attable.c
| arm-oe-linux-gnueabi-gcc  -march=armv5te -marm -mthumb-interwork  -O2 -pipe -g -feliminate-unused-debug-types -Wall -g -D_LINUX -DNDEBUG -D_CONSOLE -DACPI_APITS -DACPI_EXEC_APP -D_MULTI_THREADED -Wstrict-prototypes -I../../source/include   -c -o atnamespace.o atnamespace.c
| arm-oe-linux-gnueabi-gcc  -march=armv5te -marm -mthumb-interwork  -O2 -pipe -g -feliminate-unused-debug-types -Wall -g -D_LINUX -DNDEBUG -D_CONSOLE -DACPI_APITS -DACPI_EXEC_APP -D_MULTI_THREADED -Wstrict-prototypes -I../../source/include   -c -o atresource.o atresource.c
| In file included from ../../source/include/platform/acenv.h:172:0,
|                  from ../../source/include/acpi.h:56,
|                  from atcommon.h:119,
|                  from atmain.c:118:
| ../../source/include/platform/aclinux.h:166:20: fatal error: string.h: No such file or directory
|  #include <string.h>
|                     ^
| compilation terminated.
| In file included from ../../source/include/platform/acenv.h:172:0,
|                  from ../../source/include/acpi.h:56,
|                  from atcommon.h:119,
|                  from atnamespace.c:116:
| ../../source/include/platform/aclinux.h:166:20: fatal error: string.h: No such file or directory
|  #include <string.h>
|                     ^
>  
> -- 
> 2.1.1

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

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

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

* Re: [meta-oe][PATCH v2] acpitests: update to 20140828 release
  2014-11-19 15:51 ` Martin Jansa
@ 2014-11-20  7:14   ` Koen Kooi
  2014-11-25 11:36     ` [meta-oe][PATCH] acpitests: Blacklist failing recipe Martin Jansa
  0 siblings, 1 reply; 4+ messages in thread
From: Koen Kooi @ 2014-11-20  7:14 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-devel


> Op 19 nov. 2014, om 16:51 heeft Martin Jansa <martin.jansa@gmail.com> het volgende geschreven:
> 
> On Tue, Sep 30, 2014 at 11:08:33AM +0300, Fathi Boudra wrote:
>> update md5sums and refresh patches
>> 
>> Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
>> ---
>> v2 changes: rebased on top of Khem changes (add0ba4)
>> 
>> .../acpica/acpitests/aapits-linux.patch            |  4 +--
>> .../acpica/acpitests/aapits-makefile.patch         | 36 +++++++++++++---------
>> ...acpitests_20140424.bb => acpitests_20140828.bb} | 10 +++---
>> 3 files changed, 29 insertions(+), 21 deletions(-)
>> rename meta-oe/recipes-extended/acpica/{acpitests_20140424.bb => acpitests_20140828.bb} (74%)
>> 
>> diff --git a/meta-oe/recipes-extended/acpica/acpitests/aapits-linux.patch b/meta-oe/recipes-extended/acpica/acpitests/aapits-linux.patch
>> index 116761d..7c5d6b0 100644
>> --- a/meta-oe/recipes-extended/acpica/acpitests/aapits-linux.patch
>> +++ b/meta-oe/recipes-extended/acpica/acpitests/aapits-linux.patch
>> @@ -326,8 +326,8 @@ diff -urN acpica-unix2-20130626/tests/aapits/Makefile acpica-unix2-20130626-aapi
>> --- acpica-unix2-20130626/tests/aapits/Makefile	2013-01-17 12:48:29.000000000 -0700
>> +++ acpica-unix2-20130626-aapits/tests/aapits/Makefile	2013-07-25 15:17:09.309236422 -0600
>> @@ -194,7 +194,7 @@
>> - CFLAGS+= -Wall -g -D_LINUX -DNDEBUG -D_CONSOLE -DACPI_EXEC_APP -D_MULTI_THREADED -Wstrict-prototypes -I../../source/include 
>> - 
>> + CFLAGS+= -Wall -g -D_LINUX -DNDEBUG -D_CONSOLE -DACPI_APITS -DACPI_EXEC_APP -D_MULTI_THREADED -Wstrict-prototypes -I../../source/include
>> +
>> 
>> -acpiexec : $(patsubst %.c,%.o, $(SRCS))
>> +$(PROG) : $(patsubst %.c,%.o, $(SRCS))
>> diff --git a/meta-oe/recipes-extended/acpica/acpitests/aapits-makefile.patch b/meta-oe/recipes-extended/acpica/acpitests/aapits-makefile.patch
>> index d38501b..4d9e997 100644
>> --- a/meta-oe/recipes-extended/acpica/acpitests/aapits-makefile.patch
>> +++ b/meta-oe/recipes-extended/acpica/acpitests/aapits-makefile.patch
>> @@ -8,19 +8,27 @@ Upstream-status: Unknown
>> diff -urN acpica-unix2-20140325/tests/aapits/Makefile acpica-unix2-20140325/tests/aapits/Makefile
>> --- acpica-unix2-20140325/tests/aapits/Makefile	2014-04-05 14:23:14.683636794 -0600
>> +++ acpica-unix2-20140325-aapits/tests/aapits/Makefile	2014-04-05 15:10:57.879184598 -0600
>> -@@ -20,6 +20,7 @@
>> - 	../../source/components/hardware/hwxface.c \
>> +@@ -16,6 +16,7 @@
>> + 	atosxfwrap.c \
>> + 	osunixxf.c \
>> + 	../../source/common/ahids.c \
>> ++	../../source/common/ahuuids.c \
>>  	../../source/common/cmfsize.c \
>>  	../../source/common/getopt.c \
>> -+	../../source/common/ahids.c \
>> - 	../../source/components/debugger/dbcmds.c \
>> - 	../../source/components/debugger/dbconvert.c \
>> - 	../../source/components/debugger/dbdisply.c \
>> -@@ -154,6 +155,7 @@
>> - 	../../source/components/tables/tbfadt.c \
>> - 	../../source/components/tables/tbfind.c \
>> - 	../../source/components/tables/tbinstal.c \
>> -+	../../source/components/tables/tbdata.c \
>> - 	../../source/components/tables/tbprint.c \
>> - 	../../source/components/tables/tbutils.c \
>> - 	../../source/components/tables/tbxface.c \
>> + 	../../source/components/hardware/hwtimer.c \
>> +@@ -174,6 +175,7 @@
>> + 	../../source/components/utilities/utexcep.c \
>> + 	../../source/components/utilities/utfileio.c \
>> + 	../../source/components/utilities/utglobal.c \
>> ++	../../source/components/utilities/uthex.c \
>> + 	../../source/components/utilities/utids.c \
>> + 	../../source/components/utilities/utinit.c \
>> + 	../../source/components/utilities/utlock.c \
>> +@@ -189,6 +191,7 @@
>> + 	../../source/components/utilities/utstate.c \
>> + 	../../source/components/utilities/utstring.c \
>> + 	../../source/components/utilities/uttrack.c \
>> ++	../../source/components/utilities/utuuid.c \
>> + 	../../source/components/utilities/utxface.c \
>> + 	../../source/components/utilities/utxferror.c \
>> + 	../../source/components/utilities/utxfinit.c \
>> diff --git a/meta-oe/recipes-extended/acpica/acpitests_20140424.bb b/meta-oe/recipes-extended/acpica/acpitests_20140828.bb
>> similarity index 69%
>> rename from meta-oe/recipes-extended/acpica/acpitests_20140424.bb
>> rename to meta-oe/recipes-extended/acpica/acpitests_20140828.bb
>> index 7e145bb..889c00b 100644
>> --- a/meta-oe/recipes-extended/acpica/acpitests_20140424.bb
>> +++ b/meta-oe/recipes-extended/acpica/acpitests_20140828.bb
>> @@ -11,10 +11,10 @@ SRC_URI = "https://acpica.org/sites/acpica/files/acpitests-unix-${PV}.tar.gz;nam
>>            file://aapits-linux.patch \
>>            file://aapits-makefile.patch \
>>     "
>> -SRC_URI[acpitests.md5sum] = "bfc399cecb21e9491d362d8e480b2689"
>> -SRC_URI[acpitests.sha256sum] = "e7d7ff638872543909b38c2498e88958251ee6ce4d22bc13d4e3925771212c0e"
>> -SRC_URI[acpica.md5sum] = "733532f005fba5d1c5344440651b13d1"
>> -SRC_URI[acpica.sha256sum] = "72ece982bbbdfb1b17418f1feb3a9daaa01803d0d41dcf00e19d702cdf751bbc"
>> +SRC_URI[acpitests.md5sum] = "db9d6fdaa8e3eb101d700ee5ba4938ed"
>> +SRC_URI[acpitests.sha256sum] = "e576c74bf1bf1c9f7348bf9419e05c8acfece7105abcdc052e66670c7af2cf00"
>> +SRC_URI[acpica.md5sum] = "6f05f0d10166a1b1ff6107f3d1cdf1e5"
>> +SRC_URI[acpica.sha256sum] = "01d8867656c5ba41dec307c4383ce676196ad4281ac2c9dec9f5be5fac6d888e"
>> 
>> S = "${WORKDIR}/acpitests-unix-${PV}"
> 
> Please check why it fails in world builds with:
> 
> ERROR: Function failed: do_compile (log file is located at /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/acpitests/20140828-r0/temp/log.do_compile.13998)
> ERROR: Logfile of failure stored in: /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/acpitests/20140828-r0/temp/log.do_compile.13998
> Log data follows:
> | DEBUG: Executing shell function do_compile
> | NOTE: make -j 8 CC=arm-oe-linux-gnueabi-gcc  -march=armv5te -marm -mthumb-interwork OPT_CFLAGS=-Wall
> | arm-oe-linux-gnueabi-gcc  -march=armv5te -marm -mthumb-interwork  -O2 -pipe -g -feliminate-unused-debug-types -Wall -g -D_LINUX -DNDEBUG -D_CONSOLE -DACPI_APITS -DACPI_EXEC_APP -D_MULTI_THREADED -Wstrict-prototypes -I../../source/include   -c -o atexec.o atexec.c
> | arm-oe-linux-gnueabi-gcc  -march=armv5te -marm -mthumb-interwork  -O2 -pipe -g -feliminate-unused-debug-types -Wall -g -D_LINUX -DNDEBUG -D_CONSOLE -DACPI_APITS -DACPI_EXEC_APP -D_MULTI_THREADED -Wstrict-prototypes -I../../source/include   -c -o atmain.o atmain.c
> | arm-oe-linux-gnueabi-gcc  -march=armv5te -marm -mthumb-interwork  -O2 -pipe -g -feliminate-unused-debug-types -Wall -g -D_LINUX -DNDEBUG -D_CONSOLE -DACPI_APITS -DACPI_EXEC_APP -D_MULTI_THREADED -Wstrict-prototypes -I../../source/include   -c -o atinit.o atinit.c
> | arm-oe-linux-gnueabi-gcc  -march=armv5te -marm -mthumb-interwork  -O2 -pipe -g -feliminate-unused-debug-types -Wall -g -D_LINUX -DNDEBUG -D_CONSOLE -DACPI_APITS -DACPI_EXEC_APP -D_MULTI_THREADED -Wstrict-prototypes -I../../source/include   -c -o atmemory.o atmemory.c
> | arm-oe-linux-gnueabi-gcc  -march=armv5te -marm -mthumb-interwork  -O2 -pipe -g -feliminate-unused-debug-types -Wall -g -D_LINUX -DNDEBUG -D_CONSOLE -DACPI_APITS -DACPI_EXEC_APP -D_MULTI_THREADED -Wstrict-prototypes -I../../source/include   -c -o athardware.o athardware.c
> | arm-oe-linux-gnueabi-gcc  -march=armv5te -marm -mthumb-interwork  -O2 -pipe -g -feliminate-unused-debug-types -Wall -g -D_LINUX -DNDEBUG -D_CONSOLE -DACPI_APITS -DACPI_EXEC_APP -D_MULTI_THREADED -Wstrict-prototypes -I../../source/include   -c -o attable.o attable.c
> | arm-oe-linux-gnueabi-gcc  -march=armv5te -marm -mthumb-interwork  -O2 -pipe -g -feliminate-unused-debug-types -Wall -g -D_LINUX -DNDEBUG -D_CONSOLE -DACPI_APITS -DACPI_EXEC_APP -D_MULTI_THREADED -Wstrict-prototypes -I../../source/include   -c -o atnamespace.o atnamespace.c
> | arm-oe-linux-gnueabi-gcc  -march=armv5te -marm -mthumb-interwork  -O2 -pipe -g -feliminate-unused-debug-types -Wall -g -D_LINUX -DNDEBUG -D_CONSOLE -DACPI_APITS -DACPI_EXEC_APP -D_MULTI_THREADED -Wstrict-prototypes -I../../source/include   -c -o atresource.o atresource.c
> | In file included from ../../source/include/platform/acenv.h:172:0,
> |                  from ../../source/include/acpi.h:56,
> |                  from atcommon.h:119,
> |                  from atmain.c:118:
> | ../../source/include/platform/aclinux.h:166:20: fatal error: string.h: No such file or directory
> |  #include <string.h>
> |                     ^
> | compilation terminated.
> | In file included from ../../source/include/platform/acenv.h:172:0,
> |                  from ../../source/include/acpi.h:56,
> |                  from atcommon.h:119,
> |                  from atnamespace.c:116:
> | ../../source/include/platform/aclinux.h:166:20: fatal error: string.h: No such file or directory
> |  #include <string.h>


That looks the sysroot poisoning/TOOLCHAIN_OPTIONS problem.

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

* [meta-oe][PATCH] acpitests: Blacklist failing recipe
  2014-11-20  7:14   ` Koen Kooi
@ 2014-11-25 11:36     ` Martin Jansa
  0 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2014-11-25 11:36 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-extended/acpica/acpitests_20140828.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-extended/acpica/acpitests_20140828.bb b/meta-oe/recipes-extended/acpica/acpitests_20140828.bb
index 2a089f8..75e10f6 100644
--- a/meta-oe/recipes-extended/acpica/acpitests_20140828.bb
+++ b/meta-oe/recipes-extended/acpica/acpitests_20140828.bb
@@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://tests/aapits/atexec.c;beginline=1;endline=115;md5=e92
 
 DEPENDS = "bison flex"
 
+PNBLACKLIST[acpitests] = "fails to find string.h since sysroot poisoning was added in internal toolchain"
+
 SRC_URI = "https://acpica.org/sites/acpica/files/acpitests-unix-${PV}.tar.gz;name=acpitests \
            https://acpica.org/sites/acpica/files/acpica-unix2-${PV}.tar.gz;name=acpica \
            file://aapits-linux.patch \
-- 
2.1.3



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

end of thread, other threads:[~2014-11-25 11:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-30  8:08 [meta-oe][PATCH v2] acpitests: update to 20140828 release Fathi Boudra
2014-11-19 15:51 ` Martin Jansa
2014-11-20  7:14   ` Koen Kooi
2014-11-25 11:36     ` [meta-oe][PATCH] acpitests: Blacklist failing recipe Martin Jansa

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.