gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] server/asobj/xml.*


From: Hong Yu
Subject: Re: [Gnash-dev] server/asobj/xml.*
Date: Fri, 14 Mar 2008 18:59:19 +0800
User-agent: Thunderbird 2.0.0.12 (X11/20080213)


Attachment referred to.


Hong Yu wrote:

The Gnash-dev build on Ubuntu7.10 passed, where the source was checked out today, March 14, 2008. Running 'make check' under the directory 'gnash/testsuite/' returned error as attached log. Running 'make check' under the directory 'gnash/testsuite/actionscript.all' passed. Running 'make check' under the directory 'gnash/testsuite/misc-ming.all/' passed. Next we will run Gnash-dev (and with firefox) on Ubuntu7.10.

Best regards,

Hong Yu



Hong Yu wrote:

Thanks for your suggestions! My workstation environment is currently Ubuntu6.10-Edgy, Linux 2.6.17-12, with gcc/g++ 4.1.2 (prerelease). We are building a Ubuntu7.10 environment, where to try again.

Best regards,

Hong Yu



Sandro Santill wrote:
On Wed, Mar 12, 2008 at 03:41:27PM +0800, Hong Yu wrote:
Attached is the output of running 'make check' under 'ming-0.4.0.beta5/test/'.

--- <inlined relevant portion> ---

Executing ./test01 in /home/hongyu/WORK/Software/Gnash/swfUtil/ming0.4.0_beta5/ming-0.4.0.beta5/test/Movie/add
Please do not use compileSWFActionCode() anymore
Use newSWFAction(script) instead

var a
^
Line 1: Reason: 'parse error'
1c1,34

--- </inlined relevant portion> ---

Would you like to tell about your PC Linux kernel, distribution, and gcc/g++ compiler environment, where you could build ming0.4.0-beta5, and Gnash-dev, and Gnash head testsuite? Thanks!

This is Ubuntu Gutsy, Linux 2.6.22-14-386.
gcc (GCC) 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)

What's there ?
Klaus is the current Ming hacker for this.

--strk;



_______________________________________________
Gnash-dev mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/gnash-dev




_______________________________________________
Gnash-dev mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/gnash-dev




_______________________________________________
Gnash-dev mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/gnash-dev


Making check in .
make[1]: Entering directory 
`/home/hongyu/WORK/Software/Gnash/Gnash/gnash-cvs-2008Mar14/gnash/testsuite'
make  libtestsuite.la 
make[2]: Entering directory 
`/home/hongyu/WORK/Software/Gnash/Gnash/gnash-cvs-2008Mar14/gnash/testsuite'
make[2]: `libtestsuite.la' is up to date.
make[2]: Leaving directory 
`/home/hongyu/WORK/Software/Gnash/Gnash/gnash-cvs-2008Mar14/gnash/testsuite'
make  check-local
make[2]: Entering directory 
`/home/hongyu/WORK/Software/Gnash/Gnash/gnash-cvs-2008Mar14/gnash/testsuite'
make -C misc-ming.all Dejagnu.swf
make[3]: Entering directory 
`/home/hongyu/WORK/Software/Gnash/Gnash/gnash-cvs-2008Mar14/gnash/testsuite/misc-ming.all'
make[3]: `Dejagnu.swf' is up to date.
make[3]: Leaving directory 
`/home/hongyu/WORK/Software/Gnash/Gnash/gnash-cvs-2008Mar14/gnash/testsuite/misc-ming.all'
cp misc-ming.all/Dejagnu.swf Dejagnu.swf
make[2]: Leaving directory 
`/home/hongyu/WORK/Software/Gnash/Gnash/gnash-cvs-2008Mar14/gnash/testsuite'
make[1]: Leaving directory 
`/home/hongyu/WORK/Software/Gnash/Gnash/gnash-cvs-2008Mar14/gnash/testsuite'
Making check in swfdec
make[1]: Entering directory 
`/home/hongyu/WORK/Software/Gnash/Gnash/gnash-cvs-2008Mar14/gnash/testsuite/swfdec'
make  
make[2]: Entering directory 
`/home/hongyu/WORK/Software/Gnash/Gnash/gnash-cvs-2008Mar14/gnash/testsuite/swfdec'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory 
`/home/hongyu/WORK/Software/Gnash/Gnash/gnash-cvs-2008Mar14/gnash/testsuite/swfdec'
make  check-DEJAGNU
make[2]: Entering directory 
`/home/hongyu/WORK/Software/Gnash/Gnash/gnash-cvs-2008Mar14/gnash/testsuite/swfdec'
srcdir=`CDPATH="${ZSH_VERSION+.}:" && cd . && pwd`; export srcdir; \
        EXPECT=expect; export EXPECT; \
        runtest=runtest; \
        if /bin/bash -c "$runtest --version" > /dev/null 2>&1; then \
          exit_status=0; l='gnash'; for tool in $l; do \
            if $runtest  --tool $tool --srcdir $srcdir ; \
            then :; else exit_status=1; fi; \
          done; \
        else echo "WARNING: could not find \`runtest'" 1>&2; :;\
        fi; \
        exit $exit_status
