On Tue, 19 Mar 2013 18:11:00 +0900 Jeong-Joon Yoo <jeongjoon....@gmail.com>
said:

if i am not mistaken the parser is complaining about these line of text:

            rel2.offset: 2 2;
            image {
               normal: "bt_sm_shine.png";
               border: 6 6 6 0;
            }

specifically the line with "normal"... can you check that this is the same for
you? it was not long ago that i ran an obs build (well osc local build here) of
elementary and it worked just fine. i am wondering what specifically about your
setup causes this? in fact the parse stack is WRONG. it should be
  collections.group.parts.part.description.image.normal
not
  collections.group.parts.part.description.image.image

how is it replacing the last stack item with "image" instead of "normal"
that's there in the src? i have never seen it just magically do this. the code
to do that parsing is many years old and it's been put through a lot of
testing across a wide range of os's and architectures, so chances are of the
core parsing stack building/parsing having since a simple issue is very low,
but something weird is happening to input that is not normal maybe? a locale
thing? i don't think this should cause an issue here.

i'm running a build .. but it'll take a while... (maybe another 30-40mins).

> Hi tizen developers,
> 
> When I build tizen with this command,
> 
> elementary$ gbs build -A armv71 --include-all
> 
> it returns some error messages after one hour build progress.
> 
> < part of error
> message>-----------------------------------------------------------------
> 
> [ 1562s] [Eina] could not get cpu affinity: Function not implemented
> [ 1562s] qemu: Unsupported syscall: 242
> [ 1562s] [Eina] could not get cpu affinity: Function not implemented
> [ 1562s] qemu: Unsupported syscall: 242
> [ 1562s] [Eina] could not get cpu affinity: Function not implemented
> [ 1562s] qemu: Unsupported syscall: 242
> [ 1562s] [Eina] could not get cpu affinity: Function not implemented
> [ 1562s] qemu: Unsupported syscall: 242
> [ 1562s] [Eina] could not get cpu affinity: Function not implemented
> [ 1563s] edje_cc: Error. ../../data/themes/widgets/gengrid.edc:1171
> got 1 arguments, but expected at least 2
> [ 1563s] edje_cc: Error. PARSE STACK:
> [ 1563s] collections.group.parts.part.description.image.image
> [ 1563s] edje_cc: Error. PARAMS:
> [ 1563s] edje_cc: Error.   bt_sm_shine.png
> [ 1563s] make[3]: *** [default.edj] Error 255
> [ 1563s] make[3]: Leaving directory
> `/home/abuild/rpmbuild/BUILD/elementary-1.0.0+svn.70492slp2
> +build25/data/themes' [ 1563s] make[2]: *** [all-recursive] Error 1
> [ 1563s] make[2]: Leaving directory
> `/home/abuild/rpmbuild/BUILD/elementary-1.0.0+svn.70492slp2+build25/data'
> [ 1563s] make[1]: *** [all-recursive] Error 1
> [ 1563s] make[1]: Leaving directory
> `/home/abuild/rpmbuild/BUILD/elementary-1.0.0+svn.70492slp2+build25'
> [ 1563s] make: *** [all] Error 2
> [ 1563s] error: Bad exit status from /var/tmp/rpm-tmp.jI8Q4U (%build)
> [ 1563s]
> [ 1563s]
> [ 1563s] RPM build errors:
> [ 1563s]     Bad exit status from /var/tmp/rpm-tmp.jI8Q4U (%build)
> warning: build failed, Leaving the logs in
> /home/a1jjyoo/work/tizen/local/repos/tizen2.0/armv7l/logs/fail/elementary-1.0.0
> +svn.70492slp2+build25-1/log error: *** Error Summary ***
> === the following packages failed to build due to rpmbuild issue ===
> elementary-tizen2.0-armv7l:
> /home/a1jjyoo/work/tizen/local/repos/tizen2.0/armv7l/logs/fail/elementary-1.0.0
> +svn.70492slp2+build25-1/log
> 
> error: <gbs>rpmbuild fails
> 
> <end of the error
> message>-----------------------------------------------------------------
> 
> 
> Any helpful comment to solve this situation will be appreciated
> 
> - jy
> _______________________________________________
> General mailing list
> General@lists.tizen.org
> https://lists.tizen.org/listinfo/general
> 


-- 
Carsten Haitzler (The Rasterman) <ti...@rasterman.com>
_______________________________________________
General mailing list
General@lists.tizen.org
https://lists.tizen.org/listinfo/general

Reply via email to