[build-status: 150765] Log for successful build of fakechroot_2.7.1-1 (dist=unstable)

Build Daemon 4 buildd4 at linux-m32r.org
Tue Jul 22 23:21:14 JST 2008


Automatic build of fakechroot_2.7.1-1 on mappi006 by sbuild/m32r 
Build started at 20080722-2220
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Reading state information...
Need to get 491kB of source archives.
Get:1 http://debian.linux-m32r.org 06_devonian/main fakechroot 2.7.1-1 (dsc) [1283B]
Get:2 http://debian.linux-m32r.org 06_devonian/main fakechroot 2.7.1-1 (tar) [482kB]
Get:3 http://debian.linux-m32r.org 06_devonian/main fakechroot 2.7.1-1 (diff) [7814B]
Fetched 491kB in 14s (34.7kB/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: libc6-dev-i386 [amd64], libc6-dev-amd64 [i386], libc6-dev-powerpc [ppc64], libc6-dev-s390x [s390], libc6-dev-sparc64 [sparc], gcc-multilib [amd64 i386 powerpc s390 sparc], yada (>= 0.54)
Checking for already installed source dependencies...
yada: missing
Checking for source dependency conflicts...
  /usr/bin/sudo /usr/bin/apt-get --purge $CHROOT_OPTIONS -q -y install yada
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  libssh2-1-dev libhal-storage-dev libcommoncpp2-1.6-0 libglu1-mesa-dev
  libcurl3 libxslt1-dev libssh2-1 libgl1-mesa-dev libraptor1 liblrdf0
  raptor-utils
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  yada-doc
The following NEW packages will be installed:
  yada yada-doc
0 upgraded, 2 newly installed, 0 to remove and 105 not upgraded.
Need to get 0B/325kB of archives.
After this operation, 823kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  yada yada-doc
Authentication warning overridden.
Selecting previously deselected package yada.
(Reading database ... 57088 files and directories currently installed.)
Unpacking yada (from .../apt/archives/yada_0.54_all.deb) ...
Selecting previously deselected package yada-doc.
Unpacking yada-doc (from .../archives/yada-doc_0.54_all.deb) ...
Processing triggers for man-db ...
Setting up yada (0.54) ...
Setting up yada-doc (0.54) ...
Checking correctness of source dependencies...
Toolchain package versions: libc6-dev_2.3.6.ds1-13 linux-kernel-headers_2.6.18-7.0.3 gcc-4.1_4.1.1-21 g++-4.1_4.1.1-21 binutils_2.18.1~cvs20080103-1 libstdc++6-4.1-dev_4.1.1-21 libstdc++6_4.1.1-21
------------------------------------------------------------------------------
dpkg-source: extracting fakechroot in fakechroot-2.7.1
dpkg-source: info: unpacking fakechroot_2.7.1.orig.tar.gz
dpkg-source: info: applying fakechroot_2.7.1-1.diff.gz
dpkg-buildpackage: set CFLAGS to default value: -g -O2
dpkg-buildpackage: set CPPFLAGS to default value: 
dpkg-buildpackage: set LDFLAGS to default value: 
dpkg-buildpackage: set FFLAGS to default value: -g -O2
dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
dpkg-buildpackage: source package fakechroot
dpkg-buildpackage: source version 2.7.1-1
dpkg-buildpackage: host architecture m32r
 /usr/bin/fakeroot debian/rules clean
yada rebuild packages
yada rebuild rules
rm -f debian/install-tree-stamp
rm -rf debian/tmp-* debian/files* debian/substvars debian/shlibs.local debian/ucf
rm -f debian/build-stamp debian/build-arch-stamp debian/build-indep-stamp
make distclean || make clean || true
make[1]: Entering directory `/build/buildd4/fakechroot-2.7.1'
make[1]: *** No rule to make target `distclean'.  Stop.
make[1]: Leaving directory `/build/buildd4/fakechroot-2.7.1'
make[1]: Entering directory `/build/buildd4/fakechroot-2.7.1'
make[1]: *** No rule to make target `clean'.  Stop.
make[1]: Leaving directory `/build/buildd4/fakechroot-2.7.1'
rm -f config.*cache || true
rm -rf build-tree-* || true
rm -f *-stamp || true
yada unpatch
rm -rf debian/tmp
yada rebuild control
rm -f debian/packages-tmp debian/packages-tmp-new debian/packages-tmp-include
 debian/rules build
yada rebuild packages
yada rebuild rules
touch debian/build-arch-stamp
touch debian/build-indep-stamp
CC=${CC:-gcc}
CFLAGS=${CFLAGS:--Wall -pedantic -g}
if [ "${DEB_BUILD_OPTIONS#*noopt}" != "$DEB_BUILD_OPTIONS" ]; then
    CFLAGS="$CFLAGS -O0"
else
    CFLAGS="$CFLAGS -O2 -fno-strict-aliasing"
fi

COMMON_CONFIG="\
       --prefix=/usr \
       --mandir=/usr/share/man \
       --disable-static \
       --with-libpath=/usr/lib/fakechroot:/usr/lib64/fakechroot:/usr/lib32/fakechroot"

if ! [ -f configure-stamp ]; then
    mkdir -p build-tree-lib build-tree-fake build-tree-lib-biarch build-tree-fake-biarch
    pushd build-tree-lib
        CC="$CC" CFLAGS="$CFLAGS" \
            ../configure \
                --cache-file=../config.cache \
                --build=$DEB_BUILD_GNU_TYPE \
                --host=$DEB_HOST_GNU_TYPE \
                $COMMON_CONFIG
    popd
    pushd build-tree-fake
        CC="$CC" CFLAGS="$CFLAGS" \
            ../fake/configure \
                --cache-file=../config.cache \
                --build=$DEB_BUILD_GNU_TYPE \
                --host=$DEB_HOST_GNU_TYPE \
                $COMMON_CONFIG
    popd
    case "$DEB_HOST_ARCH" in
        amd64)
            pushd build-tree-lib-biarch
                CC="gcc -m32" CFLAGS="$CFLAGS" \
                    ../configure \
                        --cache-file=../config.biarch.cache \
                        --build=$DEB_BUILD_GNU_TYPE \
                        --host=i386-linux \
                        --libdir=/emul/ia32-linux/usr/lib \
                        $COMMON_CONFIG
            popd
            pushd build-tree-fake-biarch
                CC="gcc -m32" CFLAGS="$CFLAGS" \
                    ../fake/configure \
                        --cache-file=../config.biarch.cache \
                        --build=$DEB_BUILD_GNU_TYPE \
                        --host=i386-linux \
                        --libdir=/emul/ia32-linux/usr/lib \
                        $COMMON_CONFIG
            popd
            ;;
        i386)
            pushd build-tree-lib-biarch
                CC="gcc -m64" CFLAGS="$CFLAGS" \
                    ../configure \
                        --cache-file=../config.biarch.cache \
                        --build=$DEB_BUILD_GNU_TYPE \
                        --host=x86_64-linux \
                        --libdir=/usr/lib64 \
                        $COMMON_CONFIG
            popd
            pushd build-tree-fake-biarch
                CC="gcc -m64" CFLAGS="$CFLAGS" \
                    ../fake/configure \
                        --cache-file=../config.biarch.cache \
                        --build=$DEB_BUILD_GNU_TYPE \
                        --host=x86_64-linux \
                        --libdir=/usr/lib64 \
                        $COMMON_CONFIG
            popd
            ;;
        ppc64)
            pushd build-tree-lib-biarch
                CC="gcc -m32" CFLAGS="$CFLAGS" \
                    ../configure \
                        --cache-file=../config.biarch.cache \
                        --build=$DEB_BUILD_GNU_TYPE \
                        --host=powerpc-linux \
                        --libdir=/usr/lib32 \
                        $COMMON_CONFIG
            popd
            pushd build-tree-fake-biarch
                CC="gcc -m32" CFLAGS="$CFLAGS" \
                    ../fake/configure \
                        --cache-file=../config.biarch.cache \
                        --build=$DEB_BUILD_GNU_TYPE \
                        --host=powerpc-linux \
                        --libdir=/usr/lib32 \
                        $COMMON_CONFIG
            popd
            ;;
        s390)
            pushd build-tree-lib-biarch
                CC="gcc -m64" CFLAGS="$CFLAGS" \
                    ../configure \
                        --cache-file=../config.biarch.cache \
                        --build=$DEB_BUILD_GNU_TYPE \
                        --host=s390x-linux \
                        --libdir=/usr/lib64 \
                        $COMMON_CONFIG
            popd
            pushd build-tree-fake-biarch
                CC="gcc -m64" CFLAGS="$CFLAGS" \
                    ../fake/configure \
                        --cache-file=../config.biarch.cache \
                        --build=$DEB_BUILD_GNU_TYPE \
                        --host=s390x-linux \
                        --libdir=/usr/lib64 \
                        $COMMON_CONFIG
            popd
            ;;
        sparc)
            pushd build-tree-lib-biarch
                CC="gcc -m64" CFLAGS="$CFLAGS" \
                    ../configure \
                        --cache-file=../config.biarch.cache \
                        --build=$DEB_BUILD_GNU_TYPE \
                        --host=sparc64-linux \
                        --libdir=/usr/lib64 \
                        $COMMON_CONFIG
            popd
            pushd build-tree-fake-biarch
                CC="gcc -m64" CFLAGS="$CFLAGS" \
                    ../fake/configure \
                        --cache-file=../config.biarch.cache \
                        --build=$DEB_BUILD_GNU_TYPE \
                        --host=sparc64-linux \
                        --libdir=/usr/lib64 \
                        $COMMON_CONFIG
            popd
            ;;
    esac
    sleep 1 && touch configure-stamp