WARNING: could not find `runtest'
make[2]: Leaving directory 
`/home/hongyu/WORK/Software/Gnash/Gnash/gnash-cvs-2008Mar14/gnash/testsuite/swfdec'
make[1]: Leaving directory 
`/home/hongyu/WORK/Software/Gnash/Gnash/gnash-cvs-2008Mar14/gnash/testsuite/swfdec'
Making check in libbase
make[1]: Entering directory 
`/home/hongyu/WORK/Software/Gnash/Gnash/gnash-cvs-2008Mar14/gnash/testsuite/libbase'
make  NoSeekFileTest URLTest RcTest IntTypesTest memtest CurlStreamTest
make[2]: Entering directory 
`/home/hongyu/WORK/Software/Gnash/Gnash/gnash-cvs-2008Mar14/gnash/testsuite/libbase'
make[2]: `NoSeekFileTest' is up to date.
make[2]: `URLTest' is up to date.
make[2]: `RcTest' is up to date.
make[2]: `IntTypesTest' is up to date.
make[2]: `memtest' is up to date.
make[2]: `CurlStreamTest' is up to date.
make[2]: Leaving directory 
`/home/hongyu/WORK/Software/Gnash/Gnash/gnash-cvs-2008Mar14/gnash/testsuite/libbase'
make  check-DEJAGNU
make[2]: Entering directory 
`/home/hongyu/WORK/Software/Gnash/Gnash/gnash-cvs-2008Mar14/gnash/testsuite/libbase'
WARNING: could not find `runtest'
PASSED: compared 3275 bytes from wrapped and raw
PASSED: compared 3275 bytes from wrapped-rewind and raw-rewind
PASSED: compared 3275 bytes from cache and raw
make[2]: Leaving directory 
`/home/hongyu/WORK/Software/Gnash/Gnash/gnash-cvs-2008Mar14/gnash/testsuite/libbase'
make[1]: Leaving directory 
`/home/hongyu/WORK/Software/Gnash/Gnash/gnash-cvs-2008Mar14/gnash/testsuite/libbase'
Making check in libamf.all
make[1]: Entering directory 
`/home/hongyu/WORK/Software/Gnash/Gnash/gnash-cvs-2008Mar14/gnash/testsuite/libamf.all'
make  test_el test_sol test_lc
make[2]: Entering directory 
`/home/hongyu/WORK/Software/Gnash/Gnash/gnash-cvs-2008Mar14/gnash/testsuite/libamf.all'
make[2]: `test_el' is up to date.
make[2]: `test_sol' is up to date.
make[2]: `test_lc' is up to date.
make[2]: Leaving directory 
`/home/hongyu/WORK/Software/Gnash/Gnash/gnash-cvs-2008Mar14/gnash/testsuite/libamf.all'
make  check-DEJAGNU
make[2]: Entering directory 
`/home/hongyu/WORK/Software/Gnash/Gnash/gnash-cvs-2008Mar14/gnash/testsuite/libamf.all'
runtest=runtest; \
        if /bin/bash -c "$runtest --version" > /dev/null 2>&1; then \
            GNASHRC="../../testsuite/gnashrc" \
            $runtest  ../simple.exp; true; \
        else \
          echo "WARNING: could not find \`runtest'" 1>&2; \
          for i in "test_el test_sol test_lc"; do \
            GNASHRC="../../testsuite/gnashrc" \
            /bin/bash $i; \
          done; \
        fi
WARNING: could not find `runtest'
RcInitFile: parsing ../../testsuite/gnashrc
make[2]: Leaving directory 
`/home/hongyu/WORK/Software/Gnash/Gnash/gnash-cvs-2008Mar14/gnash/testsuite/libamf.all'
make[1]: Leaving directory 
`/home/hongyu/WORK/Software/Gnash/Gnash/gnash-cvs-2008Mar14/gnash/testsuite/libamf.all'
Making check in libgeometry
make[1]: Entering directory 
`/home/hongyu/WORK/Software/Gnash/Gnash/gnash-cvs-2008Mar14/gnash/testsuite/libgeometry'
make  Range2dTest Point2dTest snappingrangetest
make[2]: Entering directory 
`/home/hongyu/WORK/Software/Gnash/Gnash/gnash-cvs-2008Mar14/gnash/testsuite/libgeometry'
make[2]: `Range2dTest' is up to date.
make[2]: `Point2dTest' is up to date.
make[2]: `snappingrangetest' is up to date.
make[2]: Leaving directory 
`/home/hongyu/WORK/Software/Gnash/Gnash/gnash-cvs-2008Mar14/gnash/testsuite/libgeometry'
make  check-DEJAGNU
make[2]: Entering directory 
`/home/hongyu/WORK/Software/Gnash/Gnash/gnash-cvs-2008Mar14/gnash/testsuite/libgeometry'
WARNING: could not find `runtest'
Range2dTest: Range2dTest: cannot execute binary file
make[2]: *** [check-DEJAGNU] Error 126
make[2]: Leaving directory 
`/home/hongyu/WORK/Software/Gnash/Gnash/gnash-cvs-2008Mar14/gnash/testsuite/libgeometry'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory 
`/home/hongyu/WORK/Software/Gnash/Gnash/gnash-cvs-2008Mar14/gnash/testsuite/libgeometry'
make: *** [check-recursive] Error 1

reply via email to

[Prev in Thread] Current Thread [Next in Thread]