gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] Re: "make check" report


From: zou lunkai
Subject: [Gnash-commit] Re: "make check" report
Date: Fri, 8 Jun 2007 12:31:44 +0800

On 6/7/07, strk <address@hidden> wrote:
On Thu, Jun 07, 2007 at 03:19:49PM +0800, zou lunkai wrote:
> >On Thu, Jun 07, 2007 at 02:51:34PM +0800, zou lunkai wrote:
> >> "make check" failed again here,  can anyone confirm? This blocks my
> >> coming commit.
> >
> >There was a missing dependency of Video-EmbedSquare.swf
> >against testsuite/media/square.swf. Should be fixed now (did you update?).
> >
>
> Upated half an hour ago.  maybe need to do "make clean" first, and
> then "make" and "make check".  I'll try again later.

You should just need an ./autogen.sh and a ./configure I guess.
Or simply rm Video-EmbedSquare.swf so it's forcably regenerated.


Updated the source(CVS_HEAD) again this morning,  make clean, make and
make check, still got the same problem and something more. see tests
below:

step1:
./configure --with-agg-incl=/usr/local/include/include
--with-agg-lib=/usr/local/lib --disable-glext --disable-plugin
--disable-cygnal  --disable-klash --enable-static  --enable-testing
--enable-renderer=agg --with-pixelformat=RGB24  "CXXFLAGS=-g -O0 -pg
-Wall"

make dumpconfig:
...
Configurable options are:
Media handler: mad
Renderer engine: agg
GUI: gtk2
Extensions:

step2:
make

step3:
cd testsuite/server and make check
got:
../../server/.libs/libgnashserver.so: undefined reference to
`gnash::sound_handler::convert_raw_data(short**, int*, void*, int,
int, int, bool, int, bool)'
collect2: ld returned 1 exit status
make[1]: *** [MatrixTest] Error 1

step4:
cd testsuite/msic-ming.all  and make check
got(the same as yestoday):

# of expected passes            1875
# of unexpected failures        84
# of expected failures          65
# of untested testcases         2


Change the configure options:
step1:
./configure --with-agg-incl=/usr/local/include/include
--with-agg-lib=/usr/local/lib --disable-glext --disable-plugin
--disable-cygnal  --disable-klash --enable-static  --enable-testing
--enable-gui=sdl --enable-media=none --enable-renderer=agg
--with-pixelformat=RGB24 --without-ffmpeg "CXXFLAGS=-g -O0 -pg -Wall"

Configurable options are:
Media handler:
Renderer engine: agg
GUI: sdl
Extensions:

step2:
make

step3
cd testsuite/server; make check
everything is fine;

step4:
cd testsuite/misc-ming.all; make check
still got:
# of expected passes            1875
# of unexpected failures        84
# of expected failures          65
# of untested testcases       2

Those results are reproducible here.




reply via email to

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