make[1]: Entering directory `/usr/src/xwnc' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/xwnc/build/debian/dapper /usr/src/xwnc/build/debian/dapper.unionfs if ! unionctl --query /usr/src/xwnc/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/xwnc/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro xwnc-dapper /usr/src/xwnc/build/debian/dapper ; fi umount /usr/src/xwnc/build/debian/dapper/proc > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/xwnc/build/debian/dapper/dev/pts > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/xwnc/build/debian/dapper/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/xwnc/build/debian/dapper/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/xwnc/build/debian/dapper/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/xwnc/build/debian/dapper/usr/src > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/xwnc/build/debian/dapper/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/xwnc/build/debian/dapper/root/.ccache > /dev/null 2>&1 ; \ fi make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/xwnc/build/debian/dapper && rm -fr /usr/src/xwnc/build/debian/dapper && mkdir /usr/src/xwnc/build/debian/dapper rm -fr /usr/src/xwnc/build/debian/dapper.unionfs lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/xwnc/build/debian/dapper /usr/src/xwnc/build/debian/dapper.unionfs if ! unionctl --query /usr/src/xwnc/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/xwnc/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro xwnc-dapper /usr/src/xwnc/build/debian/dapper ; 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/dapper /usr/src/xwnc/build/debian/dapper.unionfs if ! unionctl --query /usr/src/xwnc/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/xwnc/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro xwnc-dapper /usr/src/xwnc/build/debian/dapper ; fi umount /usr/src/xwnc/build/debian/dapper/proc > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/xwnc/build/debian/dapper/dev/pts > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/xwnc/build/debian/dapper/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/xwnc/build/debian/dapper/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/xwnc/build/debian/dapper/usr/portage > /dev/null 2>&1 ; \ fi make[2]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/xwnc/build/debian/dapper/usr/src > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/xwnc/build/debian/dapper/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/xwnc/build/debian/dapper/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/dapper /usr/src/xwnc/build/debian/dapper.unionfs if ! unionctl --query /usr/src/xwnc/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/xwnc/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro xwnc-dapper /usr/src/xwnc/build/debian/dapper ; fi mount -t proc proc /usr/src/xwnc/build/debian/dapper/proc mount -t devpts devpts /usr/src/xwnc/build/debian/dapper/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/dapper/archives/partial ; \ mount --bind gnulinux/debian/dapper/archives /usr/src/xwnc/build/debian/dapper/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/xwnc/build/debian/dapper/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/xwnc/build/debian/dapper/usr/local/distdir ; \ mkdir -p /var/cache/packaging-farm/debian/portage /usr/src/xwnc/build/debian/dapper/usr/portage ; \ mount --bind /var/cache/packaging-farm/debian/portage /usr/src/xwnc/build/debian/dapper/usr/portage ; \ fi mkdir -p gnulinux/debian/dapper/src mount --bind gnulinux/debian/dapper/src /usr/src/xwnc/build/debian/dapper/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/xwnc/build/debian/dapper/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/xwnc/build/debian/dapper/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/xwnc/build/debian/dapper/root/.ccache ; \ mount --bind /root/.ccache /usr/src/xwnc/build/debian/dapper/root/.ccache ; \ fi make[2]: Leaving directory `/usr/src/xwnc' if [ debian = debian ] ; then \ source_list=/usr/src/xwnc/build/debian/dapper/etc/apt/sources.list ; \ : ; \ : ; \ chroot /usr/src/xwnc/build/debian/dapper apt-get update ; \ chroot /usr/src/xwnc/build/debian/dapper apt-get -y --force-yes dist-upgrade ; \ elif [ debian = fedora ] ; then \ TEMPLATE=/usr/src/xwnc/build/debian/dapper/etc/packaging-farm.yum ; \ : ; \ : ; \ chroot /usr/src/xwnc/build/debian/dapper yum -d 0 -e 0 -y update ; \ elif [ debian = gentoo ] ; then \ overlaydir=/usr/src/xwnc/build/debian/dapper/overlays ; \ mkdir -p $overlaydir ; \ : ; \ fi Get:1 http://fr.archive.ubuntu.com dapper Release.gpg [189B] Hit http://fr.archive.ubuntu.com dapper Release Err http://fr.archive.ubuntu.com dapper Release Get:2 http://fr.archive.ubuntu.com dapper Release [34.8kB] Ign http://fr.archive.ubuntu.com dapper Release Hit http://fr.archive.ubuntu.com dapper/main Packages Hit http://fr.archive.ubuntu.com dapper/universe Packages Fetched 34.9kB in 0s (41.5kB/s) Reading package lists... W: GPG error: http://fr.archive.ubuntu.com dapper Release: Could not execute /usr/bin/gpgv to verify signature (is gnupg installed?) W: You may want to run apt-get update to correct these problems Reading package lists... Building dependency tree... 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/dapper /usr/src/xwnc/build/debian/dapper.unionfs if ! unionctl --query /usr/src/xwnc/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/xwnc/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro xwnc-dapper /usr/src/xwnc/build/debian/dapper ; fi umount /usr/src/xwnc/build/debian/dapper/proc > /dev/null 2>&1 umount /usr/src/xwnc/build/debian/dapper/dev/pts > /dev/null 2>&1 if [ debian = debian ] ; then \ umount /usr/src/xwnc/build/debian/dapper/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/xwnc/build/debian/dapper/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/xwnc/build/debian/dapper/usr/portage > /dev/null 2>&1 ; \ fi umount /usr/src/xwnc/build/debian/dapper/usr/src > /dev/null 2>&1 if [ debian = gentoo ] ; then \ umount /usr/src/xwnc/build/debian/dapper/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/xwnc/build/debian/dapper/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 30812.00 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/dapper/src mkdir -p gnulinux/debian/dapper/src if [ -f xwnc/*/debian/control.dapper ] ; then \ cd gnulinux/debian/dapper/src ; \ dpkg-source -x ../../../../xwnc/*.dsc ; \ cp xwnc-*/debian/control.dapper xwnc-*/debian/control ; \ dpkg-source -b xwnc-*[0-9] xwnc_*.tar.gz ; \ elif [ -d xwnc/dapper ] ; then \ rsync -av xwnc/dapper/*.{dsc,gz} gnulinux/debian/dapper/src ; \ else \ rsync -av xwnc/*.{dsc,gz} gnulinux/debian/dapper/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 4720619 bytes received 108 bytes 9441454.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/dapper /usr/src/xwnc/build/debian/dapper.unionfs if ! unionctl --query /usr/src/xwnc/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/xwnc/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro xwnc-dapper /usr/src/xwnc/build/debian/dapper ; fi umount /usr/src/xwnc/build/debian/dapper/proc > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/xwnc/build/debian/dapper/dev/pts > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/xwnc/build/debian/dapper/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/xwnc/build/debian/dapper/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/xwnc/build/debian/dapper/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/xwnc/build/debian/dapper/usr/src > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/xwnc/build/debian/dapper/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/xwnc/build/debian/dapper/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/dapper /usr/src/xwnc/build/debian/dapper.unionfs if ! unionctl --query /usr/src/xwnc/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/xwnc/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro xwnc-dapper /usr/src/xwnc/build/debian/dapper ; fi mount -t proc proc /usr/src/xwnc/build/debian/dapper/proc mount -t devpts devpts /usr/src/xwnc/build/debian/dapper/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/dapper/archives/partial ; \ mount --bind gnulinux/debian/dapper/archives /usr/src/xwnc/build/debian/dapper/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/xwnc/build/debian/dapper/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/xwnc/build/debian/dapper/usr/local/distdir ; \ mkdir -p /var/cache/packaging-farm/debian/portage /usr/src/xwnc/build/debian/dapper/usr/portage ; \ mount --bind /var/cache/packaging-farm/debian/portage /usr/src/xwnc/build/debian/dapper/usr/portage ; \ fi mkdir -p gnulinux/debian/dapper/src mount --bind gnulinux/debian/dapper/src /usr/src/xwnc/build/debian/dapper/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/xwnc/build/debian/dapper/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/xwnc/build/debian/dapper/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/xwnc/build/debian/dapper/root/.ccache ; \ mount --bind /root/.ccache /usr/src/xwnc/build/debian/dapper/root/.ccache ; \ fi /usr/lib/pbuilder/pbuilder-satisfydepends --force-version --chroot /usr/src/xwnc/build/debian/dapper --control gnulinux/debian/dapper/src/xwnc*.dsc -> 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... The following extra packages will be installed: autotools-dev debconf-utils html2text m4 po-debconf Suggested packages: autoconf2.13 autobook autoconf-archive gnu-standards distcc dh-make curl libtool-doc g77 fortran77-compiler gcj Recommended packages: patchutils libltdl3-dev libmail-sendmail-perl libcompress-zlib-perl The following NEW packages will be installed: autoconf automake1.7 autotools-dev ccache debconf-utils debhelper dpatch html2text libtool m4 po-debconf zlib1g-dev 0 upgraded, 12 newly installed, 0 to remove and 0 not upgraded. Need to get 0B/2519kB of archives. After unpacking 7274kB of additional disk space will be used. WARNING: The following packages cannot be authenticated! m4 autoconf autotools-dev automake1.7 ccache debconf-utils html2text po-debconf debhelper dpatch libtool zlib1g-dev perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_MESSAGES to default locale: No such file or directory locale: Cannot set LC_ALL to default locale: No such file or directory debconf: delaying package configuration, since apt-utils is not installed Selecting previously deselected package m4. (Reading database ... 9769 files and directories currently installed.) Unpacking m4 (from .../archives/m4_1.4.4-1_i386.deb) ... Selecting previously deselected package autoconf. Unpacking autoconf (from .../autoconf_2.59a-7_all.deb) ... Selecting previously deselected package autotools-dev. Unpacking autotools-dev (from .../autotools-dev_20050803.1_all.deb) ... Selecting previously deselected package automake1.7. Unpacking automake1.7 (from .../automake1.7_1.7.9-7_all.deb) ... Selecting previously deselected package ccache. Unpacking ccache (from .../archives/ccache_2.4-4_i386.deb) ... Selecting previously deselected package debconf-utils. Unpacking debconf-utils (from .../debconf-utils_1.4.72ubuntu9_all.deb) ... Selecting previously deselected package html2text. Unpacking html2text (from .../html2text_1.3.2a-3_i386.deb) ... Selecting previously deselected package po-debconf. Unpacking po-debconf (from .../po-debconf_0.9.2_all.deb) ... Selecting previously deselected package debhelper. Unpacking debhelper (from .../debhelper_5.0.7ubuntu13_all.deb) ... Selecting previously deselected package dpatch. Unpacking dpatch (from .../archives/dpatch_2.0.19_all.deb) ... Selecting previously deselected package libtool. Unpacking libtool (from .../libtool_1.5.22-2_i386.deb) ... Selecting previously deselected package zlib1g-dev. Unpacking zlib1g-dev (from .../zlib1g-dev_1%3a1.2.3-6ubuntu4_i386.deb) ... Setting up m4 (1.4.4-1) ... perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). Setting up autoconf (2.59a-7) ... perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). Setting up autotools-dev (20050803.1) ... Setting up automake1.7 (1.7.9-7) ... perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). Setting up ccache (2.4-4) ... Setting up debconf-utils (1.4.72ubuntu9) ... Setting up html2text (1.3.2a-3) ... Setting up po-debconf (0.9.2) ... Setting up debhelper (5.0.7ubuntu13) ... Setting up dpatch (2.0.19) ... Setting up libtool (1.5.22-2) ... Setting up zlib1g-dev (1.2.3-6ubuntu4) ... -> Finished parsing the build-deps cp -a /usr/lib/packaging-farm/debian/debuild.sh /usr/src/xwnc/build/debian/dapper/usr/src chroot /usr/src/xwnc/build/debian/dapper sh -c "cd /usr/src && DISTRIBUTION=dapper PACKAGE=xwnc DEB_BUILD_OPTIONS='' ./debuild.sh" perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). 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 perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). dpkg-buildpackage: source package is xwnc perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). dpkg-buildpackage: source version is 0.3.3-9 perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). dpkg-buildpackage: source changed by Loic Dachary (OuoU) perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). dpkg-buildpackage: host architecture i386 perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). 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 perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). 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 perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). # 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 ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 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 egrep... 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 how to run the C++ preprocessor... g++ -E checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... 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 epcf90... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for gfortran... 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... 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 checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate 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 perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). dh_testroot perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). 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 perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). 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 perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). 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 perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). # 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 ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 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 egrep... 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 how to run the C++ preprocessor... g++ -E checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... 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 epcf90... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for gfortran... 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... 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 checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate 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 perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). # 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 'fbPolySegment8': 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 'fbPolySegment24': fbbits.h:827: warning: 'bits' is used uninitialized in this function fbbits.h: In function 'fbPolySegment32': 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 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 'mi