Package: grace Version: 1:5.1.20-3 Severity: serious Justification: no longer builds from source
Hi, when building grace I get the following error: make[2]: Entering directory `/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20/src' Makefile:69: *** target pattern contains no `%'. Stop. make[2]: Leaving directory `/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20/src' make[1]: *** [subdirs] Error 1 make[1]: Leaving directory `/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20' make: *** [common-install-impl] Error 2 Build log is attached. MfG Goswin -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.8-frosties-2 Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)
fakeroot debian/rules clean test -x debian/rules test "`id -u`" = 0 for i in ./ac-tools/config.guess ./ac-tools/config.sub ; do \ if test -e $i.cdbs-orig ; then \ mv $i.cdbs-orig $i ; \ fi ; \ done dh_clean /usr/bin/make -C . -k distclean make[1]: Entering directory `/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20' Makefile:7: Make.conf: No such file or directory Please re-run ./configure make[1]: *** [Make.conf] Error 1 make[1]: Failed to remake makefile `Make.conf'. rm -f config.log config.status config.cache config.h Make.conf make[1]: Leaving directory `/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20' make: [makefile-clean] Error 2 (ignored) rm -f debian/stamp-makefile-build rm -f debian/stamp-autotools-files # reverse-config must be first /usr/bin/make -f debian/rules reverse-config make[1]: Entering directory `/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20' for i in ./ac-tools/config.guess ./ac-tools/config.sub ; do \ if test -e $i.cdbs-orig ; then \ mv $i.cdbs-orig $i ; \ fi ; \ done make[1]: Leaving directory `/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20' if [ -d "." ] ; then \ cd . && QUILT_PATCHES=patches quilt --quiltrc /dev/null pop -a -R || test $? = 2 ; \ fi No patch removed if [ -n "patches" ] ; then \ if [ -L ./patches ] ; then \ rm ./patches ; \ fi ; \ fi rm -rf ./.pc rm -f debian/stamp-patch* rm -f debian/grace*.png debian/rules build test -x debian/rules mkdir -p "." # reverse-config must be first /usr/bin/make -f debian/rules reverse-config make[1]: Entering directory `/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20' for i in ./ac-tools/config.guess ./ac-tools/config.sub ; do \ if test -e $i.cdbs-orig ; then \ mv $i.cdbs-orig $i ; \ fi ; \ done make[1]: Leaving directory `/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20' if [ -n "patches" ] ; then \ if [ -L ./patches ] ; then : ; else \ (cd .; ln -s /home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20/debian/patches patches) ; \ fi ; \ fi # quilt exits with 2 as return when there was nothing to do. # That's not an error here (but it's usefull to break loops in crude scripts) cd . && QUILT_PATCHES=patches quilt --quiltrc /dev/null push -a || test $? = 2 No patches in series touch debian/stamp-patched /usr/bin/make -f debian/rules update-config make[1]: Entering directory `/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20' if test -e /usr/share/misc/config.guess ; then \ for i in ./ac-tools/config.guess ; do \ if ! test -e $i.cdbs-orig ; then \ mv $i $i.cdbs-orig ; \ cp --remove-destination /usr/share/misc/config.guess $i ; \ fi ; \ done ; \ fi if test -e /usr/share/misc/config.sub ; then \ for i in ./ac-tools/config.sub ; do \ if ! test -e $i.cdbs-orig ; then \ mv $i $i.cdbs-orig ; \ cp --remove-destination /usr/share/misc/config.sub $i ; \ fi ; \ done ; \ fi make[1]: Leaving directory `/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20' # update-config must be last if test -e /usr/share/misc/config.guess ; then \ for i in ./ac-tools/config.guess ; do \ if ! test -e $i.cdbs-orig ; then \ mv $i $i.cdbs-orig ; \ cp --remove-destination /usr/share/misc/config.guess $i ; \ fi ; \ done ; \ fi if test -e /usr/share/misc/config.sub ; then \ for i in ./ac-tools/config.sub ; do \ if ! test -e $i.cdbs-orig ; then \ mv $i $i.cdbs-orig ; \ cp --remove-destination /usr/share/misc/config.sub $i ; \ fi ; \ done ; \ fi touch debian/stamp-autotools-files chmod a+x /home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20/./configure cd . && CC="cc" CXX="g++" CFLAGS="-g -Wall -O2" CXXFLAGS="-g -Wall -O2" CPPFLAGS="" LDFLAGS="" /home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20/./configure --build=x86_64-linux-gnu --prefix=/usr --includedir="\${prefix}/include" --mandir="\${prefix}/share/man" --infodir="\${prefix}/share/info" --sysconfdir=/etc --localstatedir=/var --libexecdir="\${prefix}/lib/grace" --disable-maintainer-mode --disable-dependency-tracking --srcdir=. --enable-grace-home=/usr/share/grace --with-editor=sensible-editor --with-helpviewer="sensible-browser %s" --with-f77=gfortran --disable-pdfdrv checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking for library containing strerror... none required checking how to run the C preprocessor... cc -E checking for egrep... grep -E checking for AIX... no checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking for gfortran... gfortran checking whether char is unsigned... no checking for char... yes checking size of char... 1 checking for short... yes checking size of short... 2 checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 8 checking for long long... yes checking size of long long... 8 checking for float... yes checking size of float... 4 checking for double... yes checking size of double... 8 checking for long double... yes checking size of long double... 16 checking for void *... yes checking size of void *... 8 checking whether byte ordering is bigendian... no checking for FPU arithmetics type... Little endian IEEE checking whether make sets $(MAKE)... yes checking for ar... ar checking for ranlib... ranlib checking whether ln -s works... yes checking for bison... bison -y checking for a BSD-compatible install... /usr/bin/install -c checking for lp... NONE checking for lpr... NONE --> Using "" to print checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for unistd.h... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking whether time.h and sys/time.h may both be included... yes checking math.h usability... yes checking math.h presence... yes checking for math.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no checking for an ANSI C-conforming const... yes checking for pid_t... yes checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking return type of signal handlers... void checking for working alloca.h... yes checking for alloca... yes checking for getcwd... yes checking for gethostname... yes checking for strstr... yes checking for memcpy... yes checking for memmove... yes checking for unlink... yes checking for fcntl... yes checking for popen... yes checking for gettimeofday... yes checking for fnmatch... yes checking for vsnprintf... yes checking for on_exit... yes checking for strerror... yes checking for drand48... yes checking for drand48 declaration in stdlib.h... yes checking for setlocale... yes checking whether realloc is buggy... no checking for sin in -lm... yes checking for hypot... yes checking for hypot declaration in math.h... yes checking for rint... yes checking for rint declaration in math.h... yes checking for cbrt... yes checking for cbrt declaration in math.h... yes checking for log2... yes checking for log2 declaration in math.h... no checking for asinh... yes checking for asinh declaration in math.h... yes checking for acosh... yes checking for acosh declaration in math.h... yes checking for atanh... yes checking for atanh declaration in math.h... yes checking for lgamma... yes checking for lgamma declaration in math.h... yes checking for signgam declaration in math.h... yes checking for erf... yes checking for erf declaration in math.h... yes checking for erfc... yes checking for erfc declaration in math.h... yes checking for j0... yes checking for j0 declaration in math.h... yes checking for j1... yes checking for j1 declaration in math.h... yes checking for jn... yes checking for jn declaration in math.h... yes checking for y0... yes checking for y0 declaration in math.h... yes checking for y1... yes checking for y1 declaration in math.h... yes checking for yn... yes checking for yn declaration in math.h... yes checking for finite... yes checking for finite declaration in math.h... yes checking for isfinite... no checking for isnan... yes checking for isnan declaration in math.h... yes checking for T1lib >= 1.3.1... yes --> Good. Seems you have compatible version of T1lib installed checking for library containing xdrstdio_create... none required checking for library containing dlopen... -ldl checking whether RTLD_NOW is defined in dlfcn.h... yes checking for netCDF API version >= 3.0... yes checking for FFTW library >= 2.1.3... yes checking for zlib >= 1.0.3... yes checking for IJG JPEG software >= 61... yes checking for libpng >= 0.9.6... yes --> PDF driver is disabled checking for X... libraries , headers in standard search path checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for _XEditResCheckMessages in -lXmu... yes checking for main in -lXp... yes checking for XpmCreatePixmapFromData in -lXpm... yes checking xpm.h usability... no checking xpm.h presence... no checking for xpm.h... no checking X11/xpm.h usability... yes checking X11/xpm.h presence... yes checking for X11/xpm.h... yes checking for a Motif >= 1002 compatible API... yes checking whether the Motif library is actually a LessTif library... yes checking whether _XmVersionString can be referred to... yes --> Bundled version of Xbae library will be used checking for XmHTML widget >= 1105... yes configure: creating ./config.status config.status: creating Make.conf config.status: creating config.h /usr/bin/make -C . make[1]: Entering directory `/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20' make[2]: Entering directory `/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20/cephes' cc -g -Wall -O2 -I.. -I. -c -o airy.o airy.c cc -g -Wall -O2 -I.. -I. -c -o beta.o beta.c cc -g -Wall -O2 -I.. -I. -c -o chbevl.o chbevl.c cc -g -Wall -O2 -I.. -I. -c -o chdtr.o chdtr.c cc -g -Wall -O2 -I.. -I. -c -o const.o const.c cc -g -Wall -O2 -I.. -I. -c -o dawsn.o dawsn.c cc -g -Wall -O2 -I.. -I. -c -o ellie.o ellie.c cc -g -Wall -O2 -I.. -I. -c -o ellik.o ellik.c cc -g -Wall -O2 -I.. -I. -c -o ellpe.o ellpe.c cc -g -Wall -O2 -I.. -I. -c -o ellpk.o ellpk.c ellpk.c: In function 'ellpk': ellpk.c:226: warning: dereferencing type-punned pointer will break strict-aliasing rules cc -g -Wall -O2 -I.. -I. -c -o expn.o expn.c cc -g -Wall -O2 -I.. -I. -c -o fac.o fac.c cc -g -Wall -O2 -I.. -I. -c -o fdtr.o fdtr.c cc -g -Wall -O2 -I.. -I. -c -o fresnl.o fresnl.c cc -g -Wall -O2 -I.. -I. -c -o gamma.o gamma.c gamma.c: In function 'stirf': gamma.c:315: warning: dereferencing type-punned pointer will break strict-aliasing rules cc -g -Wall -O2 -I.. -I. -c -o gdtr.o gdtr.c cc -g -Wall -O2 -I.. -I. -c -o hyp2f1.o hyp2f1.c cc -g -Wall -O2 -I.. -I. -c -o hyperg.o hyperg.c hyperg.c: In function 'hyperg': hyperg.c:75: warning: 'pcanc' may be used uninitialized in this function cc -g -Wall -O2 -I.. -I. -c -o i0.o i0.c cc -g -Wall -O2 -I.. -I. -c -o i1.o i1.c cc -g -Wall -O2 -I.. -I. -c -o igam.o igam.c cc -g -Wall -O2 -I.. -I. -c -o igami.o igami.c cc -g -Wall -O2 -I.. -I. -c -o incbet.o incbet.c cc -g -Wall -O2 -I.. -I. -c -o incbi.o incbi.c cc -g -Wall -O2 -I.. -I. -c -o iv.o iv.c cc -g -Wall -O2 -I.. -I. -c -o j0.o j0.c cc -g -Wall -O2 -I.. -I. -c -o j1.o j1.c cc -g -Wall -O2 -I.. -I. -c -o jn.o jn.c cc -g -Wall -O2 -I.. -I. -c -o jv.o jv.c cc -g -Wall -O2 -I.. -I. -c -o k0.o k0.c cc -g -Wall -O2 -I.. -I. -c -o k1.o k1.c cc -g -Wall -O2 -I.. -I. -c -o kn.o kn.c cc -g -Wall -O2 -I.. -I. -c -o log2.o log2.c cc -g -Wall -O2 -I.. -I. -c -o mtherr.o mtherr.c cc -g -Wall -O2 -I.. -I. -c -o ndtri.o ndtri.c ndtri.c: In function 'ndtri': ndtri.c:395: warning: dereferencing type-punned pointer will break strict-aliasing rules cc -g -Wall -O2 -I.. -I. -c -o pdtr.o pdtr.c cc -g -Wall -O2 -I.. -I. -c -o polevl.o polevl.c cc -g -Wall -O2 -I.. -I. -c -o polyn.o polyn.c cc -g -Wall -O2 -I.. -I. -c -o psi.o psi.c cc -g -Wall -O2 -I.. -I. -c -o revers.o revers.c cc -g -Wall -O2 -I.. -I. -c -o rgamma.o rgamma.c cc -g -Wall -O2 -I.. -I. -c -o round.o round.c cc -g -Wall -O2 -I.. -I. -c -o shichi.o shichi.c cc -g -Wall -O2 -I.. -I. -c -o sici.o sici.c cc -g -Wall -O2 -I.. -I. -c -o spence.o spence.c cc -g -Wall -O2 -I.. -I. -c -o stdtr.o stdtr.c cc -g -Wall -O2 -I.. -I. -c -o struve.o struve.c cc -g -Wall -O2 -I.. -I. -c -o unity.o unity.c cc -g -Wall -O2 -I.. -I. -c -o yn.o yn.c cc -g -Wall -O2 -I.. -I. -c -o zeta.o zeta.c cc -g -Wall -O2 -I.. -I. -c -o zetac.o zetac.c cc -g -Wall -O2 -I.. -I. -c -o acosh.o acosh.c cc -g -Wall -O2 -I.. -I. -c -o asinh.o asinh.c cc -g -Wall -O2 -I.. -I. -c -o atanh.o atanh.c cc -g -Wall -O2 -I.. -I. -c -o ndtr.o ndtr.c cc -g -Wall -O2 -I.. -I. -c -o cbrt.o cbrt.c cc -g -Wall -O2 -I.. -I. -c -o isnan.o isnan.c ar cr libcephes.a airy.o beta.o chbevl.o chdtr.o const.o dawsn.o ellie.o ellik.o ellpe.o ellpk.o expn.o fac.o fdtr.o fresnl.o gamma.o gdtr.o hyp2f1.o hyperg.o i0.o i1.o igam.o igami.o incbet.o incbi.o iv.o j0.o j1.o jn.o jv.o k0.o k1.o kn.o log2.o mtherr.o ndtri.o pdtr.o polevl.o polyn.o psi.o revers.o rgamma.o round.o shichi.o sici.o spence.o stdtr.o struve.o unity.o yn.o zeta.o zetac.o acosh.o asinh.o atanh.o ndtr.o cbrt.o isnan.o ranlib libcephes.a make[2]: Leaving directory `/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20/cephes' make[2]: Entering directory `/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20/Xbae/Xbae' cc -g -Wall -O2 -I../.. -I. -I../../Xbae -DHAVE_CONFIG_H -DDRAW_RESIZE_SHADOW -c -o Actions.o Actions.c cc -g -Wall -O2 -I../.. -I. -I../../Xbae -DHAVE_CONFIG_H -DDRAW_RESIZE_SHADOW -c -o Clip.o Clip.c cc -g -Wall -O2 -I../.. -I. -I../../Xbae -DHAVE_CONFIG_H -DDRAW_RESIZE_SHADOW -c -o Converters.o Converters.c cc -g -Wall -O2 -I../.. -I. -I../../Xbae -DHAVE_CONFIG_H -DDRAW_RESIZE_SHADOW -c -o Create.o Create.c cc -g -Wall -O2 -I../.. -I. -I../../Xbae -DHAVE_CONFIG_H -DDRAW_RESIZE_SHADOW -c -o Draw.o Draw.c cc -g -Wall -O2 -I../.. -I. -I../../Xbae -DHAVE_CONFIG_H -DDRAW_RESIZE_SHADOW -c -o Matrix.o Matrix.c cc -g -Wall -O2 -I../.. -I. -I../../Xbae -DHAVE_CONFIG_H -DDRAW_RESIZE_SHADOW -c -o Methods.o Methods.c cc -g -Wall -O2 -I../.. -I. -I../../Xbae -DHAVE_CONFIG_H -DDRAW_RESIZE_SHADOW -c -o Public.o Public.c cc -g -Wall -O2 -I../.. -I. -I../../Xbae -DHAVE_CONFIG_H -DDRAW_RESIZE_SHADOW -c -o ScrollMgr.o ScrollMgr.c cc -g -Wall -O2 -I../.. -I. -I../../Xbae -DHAVE_CONFIG_H -DDRAW_RESIZE_SHADOW -c -o Shadow.o Shadow.c cc -g -Wall -O2 -I../.. -I. -I../../Xbae -DHAVE_CONFIG_H -DDRAW_RESIZE_SHADOW -c -o Utils.o Utils.c ar cr libXbae.a Actions.o Clip.o Converters.o Create.o Draw.o Matrix.o Methods.o Public.o ScrollMgr.o Shadow.o Utils.o ranlib libXbae.a make[2]: Leaving directory `/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20/Xbae/Xbae' make[2]: Entering directory `/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20/src' cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o main.o main.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o plotone.o plotone.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o files.o files.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o ssdata.o ssdata.c cc -g -Wall -O2 -I.. -I. -I../Xbae -DGRACE_HOME=\"/usr/share/grace\" -DGRACE_PRINT_CMD=\"\" -DGRACE_EDITOR=\"'sensible-editor'\" -DGRACE_HELPVIEWER=\"'sensible-browser %s'\" -DCCOMPILER=\"'cc -g -Wall -O2 -I.. -I. -I../Xbae -lXmHTML ../Xbae/Xbae/libXbae.a -lXm -lXpm -lXp -lXmu -lXt -lXext -lX11 -lSM -lICE ../cephes/libcephes.a -lnetcdf -lfftw -lt1 -ljpeg -lpng -lz -lm -ldl'\" -c buildinfo.c -o buildinfo.o cc -g -Wall -O2 -I.. -I. -I../Xbae buildinfo.o -o buildinfo -lXmHTML ../Xbae/Xbae/libXbae.a -lXm -lXpm -lXp -lXmu -lXt -lXext -lX11 -lSM -lICE -lt1 -ljpeg -lpng -lz -lm rm -f t.h ./buildinfo > t.h mv t.h buildinfo.h cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o utils.o utils.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o drawticks.o drawticks.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o nonlfit.o nonlfit.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o lmdif.o lmdif.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o as274c.o as274c.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o fit.o fit.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o fourier.o fourier.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o graphs.o graphs.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o graphutils.o graphutils.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o setutils.o setutils.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o regionutils.o regionutils.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o objutils.o objutils.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o computils.o computils.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o defaults.o defaults.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o params.o params.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o draw.o draw.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o dlmodule.o dlmodule.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o pars.o pars.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o missing.o missing.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o iofilters.o iofilters.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o dates.o dates.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o t1fonts.o t1fonts.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o device.o device.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o dummydrv.o dummydrv.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o mfdrv.o mfdrv.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o mifdrv.o mifdrv.c patterns.h:161: warning: 'pat_bits' defined but not used cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o psdrv.o psdrv.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o pdfdrv.o pdfdrv.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o svgdrv.o svgdrv.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o gd.o gd.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o rstdrv.o rstdrv.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o mathstuff.o mathstuff.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o Tab.o Tab.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o motifutils.o motifutils.c motifutils.c: In function 'set_menu_cb': motifutils.c:2053: warning: cast to pointer from integer of different size cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o compwin.o compwin.c compwin.c: In function 'compute_aac': compwin.c:162: warning: cast from pointer to integer of different size compwin.c: In function 'set_regr_sensitivity': compwin.c:930: warning: cast from pointer to integer of different size compwin.c: In function 'create_reg_frame': compwin.c:1004: warning: cast to pointer from integer of different size cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o comwin.o comwin.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o eblockwin.o eblockwin.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o editpwin.o editpwin.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o events.o events.c events.c: In function 'my_proc': events.c:203: warning: cast to pointer from integer of different size events.c: In function 'set_actioncb': events.c:554: warning: cast from pointer to integer of different size cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o featext.o featext.c featext.c: In function 'do_fext_toggle': featext.c:87: warning: cast from pointer to integer of different size featext.c: In function 'create_featext_frame': featext.c:146: warning: cast to pointer from integer of different size cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o fileswin.o fileswin.c fileswin.c: In function 'create_file_popup': fileswin.c:216: warning: cast to pointer from integer of different size fileswin.c: In function 'set_src_proc': fileswin.c:268: warning: cast from pointer to integer of different size cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o plotwin.o plotwin.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o graphappwin.o graphappwin.c graphappwin.c: In function 'create_graphapp_frame_cb': graphappwin.c:113: warning: cast from pointer to integer of different size cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o helpwin.o helpwin.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o hotwin.o hotwin.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o locatewin.o locatewin.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o miscwin.o miscwin.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o monwin.o monwin.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o nonlwin.o nonlwin.c nonlwin.c: In function 'create_nonl_frame': nonlwin.c:204: warning: cast to pointer from integer of different size nonlwin.c: In function 'do_constr_toggle': nonlwin.c:372: warning: cast from pointer to integer of different size cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o printwin.o printwin.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o ptswin.o ptswin.c ptswin.c: In function 'do_add_proc': ptswin.c:76: warning: cast from pointer to integer of different size ptswin.c: In function 'do_ptsmove_proc': ptswin.c:116: warning: cast from pointer to integer of different size cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o regionwin.o regionwin.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o setwin.o setwin.c setwin.c: In function 'create_leval_frame': setwin.c:680: warning: cast from pointer to integer of different size cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o strwin.o strwin.c strwin.c: In function 'clear_objects_cb': strwin.c:201: warning: cast from pointer to integer of different size cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o setappwin.o setappwin.c setappwin.c: In function 'define_symbols_popup': setappwin.c:137: warning: cast from pointer to integer of different size setappwin.c: In function 'setapp_data_proc': setappwin.c:668: warning: cast from pointer to integer of different size setappwin.c: In function 'csync_cb': setappwin.c:724: warning: cast from pointer to integer of different size cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o tickwin.o tickwin.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o worldwin.o worldwin.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o fontwin.o fontwin.c fontwin.c: In function 'DrawCB': fontwin.c:279: warning: cast to pointer from integer of different size fontwin.c: In function 'EnterCB': fontwin.c:298: warning: cast from pointer to integer of different size fontwin.c: In function 'EditStringCB': fontwin.c:399: warning: cast from pointer to integer of different size fontwin.c: In function 'fonttool_aac_cb': fontwin.c:412: warning: cast from pointer to integer of different size cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o xutil.o xutil.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o x11drv.o x11drv.c cc -g -Wall -O2 -I.. -I. -I../Xbae -c -o xmgrace.o xmgrace.c xmgrace.c: In function 'MenuCB': xmgrace.c:462: warning: cast from pointer to integer of different size xmgrace.c: In function 'autoscale_proc': xmgrace.c:517: warning: cast from pointer to integer of different size xmgrace.c: In function 'graph_scroll_proc': xmgrace.c:1228: warning: cast from pointer to integer of different size xmgrace.c: In function 'graph_zoom_proc': xmgrace.c:1234: warning: cast from pointer to integer of different size xmgrace.c: In function 'world_stack_proc': xmgrace.c:1240: warning: cast from pointer to integer of different size cc -g -Wall -O2 -I.. -I. -I../Xbae main.o plotone.o files.o ssdata.o utils.o drawticks.o nonlfit.o lmdif.o as274c.o fit.o fourier.o graphs.o graphutils.o setutils.o regionutils.o objutils.o computils.o defaults.o params.o draw.o dlmodule.o pars.o missing.o iofilters.o dates.o t1fonts.o device.o dummydrv.o mfdrv.o mifdrv.o psdrv.o pdfdrv.o svgdrv.o gd.o rstdrv.o mathstuff.o Tab.o motifutils.o compwin.o comwin.o eblockwin.o editpwin.o events.o featext.o fileswin.o plotwin.o graphappwin.o helpwin.o hotwin.o locatewin.o miscwin.o monwin.o nonlwin.o printwin.o ptswin.o regionwin.o setwin.o strwin.o setappwin.o tickwin.o worldwin.o fontwin.o xutil.o x11drv.o xmgrace.o -o xmgrace -lXmHTML ../Xbae/Xbae/libXbae.a -lXm -lXpm -lXp -lXmu -lXt -lXext -lX11 -lSM -lICE ../cephes/libcephes.a -lnetcdf -lfftw -lt1 -ljpeg -lpng -lz -lm -ldl plotone.o: In function `do_hardcopy': /home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20/src/plotone.c:130: warning: the use of `tmpnam' is dangerous, better use `mkstemp' make[2]: Leaving directory `/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20/src' make[2]: Entering directory `/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20/grconvert' cc -g -Wall -O2 -I.. -I. -c -o grconvert.o grconvert.c cc -g -Wall -O2 -I.. -I. -c -o defaults.o defaults.c cc -g -Wall -O2 -I.. -I. -c -o readbin.o readbin.c cc -g -Wall -O2 -I.. -I. -c -o writeasc.o writeasc.c cc -g -Wall -O2 -I.. -I. -c -o util.o util.c cc -o grconvert grconvert.o defaults.o readbin.o writeasc.o util.o -lm make[2]: Leaving directory `/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20/grconvert' make[2]: Entering directory `/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20/grace_np' cc -g -Wall -O2 -I.. -I. -c -o grace_np.o grace_np.c cc -g -Wall -O2 -I.. -I. -c -o gracef_np.o gracef_np.c cc -g -Wall -O2 -I.. -I. -DNEED_F77_UNDERSCORE -c -o gracef_np_.o gracef_np.c rm -f libgrace_np.a ar cr libgrace_np.a grace_np.o gracef_np.o gracef_np_.o ranlib libgrace_np.a make[2]: Leaving directory `/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20/grace_np' make[2]: Entering directory `/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20/fonts' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20/fonts' make[2]: Entering directory `/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20/templates' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20/templates' make[2]: Entering directory `/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20/doc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20/doc' make[2]: Entering directory `/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20/examples' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20/examples' make[2]: Entering directory `/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20/auxiliary' cc -g -Wall -O2 -o convcal convcal.c -lm make[2]: Leaving directory `/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20/auxiliary' make[1]: Leaving directory `/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20' touch debian/stamp-makefile-build DEB_MAKE_CHECK_TARGET unset, not running checks fakeroot debian/rules binary-arch test -x debian/rules test "`id -u`" = 0 dh_clean -k dh_installdirs -A # decode PNG files (cd debian; for f in grace*.uu; do uudecode $f; done) mkdir -p "." if test -e /usr/share/misc/config.guess ; then \ for i in ./ac-tools/config.guess ; do \ if ! test -e $i.cdbs-orig ; then \ mv $i $i.cdbs-orig ; \ cp --remove-destination /usr/share/misc/config.guess $i ; \ fi ; \ done ; \ fi if test -e /usr/share/misc/config.sub ; then \ for i in ./ac-tools/config.sub ; do \ if ! test -e $i.cdbs-orig ; then \ mv $i $i.cdbs-orig ; \ cp --remove-destination /usr/share/misc/config.sub $i ; \ fi ; \ done ; \ fi DEB_MAKE_CHECK_TARGET unset, not running checks /usr/bin/make -C . install DESTDIR=/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20/debian/tmp/ make[1]: Entering directory `/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20' make[2]: Entering directory `/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20/cephes' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20/cephes' make[2]: Entering directory `/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20/Xbae/Xbae' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20/Xbae/Xbae' make[2]: Entering directory `/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20/src' Makefile:69: *** target pattern contains no `%'. Stop. make[2]: Leaving directory `/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20/src' make[1]: *** [subdirs] Error 1 make[1]: Leaving directory `/home/mrvn/build/grace_1:5.1.20-3/grace-5.1.20' make: *** [common-install-impl] Error 2