make[1]: Entering directory `/usr/src/xwnc' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/xwnc/build/debian/edgy /usr/src/xwnc/build/debian/edgy.unionfs if ! unionctl --query /usr/src/xwnc/build/debian/edgy > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/xwnc/build/debian/edgy.unionfs=rw:/chroot/debian/edgy=ro xwnc-edgy /usr/src/xwnc/build/debian/edgy ; fi umount /usr/src/xwnc/build/debian/edgy/proc > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/xwnc/build/debian/edgy/dev/pts > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/xwnc/build/debian/edgy/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/xwnc/build/debian/edgy/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/xwnc/build/debian/edgy/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/xwnc/build/debian/edgy/usr/src > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/xwnc/build/debian/edgy/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/xwnc/build/debian/edgy/root/.ccache > /dev/null 2>&1 ; \ fi make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/xwnc/build/debian/edgy && rm -fr /usr/src/xwnc/build/debian/edgy && mkdir /usr/src/xwnc/build/debian/edgy rm -fr /usr/src/xwnc/build/debian/edgy.unionfs lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/xwnc/build/debian/edgy /usr/src/xwnc/build/debian/edgy.unionfs if ! unionctl --query /usr/src/xwnc/build/debian/edgy > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/xwnc/build/debian/edgy.unionfs=rw:/chroot/debian/edgy=ro xwnc-edgy /usr/src/xwnc/build/debian/edgy ; fi make chroot-mounts make[2]: Entering directory `/usr/src/xwnc' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/xwnc/build/debian/edgy /usr/src/xwnc/build/debian/edgy.unionfs if ! unionctl --query /usr/src/xwnc/build/debian/edgy > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/xwnc/build/debian/edgy.unionfs=rw:/chroot/debian/edgy=ro xwnc-edgy /usr/src/xwnc/build/debian/edgy ; fi umount /usr/src/xwnc/build/debian/edgy/proc > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/xwnc/build/debian/edgy/dev/pts > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/xwnc/build/debian/edgy/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/xwnc/build/debian/edgy/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/xwnc/build/debian/edgy/usr/portage > /dev/null 2>&1 ; \ fi make[2]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/xwnc/build/debian/edgy/usr/src > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/xwnc/build/debian/edgy/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/xwnc/build/debian/edgy/root/.ccache > /dev/null 2>&1 ; \ fi make[2]: [pre-chroot-umounts] Error 1 (ignored) lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/xwnc/build/debian/edgy /usr/src/xwnc/build/debian/edgy.unionfs if ! unionctl --query /usr/src/xwnc/build/debian/edgy > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/xwnc/build/debian/edgy.unionfs=rw:/chroot/debian/edgy=ro xwnc-edgy /usr/src/xwnc/build/debian/edgy ; fi mount -t proc proc /usr/src/xwnc/build/debian/edgy/proc mount -t devpts devpts /usr/src/xwnc/build/debian/edgy/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/edgy/archives/partial ; \ mount --bind gnulinux/debian/edgy/archives /usr/src/xwnc/build/debian/edgy/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/xwnc/build/debian/edgy/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/xwnc/build/debian/edgy/usr/local/distdir ; \ mkdir -p /var/cache/packaging-farm/debian/portage /usr/src/xwnc/build/debian/edgy/usr/portage ; \ mount --bind /var/cache/packaging-farm/debian/portage /usr/src/xwnc/build/debian/edgy/usr/portage ; \ fi mkdir -p gnulinux/debian/edgy/src mount --bind gnulinux/debian/edgy/src /usr/src/xwnc/build/debian/edgy/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/xwnc/build/debian/edgy/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/xwnc/build/debian/edgy/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/xwnc/build/debian/edgy/root/.ccache ; \ mount --bind /root/.ccache /usr/src/xwnc/build/debian/edgy/root/.ccache ; \ fi make[2]: Leaving directory `/usr/src/xwnc' if [ debian = debian ] ; then \ source_list=/usr/src/xwnc/build/debian/edgy/etc/apt/sources.list ; \ : ; \ : ; \ chroot /usr/src/xwnc/build/debian/edgy apt-get -o Acquire::pdiffs=false update ; \ chroot /usr/src/xwnc/build/debian/edgy apt-get -y --force-yes dist-upgrade ; \ elif [ debian = fedora ] ; then \ TEMPLATE=/usr/src/xwnc/build/debian/edgy/etc/packaging-farm.yum ; \ : ; \ : ; \ chroot /usr/src/xwnc/build/debian/edgy yum -d 0 -e 0 -y update ; \ elif [ debian = gentoo ] ; then \ overlaydir=/usr/src/xwnc/build/debian/edgy/overlays ; \ mkdir -p $overlaydir ; \ : ; \ fi Get:1 http://fr.archive.ubuntu.com edgy Release.gpg [191B] Hit http://fr.archive.ubuntu.com edgy Release Hit http://fr.archive.ubuntu.com edgy/main Packages Hit http://fr.archive.ubuntu.com edgy/universe Packages Fetched 1B in 50s (0B/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. make chroot-umounts make[2]: Entering directory `/usr/src/xwnc' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/xwnc/build/debian/edgy /usr/src/xwnc/build/debian/edgy.unionfs if ! unionctl --query /usr/src/xwnc/build/debian/edgy > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/xwnc/build/debian/edgy.unionfs=rw:/chroot/debian/edgy=ro xwnc-edgy /usr/src/xwnc/build/debian/edgy ; fi umount /usr/src/xwnc/build/debian/edgy/proc > /dev/null 2>&1 umount /usr/src/xwnc/build/debian/edgy/dev/pts > /dev/null 2>&1 if [ debian = debian ] ; then \ umount /usr/src/xwnc/build/debian/edgy/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/xwnc/build/debian/edgy/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/xwnc/build/debian/edgy/usr/portage > /dev/null 2>&1 ; \ fi umount /usr/src/xwnc/build/debian/edgy/usr/src > /dev/null 2>&1 if [ debian = gentoo ] ; then \ umount /usr/src/xwnc/build/debian/edgy/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/xwnc/build/debian/edgy/root/.ccache > /dev/null 2>&1 ; \ fi make[2]: Leaving directory `/usr/src/xwnc' make[1]: Leaving directory `/usr/src/xwnc' make[1]: Entering directory `/usr/src/xwnc' mkdir -p "/var/cache/packaging-farm/sources/xwnc" rsync --delete -avH /var/cache/packaging-farm/sources/xwnc/ xwnc/ building file list ... done deleting xwnc-debian-01.dpatch deleting 01.dpatch ./ sent 15380 bytes received 26 bytes 10270.67 bytes/sec total size is 19027006 speedup is 1235.04 # # Make sure no update occur less than 1 seconds after the end of the rsync. # If an update can occur within less than 1 second, the -c (checksum) rsync option # *must* be used to ensure that the rsync is accurate and this slows down # the rsync a great deal. By loosing a second here you can save many seconds # later because rsync can rely on the file date and size to figure out which # files are identical. # sleep 1 : : Copy the patches to current directory and include the : package name in their file name : eval tarbal=xwnc/xwnc*[0-9].tar.gz ; \ version=$(expr $tarbal : '.*-\(.*\).tar.gz') ; \ if [ -f xwnc/xwnc-*[0-9]/debian/patches/00list ] ; then \ for patch in xwnc/xwnc-*[0-9]/debian/patches/*.dpatch ; do \ base=$(basename $patch) ; \ cp -a $patch xwnc ; \ cp -a $patch xwnc/xwnc-debian-$base ; \ done ; \ fi rm -fr gnulinux/debian/edgy/src mkdir -p gnulinux/debian/edgy/src if [ -f xwnc/*/debian/control.edgy ] ; then \ cd gnulinux/debian/edgy/src ; \ dpkg-source -x ../../../../xwnc/*.dsc ; \ cp xwnc-*/debian/control.edgy xwnc-*/debian/control ; \ dpkg-source -b xwnc-*[0-9] xwnc_*.tar.gz ; \ elif [ -d xwnc/edgy ] ; then \ rsync -av xwnc/edgy/*.{dsc,gz} gnulinux/debian/edgy/src ; \ else \ rsync -av xwnc/*.{dsc,gz} gnulinux/debian/edgy/src ; \ fi building file list ... done xwnc-0.3.3.tar.gz xwnc_0.3.3-9.diff.gz xwnc_0.3.3-9.dsc xwnc_0.3.3.orig.tar.gz sent 4720633 bytes received 108 bytes 9441482.00 bytes/sec total size is 4719715 speedup is 1.00 make[1]: Leaving directory `/usr/src/xwnc' make[1]: Entering directory `/usr/src/xwnc' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/xwnc/build/debian/edgy /usr/src/xwnc/build/debian/edgy.unionfs if ! unionctl --query /usr/src/xwnc/build/debian/edgy > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/xwnc/build/debian/edgy.unionfs=rw:/chroot/debian/edgy=ro xwnc-edgy /usr/src/xwnc/build/debian/edgy ; fi umount /usr/src/xwnc/build/debian/edgy/proc > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/xwnc/build/debian/edgy/dev/pts > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/xwnc/build/debian/edgy/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/xwnc/build/debian/edgy/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/xwnc/build/debian/edgy/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/xwnc/build/debian/edgy/usr/src > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/xwnc/build/debian/edgy/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/xwnc/build/debian/edgy/root/.ccache > /dev/null 2>&1 ; \ fi make[1]: [pre-chroot-umounts] Error 1 (ignored) lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/xwnc/build/debian/edgy /usr/src/xwnc/build/debian/edgy.unionfs if ! unionctl --query /usr/src/xwnc/build/debian/edgy > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/xwnc/build/debian/edgy.unionfs=rw:/chroot/debian/edgy=ro xwnc-edgy /usr/src/xwnc/build/debian/edgy ; fi mount -t proc proc /usr/src/xwnc/build/debian/edgy/proc mount -t devpts devpts /usr/src/xwnc/build/debian/edgy/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/edgy/archives/partial ; \ mount --bind gnulinux/debian/edgy/archives /usr/src/xwnc/build/debian/edgy/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/xwnc/build/debian/edgy/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/xwnc/build/debian/edgy/usr/local/distdir ; \ mkdir -p /var/cache/packaging-farm/debian/portage /usr/src/xwnc/build/debian/edgy/usr/portage ; \ mount --bind /var/cache/packaging-farm/debian/portage /usr/src/xwnc/build/debian/edgy/usr/portage ; \ fi mkdir -p gnulinux/debian/edgy/src mount --bind gnulinux/debian/edgy/src /usr/src/xwnc/build/debian/edgy/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/xwnc/build/debian/edgy/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/xwnc/build/debian/edgy/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/xwnc/build/debian/edgy/root/.ccache ; \ mount --bind /root/.ccache /usr/src/xwnc/build/debian/edgy/root/.ccache ; \ fi /usr/lib/pbuilder/pbuilder-satisfydepends --force-version --chroot /usr/src/xwnc/build/debian/edgy --control gnulinux/debian/edgy/src/xwnc*.dsc dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) -> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.27 2006/05/22 02:18:00 dancer Exp $ -> Considering debhelper (>= 4.0.0) -> Trying debhelper -> Considering dpatch -> Trying dpatch -> Considering automake1.7 -> Trying automake1.7 -> Considering autoconf -> Trying autoconf -> Considering ccache -> Trying ccache -> Considering libtool -> Trying libtool -> Considering zlib1g-dev -> Trying zlib1g-dev -> Installing debhelper dpatch automake1.7 autoconf ccache libtool zlib1g-dev Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: autotools-dev binutils cpp cpp-4.1 dpkg-dev file gcc gcc-4.1 gettext html2text intltool-debian libc6-dev libmagic1 linux-libc-dev m4 make patch po-debconf Suggested packages: autoconf2.13 autobook autoconf-archive gnu-standards autoconf-doc binutils-doc distcc cpp-doc gcc-4.1-locales dh-make curl debian-keyring manpages-dev automake1.9 flex bison gdb gcc-doc gcc-4.1-doc libc6-dev-amd64 lib64gcc1 cvs gettext-doc glibc-doc libtool-doc g77 fortran77-compiler gcj make-doc-non-dfsg ed diff-doc Recommended packages: automaken patchutils libmudflap0-dev libltdl3-dev libmail-sendmail-perl libcompress-zlib-perl The following NEW packages will be installed: autoconf automake1.7 autotools-dev binutils ccache cpp cpp-4.1 debhelper dpatch dpkg-dev file gcc gcc-4.1 gettext html2text intltool-debian libc6-dev libmagic1 libtool linux-libc-dev m4 make patch po-debconf zlib1g-dev 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. Need to get 8923kB/12.6MB of archives. After unpacking 44.8MB of additional disk space will be used. Get:1 http://fr.archive.ubuntu.com edgy/main cpp-4.1 4.1.1-13ubuntu5 [2309kB] Get:2 http://fr.archive.ubuntu.com edgy/main cpp 4:4.1.1-6ubuntu3 [31.2kB] Get:3 http://fr.archive.ubuntu.com edgy/main dpkg-dev 1.13.22ubuntu7 [110kB] Get:4 http://fr.archive.ubuntu.com edgy/main gettext 0.15-2ubuntu1 [1324kB] Get:5 http://fr.archive.ubuntu.com edgy/main debhelper 5.0.37.3ubuntu4 [508kB] Get:6 http://fr.archive.ubuntu.com edgy/main gcc-4.1 4.1.1-13ubuntu5 [610kB] Get:7 http://fr.archive.ubuntu.com edgy/main gcc 4:4.1.1-6ubuntu3 [5148B] Get:8 http://fr.archive.ubuntu.com edgy/main linux-libc-dev 2.6.17-10.33 [1769kB] Get:9 http://fr.archive.ubuntu.com edgy/main libc6-dev 2.4-1ubuntu12 [1851kB] Get:10 http://fr.archive.ubuntu.com edgy/main zlib1g-dev 1:1.2.3-13ubuntu2 [407kB] Fetched 8923kB in 1m16s (117kB/s) Selecting previously deselected package libmagic1. (Reading database ... 12255 files and directories currently installed.) Unpacking libmagic1 (from .../libmagic1_4.17-2ubuntu1_i386.deb) ... Selecting previously deselected package file. Unpacking file (from .../file_4.17-2ubuntu1_i386.deb) ... Selecting previously deselected package m4. Unpacking m4 (from .../archives/m4_1.4.4-1_i386.deb) ... Selecting previously deselected package autoconf. Unpacking autoconf (from .../autoconf_2.60-1_all.deb) ... Selecting previously deselected package autotools-dev. Unpacking autotools-dev (from .../autotools-dev_20060223.1_all.deb) ... Selecting previously deselected package automake1.7. Unpacking automake1.7 (from .../automake1.7_1.7.9-9_all.deb) ... Selecting previously deselected package binutils. Unpacking binutils (from .../binutils_2.17-1ubuntu1_i386.deb) ... Selecting previously deselected package ccache. Unpacking ccache (from .../archives/ccache_2.4-6_i386.deb) ... Selecting previously deselected package cpp-4.1. Unpacking cpp-4.1 (from .../cpp-4.1_4.1.1-13ubuntu5_i386.deb) ... Selecting previously deselected package cpp. Unpacking cpp (from .../cpp_4%3a4.1.1-6ubuntu3_i386.deb) ... Selecting previously deselected package patch. Unpacking patch (from .../patch_2.5.9-4_i386.deb) ... Selecting previously deselected package make. Unpacking make (from .../archives/make_3.81-2_i386.deb) ... Selecting previously deselected package dpkg-dev. Unpacking dpkg-dev (from .../dpkg-dev_1.13.22ubuntu7_all.deb) ... Selecting previously deselected package html2text. Unpacking html2text (from .../html2text_1.3.2a-3_i386.deb) ... Selecting previously deselected package gettext. Unpacking gettext (from .../gettext_0.15-2ubuntu1_i386.deb) ... Selecting previously deselected package intltool-debian. Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710_all.deb) ... Selecting previously deselected package po-debconf. Unpacking po-debconf (from .../po-debconf_1.0.5_all.deb) ... Selecting previously deselected package debhelper. Unpacking debhelper (from .../debhelper_5.0.37.3ubuntu4_all.deb) ... Selecting previously deselected package dpatch. Unpacking dpatch (from .../archives/dpatch_2.0.20_all.deb) ... Selecting previously deselected package gcc-4.1. Unpacking gcc-4.1 (from .../gcc-4.1_4.1.1-13ubuntu5_i386.deb) ... Selecting previously deselected package gcc. Unpacking gcc (from .../gcc_4%3a4.1.1-6ubuntu3_i386.deb) ... Selecting previously deselected package linux-libc-dev. Unpacking linux-libc-dev (from .../linux-libc-dev_2.6.17-10.33_i386.deb) ... Selecting previously deselected package libc6-dev. Unpacking libc6-dev (from .../libc6-dev_2.4-1ubuntu12_i386.deb) ... Selecting previously deselected package libtool. Unpacking libtool (from .../libtool_1.5.22-4_i386.deb) ... Selecting previously deselected package zlib1g-dev. Unpacking zlib1g-dev (from .../zlib1g-dev_1%3a1.2.3-13ubuntu2_i386.deb) ... Setting up libmagic1 (4.17-2ubuntu1) ... Setting up file (4.17-2ubuntu1) ... Setting up m4 (1.4.4-1) ... Setting up autoconf (2.60-1) ... Setting up autotools-dev (20060223.1) ... Setting up automake1.7 (1.7.9-9) ... Setting up binutils (2.17-1ubuntu1) ... Setting up ccache (2.4-6) ... Setting up cpp-4.1 (4.1.1-13ubuntu5) ... Setting up cpp (4.1.1-6ubuntu3) ... Setting up patch (2.5.9-4) ... Setting up make (3.81-2) ... Setting up dpkg-dev (1.13.22ubuntu7) ... Setting up html2text (1.3.2a-3) ... Setting up gettext (0.15-2ubuntu1) ... Setting up intltool-debian (0.35.0+20060710) ... Setting up po-debconf (1.0.5) ... Setting up debhelper (5.0.37.3ubuntu4) ... Setting up dpatch (2.0.20) ... Setting up gcc-4.1 (4.1.1-13ubuntu5) ... Setting up gcc (4.1.1-6ubuntu3) ... Setting up linux-libc-dev (2.6.17-10.33) ... Setting up libc6-dev (2.4-1ubuntu12) ... Setting up libtool (1.5.22-4) ... Setting up zlib1g-dev (1.2.3-13ubuntu2) ... -> Finished parsing the build-deps cp -a /usr/lib/packaging-farm/debian/debuild.sh /usr/src/xwnc/build/debian/edgy/usr/src chroot /usr/src/xwnc/build/debian/edgy sh -c "cd /usr/src && DISTRIBUTION=edgy PACKAGE=xwnc DEB_BUILD_OPTIONS='' ./debuild.sh" dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) gpg: new configuration file `/root/.gnupg/gpg.conf' created gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run gpg: Signature made Wed Jul 26 11:19:30 2006 CEST using DSA key ID 497A176D gpg: Can't check signature: public key not found dpkg-source: extracting xwnc in xwnc-0.3.3 dpkg-source: unpacking xwnc_0.3.3.orig.tar.gz dpkg-source: applying ./xwnc_0.3.3-9.diff.gz dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-buildpackage: source package is xwnc dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-buildpackage: source version is 0.3.3-9 dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-buildpackage: source changed by Loic Dachary (OuoU) dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-buildpackage: host architecture i386 dpkg-buildpackage: source version without epoch 0.3.3-9 dpkg-checkbuilddeps: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian/rules clean make[2]: Entering directory `/usr/src/xwnc-0.3.3' test -d debian/patched || install -d debian/patched dpatch apply-all applying patch 01 to ./ ... ok. dpatch cat-all >>patch-stampT mv -f patch-stampT patch-stamp autoreconf --install configure.ac: installing `./install-sh' configure.ac: installing `./mkinstalldirs' configure.ac: installing `./missing' Makefile.am: installing `./INSTALL' wncauth/Makefile.am: installing `./depcomp' xserver/GL/mesa/Makefile.am: installing `./compile' dh_testdir # Add here commands to configure the package. CFLAGS="-Wall -g -O2" ./configure --without-fvwm-ametista --disable-glx --enable-maintainer-mode --prefix=/usr --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking for 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 for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for g++... no checking for c++... no checking for gpp... no checking for aCC... no checking for CC... no checking for cxx... no checking for cc++... no checking for cl.exe... no checking for FCC... no checking for KCC... no checking for RCC... no checking for xlC_r... no checking for xlC... no checking whether we are using the GNU C++ compiler... no checking whether g++ accepts -g... no checking dependency style of g++... none checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu 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 ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking how to recognise dependent libraries... pass_all 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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... 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... cat: /etc/ld.so.conf.d/*.conf: No such file or directory 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... yes configure: creating libtool appending configuration tag "CXX" to libtool appending configuration tag "F77" to libtool checking whether make sets $(MAKE)... (cached) 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 for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for pid_t... yes checking return type of signal handlers... void checking for working alloca.h... yes checking for alloca... yes checking for strftime... yes checking whether setpgrp takes no argument... yes checking for gethostname... yes checking for strcasecmp... yes checking for strncasecmp... yes checking for strdup... yes checking for strerror... yes checking for usleep... yes checking for atexit... yes checking for geteuid... yes checking for getuid... yes checking for link... yes checking for memset... yes checking for mkstemp... yes checking for strchr... yes checking for strrchr... yes checking for strtol... yes checking for getopt... yes checking for getopt_long... yes checking for vprintf... yes checking for _doprnt... no checking for sqrt in -lm... yes i686 checking if unaligned word accesses behave as expected... yes checking endian.h usability... yes checking endian.h presence... yes checking for endian.h... yes checking for gzopen in -lz... yes checking for X... no configure: creating ./config.status config.status: creating Makefile config.status: creating wncauth/Makefile config.status: creating xlibs/Makefile config.status: creating xlibs/Xfont/Makefile config.status: creating xlibs/Xfont/fontfile/Makefile config.status: creating xlibs/Xfont/FreeType/Makefile config.status: creating xlibs/Xfont/builtins/Makefile config.status: creating xlibs/Xfont/bitmap/Makefile config.status: creating xlibs/Xfont/fc/Makefile config.status: creating xlibs/Xfont/util/Makefile config.status: creating xlibs/Xfont/stubs/Makefile config.status: creating xlibs/Xau/Makefile config.status: creating xserver/Makefile config.status: creating xserver/include/Makefile config.status: creating xserver/dix/Makefile config.status: creating xserver/fb/Makefile config.status: creating xserver/mi/Makefile config.status: creating xserver/os/Makefile config.status: creating xserver/Xext/Makefile config.status: creating xserver/render/Makefile config.status: creating xserver/xfixes/Makefile config.status: creating xserver/record/Makefile config.status: creating xserver/dbe/Makefile config.status: creating xserver/GL/Makefile config.status: creating xserver/GL/glx/Makefile config.status: creating xserver/GL/mesa/Makefile config.status: creating xserver/hw/Makefile config.status: creating xserver/hw/wnc/Makefile config.status: creating config.h config.status: executing depfiles commands Metisse Configuration: * Xwnc will be build and installed in /usr/bin * WARNING: FvwmAmetista will not be build because: X11 libraries or header files could not be found touch configure-stamp dh_testdir dh_testroot rm -f build-stamp # Add here commands to clean up after the build process. /usr/bin/make -k maintainer-clean make[3]: Entering directory `/usr/src/xwnc-0.3.3' Making maintainer-clean in xserver make[4]: Entering directory `/usr/src/xwnc-0.3.3/xserver' Making maintainer-clean in hw make[5]: Entering directory `/usr/src/xwnc-0.3.3/xserver/hw' Making maintainer-clean in wnc make[6]: Entering directory `/usr/src/xwnc-0.3.3/xserver/hw/wnc' rm -f Xwnc Xwnc rm -rf .libs _libs test -z "libwnc.a" || rm -f libwnc.a rm -f *.o core *.core rm -f *.lo rm -f *.tab.c rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags This command is intended for maintainers to use it deletes files that may require special tools to rebuild. rm -rf ./.deps rm -f Makefile make[6]: Leaving directory `/usr/src/xwnc-0.3.3/xserver/hw/wnc' Making maintainer-clean in . make[6]: Entering directory `/usr/src/xwnc-0.3.3/xserver/hw' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags This command is intended for maintainers to use it deletes files that may require special tools to rebuild. make[6]: Leaving directory `/usr/src/xwnc-0.3.3/xserver/hw' rm -f Makefile make[5]: Leaving directory `/usr/src/xwnc-0.3.3/xserver/hw' Making maintainer-clean in include make[5]: Entering directory `/usr/src/xwnc-0.3.3/xserver/include' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool This command is intended for maintainers to use it deletes files that may require special tools to rebuild. rm -f Makefile make[5]: Leaving directory `/usr/src/xwnc-0.3.3/xserver/include' Making maintainer-clean in GL make[5]: Entering directory `/usr/src/xwnc-0.3.3/xserver/GL' Making maintainer-clean in mesa make[6]: Entering directory `/usr/src/xwnc-0.3.3/xserver/GL/mesa' test -z "X86/matypes.h X86/gen_matypes" || rm -f X86/matypes.h X86/gen_matypes rm -rf .libs _libs test -z "libglcore.a" || rm -f libglcore.a rm -f *.o core *.core rm -f *.lo rm -f *.tab.c rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags This command is intended for maintainers to use it deletes files that may require special tools to rebuild. rm -rf ./.deps rm -f Makefile make[6]: Leaving directory `/usr/src/xwnc-0.3.3/xserver/GL/mesa' Making maintainer-clean in glx make[6]: Entering directory `/usr/src/xwnc-0.3.3/xserver/GL/glx' rm -rf .libs _libs test -z "libglx.a" || rm -f libglx.a rm -f *.o core *.core rm -f *.lo rm -f *.tab.c rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags This command is intended for maintainers to use it deletes files that may require special tools to rebuild. rm -rf ./.deps rm -f Makefile make[6]: Leaving directory `/usr/src/xwnc-0.3.3/xserver/GL/glx' Making maintainer-clean in . make[6]: Entering directory `/usr/src/xwnc-0.3.3/xserver/GL' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags This command is intended for maintainers to use it deletes files that may require special tools to rebuild. make[6]: Leaving directory `/usr/src/xwnc-0.3.3/xserver/GL' rm -f Makefile make[5]: Leaving directory `/usr/src/xwnc-0.3.3/xserver/GL' Making maintainer-clean in os make[5]: Entering directory `/usr/src/xwnc-0.3.3/xserver/os' rm -rf .libs _libs test -z "libos.a" || rm -f libos.a rm -f *.o core *.core rm -f *.lo rm -f *.tab.c rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags This command is intended for maintainers to use it deletes files that may require special tools to rebuild. rm -rf ./.deps rm -f Makefile make[5]: Leaving directory `/usr/src/xwnc-0.3.3/xserver/os' Making maintainer-clean in dbe make[5]: Entering directory `/usr/src/xwnc-0.3.3/xserver/dbe' rm -rf .libs _libs test -z "libdbe.a" || rm -f libdbe.a rm -f *.o core *.core rm -f *.lo rm -f *.tab.c rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags This command is intended for maintainers to use it deletes files that may require special tools to rebuild. rm -rf ./.deps rm -f Makefile make[5]: Leaving directory `/usr/src/xwnc-0.3.3/xserver/dbe' Making maintainer-clean in record make[5]: Entering directory `/usr/src/xwnc-0.3.3/xserver/record' rm -rf .libs _libs test -z "librecord.a" || rm -f librecord.a rm -f *.o core *.core rm -f *.lo rm -f *.tab.c rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags This command is intended for maintainers to use it deletes files that may require special tools to rebuild. rm -rf ./.deps rm -f Makefile make[5]: Leaving directory `/usr/src/xwnc-0.3.3/xserver/record' Making maintainer-clean in xfixes make[5]: Entering directory `/usr/src/xwnc-0.3.3/xserver/xfixes' rm -rf .libs _libs test -z "libxfixes.a" || rm -f libxfixes.a rm -f *.o core *.core rm -f *.lo rm -f *.tab.c rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags This command is intended for maintainers to use it deletes files that may require special tools to rebuild. rm -rf ./.deps rm -f Makefile make[5]: Leaving directory `/usr/src/xwnc-0.3.3/xserver/xfixes' Making maintainer-clean in render make[5]: Entering directory `/usr/src/xwnc-0.3.3/xserver/render' rm -rf .libs _libs test -z "librender.a" || rm -f librender.a rm -f *.o core *.core rm -f *.lo rm -f *.tab.c rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags This command is intended for maintainers to use it deletes files that may require special tools to rebuild. rm -rf ./.deps rm -f Makefile make[5]: Leaving directory `/usr/src/xwnc-0.3.3/xserver/render' Making maintainer-clean in Xext make[5]: Entering directory `/usr/src/xwnc-0.3.3/xserver/Xext' rm -rf .libs _libs test -z "libXext.a" || rm -f libXext.a rm -f *.o core *.core rm -f *.lo rm -f *.tab.c rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags This command is intended for maintainers to use it deletes files that may require special tools to rebuild. rm -rf ./.deps rm -f Makefile make[5]: Leaving directory `/usr/src/xwnc-0.3.3/xserver/Xext' Making maintainer-clean in mi make[5]: Entering directory `/usr/src/xwnc-0.3.3/xserver/mi' rm -rf .libs _libs test -z "libmi.a" || rm -f libmi.a rm -f *.o core *.core rm -f *.lo rm -f *.tab.c rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags This command is intended for maintainers to use it deletes files that may require special tools to rebuild. rm -rf ./.deps rm -f Makefile make[5]: Leaving directory `/usr/src/xwnc-0.3.3/xserver/mi' Making maintainer-clean in fb make[5]: Entering directory `/usr/src/xwnc-0.3.3/xserver/fb' rm -rf .libs _libs test -z "libfb.a" || rm -f libfb.a rm -f *.o core *.core rm -f *.lo rm -f *.tab.c rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags This command is intended for maintainers to use it deletes files that may require special tools to rebuild. rm -rf ./.deps rm -f Makefile make[5]: Leaving directory `/usr/src/xwnc-0.3.3/xserver/fb' Making maintainer-clean in dix make[5]: Entering directory `/usr/src/xwnc-0.3.3/xserver/dix' rm -rf .libs _libs test -z "libdix.a libxpstubs.a" || rm -f libdix.a libxpstubs.a rm -f *.o core *.core rm -f *.lo rm -f *.tab.c rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags This command is intended for maintainers to use it deletes files that may require special tools to rebuild. rm -rf ./.deps rm -f Makefile make[5]: Leaving directory `/usr/src/xwnc-0.3.3/xserver/dix' Making maintainer-clean in . make[5]: Entering directory `/usr/src/xwnc-0.3.3/xserver' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags This command is intended for maintainers to use it deletes files that may require special tools to rebuild. make[5]: Leaving directory `/usr/src/xwnc-0.3.3/xserver' rm -f Makefile make[4]: Leaving directory `/usr/src/xwnc-0.3.3/xserver' Making maintainer-clean in xlibs make[4]: Entering directory `/usr/src/xwnc-0.3.3/xlibs' Making maintainer-clean in Xau make[5]: Entering directory `/usr/src/xwnc-0.3.3/xlibs/Xau' rm -rf .libs _libs test -z "libXau.a" || rm -f libXau.a rm -f *.o core *.core rm -f *.lo rm -f *.tab.c rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags This command is intended for maintainers to use it deletes files that may require special tools to rebuild. rm -rf ./.deps rm -f Makefile make[5]: Leaving directory `/usr/src/xwnc-0.3.3/xlibs/Xau' Making maintainer-clean in Xfont make[5]: Entering directory `/usr/src/xwnc-0.3.3/xlibs/Xfont' Making maintainer-clean in stubs make[6]: Entering directory `/usr/src/xwnc-0.3.3/xlibs/Xfont/stubs' rm -f "./so_locations" This command is intended for maintainers to use it deletes files that may require special tools to rebuild. make[6]: Leaving directory `/usr/src/xwnc-0.3.3/xlibs/Xfont/stubs' Making maintainer-clean in util make[6]: Entering directory `/usr/src/xwnc-0.3.3/xlibs/Xfont/util' rm -f "./so_locations" This command is intended for maintainers to use it deletes files that may require special tools to rebuild. make[6]: Leaving directory `/usr/src/xwnc-0.3.3/xlibs/Xfont/util' Making maintainer-clean in fc make[6]: Entering directory `/usr/src/xwnc-0.3.3/xlibs/Xfont/fc' rm -f "./so_locations" This command is intended for maintainers to use it deletes files that may require special tools to rebuild. make[6]: Leaving directory `/usr/src/xwnc-0.3.3/xlibs/Xfont/fc' Making maintainer-clean in builtins make[6]: Entering directory `/usr/src/xwnc-0.3.3/xlibs/Xfont/builtins' rm -f "./so_locations" This command is intended for maintainers to use it deletes files that may require special tools to rebuild. make[6]: Leaving directory `/usr/src/xwnc-0.3.3/xlibs/Xfont/builtins' Making maintainer-clean in bitmap make[6]: Entering directory `/usr/src/xwnc-0.3.3/xlibs/Xfont/bitmap' rm -f "./so_locations" This command is intended for maintainers to use it deletes files that may require special tools to rebuild. make[6]: Leaving directory `/usr/src/xwnc-0.3.3/xlibs/Xfont/bitmap' Making maintainer-clean in FreeType make[6]: Entering directory `/usr/src/xwnc-0.3.3/xlibs/Xfont/FreeType' rm -f "./so_locations" This command is intended for maintainers to use it deletes files that may require special tools to rebuild. make[6]: Leaving directory `/usr/src/xwnc-0.3.3/xlibs/Xfont/FreeType' Making maintainer-clean in fontfile make[6]: Entering directory `/usr/src/xwnc-0.3.3/xlibs/Xfont/fontfile' rm -f "./so_locations" This command is intended for maintainers to use it deletes files that may require special tools to rebuild. make[6]: Leaving directory `/usr/src/xwnc-0.3.3/xlibs/Xfont/fontfile' Making maintainer-clean in . make[6]: Entering directory `/usr/src/xwnc-0.3.3/xlibs/Xfont' rm -f "./so_locations" This command is intended for maintainers to use it deletes files that may require special tools to rebuild. make[6]: Leaving directory `/usr/src/xwnc-0.3.3/xlibs/Xfont' make[5]: Leaving directory `/usr/src/xwnc-0.3.3/xlibs/Xfont' Making maintainer-clean in . make[5]: Entering directory `/usr/src/xwnc-0.3.3/xlibs' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags This command is intended for maintainers to use it deletes files that may require special tools to rebuild. make[5]: Leaving directory `/usr/src/xwnc-0.3.3/xlibs' rm -f Makefile make[4]: Leaving directory `/usr/src/xwnc-0.3.3/xlibs' Making maintainer-clean in wncauth make[4]: Entering directory `/usr/src/xwnc-0.3.3/wncauth' rm -rf .libs _libs test -z "libwncauth.a" || rm -f libwncauth.a rm -f *.o core *.core rm -f *.lo rm -f *.tab.c rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags This command is intended for maintainers to use it deletes files that may require special tools to rebuild. rm -rf ./.deps rm -f Makefile make[4]: Leaving directory `/usr/src/xwnc-0.3.3/wncauth' Making maintainer-clean in . make[4]: Entering directory `/usr/src/xwnc-0.3.3' rm -rf .libs _libs rm -f *.lo rm -f test -z "config.log config.status" || rm -f config.log config.status rm -f config.h stamp-h1 rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags This command is intended for maintainers to use it deletes files that may require special tools to rebuild. test -z "INSTALL Makefile.in aclocal.m4 config.guess config.h.in config.sub configure depcomp install-sh missing mkinstalldirs Makefile.in compile ltmain.sh xserver/fb/Makefile.in xserver/hw/wnc/Makefile.in xserver/hw/Makefile.in xserver/mi/Makefile.in xserver/os/Makefile.in xserver/dix/Makefile.in xserver/Xext/Makefile.in xserver/Makefile.in xserver/render/Makefile.in xserver/include/Makefile.in xserver/GL/glx/Makefile.in xserver/GL/mesa/Makefile.in xserver/GL/Makefile.in xserver/dbe/Makefile.in xserver/record/Makefile.in xserver/xfixes/Makefile.in xlibs/Xau/Makefile.in xlibs/Xdmcp/Makefile.in xlibs/Xfont/fc/Makefile.in xlibs/Xfont/util/Makefile.in xlibs/Xfont/stubs/Makefile.in xlibs/Xfont/FreeType/Makefile.in xlibs/Xfont/fontfile/Makefile.in xlibs/Xfont/bitmap/Makefile.in xlibs/Xfont/Makefile.in xlibs/Xfont/builtins/Makefile.in xlibs/Makefile.in wncauth/Makefile.in" || rm -f INSTALL Makefile.in aclocal.m4 config.guess config.h.in config.sub configure depcomp install-sh missing mkinstalldirs Makefile.in compile ltmain.sh xserver/fb/Makefile.in xserver/hw/wnc/Makefile.in xserver/hw/Makefile.in xserver/mi/Makefile.in xserver/os/Makefile.in xserver/dix/Makefile.in xserver/Xext/Makefile.in xserver/Makefile.in xserver/render/Makefile.in xserver/include/Makefile.in xserver/GL/glx/Makefile.in xserver/GL/mesa/Makefile.in xserver/GL/Makefile.in xserver/dbe/Makefile.in xserver/record/Makefile.in xserver/xfixes/Makefile.in xlibs/Xau/Makefile.in xlibs/Xdmcp/Makefile.in xlibs/Xfont/fc/Makefile.in xlibs/Xfont/util/Makefile.in xlibs/Xfont/stubs/Makefile.in xlibs/Xfont/FreeType/Makefile.in xlibs/Xfont/fontfile/Makefile.in xlibs/Xfont/bitmap/Makefile.in xlibs/Xfont/Makefile.in xlibs/Xfont/builtins/Makefile.in xlibs/Makefile.in wncauth/Makefile.in make[4]: Leaving directory `/usr/src/xwnc-0.3.3' rm -f config.status config.cache config.log configure.lineno rm -rf ./autom4te.cache rm -f Makefile make[3]: Leaving directory `/usr/src/xwnc-0.3.3' dh_clean rm -f configure-stamp dpatch deapply-all reverting patch 01 from ./ ... ok. rm -rf patch-stamp patch-stampT debian/patched make[2]: Leaving directory `/usr/src/xwnc-0.3.3' debian/rules build make[2]: Entering directory `/usr/src/xwnc-0.3.3' test -d debian/patched || install -d debian/patched dpatch apply-all applying patch 01 to ./ ... ok. dpatch cat-all >>patch-stampT mv -f patch-stampT patch-stamp autoreconf --install configure.ac: installing `./install-sh' configure.ac: installing `./mkinstalldirs' configure.ac: installing `./missing' Makefile.am: installing `./INSTALL' wncauth/Makefile.am: installing `./depcomp' xserver/GL/mesa/Makefile.am: installing `./compile' dh_testdir # Add here commands to configure the package. CFLAGS="-Wall -g -O2" ./configure --without-fvwm-ametista --disable-glx --enable-maintainer-mode --prefix=/usr --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking for 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 for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for g++... no checking for c++... no checking for gpp... no checking for aCC... no checking for CC... no checking for cxx... no checking for cc++... no checking for cl.exe... no checking for FCC... no checking for KCC... no checking for RCC... no checking for xlC_r... no checking for xlC... no checking whether we are using the GNU C++ compiler... no checking whether g++ accepts -g... no checking dependency style of g++... none checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu 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 ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking how to recognise dependent libraries... pass_all 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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... 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... cat: /etc/ld.so.conf.d/*.conf: No such file or directory 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... yes configure: creating libtool appending configuration tag "CXX" to libtool appending configuration tag "F77" to libtool checking whether make sets $(MAKE)... (cached) 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 for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for pid_t... yes checking return type of signal handlers... void checking for working alloca.h... yes checking for alloca... yes checking for strftime... yes checking whether setpgrp takes no argument... yes checking for gethostname... yes checking for strcasecmp... yes checking for strncasecmp... yes checking for strdup... yes checking for strerror... yes checking for usleep... yes checking for atexit... yes checking for geteuid... yes checking for getuid... yes checking for link... yes checking for memset... yes checking for mkstemp... yes checking for strchr... yes checking for strrchr... yes checking for strtol... yes checking for getopt... yes checking for getopt_long... yes checking for vprintf... yes checking for _doprnt... no checking for sqrt in -lm... yes i686 checking if unaligned word accesses behave as expected... yes checking endian.h usability... yes checking endian.h presence... yes checking for endian.h... yes checking for gzopen in -lz... yes checking for X... no configure: creating ./config.status config.status: creating Makefile config.status: creating wncauth/Makefile config.status: creating xlibs/Makefile config.status: creating xlibs/Xfont/Makefile config.status: creating xlibs/Xfont/fontfile/Makefile config.status: creating xlibs/Xfont/FreeType/Makefile config.status: creating xlibs/Xfont/builtins/Makefile config.status: creating xlibs/Xfont/bitmap/Makefile config.status: creating xlibs/Xfont/fc/Makefile config.status: creating xlibs/Xfont/util/Makefile config.status: creating xlibs/Xfont/stubs/Makefile config.status: creating xlibs/Xau/Makefile config.status: creating xserver/Makefile config.status: creating xserver/include/Makefile config.status: creating xserver/dix/Makefile config.status: creating xserver/fb/Makefile config.status: creating xserver/mi/Makefile config.status: creating xserver/os/Makefile config.status: creating xserver/Xext/Makefile config.status: creating xserver/render/Makefile config.status: creating xserver/xfixes/Makefile config.status: creating xserver/record/Makefile config.status: creating xserver/dbe/Makefile config.status: creating xserver/GL/Makefile config.status: creating xserver/GL/glx/Makefile config.status: creating xserver/GL/mesa/Makefile config.status: creating xserver/hw/Makefile config.status: creating xserver/hw/wnc/Makefile config.status: creating config.h config.status: executing depfiles commands Metisse Configuration: * Xwnc will be build and installed in /usr/bin * WARNING: FvwmAmetista will not be build because: X11 libraries or header files could not be found touch configure-stamp dh_testdir # Add here commands to compile the package. /usr/bin/make make[3]: Entering directory `/usr/src/xwnc-0.3.3' /usr/bin/make all-recursive make[4]: Entering directory `/usr/src/xwnc-0.3.3' Making all in wncauth make[5]: Entering directory `/usr/src/xwnc-0.3.3/wncauth' if gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -O2 -MT d3des.o -MD -MP -MF ".deps/d3des.Tpo" \ -c -o d3des.o `test -f 'd3des.c' || echo './'`d3des.c; \ then mv -f ".deps/d3des.Tpo" ".deps/d3des.Po"; \ else rm -f ".deps/d3des.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -O2 -MT wncauth.o -MD -MP -MF ".deps/wncauth.Tpo" \ -c -o wncauth.o `test -f 'wncauth.c' || echo './'`wncauth.c; \ then mv -f ".deps/wncauth.Tpo" ".deps/wncauth.Po"; \ else rm -f ".deps/wncauth.Tpo"; exit 1; \ fi wncauth.c: In function 'vncEncryptAndStorePasswd2': wncauth.c:98: warning: pointer targets in passing argument 1 of '__builtin_strncpy' differ in signedness wncauth.c:100: warning: pointer targets in passing argument 1 of '__builtin_strncpy' differ in signedness wncauth.c: In function 'vncDecryptPasswdFromFile2': wncauth.c:186: warning: pointer targets in passing argument 1 of 'des' differ in signedness wncauth.c:186: warning: pointer targets in passing argument 2 of 'des' differ in signedness wncauth.c:193: warning: pointer targets in passing argument 1 of 'des' differ in signedness wncauth.c:193: warning: pointer targets in passing argument 2 of 'des' differ in signedness rm -f libwncauth.a ar cru libwncauth.a d3des.o wncauth.o ranlib libwncauth.a make[5]: Leaving directory `/usr/src/xwnc-0.3.3/wncauth' Making all in xlibs make[5]: Entering directory `/usr/src/xwnc-0.3.3/xlibs' Making all in Xfont make[6]: Entering directory `/usr/src/xwnc-0.3.3/xlibs/Xfont' Making all in fontfile make[7]: Entering directory `/usr/src/xwnc-0.3.3/xlibs/Xfont/fontfile' mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -DFONT_ENCODINGS_DIRECTORY=\"/usr/lib/X11/fonts/encodings/encodings.dir\" -Wall -g -O2 -MT bitsource.lo -MD -MP -MF .deps/bitsource.Tpo -c bitsource.c -fPIC -DPIC -o .libs/bitsource.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -DFONT_ENCODINGS_DIRECTORY=\"/usr/lib/X11/fonts/encodings/encodings.dir\" -Wall -g -O2 -MT bitsource.lo -MD -MP -MF .deps/bitsource.Tpo -c bitsource.c -o bitsource.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -DFONT_ENCODINGS_DIRECTORY=\"/usr/lib/X11/fonts/encodings/encodings.dir\" -Wall -g -O2 -MT bufio.lo -MD -MP -MF .deps/bufio.Tpo -c bufio.c -fPIC -DPIC -o .libs/bufio.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -DFONT_ENCODINGS_DIRECTORY=\"/usr/lib/X11/fonts/encodings/encodings.dir\" -Wall -g -O2 -MT bufio.lo -MD -MP -MF .deps/bufio.Tpo -c bufio.c -o bufio.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -DFONT_ENCODINGS_DIRECTORY=\"/usr/lib/X11/fonts/encodings/encodings.dir\" -Wall -g -O2 -MT decompress.lo -MD -MP -MF .deps/decompress.Tpo -c decompress.c -fPIC -DPIC -o .libs/decompress.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -DFONT_ENCODINGS_DIRECTORY=\"/usr/lib/X11/fonts/encodings/encodings.dir\" -Wall -g -O2 -MT decompress.lo -MD -MP -MF .deps/decompress.Tpo -c decompress.c -o decompress.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -DFONT_ENCODINGS_DIRECTORY=\"/usr/lib/X11/fonts/encodings/encodings.dir\" -Wall -g -O2 -MT defaults.lo -MD -MP -MF .deps/defaults.Tpo -c defaults.c -fPIC -DPIC -o .libs/defaults.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -DFONT_ENCODINGS_DIRECTORY=\"/usr/lib/X11/fonts/encodings/encodings.dir\" -Wall -g -O2 -MT defaults.lo -MD -MP -MF .deps/defaults.Tpo -c defaults.c -o defaults.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -DFONT_ENCODINGS_DIRECTORY=\"/usr/lib/X11/fonts/encodings/encodings.dir\" -Wall -g -O2 -MT dirfile.lo -MD -MP -MF .deps/dirfile.Tpo -c dirfile.c -fPIC -DPIC -o .libs/dirfile.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -DFONT_ENCODINGS_DIRECTORY=\"/usr/lib/X11/fonts/encodings/encodings.dir\" -Wall -g -O2 -MT dirfile.lo -MD -MP -MF .deps/dirfile.Tpo -c dirfile.c -o dirfile.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -DFONT_ENCODINGS_DIRECTORY=\"/usr/lib/X11/fonts/encodings/encodings.dir\" -Wall -g -O2 -MT encparse.lo -MD -MP -MF .deps/encparse.Tpo -c encparse.c -fPIC -DPIC -o .libs/encparse.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -DFONT_ENCODINGS_DIRECTORY=\"/usr/lib/X11/fonts/encodings/encodings.dir\" -Wall -g -O2 -MT encparse.lo -MD -MP -MF .deps/encparse.Tpo -c encparse.c -o encparse.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -DFONT_ENCODINGS_DIRECTORY=\"/usr/lib/X11/fonts/encodings/encodings.dir\" -Wall -g -O2 -MT ffcheck.lo -MD -MP -MF .deps/ffcheck.Tpo -c ffcheck.c -fPIC -DPIC -o .libs/ffcheck.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -DFONT_ENCODINGS_DIRECTORY=\"/usr/lib/X11/fonts/encodings/encodings.dir\" -Wall -g -O2 -MT ffcheck.lo -MD -MP -MF .deps/ffcheck.Tpo -c ffcheck.c -o ffcheck.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -DFONT_ENCODINGS_DIRECTORY=\"/usr/lib/X11/fonts/encodings/encodings.dir\" -Wall -g -O2 -MT fileio.lo -MD -MP -MF .deps/fileio.Tpo -c fileio.c -fPIC -DPIC -o .libs/fileio.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -DFONT_ENCODINGS_DIRECTORY=\"/usr/lib/X11/fonts/encodings/encodings.dir\" -Wall -g -O2 -MT fileio.lo -MD -MP -MF .deps/fileio.Tpo -c fileio.c -o fileio.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -DFONT_ENCODINGS_DIRECTORY=\"/usr/lib/X11/fonts/encodings/encodings.dir\" -Wall -g -O2 -MT filewr.lo -MD -MP -MF .deps/filewr.Tpo -c filewr.c -fPIC -DPIC -o .libs/filewr.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -DFONT_ENCODINGS_DIRECTORY=\"/usr/lib/X11/fonts/encodings/encodings.dir\" -Wall -g -O2 -MT filewr.lo -MD -MP -MF .deps/filewr.Tpo -c filewr.c -o filewr.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -DFONT_ENCODINGS_DIRECTORY=\"/usr/lib/X11/fonts/encodings/encodings.dir\" -Wall -g -O2 -MT fontdir.lo -MD -MP -MF .deps/fontdir.Tpo -c fontdir.c -fPIC -DPIC -o .libs/fontdir.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -DFONT_ENCODINGS_DIRECTORY=\"/usr/lib/X11/fonts/encodings/encodings.dir\" -Wall -g -O2 -MT fontdir.lo -MD -MP -MF .deps/fontdir.Tpo -c fontdir.c -o fontdir.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -DFONT_ENCODINGS_DIRECTORY=\"/usr/lib/X11/fonts/encodings/encodings.dir\" -Wall -g -O2 -MT fontenc.lo -MD -MP -MF .deps/fontenc.Tpo -c fontenc.c -fPIC -DPIC -o .libs/fontenc.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -DFONT_ENCODINGS_DIRECTORY=\"/usr/lib/X11/fonts/encodings/encodings.dir\" -Wall -g -O2 -MT fontenc.lo -MD -MP -MF .deps/fontenc.Tpo -c fontenc.c -o fontenc.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -DFONT_ENCODINGS_DIRECTORY=\"/usr/lib/X11/fonts/encodings/encodings.dir\" -Wall -g -O2 -MT fontencc.lo -MD -MP -MF .deps/fontencc.Tpo -c fontencc.c -fPIC -DPIC -o .libs/fontencc.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -DFONT_ENCODINGS_DIRECTORY=\"/usr/lib/X11/fonts/encodings/encodings.dir\" -Wall -g -O2 -MT fontencc.lo -MD -MP -MF .deps/fontencc.Tpo -c fontencc.c -o fontencc.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -DFONT_ENCODINGS_DIRECTORY=\"/usr/lib/X11/fonts/encodings/encodings.dir\" -Wall -g -O2 -MT fontfile.lo -MD -MP -MF .deps/fontfile.Tpo -c fontfile.c -fPIC -DPIC -o .libs/fontfile.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -DFONT_ENCODINGS_DIRECTORY=\"/usr/lib/X11/fonts/encodings/encodings.dir\" -Wall -g -O2 -MT fontfile.lo -MD -MP -MF .deps/fontfile.Tpo -c fontfile.c -o fontfile.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -DFONT_ENCODINGS_DIRECTORY=\"/usr/lib/X11/fonts/encodings/encodings.dir\" -Wall -g -O2 -MT fontscale.lo -MD -MP -MF .deps/fontscale.Tpo -c fontscale.c -fPIC -DPIC -o .libs/fontscale.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -DFONT_ENCODINGS_DIRECTORY=\"/usr/lib/X11/fonts/encodings/encodings.dir\" -Wall -g -O2 -MT fontscale.lo -MD -MP -MF .deps/fontscale.Tpo -c fontscale.c -o fontscale.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -DFONT_ENCODINGS_DIRECTORY=\"/usr/lib/X11/fonts/encodings/encodings.dir\" -Wall -g -O2 -MT gunzip.lo -MD -MP -MF .deps/gunzip.Tpo -c gunzip.c -fPIC -DPIC -o .libs/gunzip.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -DFONT_ENCODINGS_DIRECTORY=\"/usr/lib/X11/fonts/encodings/encodings.dir\" -Wall -g -O2 -MT gunzip.lo -MD -MP -MF .deps/gunzip.Tpo -c gunzip.c -o gunzip.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -DFONT_ENCODINGS_DIRECTORY=\"/usr/lib/X11/fonts/encodings/encodings.dir\" -Wall -g -O2 -MT printerfont.lo -MD -MP -MF .deps/printerfont.Tpo -c printerfont.c -fPIC -DPIC -o .libs/printerfont.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -DFONT_ENCODINGS_DIRECTORY=\"/usr/lib/X11/fonts/encodings/encodings.dir\" -Wall -g -O2 -MT printerfont.lo -MD -MP -MF .deps/printerfont.Tpo -c printerfont.c -o printerfont.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -DFONT_ENCODINGS_DIRECTORY=\"/usr/lib/X11/fonts/encodings/encodings.dir\" -Wall -g -O2 -MT register.lo -MD -MP -MF .deps/register.Tpo -c register.c -fPIC -DPIC -o .libs/register.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -DFONT_ENCODINGS_DIRECTORY=\"/usr/lib/X11/fonts/encodings/encodings.dir\" -Wall -g -O2 -MT register.lo -MD -MP -MF .deps/register.Tpo -c register.c -o register.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -DFONT_ENCODINGS_DIRECTORY=\"/usr/lib/X11/fonts/encodings/encodings.dir\" -Wall -g -O2 -MT renderers.lo -MD -MP -MF .deps/renderers.Tpo -c renderers.c -fPIC -DPIC -o .libs/renderers.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -DFONT_ENCODINGS_DIRECTORY=\"/usr/lib/X11/fonts/encodings/encodings.dir\" -Wall -g -O2 -MT renderers.lo -MD -MP -MF .deps/renderers.Tpo -c renderers.c -o renderers.o >/dev/null 2>&1 ar cru .libs/libfontfile.a .libs/bitsource.o .libs/bufio.o .libs/decompress.o .libs/defaults.o .libs/dirfile.o .libs/encparse.o .libs/ffcheck.o .libs/fileio.o .libs/filewr.o .libs/fontdir.o .libs/fontenc.o .libs/fontencc.o .libs/fontfile.o .libs/fontscale.o .libs/gunzip.o .libs/printerfont.o .libs/register.o .libs/renderers.o ranlib .libs/libfontfile.a creating libfontfile.la (cd .libs && rm -f libfontfile.la && ln -s ../libfontfile.la libfontfile.la) make[7]: Leaving directory `/usr/src/xwnc-0.3.3/xlibs/Xfont/fontfile' Making all in bitmap make[7]: Entering directory `/usr/src/xwnc-0.3.3/xlibs/Xfont/bitmap' mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT bdfread.lo -MD -MP -MF .deps/bdfread.Tpo -c bdfread.c -fPIC -DPIC -o .libs/bdfread.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT bdfread.lo -MD -MP -MF .deps/bdfread.Tpo -c bdfread.c -o bdfread.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT bdfutils.lo -MD -MP -MF .deps/bdfutils.Tpo -c bdfutils.c -fPIC -DPIC -o .libs/bdfutils.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT bdfutils.lo -MD -MP -MF .deps/bdfutils.Tpo -c bdfutils.c -o bdfutils.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT bitmap.lo -MD -MP -MF .deps/bitmap.Tpo -c bitmap.c -fPIC -DPIC -o .libs/bitmap.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT bitmap.lo -MD -MP -MF .deps/bitmap.Tpo -c bitmap.c -o bitmap.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT bitmapfunc.lo -MD -MP -MF .deps/bitmapfunc.Tpo -c bitmapfunc.c -fPIC -DPIC -o .libs/bitmapfunc.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT bitmapfunc.lo -MD -MP -MF .deps/bitmapfunc.Tpo -c bitmapfunc.c -o bitmapfunc.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT bitmaputil.lo -MD -MP -MF .deps/bitmaputil.Tpo -c bitmaputil.c -fPIC -DPIC -o .libs/bitmaputil.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT bitmaputil.lo -MD -MP -MF .deps/bitmaputil.Tpo -c bitmaputil.c -o bitmaputil.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT bitscale.lo -MD -MP -MF .deps/bitscale.Tpo -c bitscale.c -fPIC -DPIC -o .libs/bitscale.o bitscale.c: In function 'BitmapOpenScalable': bitscale.c:1814: warning: 'isStringProp' may be used uninitialized in this function gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT bitscale.lo -MD -MP -MF .deps/bitscale.Tpo -c bitscale.c -o bitscale.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT fontink.lo -MD -MP -MF .deps/fontink.Tpo -c fontink.c -fPIC -DPIC -o .libs/fontink.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT fontink.lo -MD -MP -MF .deps/fontink.Tpo -c fontink.c -o fontink.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT pcfread.lo -MD -MP -MF .deps/pcfread.Tpo -c pcfread.c -fPIC -DPIC -o .libs/pcfread.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT pcfread.lo -MD -MP -MF .deps/pcfread.Tpo -c pcfread.c -o pcfread.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT pcfwrite.lo -MD -MP -MF .deps/pcfwrite.Tpo -c pcfwrite.c -fPIC -DPIC -o .libs/pcfwrite.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT pcfwrite.lo -MD -MP -MF .deps/pcfwrite.Tpo -c pcfwrite.c -o pcfwrite.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT snfread.lo -MD -MP -MF .deps/snfread.Tpo -c snfread.c -fPIC -DPIC -o .libs/snfread.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT snfread.lo -MD -MP -MF .deps/snfread.Tpo -c snfread.c -o snfread.o >/dev/null 2>&1 ar cru .libs/libbitmap.a .libs/bdfread.o .libs/bdfutils.o .libs/bitmap.o .libs/bitmapfunc.o .libs/bitmaputil.o .libs/bitscale.o .libs/fontink.o .libs/pcfread.o .libs/pcfwrite.o .libs/snfread.o ranlib .libs/libbitmap.a creating libbitmap.la (cd .libs && rm -f libbitmap.la && ln -s ../libbitmap.la libbitmap.la) make[7]: Leaving directory `/usr/src/xwnc-0.3.3/xlibs/Xfont/bitmap' Making all in builtins make[7]: Entering directory `/usr/src/xwnc-0.3.3/xlibs/Xfont/builtins' mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xlibs/Xfont/bitmap -I../../../xserver/include -Wall -g -O2 -MT dir.lo -MD -MP -MF .deps/dir.Tpo -c dir.c -fPIC -DPIC -o .libs/dir.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xlibs/Xfont/bitmap -I../../../xserver/include -Wall -g -O2 -MT dir.lo -MD -MP -MF .deps/dir.Tpo -c dir.c -o dir.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xlibs/Xfont/bitmap -I../../../xserver/include -Wall -g -O2 -MT file.lo -MD -MP -MF .deps/file.Tpo -c file.c -fPIC -DPIC -o .libs/file.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xlibs/Xfont/bitmap -I../../../xserver/include -Wall -g -O2 -MT file.lo -MD -MP -MF .deps/file.Tpo -c file.c -o file.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xlibs/Xfont/bitmap -I../../../xserver/include -Wall -g -O2 -MT fonts.lo -MD -MP -MF .deps/fonts.Tpo -c fonts.c -fPIC -DPIC -o .libs/fonts.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xlibs/Xfont/bitmap -I../../../xserver/include -Wall -g -O2 -MT fonts.lo -MD -MP -MF .deps/fonts.Tpo -c fonts.c -o fonts.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xlibs/Xfont/bitmap -I../../../xserver/include -Wall -g -O2 -MT fpe.lo -MD -MP -MF .deps/fpe.Tpo -c fpe.c -fPIC -DPIC -o .libs/fpe.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xlibs/Xfont/bitmap -I../../../xserver/include -Wall -g -O2 -MT fpe.lo -MD -MP -MF .deps/fpe.Tpo -c fpe.c -o fpe.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xlibs/Xfont/bitmap -I../../../xserver/include -Wall -g -O2 -MT render.lo -MD -MP -MF .deps/render.Tpo -c render.c -fPIC -DPIC -o .libs/render.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xlibs/Xfont/bitmap -I../../../xserver/include -Wall -g -O2 -MT render.lo -MD -MP -MF .deps/render.Tpo -c render.c -o render.o >/dev/null 2>&1 ar cru .libs/libbuiltins.a .libs/dir.o .libs/file.o .libs/fonts.o .libs/fpe.o .libs/render.o ranlib .libs/libbuiltins.a creating libbuiltins.la (cd .libs && rm -f libbuiltins.la && ln -s ../libbuiltins.la libbuiltins.la) make[7]: Leaving directory `/usr/src/xwnc-0.3.3/xlibs/Xfont/builtins' Making all in util make[7]: Entering directory `/usr/src/xwnc-0.3.3/xlibs/Xfont/util' mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT atom.lo -MD -MP -MF .deps/atom.Tpo -c atom.c -fPIC -DPIC -o .libs/atom.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT atom.lo -MD -MP -MF .deps/atom.Tpo -c atom.c -o atom.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT fontaccel.lo -MD -MP -MF .deps/fontaccel.Tpo -c fontaccel.c -fPIC -DPIC -o .libs/fontaccel.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT fontaccel.lo -MD -MP -MF .deps/fontaccel.Tpo -c fontaccel.c -o fontaccel.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT fontnames.lo -MD -MP -MF .deps/fontnames.Tpo -c fontnames.c -fPIC -DPIC -o .libs/fontnames.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT fontnames.lo -MD -MP -MF .deps/fontnames.Tpo -c fontnames.c -o fontnames.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT fontutil.lo -MD -MP -MF .deps/fontutil.Tpo -c fontutil.c -fPIC -DPIC -o .libs/fontutil.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT fontutil.lo -MD -MP -MF .deps/fontutil.Tpo -c fontutil.c -o fontutil.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT fontxlfd.lo -MD -MP -MF .deps/fontxlfd.Tpo -c fontxlfd.c -fPIC -DPIC -o .libs/fontxlfd.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT fontxlfd.lo -MD -MP -MF .deps/fontxlfd.Tpo -c fontxlfd.c -o fontxlfd.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT format.lo -MD -MP -MF .deps/format.Tpo -c format.c -fPIC -DPIC -o .libs/format.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT format.lo -MD -MP -MF .deps/format.Tpo -c format.c -o format.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT miscutil.lo -MD -MP -MF .deps/miscutil.Tpo -c miscutil.c -fPIC -DPIC -o .libs/miscutil.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT miscutil.lo -MD -MP -MF .deps/miscutil.Tpo -c miscutil.c -o miscutil.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT patcache.lo -MD -MP -MF .deps/patcache.Tpo -c patcache.c -fPIC -DPIC -o .libs/patcache.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT patcache.lo -MD -MP -MF .deps/patcache.Tpo -c patcache.c -o patcache.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT private.lo -MD -MP -MF .deps/private.Tpo -c private.c -fPIC -DPIC -o .libs/private.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT private.lo -MD -MP -MF .deps/private.Tpo -c private.c -o private.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT utilbitmap.lo -MD -MP -MF .deps/utilbitmap.Tpo -c utilbitmap.c -fPIC -DPIC -o .libs/utilbitmap.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT utilbitmap.lo -MD -MP -MF .deps/utilbitmap.Tpo -c utilbitmap.c -o utilbitmap.o >/dev/null 2>&1 ar cru .libs/libutil.a .libs/atom.o .libs/fontaccel.o .libs/fontnames.o .libs/fontutil.o .libs/fontxlfd.o .libs/format.o .libs/miscutil.o .libs/patcache.o .libs/private.o .libs/utilbitmap.o ranlib .libs/libutil.a creating libutil.la (cd .libs && rm -f libutil.la && ln -s ../libutil.la libutil.la) make[7]: Leaving directory `/usr/src/xwnc-0.3.3/xlibs/Xfont/util' Making all in stubs make[7]: Entering directory `/usr/src/xwnc-0.3.3/xlibs/Xfont/stubs' mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT cauthgen.lo -MD -MP -MF .deps/cauthgen.Tpo -c cauthgen.c -fPIC -DPIC -o .libs/cauthgen.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT cauthgen.lo -MD -MP -MF .deps/cauthgen.Tpo -c cauthgen.c -o cauthgen.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT csignal.lo -MD -MP -MF .deps/csignal.Tpo -c csignal.c -fPIC -DPIC -o .libs/csignal.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT csignal.lo -MD -MP -MF .deps/csignal.Tpo -c csignal.c -o csignal.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT delfntcid.lo -MD -MP -MF .deps/delfntcid.Tpo -c delfntcid.c -fPIC -DPIC -o .libs/delfntcid.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT delfntcid.lo -MD -MP -MF .deps/delfntcid.Tpo -c delfntcid.c -o delfntcid.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT errorf.lo -MD -MP -MF .deps/errorf.Tpo -c errorf.c -fPIC -DPIC -o .libs/errorf.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT errorf.lo -MD -MP -MF .deps/errorf.Tpo -c errorf.c -o errorf.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT fatalerror.lo -MD -MP -MF .deps/fatalerror.Tpo -c fatalerror.c -fPIC -DPIC -o .libs/fatalerror.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT fatalerror.lo -MD -MP -MF .deps/fatalerror.Tpo -c fatalerror.c -o fatalerror.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT findoldfnt.lo -MD -MP -MF .deps/findoldfnt.Tpo -c findoldfnt.c -fPIC -DPIC -o .libs/findoldfnt.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT findoldfnt.lo -MD -MP -MF .deps/findoldfnt.Tpo -c findoldfnt.c -o findoldfnt.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT getcres.lo -MD -MP -MF .deps/getcres.Tpo -c getcres.c -fPIC -DPIC -o .libs/getcres.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT getcres.lo -MD -MP -MF .deps/getcres.Tpo -c getcres.c -o getcres.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT getdefptsize.lo -MD -MP -MF .deps/getdefptsize.Tpo -c getdefptsize.c -fPIC -DPIC -o .libs/getdefptsize.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT getdefptsize.lo -MD -MP -MF .deps/getdefptsize.Tpo -c getdefptsize.c -o getdefptsize.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT getnewfntcid.lo -MD -MP -MF .deps/getnewfntcid.Tpo -c getnewfntcid.c -fPIC -DPIC -o .libs/getnewfntcid.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT getnewfntcid.lo -MD -MP -MF .deps/getnewfntcid.Tpo -c getnewfntcid.c -o getnewfntcid.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT gettime.lo -MD -MP -MF .deps/gettime.Tpo -c gettime.c -fPIC -DPIC -o .libs/gettime.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT gettime.lo -MD -MP -MF .deps/gettime.Tpo -c gettime.c -o gettime.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT initfshdl.lo -MD -MP -MF .deps/initfshdl.Tpo -c initfshdl.c -fPIC -DPIC -o .libs/initfshdl.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT initfshdl.lo -MD -MP -MF .deps/initfshdl.Tpo -c initfshdl.c -o initfshdl.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT regfpefunc.lo -MD -MP -MF .deps/regfpefunc.Tpo -c regfpefunc.c -fPIC -DPIC -o .libs/regfpefunc.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT regfpefunc.lo -MD -MP -MF .deps/regfpefunc.Tpo -c regfpefunc.c -o regfpefunc.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT rmfshdl.lo -MD -MP -MF .deps/rmfshdl.Tpo -c rmfshdl.c -fPIC -DPIC -o .libs/rmfshdl.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT rmfshdl.lo -MD -MP -MF .deps/rmfshdl.Tpo -c rmfshdl.c -o rmfshdl.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT servclient.lo -MD -MP -MF .deps/servclient.Tpo -c servclient.c -fPIC -DPIC -o .libs/servclient.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT servclient.lo -MD -MP -MF .deps/servclient.Tpo -c servclient.c -o servclient.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT setfntauth.lo -MD -MP -MF .deps/setfntauth.Tpo -c setfntauth.c -fPIC -DPIC -o .libs/setfntauth.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT setfntauth.lo -MD -MP -MF .deps/setfntauth.Tpo -c setfntauth.c -o setfntauth.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT stfntcfnt.lo -MD -MP -MF .deps/stfntcfnt.Tpo -c stfntcfnt.c -fPIC -DPIC -o .libs/stfntcfnt.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT stfntcfnt.lo -MD -MP -MF .deps/stfntcfnt.Tpo -c stfntcfnt.c -o stfntcfnt.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT xpstubs.lo -MD -MP -MF .deps/xpstubs.Tpo -c xpstubs.c -fPIC -DPIC -o .libs/xpstubs.o gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xlibs/Xfont/include -I../../../xlibs/Xfont/include/X11/fonts -I../../../xserver/include -Wall -g -O2 -MT xpstubs.lo -MD -MP -MF .deps/xpstubs.Tpo -c xpstubs.c -o xpstubs.o >/dev/null 2>&1 ar cru .libs/libstubs.a .libs/cauthgen.o .libs/csignal.o .libs/delfntcid.o .libs/errorf.o .libs/fatalerror.o .libs/findoldfnt.o .libs/getcres.o .libs/getdefptsize.o .libs/getnewfntcid.o .libs/gettime.o .libs/initfshdl.o .libs/regfpefunc.o .libs/rmfshdl.o .libs/servclient.o .libs/setfntauth.o .libs/stfntcfnt.o .libs/xpstubs.o ranlib .libs/libstubs.a creating libstubs.la (cd .libs && rm -f libstubs.la && ln -s ../libstubs.la libstubs.la) make[7]: Leaving directory `/usr/src/xwnc-0.3.3/xlibs/Xfont/stubs' make[7]: Entering directory `/usr/src/xwnc-0.3.3/xlibs/Xfont' mkdir .libs libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries rm -fr .libs/libXfont.lax mkdir .libs/libXfont.lax rm -fr .libs/libXfont.lax/libbitmap.a mkdir .libs/libXfont.lax/libbitmap.a (cd .libs/libXfont.lax/libbitmap.a && ar x /usr/src/xwnc-0.3.3/xlibs/Xfont/bitmap/.libs/libbitmap.a) rm -fr .libs/libXfont.lax/libbuiltins.a mkdir .libs/libXfont.lax/libbuiltins.a (cd .libs/libXfont.lax/libbuiltins.a && ar x /usr/src/xwnc-0.3.3/xlibs/Xfont/builtins/.libs/libbuiltins.a) rm -fr .libs/libXfont.lax/libfontfile.a mkdir .libs/libXfont.lax/libfontfile.a (cd .libs/libXfont.lax/libfontfile.a && ar x /usr/src/xwnc-0.3.3/xlibs/Xfont/fontfile/.libs/libfontfile.a) rm -fr .libs/libXfont.lax/libutil.a mkdir .libs/libXfont.lax/libutil.a (cd .libs/libXfont.lax/libutil.a && ar x /usr/src/xwnc-0.3.3/xlibs/Xfont/util/.libs/libutil.a) rm -fr .libs/libXfont.lax/libstubs.a mkdir .libs/libXfont.lax/libstubs.a (cd .libs/libXfont.lax/libstubs.a && ar x /usr/src/xwnc-0.3.3/xlibs/Xfont/stubs/.libs/libstubs.a) ar cru .libs/libXfont.a .libs/libXfont.lax/libbitmap.a/bdfread.o .libs/libXfont.lax/libbitmap.a/bdfutils.o .libs/libXfont.lax/libbitmap.a/bitmap.o .libs/libXfont.lax/libbitmap.a/bitmapfunc.o .libs/libXfont.lax/libbitmap.a/bitmaputil.o .libs/libXfont.lax/libbitmap.a/bitscale.o .libs/libXfont.lax/libbitmap.a/fontink.o .libs/libXfont.lax/libbitmap.a/pcfread.o .libs/libXfont.lax/libbitmap.a/pcfwrite.o .libs/libXfont.lax/libbitmap.a/snfread.o .libs/libXfont.lax/libbuiltins.a/dir.o .libs/libXfont.lax/libbuiltins.a/file.o .libs/libXfont.lax/libbuiltins.a/fonts.o .libs/libXfont.lax/libbuiltins.a/fpe.o .libs/libXfont.lax/libbuiltins.a/render.o .libs/libXfont.lax/libfontfile.a/bitsource.o .libs/libXfont.lax/libfontfile.a/bufio.o .libs/libXfont.lax/libfontfile.a/decompress.o .libs/libXfont.lax/libfontfile.a/defaults.o .libs/libXfont.lax/libfontfile.a/dirfile.o .libs/libXfont.lax/libfontfile.a/encparse.o .libs/libXfont.lax/libfontfile.a/ffcheck.o .libs/libXfont.lax/libfontfile.a/fileio.o .libs/libXfont.lax/libfontfile.a/filewr.o .libs/libXfont.lax/libfontfile.a/fontdir.o .libs/libXfont.lax/libfontfile.a/fontenc.o .libs/libXfont.lax/libfontfile.a/fontencc.o .libs/libXfont.lax/libfontfile.a/fontfile.o .libs/libXfont.lax/libfontfile.a/fontscale.o .libs/libXfont.lax/libfontfile.a/gunzip.o .libs/libXfont.lax/libfontfile.a/printerfont.o .libs/libXfont.lax/libfontfile.a/register.o .libs/libXfont.lax/libfontfile.a/renderers.o .libs/libXfont.lax/libutil.a/atom.o .libs/libXfont.lax/libutil.a/fontaccel.o .libs/libXfont.lax/libutil.a/fontnames.o .libs/libXfont.lax/libutil.a/fontutil.o .libs/libXfont.lax/libutil.a/fontxlfd.o .libs/libXfont.lax/libutil.a/format.o .libs/libXfont.lax/libutil.a/miscutil.o .libs/libXfont.lax/libutil.a/patcache.o .libs/libXfont.lax/libutil.a/private.o .libs/libXfont.lax/libutil.a/utilbitmap.o .libs/libXfont.lax/libstubs.a/cauthgen.o .libs/libXfont.lax/libstubs.a/csignal.o .libs/libXfont.lax/libstubs.a/delfntcid.o .libs/libXfont.lax/libstubs.a/errorf.o .libs/libXfont.lax/libstubs.a/fatalerror.o .libs/libXfont.lax/libstubs.a/findoldfnt.o .libs/libXfont.lax/libstubs.a/getcres.o .libs/libXfont.lax/libstubs.a/getdefptsize.o .libs/libXfont.lax/libstubs.a/getnewfntcid.o .libs/libXfont.lax/libstubs.a/gettime.o .libs/libXfont.lax/libstubs.a/initfshdl.o .libs/libXfont.lax/libstubs.a/regfpefunc.o .libs/libXfont.lax/libstubs.a/rmfshdl.o .libs/libXfont.lax/libstubs.a/servclient.o .libs/libXfont.lax/libstubs.a/setfntauth.o .libs/libXfont.lax/libstubs.a/stfntcfnt.o .libs/libXfont.lax/libstubs.a/xpstubs.o ranlib .libs/libXfont.a rm -fr .libs/libXfont.lax creating libXfont.la (cd .libs && rm -f libXfont.la && ln -s ../libXfont.la libXfont.la) make[7]: Leaving directory `/usr/src/xwnc-0.3.3/xlibs/Xfont' make[6]: Leaving directory `/usr/src/xwnc-0.3.3/xlibs/Xfont' Making all in Xau make[6]: Entering directory `/usr/src/xwnc-0.3.3/xlibs/Xau' if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/include -Wall -g -O2 -MT AuDispose.o -MD -MP -MF ".deps/AuDispose.Tpo" \ -c -o AuDispose.o `test -f 'AuDispose.c' || echo './'`AuDispose.c; \ then mv -f ".deps/AuDispose.Tpo" ".deps/AuDispose.Po"; \ else rm -f ".deps/AuDispose.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/include -Wall -g -O2 -MT AuFileName.o -MD -MP -MF ".deps/AuFileName.Tpo" \ -c -o AuFileName.o `test -f 'AuFileName.c' || echo './'`AuFileName.c; \ then mv -f ".deps/AuFileName.Tpo" ".deps/AuFileName.Po"; \ else rm -f ".deps/AuFileName.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/include -Wall -g -O2 -MT AuGetAddr.o -MD -MP -MF ".deps/AuGetAddr.Tpo" \ -c -o AuGetAddr.o `test -f 'AuGetAddr.c' || echo './'`AuGetAddr.c; \ then mv -f ".deps/AuGetAddr.Tpo" ".deps/AuGetAddr.Po"; \ else rm -f ".deps/AuGetAddr.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/include -Wall -g -O2 -MT AuGetBest.o -MD -MP -MF ".deps/AuGetBest.Tpo" \ -c -o AuGetBest.o `test -f 'AuGetBest.c' || echo './'`AuGetBest.c; \ then mv -f ".deps/AuGetBest.Tpo" ".deps/AuGetBest.Po"; \ else rm -f ".deps/AuGetBest.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/include -Wall -g -O2 -MT AuLock.o -MD -MP -MF ".deps/AuLock.Tpo" \ -c -o AuLock.o `test -f 'AuLock.c' || echo './'`AuLock.c; \ then mv -f ".deps/AuLock.Tpo" ".deps/AuLock.Po"; \ else rm -f ".deps/AuLock.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/include -Wall -g -O2 -MT AuRead.o -MD -MP -MF ".deps/AuRead.Tpo" \ -c -o AuRead.o `test -f 'AuRead.c' || echo './'`AuRead.c; \ then mv -f ".deps/AuRead.Tpo" ".deps/AuRead.Po"; \ else rm -f ".deps/AuRead.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/include -Wall -g -O2 -MT AuUnlock.o -MD -MP -MF ".deps/AuUnlock.Tpo" \ -c -o AuUnlock.o `test -f 'AuUnlock.c' || echo './'`AuUnlock.c; \ then mv -f ".deps/AuUnlock.Tpo" ".deps/AuUnlock.Po"; \ else rm -f ".deps/AuUnlock.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/include -Wall -g -O2 -MT AuWrite.o -MD -MP -MF ".deps/AuWrite.Tpo" \ -c -o AuWrite.o `test -f 'AuWrite.c' || echo './'`AuWrite.c; \ then mv -f ".deps/AuWrite.Tpo" ".deps/AuWrite.Po"; \ else rm -f ".deps/AuWrite.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/include -Wall -g -O2 -MT Autest.o -MD -MP -MF ".deps/Autest.Tpo" \ -c -o Autest.o `test -f 'Autest.c' || echo './'`Autest.c; \ then mv -f ".deps/Autest.Tpo" ".deps/Autest.Po"; \ else rm -f ".deps/Autest.Tpo"; exit 1; \ fi rm -f libXau.a ar cru libXau.a AuDispose.o AuFileName.o AuGetAddr.o AuGetBest.o AuLock.o AuRead.o AuUnlock.o AuWrite.o Autest.o ranlib libXau.a make[6]: Leaving directory `/usr/src/xwnc-0.3.3/xlibs/Xau' make[6]: Entering directory `/usr/src/xwnc-0.3.3/xlibs' make[6]: Nothing to be done for `all-am'. make[6]: Leaving directory `/usr/src/xwnc-0.3.3/xlibs' make[5]: Leaving directory `/usr/src/xwnc-0.3.3/xlibs' Making all in xserver make[5]: Entering directory `/usr/src/xwnc-0.3.3/xserver' Making all in dix make[6]: Entering directory `/usr/src/xwnc-0.3.3/xserver/dix' if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT atom.o -MD -MP -MF ".deps/atom.Tpo" \ -c -o atom.o `test -f 'atom.c' || echo './'`atom.c; \ then mv -f ".deps/atom.Tpo" ".deps/atom.Po"; \ else rm -f ".deps/atom.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT colormap.o -MD -MP -MF ".deps/colormap.Tpo" \ -c -o colormap.o `test -f 'colormap.c' || echo './'`colormap.c; \ then mv -f ".deps/colormap.Tpo" ".deps/colormap.Po"; \ else rm -f ".deps/colormap.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT cursor.o -MD -MP -MF ".deps/cursor.Tpo" \ -c -o cursor.o `test -f 'cursor.c' || echo './'`cursor.c; \ then mv -f ".deps/cursor.Tpo" ".deps/cursor.Po"; \ else rm -f ".deps/cursor.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT devices.o -MD -MP -MF ".deps/devices.Tpo" \ -c -o devices.o `test -f 'devices.c' || echo './'`devices.c; \ then mv -f ".deps/devices.Tpo" ".deps/devices.Po"; \ else rm -f ".deps/devices.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT dispatch.o -MD -MP -MF ".deps/dispatch.Tpo" \ -c -o dispatch.o `test -f 'dispatch.c' || echo './'`dispatch.c; \ then mv -f ".deps/dispatch.Tpo" ".deps/dispatch.Po"; \ else rm -f ".deps/dispatch.Tpo"; exit 1; \ fi dispatch.c: In function 'DoGetImage': dispatch.c:2130: warning: unused variable 'pVisibleRegion' if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT dixfonts.o -MD -MP -MF ".deps/dixfonts.Tpo" \ -c -o dixfonts.o `test -f 'dixfonts.c' || echo './'`dixfonts.c; \ then mv -f ".deps/dixfonts.Tpo" ".deps/dixfonts.Po"; \ else rm -f ".deps/dixfonts.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT dixutils.o -MD -MP -MF ".deps/dixutils.Tpo" \ -c -o dixutils.o `test -f 'dixutils.c' || echo './'`dixutils.c; \ then mv -f ".deps/dixutils.Tpo" ".deps/dixutils.Po"; \ else rm -f ".deps/dixutils.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT events.o -MD -MP -MF ".deps/events.Tpo" \ -c -o events.o `test -f 'events.c' || echo './'`events.c; \ then mv -f ".deps/events.Tpo" ".deps/events.Po"; \ else rm -f ".deps/events.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT extension.o -MD -MP -MF ".deps/extension.Tpo" \ -c -o extension.o `test -f 'extension.c' || echo './'`extension.c; \ then mv -f ".deps/extension.Tpo" ".deps/extension.Po"; \ else rm -f ".deps/extension.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT ffs.o -MD -MP -MF ".deps/ffs.Tpo" \ -c -o ffs.o `test -f 'ffs.c' || echo './'`ffs.c; \ then mv -f ".deps/ffs.Tpo" ".deps/ffs.Po"; \ else rm -f ".deps/ffs.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT gc.o -MD -MP -MF ".deps/gc.Tpo" \ -c -o gc.o `test -f 'gc.c' || echo './'`gc.c; \ then mv -f ".deps/gc.Tpo" ".deps/gc.Po"; \ else rm -f ".deps/gc.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT globals.o -MD -MP -MF ".deps/globals.Tpo" \ -c -o globals.o `test -f 'globals.c' || echo './'`globals.c; \ then mv -f ".deps/globals.Tpo" ".deps/globals.Po"; \ else rm -f ".deps/globals.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT glyphcurs.o -MD -MP -MF ".deps/glyphcurs.Tpo" \ -c -o glyphcurs.o `test -f 'glyphcurs.c' || echo './'`glyphcurs.c; \ then mv -f ".deps/glyphcurs.Tpo" ".deps/glyphcurs.Po"; \ else rm -f ".deps/glyphcurs.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT grabs.o -MD -MP -MF ".deps/grabs.Tpo" \ -c -o grabs.o `test -f 'grabs.c' || echo './'`grabs.c; \ then mv -f ".deps/grabs.Tpo" ".deps/grabs.Po"; \ else rm -f ".deps/grabs.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT initatoms.o -MD -MP -MF ".deps/initatoms.Tpo" \ -c -o initatoms.o `test -f 'initatoms.c' || echo './'`initatoms.c; \ then mv -f ".deps/initatoms.Tpo" ".deps/initatoms.Po"; \ else rm -f ".deps/initatoms.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT main.o -MD -MP -MF ".deps/main.Tpo" \ -c -o main.o `test -f 'main.c' || echo './'`main.c; \ then mv -f ".deps/main.Tpo" ".deps/main.Po"; \ else rm -f ".deps/main.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT pixmap.o -MD -MP -MF ".deps/pixmap.Tpo" \ -c -o pixmap.o `test -f 'pixmap.c' || echo './'`pixmap.c; \ then mv -f ".deps/pixmap.Tpo" ".deps/pixmap.Po"; \ else rm -f ".deps/pixmap.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT privates.o -MD -MP -MF ".deps/privates.Tpo" \ -c -o privates.o `test -f 'privates.c' || echo './'`privates.c; \ then mv -f ".deps/privates.Tpo" ".deps/privates.Po"; \ else rm -f ".deps/privates.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT property.o -MD -MP -MF ".deps/property.Tpo" \ -c -o property.o `test -f 'property.c' || echo './'`property.c; \ then mv -f ".deps/property.Tpo" ".deps/property.Po"; \ else rm -f ".deps/property.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT resource.o -MD -MP -MF ".deps/resource.Tpo" \ -c -o resource.o `test -f 'resource.c' || echo './'`resource.c; \ then mv -f ".deps/resource.Tpo" ".deps/resource.Po"; \ else rm -f ".deps/resource.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT swaprep.o -MD -MP -MF ".deps/swaprep.Tpo" \ -c -o swaprep.o `test -f 'swaprep.c' || echo './'`swaprep.c; \ then mv -f ".deps/swaprep.Tpo" ".deps/swaprep.Po"; \ else rm -f ".deps/swaprep.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT swapreq.o -MD -MP -MF ".deps/swapreq.Tpo" \ -c -o swapreq.o `test -f 'swapreq.c' || echo './'`swapreq.c; \ then mv -f ".deps/swapreq.Tpo" ".deps/swapreq.Po"; \ else rm -f ".deps/swapreq.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT tables.o -MD -MP -MF ".deps/tables.Tpo" \ -c -o tables.o `test -f 'tables.c' || echo './'`tables.c; \ then mv -f ".deps/tables.Tpo" ".deps/tables.Po"; \ else rm -f ".deps/tables.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT window.o -MD -MP -MF ".deps/window.Tpo" \ -c -o window.o `test -f 'window.c' || echo './'`window.c; \ then mv -f ".deps/window.Tpo" ".deps/window.Po"; \ else rm -f ".deps/window.Tpo"; exit 1; \ fi rm -f libdix.a ar cru libdix.a atom.o colormap.o cursor.o devices.o dispatch.o dixfonts.o dixutils.o events.o extension.o ffs.o gc.o globals.o glyphcurs.o grabs.o initatoms.o main.o pixmap.o privates.o property.o resource.o swaprep.o swapreq.o tables.o window.o ranlib libdix.a if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT xpstubs.o -MD -MP -MF ".deps/xpstubs.Tpo" \ -c -o xpstubs.o `test -f 'xpstubs.c' || echo './'`xpstubs.c; \ then mv -f ".deps/xpstubs.Tpo" ".deps/xpstubs.Po"; \ else rm -f ".deps/xpstubs.Tpo"; exit 1; \ fi rm -f libxpstubs.a ar cru libxpstubs.a xpstubs.o ranlib libxpstubs.a make[6]: Leaving directory `/usr/src/xwnc-0.3.3/xserver/dix' Making all in fb make[6]: Entering directory `/usr/src/xwnc-0.3.3/xserver/fb' if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/mi -I../../xserver/render -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT fb24_32.o -MD -MP -MF ".deps/fb24_32.Tpo" \ -c -o fb24_32.o `test -f 'fb24_32.c' || echo './'`fb24_32.c; \ then mv -f ".deps/fb24_32.Tpo" ".deps/fb24_32.Po"; \ else rm -f ".deps/fb24_32.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/mi -I../../xserver/render -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT fballpriv.o -MD -MP -MF ".deps/fballpriv.Tpo" \ -c -o fballpriv.o `test -f 'fballpriv.c' || echo './'`fballpriv.c; \ then mv -f ".deps/fballpriv.Tpo" ".deps/fballpriv.Po"; \ else rm -f ".deps/fballpriv.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/mi -I../../xserver/render -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT fbarc.o -MD -MP -MF ".deps/fbarc.Tpo" \ -c -o fbarc.o `test -f 'fbarc.c' || echo './'`fbarc.c; \ then mv -f ".deps/fbarc.Tpo" ".deps/fbarc.Po"; \ else rm -f ".deps/fbarc.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/mi -I../../xserver/render -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT fbbits.o -MD -MP -MF ".deps/fbbits.Tpo" \ -c -o fbbits.o `test -f 'fbbits.c' || echo './'`fbbits.c; \ then mv -f ".deps/fbbits.Tpo" ".deps/fbbits.Po"; \ else rm -f ".deps/fbbits.Tpo"; exit 1; \ fi fbbits.h: In function 'fbPolySegment32': fbbits.h:827: warning: 'bits' is used uninitialized in this function fbbits.h: In function 'fbPolySegment24': fbbits.h:827: warning: 'bits' is used uninitialized in this function fbbits.h: In function 'fbPolySegment16': fbbits.h:827: warning: 'bits' is used uninitialized in this function fbbits.h: In function 'fbPolySegment8': fbbits.h:827: warning: 'bits' is used uninitialized in this function if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/mi -I../../xserver/render -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT fbblt.o -MD -MP -MF ".deps/fbblt.Tpo" \ -c -o fbblt.o `test -f 'fbblt.c' || echo './'`fbblt.c; \ then mv -f ".deps/fbblt.Tpo" ".deps/fbblt.Po"; \ else rm -f ".deps/fbblt.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/mi -I../../xserver/render -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT fbbltone.o -MD -MP -MF ".deps/fbbltone.Tpo" \ -c -o fbbltone.o `test -f 'fbbltone.c' || echo './'`fbbltone.c; \ then mv -f ".deps/fbbltone.Tpo" ".deps/fbbltone.Po"; \ else rm -f ".deps/fbbltone.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/mi -I../../xserver/render -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT fbbstore.o -MD -MP -MF ".deps/fbbstore.Tpo" \ -c -o fbbstore.o `test -f 'fbbstore.c' || echo './'`fbbstore.c; \ then mv -f ".deps/fbbstore.Tpo" ".deps/fbbstore.Po"; \ else rm -f ".deps/fbbstore.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/mi -I../../xserver/render -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT fbcmap.o -MD -MP -MF ".deps/fbcmap.Tpo" \ -c -o fbcmap.o `test -f 'fbcmap.c' || echo './'`fbcmap.c; \ then mv -f ".deps/fbcmap.Tpo" ".deps/fbcmap.Po"; \ else rm -f ".deps/fbcmap.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/mi -I../../xserver/render -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT fbcompose.o -MD -MP -MF ".deps/fbcompose.Tpo" \ -c -o fbcompose.o `test -f 'fbcompose.c' || echo './'`fbcompose.c; \ then mv -f ".deps/fbcompose.Tpo" ".deps/fbcompose.Po"; \ else rm -f ".deps/fbcompose.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/mi -I../../xserver/render -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT fbcopy.o -MD -MP -MF ".deps/fbcopy.Tpo" \ -c -o fbcopy.o `test -f 'fbcopy.c' || echo './'`fbcopy.c; \ then mv -f ".deps/fbcopy.Tpo" ".deps/fbcopy.Po"; \ else rm -f ".deps/fbcopy.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/mi -I../../xserver/render -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT fbfill.o -MD -MP -MF ".deps/fbfill.Tpo" \ -c -o fbfill.o `test -f 'fbfill.c' || echo './'`fbfill.c; \ then mv -f ".deps/fbfill.Tpo" ".deps/fbfill.Po"; \ else rm -f ".deps/fbfill.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/mi -I../../xserver/render -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT fbfillrect.o -MD -MP -MF ".deps/fbfillrect.Tpo" \ -c -o fbfillrect.o `test -f 'fbfillrect.c' || echo './'`fbfillrect.c; \ then mv -f ".deps/fbfillrect.Tpo" ".deps/fbfillrect.Po"; \ else rm -f ".deps/fbfillrect.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/mi -I../../xserver/render -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT fbfillsp.o -MD -MP -MF ".deps/fbfillsp.Tpo" \ -c -o fbfillsp.o `test -f 'fbfillsp.c' || echo './'`fbfillsp.c; \ then mv -f ".deps/fbfillsp.Tpo" ".deps/fbfillsp.Po"; \ else rm -f ".deps/fbfillsp.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/mi -I../../xserver/render -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT fbgc.o -MD -MP -MF ".deps/fbgc.Tpo" \ -c -o fbgc.o `test -f 'fbgc.c' || echo './'`fbgc.c; \ then mv -f ".deps/fbgc.Tpo" ".deps/fbgc.Po"; \ else rm -f ".deps/fbgc.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/mi -I../../xserver/render -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT fbgetsp.o -MD -MP -MF ".deps/fbgetsp.Tpo" \ -c -o fbgetsp.o `test -f 'fbgetsp.c' || echo './'`fbgetsp.c; \ then mv -f ".deps/fbgetsp.Tpo" ".deps/fbgetsp.Po"; \ else rm -f ".deps/fbgetsp.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/mi -I../../xserver/render -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT fbglyph.o -MD -MP -MF ".deps/fbglyph.Tpo" \ -c -o fbglyph.o `test -f 'fbglyph.c' || echo './'`fbglyph.c; \ then mv -f ".deps/fbglyph.Tpo" ".deps/fbglyph.Po"; \ else rm -f ".deps/fbglyph.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/mi -I../../xserver/render -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT fbimage.o -MD -MP -MF ".deps/fbimage.Tpo" \ -c -o fbimage.o `test -f 'fbimage.c' || echo './'`fbimage.c; \ then mv -f ".deps/fbimage.Tpo" ".deps/fbimage.Po"; \ else rm -f ".deps/fbimage.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/mi -I../../xserver/render -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT fbline.o -MD -MP -MF ".deps/fbline.Tpo" \ -c -o fbline.o `test -f 'fbline.c' || echo './'`fbline.c; \ then mv -f ".deps/fbline.Tpo" ".deps/fbline.Po"; \ else rm -f ".deps/fbline.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/mi -I../../xserver/render -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT fbmodule.o -MD -MP -MF ".deps/fbmodule.Tpo" \ -c -o fbmodule.o `test -f 'fbmodule.c' || echo './'`fbmodule.c; \ then mv -f ".deps/fbmodule.Tpo" ".deps/fbmodule.Po"; \ else rm -f ".deps/fbmodule.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/mi -I../../xserver/render -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT fboverlay.o -MD -MP -MF ".deps/fboverlay.Tpo" \ -c -o fboverlay.o `test -f 'fboverlay.c' || echo './'`fboverlay.c; \ then mv -f ".deps/fboverlay.Tpo" ".deps/fboverlay.Po"; \ else rm -f ".deps/fboverlay.Tpo"; exit 1; \ fi fboverlay.c: In function 'fbOverlayFinishScreenInit': fboverlay.c:418: warning: implicit declaration of function 'ShmRegisterFbFuncs' if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/mi -I../../xserver/render -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT fbpict.o -MD -MP -MF ".deps/fbpict.Tpo" \ -c -o fbpict.o `test -f 'fbpict.c' || echo './'`fbpict.c; \ then mv -f ".deps/fbpict.Tpo" ".deps/fbpict.Po"; \ else rm -f ".deps/fbpict.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/mi -I../../xserver/render -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT fbpixmap.o -MD -MP -MF ".deps/fbpixmap.Tpo" \ -c -o fbpixmap.o `test -f 'fbpixmap.c' || echo './'`fbpixmap.c; \ then mv -f ".deps/fbpixmap.Tpo" ".deps/fbpixmap.Po"; \ else rm -f ".deps/fbpixmap.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/mi -I../../xserver/render -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT fbpoint.o -MD -MP -MF ".deps/fbpoint.Tpo" \ -c -o fbpoint.o `test -f 'fbpoint.c' || echo './'`fbpoint.c; \ then mv -f ".deps/fbpoint.Tpo" ".deps/fbpoint.Po"; \ else rm -f ".deps/fbpoint.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/mi -I../../xserver/render -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT fbpush.o -MD -MP -MF ".deps/fbpush.Tpo" \ -c -o fbpush.o `test -f 'fbpush.c' || echo './'`fbpush.c; \ then mv -f ".deps/fbpush.Tpo" ".deps/fbpush.Po"; \ else rm -f ".deps/fbpush.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/mi -I../../xserver/render -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT fbscreen.o -MD -MP -MF ".deps/fbscreen.Tpo" \ -c -o fbscreen.o `test -f 'fbscreen.c' || echo './'`fbscreen.c; \ then mv -f ".deps/fbscreen.Tpo" ".deps/fbscreen.Po"; \ else rm -f ".deps/fbscreen.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/mi -I../../xserver/render -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT fbseg.o -MD -MP -MF ".deps/fbseg.Tpo" \ -c -o fbseg.o `test -f 'fbseg.c' || echo './'`fbseg.c; \ then mv -f ".deps/fbseg.Tpo" ".deps/fbseg.Po"; \ else rm -f ".deps/fbseg.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/mi -I../../xserver/render -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT fbsetsp.o -MD -MP -MF ".deps/fbsetsp.Tpo" \ -c -o fbsetsp.o `test -f 'fbsetsp.c' || echo './'`fbsetsp.c; \ then mv -f ".deps/fbsetsp.Tpo" ".deps/fbsetsp.Po"; \ else rm -f ".deps/fbsetsp.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/mi -I../../xserver/render -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT fbsolid.o -MD -MP -MF ".deps/fbsolid.Tpo" \ -c -o fbsolid.o `test -f 'fbsolid.c' || echo './'`fbsolid.c; \ then mv -f ".deps/fbsolid.Tpo" ".deps/fbsolid.Po"; \ else rm -f ".deps/fbsolid.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/mi -I../../xserver/render -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT fbstipple.o -MD -MP -MF ".deps/fbstipple.Tpo" \ -c -o fbstipple.o `test -f 'fbstipple.c' || echo './'`fbstipple.c; \ then mv -f ".deps/fbstipple.Tpo" ".deps/fbstipple.Po"; \ else rm -f ".deps/fbstipple.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/mi -I../../xserver/render -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT fbtile.o -MD -MP -MF ".deps/fbtile.Tpo" \ -c -o fbtile.o `test -f 'fbtile.c' || echo './'`fbtile.c; \ then mv -f ".deps/fbtile.Tpo" ".deps/fbtile.Po"; \ else rm -f ".deps/fbtile.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/mi -I../../xserver/render -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT fbtrap.o -MD -MP -MF ".deps/fbtrap.Tpo" \ -c -o fbtrap.o `test -f 'fbtrap.c' || echo './'`fbtrap.c; \ then mv -f ".deps/fbtrap.Tpo" ".deps/fbtrap.Po"; \ else rm -f ".deps/fbtrap.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/mi -I../../xserver/render -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT fbutil.o -MD -MP -MF ".deps/fbutil.Tpo" \ -c -o fbutil.o `test -f 'fbutil.c' || echo './'`fbutil.c; \ then mv -f ".deps/fbutil.Tpo" ".deps/fbutil.Po"; \ else rm -f ".deps/fbutil.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/mi -I../../xserver/render -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT fbwindow.o -MD -MP -MF ".deps/fbwindow.Tpo" \ -c -o fbwindow.o `test -f 'fbwindow.c' || echo './'`fbwindow.c; \ then mv -f ".deps/fbwindow.Tpo" ".deps/fbwindow.Po"; \ else rm -f ".deps/fbwindow.Tpo"; exit 1; \ fi rm -f libfb.a ar cru libfb.a fb24_32.o fballpriv.o fbarc.o fbbits.o fbblt.o fbbltone.o fbbstore.o fbcmap.o fbcompose.o fbcopy.o fbfill.o fbfillrect.o fbfillsp.o fbgc.o fbgetsp.o fbglyph.o fbimage.o fbline.o fbmodule.o fboverlay.o fbpict.o fbpixmap.o fbpoint.o fbpush.o fbscreen.o fbseg.o fbsetsp.o fbsolid.o fbstipple.o fbtile.o fbtrap.o fbutil.o fbwindow.o ranlib libfb.a make[6]: Leaving directory `/usr/src/xwnc-0.3.3/xserver/fb' Making all in mi make[6]: Entering directory `/usr/src/xwnc-0.3.3/xserver/mi' if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/render -I../../xserver/Xext -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT cbrt.o -MD -MP -MF ".deps/cbrt.Tpo" \ -c -o cbrt.o `test -f 'cbrt.c' || echo './'`cbrt.c; \ then mv -f ".deps/cbrt.Tpo" ".deps/cbrt.Po"; \ else rm -f ".deps/cbrt.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/render -I../../xserver/Xext -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT miarc.o -MD -MP -MF ".deps/miarc.Tpo" \ -c -o miarc.o `test -f 'miarc.c' || echo './'`miarc.c; \ then mv -f ".deps/miarc.Tpo" ".deps/miarc.Po"; \ else rm -f ".deps/miarc.Tpo"; exit 1; \ fi miarc.c:113: warning: type qualifiers ignored on function return type miarc.c:118: warning: type qualifiers ignored on function return type miarc.c: In function 'miFillWideEllipse': miarc.c:957: warning: implicit declaration of function 'alloca' miarc.c:957: warning: incompatible implicit declaration of built-in function 'alloca' miarc.c: In function 'miComputeArcs': miarc.c:1931: warning: incompatible implicit declaration of built-in function 'alloca' miarc.c: In function 'fillSpans': miarc.c:3194: warning: incompatible implicit declaration of built-in function 'alloca' miarc.c: In function 'miComputeArcs': miarc.c:1921: warning: 'dashRemaining' may be used uninitialized in this function if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/render -I../../xserver/Xext -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT mibank.o -MD -MP -MF ".deps/mibank.Tpo" \ -c -o mibank.o `test -f 'mibank.c' || echo './'`mibank.c; \ then mv -f ".deps/mibank.Tpo" ".deps/mibank.Po"; \ else rm -f ".deps/mibank.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/render -I../../xserver/Xext -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT mibitblt.o -MD -MP -MF ".deps/mibitblt.Tpo" \ -c -o mibitblt.o `test -f 'mibitblt.c' || echo './'`mibitblt.c; \ then mv -f ".deps/mibitblt.Tpo" ".deps/mibitblt.Po"; \ else rm -f ".deps/mibitblt.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/render -I../../xserver/Xext -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT mibstore.o -MD -MP -MF ".deps/mibstore.Tpo" \ -c -o mibstore.o `test -f 'mibstore.c' || echo './'`mibstore.c; \ then mv -f ".deps/mibstore.Tpo" ".deps/mibstore.Po"; \ else rm -f ".deps/mibstore.Tpo"; exit 1; \ fi mibstore.c: In function 'miBSClearBackingStore': mibstore.c:2388: warning: dereferencing type-punned pointer will break strict-aliasing rules mibstore.c: In function 'miBSFillVirtualBits': mibstore.c:2539: warning: dereferencing type-punned pointer will break strict-aliasing rules if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/render -I../../xserver/Xext -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT miclipn.o -MD -MP -MF ".deps/miclipn.Tpo" \ -c -o miclipn.o `test -f 'miclipn.c' || echo './'`miclipn.c; \ then mv -f ".deps/miclipn.Tpo" ".deps/miclipn.Po"; \ else rm -f ".deps/miclipn.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/render -I../../xserver/Xext -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT micmap.o -MD -MP -MF ".deps/micmap.Tpo" \ -c -o micmap.o `test -f 'micmap.c' || echo './'`micmap.c; \ then mv -f ".deps/micmap.Tpo" ".deps/micmap.Po"; \ else rm -f ".deps/micmap.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/render -I../../xserver/Xext -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT micursor.o -MD -MP -MF ".deps/micursor.Tpo" \ -c -o micursor.o `test -f 'micursor.c' || echo './'`micursor.c; \ then mv -f ".deps/micursor.Tpo" ".deps/micursor.Po"; \ else rm -f ".deps/micursor.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/render -I../../xserver/Xext -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT midash.o -MD -MP -MF ".deps/midash.Tpo" \ -c -o midash.o `test -f 'midash.c' || echo './'`midash.c; \ then mv -f ".deps/midash.Tpo" ".deps/midash.Po"; \ else rm -f ".deps/midash.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/render -I../../xserver/Xext -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT midispcur.o -MD -MP -MF ".deps/midispcur.Tpo" \ -c -o midispcur.o `test -f 'midispcur.c' || echo './'`midispcur.c; \ then mv -f ".deps/midispcur.Tpo" ".deps/midispcur.Po"; \ else rm -f ".deps/midispcur.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/render -I../../xserver/Xext -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT mieq.o -MD -MP -MF ".deps/mieq.Tpo" \ -c -o mieq.o `test -f 'mieq.c' || echo './'`mieq.c; \ then mv -f ".deps/mieq.Tpo" ".deps/mieq.Po"; \ else rm -f ".deps/mieq.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/render -I../../xserver/Xext -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT miexpose.o -MD -MP -MF ".deps/miexpose.Tpo" \ -c -o miexpose.o `test -f 'miexpose.c' || echo './'`miexpose.c; \ then mv -f ".deps/miexpose.Tpo" ".deps/miexpose.Po"; \ else rm -f ".deps/miexpose.Tpo"; exit 1; \ fi miexpose.c: In function 'miPaintWindow': miexpose.c:630: warning: 'oldCorner.x' may be used uninitialized in this function miexpose.c:630: warning: 'oldCorner.y' may be used uninitialized in this function miexpose.c:629: warning: 'prgnWin.data' may be used uninitialized in this function miexpose.c:629: warning: 'prgnWin.extents.y2' may be used uninitialized in this function miexpose.c:629: warning: 'prgnWin.extents.x2' may be used uninitialized in this function miexpose.c:629: warning: 'prgnWin.extents.y1' may be used uninitialized in this function miexpose.c:629: warning: 'prgnWin.extents.x1' may be used uninitialized in this function miexpose.c: In function 'miHandleExposures': miexpose.c:129: warning: 'expBox.y2' may be used uninitialized in this function miexpose.c:129: warning: 'expBox.y1' may be used uninitialized in this function miexpose.c:129: warning: 'expBox.x2' may be used uninitialized in this function miexpose.c:129: warning: 'expBox.x1' may be used uninitialized in this function if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/render -I../../xserver/Xext -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT mifillarc.o -MD -MP -MF ".deps/mifillarc.Tpo" \ -c -o mifillarc.o `test -f 'mifillarc.c' || echo './'`mifillarc.c; \ then mv -f ".deps/mifillarc.Tpo" ".deps/mifillarc.Po"; \ else rm -f ".deps/mifillarc.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/render -I../../xserver/Xext -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT mifillrct.o -MD -MP -MF ".deps/mifillrct.Tpo" \ -c -o mifillrct.o `test -f 'mifillrct.c' || echo './'`mifillrct.c; \ then mv -f ".deps/mifillrct.Tpo" ".deps/mifillrct.Po"; \ else rm -f ".deps/mifillrct.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/render -I../../xserver/Xext -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT mifpolycon.o -MD -MP -MF ".deps/mifpolycon.Tpo" \ -c -o mifpolycon.o `test -f 'mifpolycon.c' || echo './'`mifpolycon.c; \ then mv -f ".deps/mifpolycon.Tpo" ".deps/mifpolycon.Po"; \ else rm -f ".deps/mifpolycon.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/render -I../../xserver/Xext -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT migc.o -MD -MP -MF ".deps/migc.Tpo" \ -c -o migc.o `test -f 'migc.c' || echo './'`migc.c; \ then mv -f ".deps/migc.Tpo" ".deps/migc.Po"; \ else rm -f ".deps/migc.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/render -I../../xserver/Xext -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT miglblt.o -MD -MP -MF ".deps/miglblt.Tpo" \ -c -o miglblt.o `test -f 'miglblt.c' || echo './'`miglblt.c; \ then mv -f ".deps/miglblt.Tpo" ".deps/miglblt.Po"; \ else rm -f ".deps/miglblt.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/render -I../../xserver/Xext -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT miinitext.o -MD -MP -MF ".deps/miinitext.Tpo" \ -c -o miinitext.o `test -f 'miinitext.c' || echo './'`miinitext.c; \ then mv -f ".deps/miinitext.Tpo" ".deps/miinitext.Po"; \ else rm -f ".deps/miinitext.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/render -I../../xserver/Xext -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT mioverlay.o -MD -MP -MF ".deps/mioverlay.Tpo" \ -c -o mioverlay.o `test -f 'mioverlay.c' || echo './'`mioverlay.c; \ then mv -f ".deps/mioverlay.Tpo" ".deps/mioverlay.Po"; \ else rm -f ".deps/mioverlay.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/render -I../../xserver/Xext -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -Wall -g -O2 -MT mipointer.o -MD -MP -MF ".deps/mipointer.Tpo" \ -c -o mipointer.o `test -f 'mipointer.c' || echo './'`mipointer.c; \ then mv -f ".deps/mipointer.Tpo" ".deps/mipointer.Po"; \ else rm