-------------- Original message from "Anton Ertl" <[email protected]>: --------------


> [email protected] wrote:
> >
> > --NextPart_Webmail_9m3u9jl4l_13493_1231547629_0
> > Content-Type: text/plain; charset="utf-8"
> > Content-Transfer-Encoding: quoted-printable
> >
> > I'm trying to move my work over to yet another PC and I'm getting a failure=
> > I haven't seen before:
> >
> > make checkone check-nofast ENGINE=3D"./gforth --no-dynamic" >/dev/null 2>&1
> > make checkone check-nofast ENGINE=3D"./gforth-itc" >/dev/null 2>&1
> > make checkone check-nofast ENGINE=3D"./gforth-ditc" >/dev/null 2>&1
> > make checkone ENGINE=3D"./gforth-fast --no-dynamic" >/dev/null 2>&1
> > make: *** [check] Error 2
> >
> > Have I forgotten something (again)?
>
> Probably not. Looks to me like the gforth-fast engine is broken.
> Which compiler did you use?
 
gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
 
> You could try a different one. You can
> also see where the test fails by doing:
>
> make checkone ENGINE=3D"./gforth-fast --no-dynamic"
>
$ make checkone ENGINE=3D"./gforth-fast --no-dynamic"
if test -r version && test x'0.7.0-20081226' = x`cat version` ; then true ; else
 echo 0.7.0-20081226 > version ; fi
cp -p kernl32l.fi kernl32l.fi~
cp -p kernl32l.fi- kernl32l.fi
cd engine && make gforth-ditc-noll.exe OPT=-noll OPTDEFINES= OPTOBJECTS=dblsub.o
make[1]: Entering directory `/usr/src/gforth/engine'
make[1]: `gforth-ditc-noll.exe' is up to date.
make[1]: Leaving directory `/usr/src/gforth/engine'
cp -p engine/gforth-ditc-noll.exe gforth-ditc.exe
true
3D./gforth-fast --no-dynamic --die-on-signal -p ".:/usr/local/lib/gforth/site-fo
rth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.0-20081226:/usr
/local/share/gforth/0.7.0-20081226:." test/tester.fs test/coretest.fs test/postp
one.fs test/dbltest.fs test/string.fs test/float.fs test/deferred.fs test/coreex
t.fs test/search.fs -e bye 2>&1 | tr -d '\015' | diff -c - ./test/coretest.out
*** -   Sat Jan 10 17:12:33 2009
--- ./test/coretest.out Sun Oct 22 11:54:01 2006
***************
*** 1 ****
! /bin/sh: 3D./gforth-fast: No such file or directory
--- 1,17 ----
! redefined {  redefined GDX  YOU SHOULD SEE THE STANDARD GRAPHIC CHARACTERS:
!  !"#$%&'()*+,-./0123456789:;<=>?@
! ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`
! abcdefghijklmnopqrstuvwxyz{|}~
! YOU SHOULD SEE 0-9 SEPARATED BY A SPACE:
! 0 1 2 3 4 5 6 7 8 9
! YOU SHOULD SEE 0-9 (WITH NO SPACES):
! 0123456789
! YOU SHOULD SEE A-G SEPARATED BY A SPACE:
! A B C D E F G
! YOU SHOULD SEE 0-5 SEPARATED BY TWO SPACES:
! 0  1  2  3  4  5
! YOU SHOULD SEE TWO SEPARATE LINES:
! LINE 1
! LINE 2
! you should see this first.
! you should see this later.
make: *** [checkone] Error 1
 
That "3D" looks suspicious, but nor files that are not ignored from the CVS checkout are modified.
 
DaR
 

Reply via email to