fi
/build/buildd4/fakechroot-2.7.1/build-tree-lib /build/buildd4/fakechroot-2.7.1
configure: creating cache ../config.cache
checking build system type... m32r-unknown-linux-gnu
checking host system type... m32r-unknown-linux-gnu
checking target system type... m32r-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make sets $(MAKE)... (cached) yes
checking for style of include used by make... GNU
checking for m32r-linux-gnu-gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking how to recognize dependent libraries... pass_all
checking for m32r-linux-gnu-ar... no
checking for ar... ar
checking for m32r-linux-gnu-strip... no
checking for strip... strip
checking for m32r-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for m32r-linux-gnu-gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether ln -s works... yes
checking for dlsym in -ldl... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking fts.h usability... yes
checking fts.h presence... yes
checking for fts.h... yes
checking ftw.h usability... yes
checking ftw.h presence... yes
checking for ftw.h... yes
checking shadow.h usability... yes
checking shadow.h presence... yes
checking for shadow.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking sys/xattr.h usability... yes
checking sys/xattr.h presence... yes
checking for sys/xattr.h... yes
checking for an ANSI C-conforming const... yes
checking for uid_t in sys/types.h... yes
checking for mode_t... yes
checking for off_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for unistd.h... (cached) yes
checking for working chown... yes
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether lstat accepts an empty string... no
checking whether lstat dereferences a symlink specified with a trailing slash... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking whether stat accepts an empty string... no
checking for utime.h... (cached) yes
checking whether utime accepts a null argument... yes
checking for __fxstatat... no
checking for __fxstatat64... no
checking for __lxstat... yes
checking for __lxstat64... yes
checking for __open... yes
checking for __open64... yes
checking for __opendir2... no
checking for __xmknod... yes
checking for __xstat... yes
checking for __xstat64... yes
checking for _xftw... no
checking for _xftw64... no
checking for access... yes
checking for acct... yes
checking for canonicalize_file_name... yes
checking for chdir... yes
checking for chmod... yes
checking for chown... yes
checking for chroot... yes
checking for creat... yes
checking for creat64... yes
checking for dlmopen... yes
checking for dlopen... yes
checking for eaccess... no
checking for euidaccess... yes
checking for execl... yes
checking for execle... yes
checking for execlp... yes
checking for execv... yes
checking for execve... yes
checking for execvp... yes
checking for fchmodat... no
checking for fchownat... no
checking for fopen... yes
checking for fopen64... yes
checking for freopen... yes
checking for freopen64... yes
checking for fts_open... yes
checking for ftw... yes
checking for ftw64... yes
checking for get_current_dir_name... yes
checking for getcwd... yes
checking for getwd... yes
checking for getxattr... yes
checking for glob... yes
checking for glob64... yes
checking for glob_pattern_p... yes
checking for lchmod... no
checking for lchown... yes
checking for lckpwdf... yes
checking for lgetxattr... yes
checking for link... yes
checking for listxattr... yes
checking for llistxattr... yes
checking for lremovexattr... yes
checking for lsetxattr... yes
checking for lstat... yes
checking for lstat64... yes
checking for lutimes... no
checking for mkdir... yes
checking for mkdirat... no
checking for mkdtemp... yes
checking for mknod... yes
checking for mkfifo... yes
checking for mkstemp... yes
checking for mkstemp64... yes
checking for mktemp... yes
checking for nftw... yes
checking for nftw64... yes
checking for open... yes
checking for open64... yes
checking for openat... no
checking for openat64... no
checking for opendir... yes
checking for pathconf... yes
checking for readlink... yes
checking for realpath... yes
checking for remove... yes
checking for removexattr... yes
checking for rename... yes
checking for renameat... no
checking for revoke... no
checking for rmdir... yes
checking for scandir... yes
checking for scandir64... yes
checking for setenv... yes
checking for setxattr... yes
checking for stat... yes
checking for stat64... yes
checking for strchrnul... yes
checking for symlink... yes
checking for tempnam... yes
checking for tmpnam... yes
checking for truncate... yes
checking for truncate64... yes
checking for unlink... yes
checking for unlinkat... no
checking for ulckpwdf... yes
checking for utime... yes
checking for utimes... yes
checking for unistd.h... (cached) yes
checking types of arguments for readlink... ssize_t;const char *path;char *buf;size_t bufsiz
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking types of arguments for scandir... int;const char *dir;struct dirent ***namelist;int(*filter)(const struct dirent *);int(*compar)(const void *,const void *)
configure: updating cache ../config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating man/Makefile
config.status: creating src/Makefile
config.status: creating scripts/Makefile
config.status: creating test/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
/build/buildd4/fakechroot-2.7.1
/build/buildd4/fakechroot-2.7.1/build-tree-fake /build/buildd4/fakechroot-2.7.1
configure: loading cache ../config.cache
checking build system type... (cached) m32r-unknown-linux-gnu
checking host system type... (cached) m32r-unknown-linux-gnu
checking target system type... (cached) m32r-unknown-linux-gnu
checking for a BSD-compatible install... (cached) /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make sets $(MAKE)... (cached) yes
checking for style of include used by make... GNU
checking for m32r-linux-gnu-gcc... (cached) gcc
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... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for fgrep... (cached) /bin/grep -F
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... (cached) -r
checking how to recognize dependent libraries... (cached) pass_all
checking for m32r-linux-gnu-ar... no
checking for ar... (cached) ar
checking for m32r-linux-gnu-strip... no
checking for strip... (cached) strip
checking for m32r-linux-gnu-ranlib... no
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for m32r-linux-gnu-gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether ln -s works... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
/build/buildd4/fakechroot-2.7.1

