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

Bug#447443: gcc-snapshot - FTBFS: mv: cannot stat `debian/tmp/usr/lib/gcc-snapshot/include/c++/4.3.0/s390x-linux-gnu/64': No such file or directory



Package: gcc-snapshot
Version: 20071020-1
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of gcc-snapshot_20071020-1 on debian-31.osdl.marist.edu by sbuild/s390 98
[...]
> ls -l debian/tmp/usr/lib/gcc-snapshot/bin
> total 41772
> -rwxr-xr-x 1 root root    1022 Oct 21 02:45 addr2name.awk
> -rwxr-xr-x 4 root root  498287 Oct 21 02:43 c++
> -rwxr-xr-x 1 root root  497740 Oct 21 02:44 cpp
> -rwxr-xr-x 4 root root  498287 Oct 21 02:43 g++
> -rwxr-xr-x 1 root root    8281 Oct 21 02:45 gappletviewer
> -rwxr-xr-x 1 root root    8283 Oct 21 02:45 gc-analyze
> -rwxr-xr-x 3 root root  492301 Oct 21 02:44 gcc
> -rwxr-xr-x 1 root root   16333 Oct 21 02:44 gccbug
> -rwxr-xr-x 2 root root  524351 Oct 21 02:43 gcj
> -rwxr-xr-x 1 root root   64020 Oct 21 02:45 gcj-dbtool
> -rwxr-xr-x 1 root root    8261 Oct 21 02:45 gcjh
> -rwxr-xr-x 1 root root   81504 Oct 21 02:44 gcov
> -rwxr-xr-x 2 root root  500815 Oct 21 02:43 gfortran
> -rwxr-xr-x 1 root root    7139 Oct 21 02:45 gij
> -rwxr-xr-x 1 root root    8247 Oct 21 02:45 gjar
> -rwxr-xr-x 1 root root    8261 Oct 21 02:45 gjarsigner
> -rwxr-xr-x 1 root root    8257 Oct 21 02:45 gjavah
> -rwxr-xr-x 1 root root    8259 Oct 21 02:45 gkeytool
> -rwxr-xr-x 1 root root 4573029 Oct 21 02:43 gnat
> -rwxr-xr-x 1 root root 3618711 Oct 21 02:43 gnatbind
> -rwxr-xr-x 1 root root   76542 Oct 21 02:43 gnatbl
> -rwxr-xr-x 1 root root 2168474 Oct 21 02:43 gnatchop
> -rwxr-xr-x 1 root root 4393885 Oct 21 02:43 gnatclean
> -rwxr-xr-x 1 root root 2010391 Oct 21 02:43 gnatfind
> -rwxr-xr-x 1 root root    8306 Oct 21 02:45 gnative2ascii
> -rwxr-xr-x 1 root root  578211 Oct 21 02:43 gnatkr
> -rwxr-xr-x 1 root root 1591605 Oct 21 02:43 gnatlink
> -rwxr-xr-x 1 root root 1876806 Oct 21 02:43 gnatls
> -rwxr-xr-x 1 root root 6548048 Oct 21 02:43 gnatmake
> -rwxr-xr-x 1 root root 3494632 Oct 21 02:43 gnatname
> -rwxr-xr-x 1 root root 2444339 Oct 21 02:43 gnatprep
> -rwxr-xr-x 1 root root 2009390 Oct 21 02:43 gnatxref
> -rwxr-xr-x 1 root root    8256 Oct 21 02:45 gorbd
> -rwxr-xr-x 1 root root    8256 Oct 21 02:45 grmic
> -rwxr-xr-x 1 root root    8256 Oct 21 02:45 grmid
> -rwxr-xr-x 1 root root    8280 Oct 21 02:45 grmiregistry
> -rwxr-xr-x 1 root root    8282 Oct 21 02:45 gserialver
> -rwxr-xr-x 1 root root    8261 Oct 21 02:45 gtnameserv
> -rwxr-xr-x 1 root root  492002 Oct 21 02:43 gtreelang
> -rwxr-xr-x 1 root root  314831 Oct 21 02:43 jcf-dump
> -rwxr-xr-x 1 root root    8210 Oct 21 02:45 jv-convert
> -rwxr-xr-x 4 root root  498287 Oct 21 02:43 s390-linux-gnu-c++
> -rwxr-xr-x 4 root root  498287 Oct 21 02:43 s390-linux-gnu-g++
> -rwxr-xr-x 3 root root  492301 Oct 21 02:44 s390-linux-gnu-gcc
> -rwxr-xr-x 3 root root  492301 Oct 21 02:44 s390-linux-gnu-gcc-4.3.0
> -rwxr-xr-x 2 root root  524351 Oct 21 02:43 s390-linux-gnu-gcj
> -rwxr-xr-x 2 root root  500815 Oct 21 02:43 s390-linux-gnu-gfortran
> if [ ! -x debian/tmp/usr/lib/gcc-snapshot/bin/s390-linux-gnu-gcc ]; then \
> 	  mv debian/tmp/usr/lib/gcc-snapshot/bin/s390-linux-gnu-gcc-4* debian/tmp/usr/lib/gcc-snapshot/bin/s390-linux-gnu-gcc; \
> 	else \
> 	  rm -f debian/tmp/usr/lib/gcc-snapshot/bin/s390-linux-gnu-gcc-4*; \
> 	fi
> set -e; \
> 	  cd debian/tmp/usr/lib/gcc-snapshot/lib/gcc/s390-linux-gnu/4.3.0/include-fixed; \
> 	  for i in *; do \
> 	    case "$i" in \
> 	      README|features.h|syslimits.h|limits.h) ;; \
> 	      linux|s390-linux-gnu) ;; \
> 	      s390x-linux-gnu) ;; \
> 	      *) echo "remove include-fixed/$i"; rm -rf $i; \
> 	    esac; \
> 	  done
> remove include-fixed/X11
> remove include-fixed/sound
> : # fix biarch C++ header installation
> mv debian/tmp/usr/lib/gcc-snapshot/include/c++/4.3.0/s390x-linux-gnu/64 \
> 	  debian/tmp/usr/lib/gcc-snapshot/include/c++/4.3.0/s390-linux-gnu/
> mv: cannot stat `debian/tmp/usr/lib/gcc-snapshot/include/c++/4.3.0/s390x-linux-gnu/64': No such file or directory
> make[1]: *** [stamps/07-install-snap-stamp] Error 1
> make[1]: Leaving directory `/build/buildd/gcc-snapshot-20071020'
> make: *** [stamps/07-install-snap-stamp] Error 2
> dpkg-buildpackage: failure: /usr/bin/fakeroot debian/rules binary-arch gave error exit status 2
> ******************************************************************************
> Build finished at 20071020-2246
> FAILED [dpkg-buildpackage died]




Reply to: