Source: scheme9 Version: 2009.08.11-1 Severity: serious Hi,
There was an error while trying to autobuild your package: > Start Time: 20090815-1729 [...] > Build-Depends: debhelper (>> 7.2.5) [...] > Toolchain package versions: libc6.1-dev_2.9-23 linux-libc-dev_2.6.30-5 > g++-4.3_4.3.4-1+b1 gcc-4.3_4.3.4-1+b1 binutils_2.19.51.20090805-1 > libstdc++6_4.4.1-2 libstdc++6-4.3-dev_4.3.4-1+b1 > [...] > cc -g -Wall -ansi -pedantic -O2 -Dunix > -DDEFAULT_LIBRARY_PATH="\"/usr/lib/s9fes:/usr/lib/s9fes/contrib:/usr/share/s9fes:~/s9fes\"" > -I . -DEXTENSIONS="sc_init()" \ > -DIMAGEFILE="\"s9sc.image\"" -DLIBRARY="\"s9sc.scm\"" \ > -o s9sc.o -c s9.c > cc -g -Wall -ansi -pedantic -O2 -I /usr/X11R6/include -I . -o sc.o -c ext/sc.c > ext/sc.c:18:22: error: X11/Xlib.h: No such file or directory > ext/sc.c:19:23: error: X11/Xutil.h: No such file or directory > ext/sc.c:43: error: expected '=', ',', ';', 'asm' or '__attribute__' before > '*' token > ext/sc.c:44: error: expected '=', ',', ';', 'asm' or '__attribute__' before > 'Win' > ext/sc.c:45: error: expected '=', ',', ';', 'asm' or '__attribute__' before > 'Csr' > ext/sc.c: In function 'x11_init': > ext/sc.c:131: error: 'XEvent' undeclared (first use in this function) > ext/sc.c:131: error: (Each undeclared identifier is reported only once > ext/sc.c:131: error: for each function it appears in.) > ext/sc.c:131: error: expected ';' before 'e' > ext/sc.c:132: error: 'XGCValues' undeclared (first use in this function) > ext/sc.c:132: error: expected ';' before 'v' > ext/sc.c:133: warning: ISO C90 forbids mixed declarations and code > ext/sc.c:135: error: 'XSizeHints' undeclared (first use in this function) > ext/sc.c:135: error: 'wm_size' undeclared (first use in this function) > ext/sc.c:136: error: 'XWMHints' undeclared (first use in this function) > ext/sc.c:136: error: 'wm_hints' undeclared (first use in this function) > ext/sc.c:137: error: 'XClassHint' undeclared (first use in this function) > ext/sc.c:137: error: 'wm_class' undeclared (first use in this function) > ext/sc.c:138: error: 'XTextProperty' undeclared (first use in this function) > ext/sc.c:138: error: expected ';' before 'wname' > ext/sc.c:142: warning: implicit declaration of function 'XAllocSizeHints' > ext/sc.c:143: warning: implicit declaration of function 'XAllocWMHints' > ext/sc.c:144: warning: implicit declaration of function 'XAllocClassHint' > ext/sc.c:148: error: 'Dsp' undeclared (first use in this function) > ext/sc.c:148: warning: implicit declaration of function 'XOpenDisplay' > ext/sc.c:150: warning: implicit declaration of function 'DefaultScreen' > ext/sc.c:151: error: 'Win' undeclared (first use in this function) > ext/sc.c:151: warning: implicit declaration of function 'XCreateSimpleWindow' > ext/sc.c:151: warning: implicit declaration of function 'RootWindow' > ext/sc.c:152: warning: implicit declaration of function 'BlackPixel' > ext/sc.c:152: warning: implicit declaration of function 'WhitePixel' > ext/sc.c:154: warning: implicit declaration of function 'XSelectInput' > ext/sc.c:154: error: 'ExposureMask' undeclared (first use in this function) > ext/sc.c:155: error: 'v' undeclared (first use in this function) > ext/sc.c:155: error: 'AllPlanes' undeclared (first use in this function) > ext/sc.c:158: error: 'GXset' undeclared (first use in this function) > ext/sc.c:159: error: 'Csr_set' undeclared (first use in this function) > ext/sc.c:159: warning: implicit declaration of function 'XCreateGC' > ext/sc.c:159: error: 'GCPlaneMask' undeclared (first use in this function) > ext/sc.c:159: error: 'GCForeground' undeclared (first use in this function) > ext/sc.c:160: error: 'GCBackground' undeclared (first use in this function) > ext/sc.c:160: error: 'GCFunction' undeclared (first use in this function) > ext/sc.c:161: error: 'GXclear' undeclared (first use in this function) > ext/sc.c:162: error: 'Csr_clear' undeclared (first use in this function) > ext/sc.c:164: warning: implicit declaration of function > 'XStringListToTextProperty' > ext/sc.c:164: error: 'wname' undeclared (first use in this function) > ext/sc.c:165: error: 'NormalState' undeclared (first use in this function) > ext/sc.c:166: error: 'StateHint' undeclared (first use in this function) > ext/sc.c:169: warning: implicit declaration of function 'XSetWMProperties' > ext/sc.c:171: warning: implicit declaration of function 'XMapWindow' > ext/sc.c:173: warning: implicit declaration of function 'XNextEvent' > ext/sc.c:173: error: 'e' undeclared (first use in this function) > ext/sc.c:174: error: 'Expose' undeclared (first use in this function) > ext/sc.c: In function 'pp_sc_fini': > ext/sc.c:184: error: 'Dsp' undeclared (first use in this function) > ext/sc.c:186: warning: implicit declaration of function 'XFreeGC' > ext/sc.c:186: error: 'Csr_set' undeclared (first use in this function) > ext/sc.c:187: error: 'Csr_clear' undeclared (first use in this function) > ext/sc.c:188: warning: implicit declaration of function 'XDestroyWindow' > ext/sc.c:188: error: 'Win' undeclared (first use in this function) > ext/sc.c:189: warning: implicit declaration of function 'XFlush' > ext/sc.c:190: warning: implicit declaration of function 'XCloseDisplay' > ext/sc.c: In function 'flags': > ext/sc.c:197: error: 'Csr' undeclared (first use in this function) > ext/sc.c:197: error: 'Csr_set' undeclared (first use in this function) > ext/sc.c:198: error: 'Csr_clear' undeclared (first use in this function) > ext/sc.c: In function 'line': > ext/sc.c:227: warning: implicit declaration of function 'XDrawLine' > ext/sc.c:227: error: 'Dsp' undeclared (first use in this function) > ext/sc.c:227: error: 'Win' undeclared (first use in this function) > ext/sc.c:227: error: 'Csr' undeclared (first use in this function) > ext/sc.c: In function 'box': > ext/sc.c:266: warning: implicit declaration of function 'XFillRectangle' > ext/sc.c:266: error: 'Dsp' undeclared (first use in this function) > ext/sc.c:266: error: 'Win' undeclared (first use in this function) > ext/sc.c:266: error: 'Csr' undeclared (first use in this function) > ext/sc.c:268: warning: implicit declaration of function 'XDrawRectangle' > ext/sc.c: In function 'ellipse': > ext/sc.c:315: warning: implicit declaration of function 'XFillArc' > ext/sc.c:315: error: 'Dsp' undeclared (first use in this function) > ext/sc.c:315: error: 'Win' undeclared (first use in this function) > ext/sc.c:315: error: 'Csr' undeclared (first use in this function) > ext/sc.c:317: warning: implicit declaration of function 'XDrawArc' > ext/sc.c: In function 'put_string': > ext/sc.c:448: warning: array subscript has type 'char' > ext/sc.c:449: warning: array subscript has type 'char' > ext/sc.c: In function 'pp_sc_init': > ext/sc.c:533: error: 'Dsp' undeclared (first use in this function) > ext/sc.c: In function 'reshaped': > ext/sc.c:544: error: 'XEvent' undeclared (first use in this function) > ext/sc.c:544: error: expected ';' before 'xe' > ext/sc.c:545: warning: ISO C90 forbids mixed declarations and code > ext/sc.c:546: error: 'Drawable' undeclared (first use in this function) > ext/sc.c:546: error: expected ';' before 'd' > ext/sc.c:549: warning: implicit declaration of function 'XPending' > ext/sc.c:549: error: 'Dsp' undeclared (first use in this function) > ext/sc.c:550: error: 'xe' undeclared (first use in this function) > ext/sc.c:551: error: 'Expose' undeclared (first use in this function) > ext/sc.c:552: warning: implicit declaration of function 'XGetGeometry' > ext/sc.c:552: error: 'Win' undeclared (first use in this function) > ext/sc.c:552: error: 'd' undeclared (first use in this function) > ext/sc.c:555: warning: implicit declaration of function 'XCheckTypedEvent' > ext/sc.c: In function 'redraw': > ext/sc.c:605: error: 'Dsp' undeclared (first use in this function) > ext/sc.c: In function 'refresh': > ext/sc.c:610: error: 'Dsp' undeclared (first use in this function) > ext/sc.c: In function 'pp_sc_write_canvas': > ext/sc.c:689: warning: string length '929' is greater than the length '509' > ISO C90 compilers are required to support > make[2]: *** [sc.o] Error 1 > dh_auto_build: make returned exit code 2 > make[1]: *** [override_dh_auto_build] Error 1 > make: *** [build] Error 2 > dpkg-buildpackage: error: debian/rules build gave error exit status 2 > make[2]: Leaving directory > `/build/buildd-scheme9_2009.08.11-1-alpha-WpF0RH/scheme9-2009.08.11' > make[1]: Leaving directory > `/build/buildd-scheme9_2009.08.11-1-alpha-WpF0RH/scheme9-2009.08.11' A full build log can be found at: http://buildd.debian.org/build.php?arch=alpha&pkg=scheme9&ver=2009.08.11-1 Kurt -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