if ! [ build-stamp -nt configure-stamp ]; then
    pushd build-tree-lib
        make
    popd
    pushd build-tree-fake
        make
    popd
    case "$DEB_HOST_ARCH" in
        amd64|i386|ppc64|s390|sparc)
            pushd build-tree-lib-biarch
                make
            popd
            pushd build-tree-fake-biarch
                make
            popd
            ;;
    esac
    touch build-stamp
fi
/build/buildd4/fakechroot-2.7.1/build-tree-lib /build/buildd4/fakechroot-2.7.1
make[1]: Entering directory `/build/buildd4/fakechroot-2.7.1/build-tree-lib'
make  all-recursive
make[2]: Entering directory `/build/buildd4/fakechroot-2.7.1/build-tree-lib'
Making all in man
make[3]: Entering directory `/build/buildd4/fakechroot-2.7.1/build-tree-lib/man'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/build/buildd4/fakechroot-2.7.1/build-tree-lib/man'
Making all in src
make[3]: Entering directory `/build/buildd4/fakechroot-2.7.1/build-tree-lib/src'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I..    -fno-strict-aliasing -Wall -g -O2 -O2 -fno-strict-aliasing -MT libfakechroot.lo -MD -MP -MF .deps/libfakechroot.Tpo -c -o libfakechroot.lo ../../src/libfakechroot.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -fno-strict-aliasing -Wall -g -O2 -O2 -fno-strict-aliasing -MT libfakechroot.lo -MD -MP -MF .deps/libfakechroot.Tpo -c ../../src/libfakechroot.c  -fPIC -DPIC -o .libs/libfakechroot.o
mv -f .deps/libfakechroot.Tpo .deps/libfakechroot.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc -fno-strict-aliasing -Wall -g -O2 -O2 -fno-strict-aliasing -avoid-version  -o libfakechroot.la -rpath /usr/lib/fakechroot libfakechroot.lo  -ldl 
libtool: link: gcc -shared  .libs/libfakechroot.o   -ldl    -Wl,-soname -Wl,libfakechroot.so -o .libs/libfakechroot.so
libtool: link: ( cd ".libs" && rm -f "libfakechroot.la" && ln -s "../libfakechroot.la" "libfakechroot.la" )
make[3]: Leaving directory `/build/buildd4/fakechroot-2.7.1/build-tree-lib/src'
Making all in scripts
make[3]: Entering directory `/build/buildd4/fakechroot-2.7.1/build-tree-lib/scripts'
sed -e 's,[@]prefix[@],/usr,g' -e 's,[@]bindir[@],/usr/bin,g' -e 's,[@]libdir[@],/usr/lib,g' -e 's,[@]pkglibdir[@],/usr/lib/fakechroot,g' -e 's,[@]libpath[@],/usr/lib/fakechroot:/usr/lib64/fakechroot:/usr/lib32/fakechroot,g' -e 's,[@]fakechroot_transformed[@],'`echo fakechroot | sed -e 's,x,x,'`',g' -e 's,[@]VERSION[@],2.7.1,g'  < ../../scripts/fakechroot.in > fakechroot
chmod +x fakechroot
make[3]: Leaving directory `/build/buildd4/fakechroot-2.7.1/build-tree-lib/scripts'
Making all in test
make[3]: Entering directory `/build/buildd4/fakechroot-2.7.1/build-tree-lib/test'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/build/buildd4/fakechroot-2.7.1/build-tree-lib/test'
make[3]: Entering directory `/build/buildd4/fakechroot-2.7.1/build-tree-lib'
make[3]: Leaving directory `/build/buildd4/fakechroot-2.7.1/build-tree-lib'
make[2]: Leaving directory `/build/buildd4/fakechroot-2.7.1/build-tree-lib'
make[1]: Leaving directory `/build/buildd4/fakechroot-2.7.1/build-tree-lib'
/build/buildd4/fakechroot-2.7.1
/build/buildd4/fakechroot-2.7.1/build-tree-fake /build/buildd4/fakechroot-2.7.1
make[1]: Entering directory `/build/buildd4/fakechroot-2.7.1/build-tree-fake'
make  all-recursive
make[2]: Entering directory `/build/buildd4/fakechroot-2.7.1/build-tree-fake'
Making all in doc
make[3]: Entering directory `/build/buildd4/fakechroot-2.7.1/build-tree-fake/doc'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/build/buildd4/fakechroot-2.7.1/build-tree-fake/doc'
Making all in src
make[3]: Entering directory `/build/buildd4/fakechroot-2.7.1/build-tree-fake/src'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../fake/src -I..     -g -O2 -O2 -fno-strict-aliasing -MT libfakechroot.lo -MD -MP -MF .deps/libfakechroot.Tpo -c -o libfakechroot.lo ../../fake/src/libfakechroot.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../fake/src -I.. -g -O2 -O2 -fno-strict-aliasing -MT libfakechroot.lo -MD -MP -MF .deps/libfakechroot.Tpo -c ../../fake/src/libfakechroot.c  -fPIC -DPIC -o .libs/libfakechroot.o
mv -f .deps/libfakechroot.Tpo .deps/libfakechroot.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2 -O2 -fno-strict-aliasing -avoid-version  -o libfakechroot.la -rpath /usr/lib libfakechroot.lo  
libtool: link: gcc -shared  .libs/libfakechroot.o      -Wl,-soname -Wl,libfakechroot.so -o .libs/libfakechroot.so
libtool: link: ( cd ".libs" && rm -f "libfakechroot.la" && ln -s "../libfakechroot.la" "libfakechroot.la" )
make[3]: Leaving directory `/build/buildd4/fakechroot-2.7.1/build-tree-fake/src'
make[3]: Entering directory `/build/buildd4/fakechroot-2.7.1/build-tree-fake'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/build/buildd4/fakechroot-2.7.1/build-tree-fake'
make[2]: Leaving directory `/build/buildd4/fakechroot-2.7.1/build-tree-fake'
make[1]: Leaving directory `/build/buildd4/fakechroot-2.7.1/build-tree-fake'
/build/buildd4/fakechroot-2.7.1
touch debian/build-stamp
 /usr/bin/fakeroot debian/rules binary-arch
