Source: gforth
Version: 0.7.0+ds1-3
Severity: serious

There was an error while trying to autobuild your package:

> sbuild (Debian sbuild) 0.58.2 (31 Jul 2009) on debian-31.osdl.marist.edu
[...]
> gcc -c  -I./../arch/generic -I. -Wall -g -O2 -DHAVE_CONFIG_H -DFORCE_LL 
> -DDEFAULTPATH='".:/usr/lib/gforth/site-forth:/usr/share/gforth/site-forth:/usr/lib/gforth/0.7.0:/usr/share/gforth/0.7.0"'
>    -o support-ll.o ./support.c
> In file included from ./support.c:22:
> ./forth.h:279:2: warning: #warning flush-icache probably will not work (see 
> manual)
> ./forth.h:281:2: warning: #warning no FLUSH_ICACHE, turning off dynamic 
> native code by default
> ./support.c: In function 'umdiv':
> ./support.c:666: warning: implicit declaration of function '__udiv_w_sdiv'
> ./support.c: In function 'smdiv':
> ./support.c:731: error: 'u' undeclared (first use in this function)
> ./support.c:731: error: (Each undeclared identifier is reported only once
> ./support.c:731: error: for each function it appears in.)
> ./support.c:732: error: 'v' undeclared (first use in this function)
> make[4]: *** [support-ll.o] Error 1
> make[4]: Leaving directory 
> `/build/buildd-gforth_0.7.0+ds1-3-s390-zVrdB6/gforth-0.7.0+ds1/engine'
> make[4]: Entering directory 
> `/build/buildd-gforth_0.7.0+ds1-3-s390-zVrdB6/gforth-0.7.0+ds1'
> ./preforth -p ".:~+:." -e 's" mach16b.fs"' ./kernel/main.fs -e "save-cross 
> kernl16b.fi- /usr/bin/gforth-0.7.0 bye"
> You need to configure with a gforth in $PATH to build this part
> make[4]: *** [kernl16b.fi-] Error 1
> make[4]: Leaving directory 
> `/build/buildd-gforth_0.7.0+ds1-3-s390-zVrdB6/gforth-0.7.0+ds1'
> make[3]: *** [gforth-ll] Error 2
> make[3]: Leaving directory 
> `/build/buildd-gforth_0.7.0+ds1-3-s390-zVrdB6/gforth-0.7.0+ds1'
> make[2]: *** [optgforth] Error 2
> make[2]: Leaving directory 
> `/build/buildd-gforth_0.7.0+ds1-3-s390-zVrdB6/gforth-0.7.0+ds1'
> make[1]: *** [gforth] Error 2
> make[1]: Leaving directory 
> `/build/buildd-gforth_0.7.0+ds1-3-s390-zVrdB6/gforth-0.7.0+ds1'
> dh_auto_build: make returned exit code 2
> make: *** [build] Error 1
> dpkg-buildpackage: error: debian/rules build gave error exit status 2

Regarding:
> ./support.c:666: warning: implicit declaration of function '__udiv_w_sdiv'
__udiv_w_sdiv is a support function used by gcc/glibc to do 64bit
divisions and also wide copied into other sources. Is there a reason why
you don't let the C compiler generate this code?

Bastian



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to