yada rebuild control
rm -rf debian/tmp-fakechroot
umask 022 && install -d debian/tmp-fakechroot/DEBIAN
install -d debian/tmp-fakechroot/usr/share/doc/fakechroot
umask 022; yada generate copyright fakechroot \
	  > debian/tmp-fakechroot/usr/share/doc/fakechroot/copyright
install -m 644 -p debian/changelog \
	  debian/tmp-fakechroot/usr/share/doc/fakechroot/changelog
for i in build-tree-*; do
    pushd $i
        if [ -f Makefile ]; then
            rm -rf tmp || true
            make install DESTDIR=$ROOT
        fi
    popd
done
/build/buildd4/fakechroot-2.7.1/build-tree-fake /build/buildd4/fakechroot-2.7.1
make[1]: Entering directory `/build/buildd4/fakechroot-2.7.1/build-tree-fake'
Making install in doc
make[2]: Entering directory `/build/buildd4/fakechroot-2.7.1/build-tree-fake/doc'
make[3]: Entering directory `/build/buildd4/fakechroot-2.7.1/build-tree-fake/doc'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/build/buildd4/fakechroot-2.7.1/build-tree-fake/doc'
make[2]: Leaving directory `/build/buildd4/fakechroot-2.7.1/build-tree-fake/doc'
Making install in src
make[2]: Entering directory `/build/buildd4/fakechroot-2.7.1/build-tree-fake/src'
make[3]: Entering directory `/build/buildd4/fakechroot-2.7.1/build-tree-fake/src'
test -z "/usr/lib" || /bin/mkdir -p "/build/buildd4/fakechroot-2.7.1/debian/tmp-fakechroot/usr/lib"
 /bin/sh ../libtool   --mode=install /usr/bin/ginstall -c  'libfakechroot.la' '/build/buildd4/fakechroot-2.7.1/debian/tmp-fakechroot/usr/lib/libfakechroot.la'
libtool: install: /usr/bin/ginstall -c .libs/libfakechroot.so /build/buildd4/fakechroot-2.7.1/debian/tmp-fakechroot/usr/lib/libfakechroot.so
libtool: install: /usr/bin/ginstall -c .libs/libfakechroot.lai /build/buildd4/fakechroot-2.7.1/debian/tmp-fakechroot/usr/lib/libfakechroot.la
libtool: install: warning: remember to run `libtool --finish /usr/lib'
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/build/buildd4/fakechroot-2.7.1/build-tree-fake/src'
make[2]: Leaving directory `/build/buildd4/fakechroot-2.7.1/build-tree-fake/src'
make[2]: Entering directory `/build/buildd4/fakechroot-2.7.1/build-tree-fake'
make[3]: Entering directory `/build/buildd4/fakechroot-2.7.1/build-tree-fake'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/build/buildd4/fakechroot-2.7.1/build-tree-fake'
make[2]: Leaving directory `/build/buildd4/fakechroot-2.7.1/build-tree-fake'
make[1]: Leaving directory `/build/buildd4/fakechroot-2.7.1/build-tree-fake'
/build/buildd4/fakechroot-2.7.1
/build/buildd4/fakechroot-2.7.1/build-tree-fake-biarch /build/buildd4/fakechroot-2.7.1
/build/buildd4/fakechroot-2.7.1
/build/buildd4/fakechroot-2.7.1/build-tree-lib /build/buildd4/fakechroot-2.7.1
make[1]: Entering directory `/build/buildd4/fakechroot-2.7.1/build-tree-lib'
Making install in man
make[2]: Entering directory `/build/buildd4/fakechroot-2.7.1/build-tree-lib/man'
make[3]: Entering directory `/build/buildd4/fakechroot-2.7.1/build-tree-lib/man'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/share/man/man1" || /bin/mkdir -p "/build/buildd4/fakechroot-2.7.1/debian/tmp-fakechroot/usr/share/man/man1"
 /usr/bin/ginstall -c -m 644 '../../man/fakechroot.1' '/build/buildd4/fakechroot-2.7.1/debian/tmp-fakechroot/usr/share/man/man1/fakechroot.1'
make[3]: Leaving directory `/build/buildd4/fakechroot-2.7.1/build-tree-lib/man'
make[2]: Leaving directory `/build/buildd4/fakechroot-2.7.1/build-tree-lib/man'
Making install in src
make[2]: Entering directory `/build/buildd4/fakechroot-2.7.1/build-tree-lib/src'
make[3]: Entering directory `/build/buildd4/fakechroot-2.7.1/build-tree-lib/src'
test -z "/usr/lib/fakechroot" || /bin/mkdir -p "/build/buildd4/fakechroot-2.7.1/debian/tmp-fakechroot/usr/lib/fakechroot"
 /bin/sh ../libtool   --mode=install /usr/bin/ginstall -c  'libfakechroot.la' '/build/buildd4/fakechroot-2.7.1/debian/tmp-fakechroot/usr/lib/fakechroot/libfakechroot.la'
libtool: install: /usr/bin/ginstall -c .libs/libfakechroot.so /build/buildd4/fakechroot-2.7.1/debian/tmp-fakechroot/usr/lib/fakechroot/libfakechroot.so
libtool: install: /usr/bin/ginstall -c .libs/libfakechroot.lai /build/buildd4/fakechroot-2.7.1/debian/tmp-fakechroot/usr/lib/fakechroot/libfakechroot.la
libtool: install: warning: remember to run `libtool --finish /usr/lib/fakechroot'
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/build/buildd4/fakechroot-2.7.1/build-tree-lib/src'
make[2]: Leaving directory `/build/buildd4/fakechroot-2.7.1/build-tree-lib/src'
Making install in scripts
make[2]: Entering directory `/build/buildd4/fakechroot-2.7.1/build-tree-lib/scripts'
make[3]: Entering directory `/build/buildd4/fakechroot-2.7.1/build-tree-lib/scripts'
test -z "/usr/bin" || /bin/mkdir -p "/build/buildd4/fakechroot-2.7.1/debian/tmp-fakechroot/usr/bin"
 /usr/bin/ginstall -c 'fakechroot' '/build/buildd4/fakechroot-2.7.1/debian/tmp-fakechroot/usr/bin/fakechroot'
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/build/buildd4/fakechroot-2.7.1/build-tree-lib/scripts'
make[2]: Leaving directory `/build/buildd4/fakechroot-2.7.1/build-tree-lib/scripts'
Making install in test
make[2]: Entering directory `/build/buildd4/fakechroot-2.7.1/build-tree-lib/test'
make[3]: Entering directory `/build/buildd4/fakechroot-2.7.1/build-tree-lib/test'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/build/buildd4/fakechroot-2.7.1/build-tree-lib/test'
make[2]: Leaving directory `/build/buildd4/fakechroot-2.7.1/build-tree-lib/test'
make[2]: Entering directory `/build/buildd4/fakechroot-2.7.1/build-tree-lib'
make[3]: Entering directory `/build/buildd4/fakechroot-2.7.1/build-tree-lib'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/build/buildd4/fakechroot-2.7.1/build-tree-lib'
make[2]: Leaving directory `/build/buildd4/fakechroot-2.7.1/build-tree-lib'
make[1]: Leaving directory `/build/buildd4/fakechroot-2.7.1/build-tree-lib'
/build/buildd4/fakechroot-2.7.1
/build/buildd4/fakechroot-2.7.1/build-tree-lib-biarch /build/buildd4/fakechroot-2.7.1
/build/buildd4/fakechroot-2.7.1
find $ROOT -name *.so -print0 | xargs -0r chmod -v -x
mode of `/build/buildd4/fakechroot-2.7.1/debian/tmp-fakechroot/usr/lib/libfakechroot.so' changed to 0644 (rw-r--r--)
mode of `/build/buildd4/fakechroot-2.7.1/debian/tmp-fakechroot/usr/lib/fakechroot/libfakechroot.so' changed to 0644 (rw-r--r--)
find $ROOT -name *.la -print0 | xargs -0r rm -v -f
removed `/build/buildd4/fakechroot-2.7.1/debian/tmp-fakechroot/usr/lib/libfakechroot.la'
removed `/build/buildd4/fakechroot-2.7.1/debian/tmp-fakechroot/usr/lib/fakechroot/libfakechroot.la'
yada install -doc -subdir examples scripts/restoremode.sh scripts/savemode.sh scripts/ldd.fake
 -> install -d -m 755 /build/buildd4/fakechroot-2.7.1/debian/tmp-fakechroot/usr/share/doc/fakechroot/examples
 -> install -p -m 644 scripts/restoremode.sh /build/buildd4/fakechroot-2.7.1/debian/tmp-fakechroot/usr/share/doc/fakechroot/examples/restoremode.sh
 -> install -p -m 644 scripts/savemode.sh /build/buildd4/fakechroot-2.7.1/debian/tmp-fakechroot/usr/share/doc/fakechroot/examples/savemode.sh
 -> install -p -m 644 scripts/ldd.fake /build/buildd4/fakechroot-2.7.1/debian/tmp-fakechroot/usr/share/doc/fakechroot/examples/ldd.fake
yada perl
 -> sh -c find /build/buildd4/fakechroot-2.7.1/debian/tmp-fakechroot/usr/lib/perl* /build/buildd4/fakechroot-2.7.1/debian/tmp-fakechroot/usr/share/perl* -type d -empty -print0 2>/dev/null | xargs --null -r rmdir --ignore-fail-on-non-empty --parents
 -> sh -c find /build/buildd4/fakechroot-2.7.1/debian/tmp-fakechroot -type f -print0 2>/dev/null | xargs --null -r perl -i -pe '$_ = "#!/usr/bin/perl$1\n" if m|^#!.*/perl(.*)$|;'
yada python
 -> sh -c find /build/buildd4/fakechroot-2.7.1/debian/tmp-fakechroot -type f -name '*.py[co]' -print0 2>/dev/null | xargs --null -r rm -v -f
 -> sh -c find /build/buildd4/fakechroot-2.7.1/debian/tmp-fakechroot -type f -print0 2>/dev/null | xargs --null -r perl -i -pe '$_ = "#!/usr/bin/python$1\n" if m|^#!.*/python(.*)$|;'
yada strip
 -> strip --remove-section=.comment --remove-section=.note --strip-unneeded /build/buildd4/fakechroot-2.7.1/debian/tmp-fakechroot/usr/lib/libfakechroot.so
 -> strip --remove-section=.comment --remove-section=.note --strip-unneeded /build/buildd4/fakechroot-2.7.1/debian/tmp-fakechroot/usr/lib/fakechroot/libfakechroot.so
yada shlibdeps
 -> rm -f debian/shlibs.local
 -> sh -c test -f debian/tmp-fakechroot/DEBIAN/shlibs && cat debian/tmp-fakechroot/DEBIAN/shlibs | while read lib ver pkg; do echo $lib $ver; done >> debian/shlibs.local || true
 -> dpkg-shlibdeps -pshlibs:fakechroot /build/buildd4/fakechroot-2.7.1/debian/tmp-fakechroot/usr/lib/libfakechroot.so /build/buildd4/fakechroot-2.7.1/debian/tmp-fakechroot/usr/lib/fakechroot/libfakechroot.so
rm -f debian/shlibs.local || true
test -f debian/tmp-fakechroot/DEBIAN/shlibs && cat debian/tmp-fakechroot/DEBIAN/shlibs | while read lib ver pkg; do echo $lib $ver; done >> debian/shlibs.local || true
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:debian/tmp-fakechroot/lib:debian/tmp-fakechroot/usr/lib" dpkg-shlibdeps -pshlibs:fakechroot -dDepends debian/tmp-fakechroot/usr/lib/libfakechroot.so
yada compress fakechroot
yada generate maintscripts fakechroot
find debian/tmp-fakechroot -type f -print \
	  | sed -n 's/^debian\/tmp-fakechroot\(\/etc\/.*\)$/\1/p' \
	  > debian/tmp-fakechroot/DEBIAN/conffiles
test -s debian/tmp-fakechroot/DEBIAN/conffiles || rm -f debian/tmp-fakechroot/DEBIAN/conffiles
yada rebuild control
yada generate substvars fakechroot
umask 022 && dpkg-gencontrol -isp -pfakechroot -Pdebian/tmp-fakechroot
chown -R 0.0 debian/tmp-fakechroot
chmod -R u=rwX,go=rX debian/tmp-fakechroot
chmod -v u+s $ROOT/usr/lib/*.so
mode of `/build/buildd4/fakechroot-2.7.1/debian/tmp-fakechroot/usr/lib/libfakechroot.so' changed to 4644 (rwSr--r--)

case "$DEB_HOST_ARCH" in
    amd64)
        chmod -v u+s $ROOT/emul/ia32-linux/usr/lib/*.so;;
    ppc64)
        chmod -v u+s $ROOT/usr/lib32/*.so;;
    i386|s390|sparc)
        chmod -v u+s $ROOT/usr/lib64/*.so;;
esac
dpkg-deb --build debian/tmp-fakechroot ..
dpkg-deb: building package `fakechroot' in `../fakechroot_2.7.1-1_m32r.deb'.
 dpkg-genchanges -B -mHirokazu Takata <takata\@linux-m32r.org> >../fakechroot_2.7.1-1_m32r.changes
dpkg-genchanges: arch-specific upload - not including arch-independent packages
dpkg-genchanges: binary-only upload - not including any source code
dpkg-buildpackage: binary only upload (no source included)
******************************************************************************
Build finished at 20080722-2317

chroot-unstable/build/buildd4/fakechroot_2.7.1-1_m32r.deb:
 new debian package, version 2.0.
 size 26464 bytes: control archive= 1041 bytes.
     587 bytes,    16 lines      control              
     708 bytes,    10 lines      md5sums              
     179 bytes,    12 lines   *  postinst             #!/bin/sh
 Package: fakechroot
 Version: 2.7.1-1
 Architecture: m32r
 Maintainer: Piotr Roszatycki <dexter at debian.org>
 Installed-Size: 140
 Depends: libc6 (>= 2.3.5-1)
 Section: utils
 Priority: optional
 Homepage: http://fakechroot.alioth.debian.org/
 Description: gives a fake chroot environment
  This package provides a library which overrides libc functions, so
  it is possible to use root-specific tools without root privileges.
  .
  In fake chroot you can install i.e. Debian bootstrap, create developer's
  environment and build packages inside chroot'ed system using standard
  non-root user account.

chroot-unstable/build/buildd4/fakechroot_2.7.1-1_m32r.deb:
drwxr-xr-x root/root         0 2008-07-22 23:09 ./
drwxr-xr-x root/root         0 2008-07-22 23:10 ./usr/
drwxr-xr-x root/root         0 2008-07-22 23:15 ./usr/share/
drwxr-xr-x root/root         0 2008-07-22 23:09 ./usr/share/doc/
drwxr-xr-x root/root         0 2008-07-22 23:15 ./usr/share/doc/fakechroot/
-rw-r--r-- root/root       746 2008-07-22 23:11 ./usr/share/doc/fakechroot/copyright
drwxr-xr-x root/root         0 2008-07-22 23:15 ./usr/share/doc/fakechroot/examples/
-rw-r--r-- root/root       267 2008-07-22 23:11 ./usr/share/doc/fakechroot/examples/restoremode.sh
-rw-r--r-- root/root       473 2008-07-22 23:11 ./usr/share/doc/fakechroot/examples/savemode.sh
-rw-r--r-- root/root      1284 2008-07-22 23:11 ./usr/share/doc/fakechroot/examples/ldd.fake.gz
-rw-r--r-- root/root      3390 2008-07-22 23:11 ./usr/share/doc/fakechroot/changelog.gz
drwxr-xr-x root/root         0 2008-07-22 23:10 ./usr/share/man/
drwxr-xr-x root/root         0 2008-07-22 23:15 ./usr/share/man/man1/
-rw-r--r-- root/root      4512 2008-07-22 23:11 ./usr/share/man/man1/fakechroot.1.gz
drwxr-xr-x root/root         0 2008-07-22 23:15 ./usr/share/lintian/
drwxr-xr-x root/root         0 2008-07-22 23:15 ./usr/share/lintian/overrides/
-rw-r--r-- root/root      1617 2008-07-22 23:15 ./usr/share/lintian/overrides/fakechroot
drwxr-xr-x root/root         0 2008-07-22 23:11 ./usr/lib/
-rwSr--r-- root/root      2448 2008-07-22 23:11 ./usr/lib/libfakechroot.so
drwxr-xr-x root/root         0 2008-07-22 23:11 ./usr/lib/fakechroot/
-rw-r--r-- root/root     34748 2008-07-22 23:11 ./usr/lib/fakechroot/libfakechroot.so
drwxr-xr-x root/root         0 2008-07-22 23:11 ./usr/bin/
-rwxr-xr-x root/root      1956 2008-07-22 23:11 ./usr/bin/fakechroot

fakechroot_2.7.1-1_m32r.changes:
Format: 1.8
Date: Thu, 17 Jul 2008 13:50:10 +0200
Source: fakechroot
Binary: fakechroot
Architecture: m32r
Version: 2.7.1-1
Distribution: unstable
Urgency: low
Maintainer: Hirokazu Takata <takata\@linux-m32r.org>
Changed-By: Piotr Roszatycki <dexter at debian.org>
Description: 
 fakechroot - gives a fake chroot environment
Changes: 
 fakechroot (2.7.1-1) unstable; urgency=low
 .
   * src/libfakechroot.c:
     - Supports uclibc which doesn't provide getwd(2) function.
   * m4/readlink_argtypes.m4, src/libfakechroot.c:
     - Compiles with older libc: configure script detects readlink type of
       return value.
   * debian/packages:
     - Supports cross compiling.
   * test/fakechroot.sh:
     - Can be called with $PREFIX environment variable.
Checksums-Sha1: 
 8e191e6f5e6beaa5c1577ccee40138d5d6b17895 26464 fakechroot_2.7.1-1_m32r.deb
Checksums-Sha256: 
 ee88468cc4b7dd62534cfa62fdf4de1030ec9b6f371c738408d8c60746c796b1 26464 fakechroot_2.7.1-1_m32r.deb
Files: 
 362175a03e3e09a4a31944f984ddb9b0 26464 utils optional fakechroot_2.7.1-1_m32r.deb

******************************************************************************
Built successfully
Purging chroot-unstable/build/buildd4/fakechroot-2.7.1
------------------------------------------------------------------------------
  /usr/bin/sudo dpkg --root=/debian/buildd4/build/chroot-unstable --purge yada-doc yada
(Reading database ... 57148 files and directories currently installed.)
Removing yada-doc ...
Removing yada ...
Processing triggers for man-db ...
******************************************************************************
Finished at 20080722-2321
Build needed 00:38:56, 3860k disk space




More information about the build-status mailing list