[build-status: 91033] Log for successful build of x11-apps_7.3+1 (dist=unstable)
Build Daemon 1
buildd at linux-m32r.org
Wed Sep 19 20:24:08 JST 2007
Automatic build of x11-apps_7.3+1 on mappi005 by sbuild/m32r 0.53
Build started at 20070919-1836
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Reading state information...
Need to get 2705kB of source archives.
Get:1 http://debian.linux-m32r.org 06_devonian/main x11-apps 7.3+1 (dsc) [1055B]
Get:2 http://debian.linux-m32r.org 06_devonian/main x11-apps 7.3+1 (tar) [2704kB]
Fetched 2705kB in 25s (105kB/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: debhelper (>= 5.0.0), pkg-config, libpng12-dev, libx11-dev (>= 2:1.0.0-1), libxaw7-dev (>= 1:1.0.1-1), libxcursor-dev (>= 1.1.5.2-1), libxext-dev (>= 1:1.0.0-1), libxft-dev (>= 2.1.8.2-6), libxkbfile-dev (>= 1:1.0.1-1), libxmuu-dev (>= 1:1.0.1-1), libxrender-dev (>= 1:0.9.0.2-2), libxt-dev (>= 1:1.0.0-1), xbitmaps, quilt
Checking for already installed source dependencies...
debhelper: already installed (5.0.55 >= 5.0.0 is satisfied)
pkg-config: already installed (0.22-1)
libpng12-dev: already installed (1.2.15~beta5-1)
libx11-dev: already installed (2:1.0.3-7 >= 2:1.0.0-1 is satisfied)
libxaw7-dev: already installed (2:1.0.4-1 >= 1:1.0.1-1 is satisfied)
libxcursor-dev: already installed (1:1.1.9-1 >= 1.1.5.2-1 is satisfied)
libxext-dev: already installed (1:1.0.3-2 >= 1:1.0.0-1 is satisfied)
libxft-dev: already installed (2.1.12-2 >= 2.1.8.2-6 is satisfied)
libxkbfile-dev: already installed (1:1.0.4-1 >= 1:1.0.1-1 is satisfied)
libxmuu-dev: already installed (1:1.0.3-1 >= 1:1.0.1-1 is satisfied)
libxrender-dev: already installed (1:0.9.3-1 >= 1:0.9.0.2-2 is satisfied)
libxt-dev: already installed (1:1.0.5-3 >= 1:1.0.0-1 is satisfied)
xbitmaps: already installed (1.0.1-2)
quilt: already installed (0.46-4)
Checking for source dependency conflicts...
Checking correctness of source dependencies...
Kernel: Linux 2.6.20 m32r (m32r)
Toolchain package versions: libc6-dev_2.3.6.ds1-13 linux-kernel-headers_2.6.18-7 gcc-4.1_4.1.1-21 g++-4.1_4.1.1-21 binutils_2.17-3 libstdc++6-4.1-dev_4.1.1-21 libstdc++6_4.1.1-21
------------------------------------------------------------------------------
gpg: Signature made Sat Sep 15 06:23:45 2007 JST using DSA key ID C3DC59FA
gpg: Can't check signature: public key not found
dpkg-source: extracting x11-apps in x11-apps-7.3+1
dpkg-source: unpacking x11-apps_7.3+1.tar.gz
dpkg-buildpackage: source package is x11-apps
dpkg-buildpackage: source version is 7.3+1
dpkg-buildpackage: source changed by Brice Goglin <bgoglin at debian.org>
dpkg-buildpackage: host architecture m32r
dpkg-buildpackage: source version without epoch 7.3+1
/usr/bin/fakeroot debian/rules clean
rm -f stampdir/genscripts
rm -f debian/*.config \
debian/*.postinst \
debian/*.postrm \
debian/*.preinst \
debian/*.prerm
rm -f stampdir/patch
Unapplying patches...nothing to do.
dh_testdir
rm -f .pc patches
rm -rf stampdir build-tree
rm -rf imports
dh_clean debian/shlibs.local \
debian/MANIFEST.m32r debian/MANIFEST.m32r.new \
debian/po/pothead
dh_testdir
dh_testroot
rm -f build-stamp
rm -f config.cache config.log config.status
rm -f */config.cache */config.log */config.status
rm -f conftest* */conftest*
rm -rf autom4te.cache */autom4te.cache
rm -rf *-obj-*
dh_clean
debian/rules build
mkdir stampdir
>stampdir/stampdir
for FILE in debian/*.config.in \
debian/*.postinst.in \
debian/*.postrm.in \
debian/*.preinst.in \
debian/*.prerm.in; do \
if [ -e "$FILE" ]; then \
MAINTSCRIPT=$(echo $FILE | sed 's/.in$//'); \
sed -n '1,/^#INCLUDE_SHELL_LIB#$/p' <$FILE \
| sed -e '/^#INCLUDE_SHELL_LIB#$/d' >$MAINTSCRIPT.tmp; \
cat debian/xsfbs/xsfbs.sh >>$MAINTSCRIPT.tmp; \
sed -n '/^#INCLUDE_SHELL_LIB#$/,$p' <$FILE \
| sed -e '/^#INCLUDE_SHELL_LIB#$/d' >>$MAINTSCRIPT.tmp; \
sed -e 's/@SOURCE_VERSION@/7.3+1/' \
-e 's/@OFFICIAL_BUILD@//' \
-e 's/@DEFAULT_DCRESOLUTIONS@//' \
<$MAINTSCRIPT.tmp >$MAINTSCRIPT; \
rm $MAINTSCRIPT.tmp; \
fi; \
done
# Validate syntax of generated shell scripts.
#sh debian/scripts/validate-posix-sh debian/*.config \
# debian/*.postinst \
# debian/*.postrm \
# debian/*.preinst \
# debian/*.prerm
>stampdir/genscripts
if [ ! -e stampdir/patches ]; then \
mkdir stampdir/patches; \
ln -s stampdir/patches .pc; \
echo 2 >stampdir/patches/.version; \
fi; \
if [ ! -e stampdir/log ]; then \
mkdir stampdir/log; \
fi; \
if [ -e debian/patches ] && [ ! -e patches ]; then \
ln -s debian/patches patches; \
fi; \
>stampdir/prepare
if ! [ `which quilt` ]; then \
echo "Couldn't find quilt. Please install it or add it to the build-depends for this package."; \
exit 1; \
fi; \
if quilt next; then \
echo -n "Applying patches..."; \
if quilt push -a -v >stampdir/log/patch 2>&1; then \
echo "successful."; \
else \
echo "failed! (check stampdir/log/patch for details)"; \
exit 1; \
fi; \
else \
echo "No patches to apply"; \
fi; \
>stampdir/patch
patches/01_xwd_do_not_spew_usage_on_connection_error.diff
Applying patches...successful.
dh_testdir
for FILE in oclock x11perf xbiff xcalc xclipboard xclock xconsole xcursorgen xditview xedit xeyes xload xlogo xmag xman xmore xwd xwud; do \
echo "$FILE" ; \
mkdir "$FILE"-obj-m32r-linux-gnu; \
(cd "$FILE"-obj-m32r-linux-gnu && \
../"$FILE"/configure --prefix=/usr --mandir=\${prefix}/share/man \
--infodir=\${prefix}/share/info --build=m32r-linux-gnu \
--disable-xprint \
--with-sysmanpath=/usr/man:/usr/share/man:/usr/local/man:/usr/local/share/man:/usr/X11R6/man:/opt/man \
CFLAGS="-Wall -g -O2" \
RSH=rsh \
MANCONF="/etc/manpath.config" && \
/usr/bin/make) || exit 1; \
done
oclock
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for OCLOCK... yes
checking for APPDEFS... yes
checking build system type... m32r-unknown-linux-gnu
checking host system type... m32r-unknown-linux-gnu
../oclock/configure: line 3996: 15491 Segmentation fault diff "$cache_file" confcache >/dev/null 2>&1
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
make[1]: Entering directory `/build/buildd/x11-apps-7.3+1/oclock-obj-m32r-linux-gnu'
/usr/bin/make all-am
make[2]: Entering directory `/build/buildd/x11-apps-7.3+1/oclock-obj-m32r-linux-gnu'
if gcc -DHAVE_CONFIG_H -I. -I../oclock -I. -Wall -g -O2 -MT oclock-Clock.o -MD -MP -MF ".deps/oclock-Clock.Tpo" -c -o oclock-Clock.o `test -f 'Clock.c' || echo '../oclock/'`Clock.c; \
then mv -f ".deps/oclock-Clock.Tpo" ".deps/oclock-Clock.Po"; else rm -f ".deps/oclock-Clock.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../oclock -I. -Wall -g -O2 -MT oclock-oclock.o -MD -MP -MF ".deps/oclock-oclock.Tpo" -c -o oclock-oclock.o `test -f 'oclock.c' || echo '../oclock/'`oclock.c; \
then mv -f ".deps/oclock-oclock.Tpo" ".deps/oclock-oclock.Po"; else rm -f ".deps/oclock-oclock.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../oclock -I. -Wall -g -O2 -MT oclock-transform.o -MD -MP -MF ".deps/oclock-transform.Tpo" -c -o oclock-transform.o `test -f 'transform.c' || echo '../oclock/'`transform.c; \
then mv -f ".deps/oclock-transform.Tpo" ".deps/oclock-transform.Po"; else rm -f ".deps/oclock-transform.Tpo"; exit 1; fi
gcc -Wall -g -O2 -o oclock oclock-Clock.o oclock-oclock.o oclock-transform.o -lXmu -lXt -lX11 -lSM -lICE -lXext -lm
cp ../oclock/Clock-color.ad Clock-color
sed -e 's|__vendorversion__|"oclock 1.0.1" "X Version 11"|' -e 's|__xorgversion__|"oclock 1.0.1" "X Version 11"|' -e 's|__xservername__|Xorg|g' -e 's|__xconfigfile__|xorg.conf|g' -e 's|__projectroot__|/usr|g' -e 's|__apploaddir__|/etc/X11/app-defaults|' -e 's|__appmansuffix__|1|g' -e 's|__libmansuffix__|3|g' -e 's|__adminmansuffix__|8|g' -e 's|__miscmansuffix__|7|g' -e 's|__filemansuffix__|5|g' < ../oclock/oclock.man > oclock.1
make[2]: Leaving directory `/build/buildd/x11-apps-7.3+1/oclock-obj-m32r-linux-gnu'
make[1]: Leaving directory `/build/buildd/x11-apps-7.3+1/oclock-obj-m32r-linux-gnu'
x11perf
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking for sed... /bin/sed
checking return type of signal handlers... void
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for X11PERF... yes
checking for XRENDER... yes
checking for XFT... yes
checking for XEXT... yes
checking for XShmQueryExtension... yes
checking build system type... m32r-unknown-linux-gnu
checking host system type... m32r-unknown-linux-gnu
../x11perf/configure: line 4348: 16181 Segmentation fault diff "$cache_file" confcache >/dev/null 2>&1
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
make[1]: Entering directory `/build/buildd/x11-apps-7.3+1/x11perf-obj-m32r-linux-gnu'
/usr/bin/make all-am
make[2]: Entering directory `/build/buildd/x11-apps-7.3+1/x11perf-obj-m32r-linux-gnu'
if gcc -DHAVE_CONFIG_H -I. -I../x11perf -I. -I/usr/include/freetype2 -Wall -g -O2 -MT bitmaps.o -MD -MP -MF ".deps/bitmaps.Tpo" -c -o bitmaps.o ../x11perf/bitmaps.c; \
then mv -f ".deps/bitmaps.Tpo" ".deps/bitmaps.Po"; else rm -f ".deps/bitmaps.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../x11perf -I. -I/usr/include/freetype2 -Wall -g -O2 -MT do_arcs.o -MD -MP -MF ".deps/do_arcs.Tpo" -c -o do_arcs.o ../x11perf/do_arcs.c; \
then mv -f ".deps/do_arcs.Tpo" ".deps/do_arcs.Po"; else rm -f ".deps/do_arcs.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../x11perf -I. -I/usr/include/freetype2 -Wall -g -O2 -MT do_blt.o -MD -MP -MF ".deps/do_blt.Tpo" -c -o do_blt.o ../x11perf/do_blt.c; \
then mv -f ".deps/do_blt.Tpo" ".deps/do_blt.Po"; else rm -f ".deps/do_blt.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../x11perf -I. -I/usr/include/freetype2 -Wall -g -O2 -MT do_complex.o -MD -MP -MF ".deps/do_complex.Tpo" -c -o do_complex.o ../x11perf/do_complex.c; \
then mv -f ".deps/do_complex.Tpo" ".deps/do_complex.Po"; else rm -f ".deps/do_complex.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../x11perf -I. -I/usr/include/freetype2 -Wall -g -O2 -MT do_dots.o -MD -MP -MF ".deps/do_dots.Tpo" -c -o do_dots.o ../x11perf/do_dots.c; \
then mv -f ".deps/do_dots.Tpo" ".deps/do_dots.Po"; else rm -f ".deps/do_dots.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../x11perf -I. -I/usr/include/freetype2 -Wall -g -O2 -MT do_lines.o -MD -MP -MF ".deps/do_lines.Tpo" -c -o do_lines.o ../x11perf/do_lines.c; \
then mv -f ".deps/do_lines.Tpo" ".deps/do_lines.Po"; else rm -f ".deps/do_lines.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../x11perf -I. -I/usr/include/freetype2 -Wall -g -O2 -MT do_movewin.o -MD -MP -MF ".deps/do_movewin.Tpo" -c -o do_movewin.o ../x11perf/do_movewin.c; \
then mv -f ".deps/do_movewin.Tpo" ".deps/do_movewin.Po"; else rm -f ".deps/do_movewin.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../x11perf -I. -I/usr/include/freetype2 -Wall -g -O2 -MT do_rects.o -MD -MP -MF ".deps/do_rects.Tpo" -c -o do_rects.o ../x11perf/do_rects.c; \
then mv -f ".deps/do_rects.Tpo" ".deps/do_rects.Po"; else rm -f ".deps/do_rects.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../x11perf -I. -I/usr/include/freetype2 -Wall -g -O2 -MT do_segs.o -MD -MP -MF ".deps/do_segs.Tpo" -c -o do_segs.o ../x11perf/do_segs.c; \
then mv -f ".deps/do_segs.Tpo" ".deps/do_segs.Po"; else rm -f ".deps/do_segs.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../x11perf -I. -I/usr/include/freetype2 -Wall -g -O2 -MT do_simple.o -MD -MP -MF ".deps/do_simple.Tpo" -c -o do_simple.o ../x11perf/do_simple.c; \
then mv -f ".deps/do_simple.Tpo" ".deps/do_simple.Po"; else rm -f ".deps/do_simple.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../x11perf -I. -I/usr/include/freetype2 -Wall -g -O2 -MT do_tests.o -MD -MP -MF ".deps/do_tests.Tpo" -c -o do_tests.o ../x11perf/do_tests.c; \
then mv -f ".deps/do_tests.Tpo" ".deps/do_tests.Po"; else rm -f ".deps/do_tests.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../x11perf -I. -I/usr/include/freetype2 -Wall -g -O2 -MT do_text.o -MD -MP -MF ".deps/do_text.Tpo" -c -o do_text.o ../x11perf/do_text.c; \
then mv -f ".deps/do_text.Tpo" ".deps/do_text.Po"; else rm -f ".deps/do_text.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../x11perf -I. -I/usr/include/freetype2 -Wall -g -O2 -MT do_traps.o -MD -MP -MF ".deps/do_traps.Tpo" -c -o do_traps.o ../x11perf/do_traps.c; \
then mv -f ".deps/do_traps.Tpo" ".deps/do_traps.Po"; else rm -f ".deps/do_traps.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../x11perf -I. -I/usr/include/freetype2 -Wall -g -O2 -MT do_tris.o -MD -MP -MF ".deps/do_tris.Tpo" -c -o do_tris.o ../x11perf/do_tris.c; \
then mv -f ".deps/do_tris.Tpo" ".deps/do_tris.Po"; else rm -f ".deps/do_tris.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../x11perf -I. -I/usr/include/freetype2 -Wall -g -O2 -MT do_valgc.o -MD -MP -MF ".deps/do_valgc.Tpo" -c -o do_valgc.o ../x11perf/do_valgc.c; \
then mv -f ".deps/do_valgc.Tpo" ".deps/do_valgc.Po"; else rm -f ".deps/do_valgc.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../x11perf -I. -I/usr/include/freetype2 -Wall -g -O2 -MT do_windows.o -MD -MP -MF ".deps/do_windows.Tpo" -c -o do_windows.o ../x11perf/do_windows.c; \
then mv -f ".deps/do_windows.Tpo" ".deps/do_windows.Po"; else rm -f ".deps/do_windows.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../x11perf -I. -I/usr/include/freetype2 -Wall -g -O2 -MT x11perf.o -MD -MP -MF ".deps/x11perf.Tpo" -c -o x11perf.o ../x11perf/x11perf.c; \
then mv -f ".deps/x11perf.Tpo" ".deps/x11perf.Po"; else rm -f ".deps/x11perf.Tpo"; exit 1; fi
gcc -I/usr/include/freetype2 -Wall -g -O2 -o x11perf bitmaps.o do_arcs.o do_blt.o do_complex.o do_dots.o do_lines.o do_movewin.o do_rects.o do_segs.o do_simple.o do_tests.o do_text.o do_traps.o do_tris.o do_valgc.o do_windows.o x11perf.o -lXext -lXft -lfontconfig -lXrender -lX11 -lXmuu -lX11 -lm
sed s/LIBPATH/`echo /usr/lib/X11/x11perfcomp | sed -e s/\\\\//\\\\\\\\\\\\\//g`/ < ../x11perf/x11pcomp.cpp | \
sed s/XCOMM/\#/ > x11perfcomp
sed -e 's|__vendorversion__|"x11perf 1.4.1" "X Version 11"|' -e 's|__xorgversion__|"x11perf 1.4.1" "X Version 11"|' -e 's|__xservername__|Xorg|g' -e 's|__xconfigfile__|xorg.conf|g' -e 's|__projectroot__|/usr|g' -e 's|__apploaddir__||' -e 's|__appmansuffix__|1|g' -e 's|__libmansuffix__|3|g' -e 's|__adminmansuffix__|8|g' -e 's|__miscmansuffix__|7|g' -e 's|__filemansuffix__|5|g' < ../x11perf/x11perfcomp.man > x11perfcomp.1
sed -e 's|__vendorversion__|"x11perf 1.4.1" "X Version 11"|' -e 's|__xorgversion__|"x11perf 1.4.1" "X Version 11"|' -e 's|__xservername__|Xorg|g' -e 's|__xconfigfile__|xorg.conf|g' -e 's|__projectroot__|/usr|g' -e 's|__apploaddir__||' -e 's|__appmansuffix__|1|g' -e 's|__libmansuffix__|3|g' -e 's|__adminmansuffix__|8|g' -e 's|__miscmansuffix__|7|g' -e 's|__filemansuffix__|5|g' < ../x11perf/x11perf.man > x11perf.1
sed -e 's|__vendorversion__|"x11perf 1.4.1" "X Version 11"|' -e 's|__xorgversion__|"x11perf 1.4.1" "X Version 11"|' -e 's|__xservername__|Xorg|g' -e 's|__xconfigfile__|xorg.conf|g' -e 's|__projectroot__|/usr|g' -e 's|__apploaddir__||' -e 's|__appmansuffix__|1|g' -e 's|__libmansuffix__|3|g' -e 's|__adminmansuffix__|8|g' -e 's|__miscmansuffix__|7|g' -e 's|__filemansuffix__|5|g' < ../x11perf/Xmark.man > Xmark.1
make[2]: Leaving directory `/build/buildd/x11-apps-7.3+1/x11perf-obj-m32r-linux-gnu'
make[1]: Leaving directory `/build/buildd/x11-apps-7.3+1/x11perf-obj-m32r-linux-gnu'
xbiff
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for TMP_XAW... yes
checking for XBIFF... yes
checking build system type... m32r-unknown-linux-gnu
checking host system type... m32r-unknown-linux-gnu
../xbiff/configure: line 4077: 16943 Segmentation fault diff "$cache_file" confcache >/dev/null 2>&1
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
make[1]: Entering directory `/build/buildd/x11-apps-7.3+1/xbiff-obj-m32r-linux-gnu'
/usr/bin/make all-am
make[2]: Entering directory `/build/buildd/x11-apps-7.3+1/xbiff-obj-m32r-linux-gnu'
if gcc -DHAVE_CONFIG_H -I. -I../xbiff -I. -D_BSD_SOURCE -Wall -g -O2 -MT xbiff-Mailbox.o -MD -MP -MF ".deps/xbiff-Mailbox.Tpo" -c -o xbiff-Mailbox.o `test -f 'Mailbox.c' || echo '../xbiff/'`Mailbox.c; \
then mv -f ".deps/xbiff-Mailbox.Tpo" ".deps/xbiff-Mailbox.Po"; else rm -f ".deps/xbiff-Mailbox.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xbiff -I. -D_BSD_SOURCE -Wall -g -O2 -MT xbiff-xbiff.o -MD -MP -MF ".deps/xbiff-xbiff.Tpo" -c -o xbiff-xbiff.o `test -f 'xbiff.c' || echo '../xbiff/'`xbiff.c; \
then mv -f ".deps/xbiff-xbiff.Tpo" ".deps/xbiff-xbiff.Po"; else rm -f ".deps/xbiff-xbiff.Tpo"; exit 1; fi
gcc -Wall -g -O2 -o xbiff xbiff-Mailbox.o xbiff-xbiff.o -lXext -lXaw7 -lXmu -lXt -lX11 -lSM -lICE
sed -e 's|__vendorversion__|"xbiff 1.0.1" "X Version 11"|' -e 's|__xorgversion__|"xbiff 1.0.1" "X Version 11"|' -e 's|__xservername__|Xorg|g' -e 's|__xconfigfile__|xorg.conf|g' -e 's|__projectroot__|/usr|g' -e 's|__apploaddir__||' -e 's|__appmansuffix__|1|g' -e 's|__libmansuffix__|3|g' -e 's|__adminmansuffix__|8|g' -e 's|__miscmansuffix__|7|g' -e 's|__filemansuffix__|5|g' < ../xbiff/xbiff.man > xbiff.1
make[2]: Leaving directory `/build/buildd/x11-apps-7.3+1/xbiff-obj-m32r-linux-gnu'
make[1]: Leaving directory `/build/buildd/x11-apps-7.3+1/xbiff-obj-m32r-linux-gnu'
xcalc
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for TMP_XAW... yes
checking for APPDEFS... yes
checking build system type... m32r-unknown-linux-gnu
checking host system type... m32r-unknown-linux-gnu
../xcalc/configure: line 4104: 17565 Segmentation fault diff "$cache_file" confcache >/dev/null 2>&1
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
make[1]: Entering directory `/build/buildd/x11-apps-7.3+1/xcalc-obj-m32r-linux-gnu'
/usr/bin/make all-am
make[2]: Entering directory `/build/buildd/x11-apps-7.3+1/xcalc-obj-m32r-linux-gnu'
if gcc -DHAVE_CONFIG_H -I. -I../xcalc -I. -Wall -g -O2 -MT actions.o -MD -MP -MF ".deps/actions.Tpo" -c -o actions.o ../xcalc/actions.c; \
then mv -f ".deps/actions.Tpo" ".deps/actions.Po"; else rm -f ".deps/actions.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xcalc -I. -Wall -g -O2 -MT math.o -MD -MP -MF ".deps/math.Tpo" -c -o math.o ../xcalc/math.c; \
then mv -f ".deps/math.Tpo" ".deps/math.Po"; else rm -f ".deps/math.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xcalc -I. -Wall -g -O2 -MT xcalc.o -MD -MP -MF ".deps/xcalc.Tpo" -c -o xcalc.o ../xcalc/xcalc.c; \
then mv -f ".deps/xcalc.Tpo" ".deps/xcalc.Po"; else rm -f ".deps/xcalc.Tpo"; exit 1; fi
gcc -Wall -g -O2 -o xcalc actions.o math.o xcalc.o -lXaw7 -lXmu -lXt -lX11 -lSM -lICE -lm
cp ../xcalc/XCalc.ad XCalc
cp ../xcalc/XCalc-color.ad XCalc-color
sed -e 's|__vendorversion__|"xcalc 1.0.2" "X Version 11"|' -e 's|__xorgversion__|"xcalc 1.0.2" "X Version 11"|' -e 's|__xservername__|Xorg|g' -e 's|__xconfigfile__|xorg.conf|g' -e 's|__projectroot__|/usr|g' -e 's|__apploaddir__|/etc/X11/app-defaults|' -e 's|__appmansuffix__|1|g' -e 's|__libmansuffix__|3|g' -e 's|__adminmansuffix__|8|g' -e 's|__miscmansuffix__|7|g' -e 's|__filemansuffix__|5|g' < ../xcalc/xcalc.man > xcalc.1
make[2]: Leaving directory `/build/buildd/x11-apps-7.3+1/xcalc-obj-m32r-linux-gnu'
make[1]: Leaving directory `/build/buildd/x11-apps-7.3+1/xcalc-obj-m32r-linux-gnu'
xclipboard
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for TMP_XAW... yes
checking for APPDEFS... yes
checking build system type... m32r-unknown-linux-gnu
checking host system type... m32r-unknown-linux-gnu
../xclipboard/configure: line 4081: 18212 Segmentation fault diff "$cache_file" confcache >/dev/null 2>&1
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
make[1]: Entering directory `/build/buildd/x11-apps-7.3+1/xclipboard-obj-m32r-linux-gnu'
/usr/bin/make all-am
make[2]: Entering directory `/build/buildd/x11-apps-7.3+1/xclipboard-obj-m32r-linux-gnu'
if gcc -DHAVE_CONFIG_H -I. -I../xclipboard -I. -Wall -g -O2 -MT xclipboard-xclipboard.o -MD -MP -MF ".deps/xclipboard-xclipboard.Tpo" -c -o xclipboard-xclipboard.o `test -f 'xclipboard.c' || echo '../xclipboard/'`xclipboard.c; \
then mv -f ".deps/xclipboard-xclipboard.Tpo" ".deps/xclipboard-xclipboard.Po"; else rm -f ".deps/xclipboard-xclipboard.Tpo"; exit 1; fi
../xclipboard/xclipboard.c: In function 'ConvertSelection':
../xclipboard/xclipboard.c:494: warning: dereferencing type-punned pointer will break strict-aliasing rules
gcc -Wall -g -O2 -o xclipboard xclipboard-xclipboard.o -lXaw7 -lXmu -lXt -lX11 -lSM -lICE
if gcc -DHAVE_CONFIG_H -I. -I../xclipboard -I. -Wall -g -O2 -MT xcutsel-xcutsel.o -MD -MP -MF ".deps/xcutsel-xcutsel.Tpo" -c -o xcutsel-xcutsel.o `test -f 'xcutsel.c' || echo '../xclipboard/'`xcutsel.c; \
then mv -f ".deps/xcutsel-xcutsel.Tpo" ".deps/xcutsel-xcutsel.Po"; else rm -f ".deps/xcutsel-xcutsel.Tpo"; exit 1; fi
../xclipboard/xcutsel.c: In function 'ConvertSelection':
../xclipboard/xcutsel.c:129: warning: dereferencing type-punned pointer will break strict-aliasing rules
gcc -Wall -g -O2 -o xcutsel xcutsel-xcutsel.o -lXaw7 -lXmu -lXt -lX11 -lSM -lICE
cp ../xclipboard/XClipboard.ad XClipboard
sed -e 's|__vendorversion__|"xclipboard 1.0.1" "X Version 11"|' -e 's|__xorgversion__|"xclipboard 1.0.1" "X Version 11"|' -e 's|__xservername__|Xorg|g' -e 's|__xconfigfile__|xorg.conf|g' -e 's|__projectroot__|/usr|g' -e 's|__apploaddir__|/etc/X11/app-defaults|' -e 's|__appmansuffix__|1|g' -e 's|__libmansuffix__|3|g' -e 's|__adminmansuffix__|8|g' -e 's|__miscmansuffix__|7|g' -e 's|__filemansuffix__|5|g' < ../xclipboard/xclipboard.man > xclipboard.1
sed -e 's|__vendorversion__|"xclipboard 1.0.1" "X Version 11"|' -e 's|__xorgversion__|"xclipboard 1.0.1" "X Version 11"|' -e 's|__xservername__|Xorg|g' -e 's|__xconfigfile__|xorg.conf|g' -e 's|__projectroot__|/usr|g' -e 's|__apploaddir__|/etc/X11/app-defaults|' -e 's|__appmansuffix__|1|g' -e 's|__libmansuffix__|3|g' -e 's|__adminmansuffix__|8|g' -e 's|__miscmansuffix__|7|g' -e 's|__filemansuffix__|5|g' < ../xclipboard/xcutsel.man > xcutsel.1
make[2]: Leaving directory `/build/buildd/x11-apps-7.3+1/xclipboard-obj-m32r-linux-gnu'
make[1]: Leaving directory `/build/buildd/x11-apps-7.3+1/xclipboard-obj-m32r-linux-gnu'
xclock
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking for strlcpy... no
checking for getpid... yes
checking for library containing iconv... none required
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for XCLOCK_X11... yes
checking for TMP_XAW... yes
checking for XFT... yes
checking for library containing sqrt... -lm
checking for XKB... yes
checking for APPDEFS... yes
checking build system type... m32r-unknown-linux-gnu
checking host system type... m32r-unknown-linux-gnu
../xclock/configure: line 4627: 19003 Segmentation fault diff "$cache_file" confcache >/dev/null 2>&1
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
make[1]: Entering directory `/build/buildd/x11-apps-7.3+1/xclock-obj-m32r-linux-gnu'
/usr/bin/make all-am
make[2]: Entering directory `/build/buildd/x11-apps-7.3+1/xclock-obj-m32r-linux-gnu'
gcc -DHAVE_CONFIG_H -I. -I../xclock -I/usr/include/freetype2 -Wall -g -O2 -MT Clock.o -MD -MP -MF .deps/Clock.Tpo -c -o Clock.o ../xclock/Clock.c
../xclock/Clock.c: In function 'clock_to_utf8':
../xclock/Clock.c:2135: warning: passing argument 2 of 'iconv' from incompatible pointer type
mv -f .deps/Clock.Tpo .deps/Clock.Po
gcc -DHAVE_CONFIG_H -I. -I../xclock -I/usr/include/freetype2 -Wall -g -O2 -MT xclock.o -MD -MP -MF .deps/xclock.Tpo -c -o xclock.o ../xclock/xclock.c
mv -f .deps/xclock.Tpo .deps/xclock.Po
gcc -I/usr/include/freetype2 -Wall -g -O2 -o xclock Clock.o xclock.o -lX11 -lXaw7 -lXmu -lXt -lX11 -lSM -lICE -lXrender -lX11 -lXft -lfontconfig -lxkbfile -lm
cp ../xclock/XClock-color.ad XClock-color
cp ../xclock/XClock.ad XClock
sed -e 's|__vendorversion__|"xclock 1.0.3" "X Version 11"|' -e 's|__xorgversion__|"xclock 1.0.3" "X Version 11"|' -e 's|__xservername__|Xorg|g' -e 's|__xconfigfile__|xorg.conf|g' -e 's|__projectroot__|/usr|g' -e 's|__apploaddir__|/etc/X11/app-defaults|' -e 's|__appmansuffix__|1|g' -e 's|__libmansuffix__|3|g' -e 's|__adminmansuffix__|8|g' -e 's|__miscmansuffix__|7|g' -e 's|__filemansuffix__|5|g' < ../xclock/xclock.man > xclock.1
make[2]: Leaving directory `/build/buildd/x11-apps-7.3+1/xclock-obj-m32r-linux-gnu'
make[1]: Leaving directory `/build/buildd/x11-apps-7.3+1/xclock-obj-m32r-linux-gnu'
xconsole
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for TMP_XAW... yes
checking for APPDEFS... yes
checking for library containing openpty... -lutil
checking for openpty... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -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 util.h usability... no
checking util.h presence... no
checking for util.h... no
checking pty.h usability... yes
checking pty.h presence... yes
checking for pty.h... yes
checking build system type... m32r-unknown-linux-gnu
checking host system type... m32r-unknown-linux-gnu
../xconsole/configure: line 5104: 20090 Segmentation fault diff "$cache_file" confcache >/dev/null 2>&1
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
make[1]: Entering directory `/build/buildd/x11-apps-7.3+1/xconsole-obj-m32r-linux-gnu'
/usr/bin/make all-am
make[2]: Entering directory `/build/buildd/x11-apps-7.3+1/xconsole-obj-m32r-linux-gnu'
if gcc -DHAVE_CONFIG_H -I. -I../xconsole -I. -Wall -g -O2 -MT xconsole.o -MD -MP -MF ".deps/xconsole.Tpo" -c -o xconsole.o ../xconsole/xconsole.c; \
then mv -f ".deps/xconsole.Tpo" ".deps/xconsole.Po"; else rm -f ".deps/xconsole.Tpo"; exit 1; fi
../xconsole/xconsole.c: In function 'ConvertSelection':
../xconsole/xconsole.c:559: warning: dereferencing type-punned pointer will break strict-aliasing rules
../xconsole/xconsole.c: In function 'get_pty':
../xconsole/xconsole.c:839: warning: implicit declaration of function 'openpty'
gcc -Wall -g -O2 -o xconsole xconsole.o -lXaw7 -lXmu -lXt -lX11 -lSM -lICE -lutil
cp ../xconsole/XConsole.ad XConsole
sed -e 's|__vendorversion__|"xconsole 1.0.3" "X Version 11"|' -e 's|__xorgversion__|"xconsole 1.0.3" "X Version 11"|' -e 's|__xservername__|Xorg|g' -e 's|__xconfigfile__|xorg.conf|g' -e 's|__projectroot__|/usr|g' -e 's|__apploaddir__|/etc/X11/app-defaults|' -e 's|__appmansuffix__|1|g' -e 's|__libmansuffix__|3|g' -e 's|__adminmansuffix__|8|g' -e 's|__miscmansuffix__|7|g' -e 's|__filemansuffix__|5|g' < ../xconsole/xconsole.man > xconsole.1
make[2]: Leaving directory `/build/buildd/x11-apps-7.3+1/xconsole-obj-m32r-linux-gnu'
make[1]: Leaving directory `/build/buildd/x11-apps-7.3+1/xconsole-obj-m32r-linux-gnu'
xcursorgen
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for XCURSORGEN... yes
checking build system type... m32r-unknown-linux-gnu
checking host system type... m32r-unknown-linux-gnu
../xcursorgen/configure: line 3899: 20720 Segmentation fault diff "$cache_file" confcache >/dev/null 2>&1
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
make[1]: Entering directory `/build/buildd/x11-apps-7.3+1/xcursorgen-obj-m32r-linux-gnu'
/usr/bin/make all-am
make[2]: Entering directory `/build/buildd/x11-apps-7.3+1/xcursorgen-obj-m32r-linux-gnu'
if gcc -DHAVE_CONFIG_H -I. -I../xcursorgen -I. -I/usr/include/libpng12 -Wall -g -O2 -MT xcursorgen.o -MD -MP -MF ".deps/xcursorgen.Tpo" -c -o xcursorgen.o ../xcursorgen/xcursorgen.c; \
then mv -f ".deps/xcursorgen.Tpo" ".deps/xcursorgen.Po"; else rm -f ".deps/xcursorgen.Tpo"; exit 1; fi
gcc -I/usr/include/libpng12 -Wall -g -O2 -o xcursorgen xcursorgen.o -lX11 -lXcursor -lpng12
sed -e 's|__vendorversion__|"xcursorgen 1.0.2" "X Version 11"|' -e 's|__appmansuffix__|1|g' -e 's|__libmansuffix__|3|g' < ../xcursorgen/xcursorgen.man > xcursorgen.1
make[2]: Leaving directory `/build/buildd/x11-apps-7.3+1/xcursorgen-obj-m32r-linux-gnu'
make[1]: Leaving directory `/build/buildd/x11-apps-7.3+1/xcursorgen-obj-m32r-linux-gnu'
xditview
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking for mkstemp... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for TMP_XAW... yes
checking for APPDEFS... yes
checking build system type... m32r-unknown-linux-gnu
checking host system type... m32r-unknown-linux-gnu
../xditview/configure: line 4172: 21368 Segmentation fault diff "$cache_file" confcache >/dev/null 2>&1
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
make[1]: Entering directory `/build/buildd/x11-apps-7.3+1/xditview-obj-m32r-linux-gnu'
/usr/bin/make all-am
make[2]: Entering directory `/build/buildd/x11-apps-7.3+1/xditview-obj-m32r-linux-gnu'
if gcc -DHAVE_CONFIG_H -I. -I../xditview -I. -Wall -g -O2 -MT xditview-draw.o -MD -MP -MF ".deps/xditview-draw.Tpo" -c -o xditview-draw.o `test -f 'draw.c' || echo '../xditview/'`draw.c; \
then mv -f ".deps/xditview-draw.Tpo" ".deps/xditview-draw.Po"; else rm -f ".deps/xditview-draw.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xditview -I. -Wall -g -O2 -MT xditview-Dvi.o -MD -MP -MF ".deps/xditview-Dvi.Tpo" -c -o xditview-Dvi.o `test -f 'Dvi.c' || echo '../xditview/'`Dvi.c; \
then mv -f ".deps/xditview-Dvi.Tpo" ".deps/xditview-Dvi.Po"; else rm -f ".deps/xditview-Dvi.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xditview -I. -Wall -g -O2 -MT xditview-DviChar.o -MD -MP -MF ".deps/xditview-DviChar.Tpo" -c -o xditview-DviChar.o `test -f 'DviChar.c' || echo '../xditview/'`DviChar.c; \
then mv -f ".deps/xditview-DviChar.Tpo" ".deps/xditview-DviChar.Po"; else rm -f ".deps/xditview-DviChar.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xditview -I. -Wall -g -O2 -MT xditview-font.o -MD -MP -MF ".deps/xditview-font.Tpo" -c -o xditview-font.o `test -f 'font.c' || echo '../xditview/'`font.c; \
then mv -f ".deps/xditview-font.Tpo" ".deps/xditview-font.Po"; else rm -f ".deps/xditview-font.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xditview -I. -Wall -g -O2 -MT xditview-lex.o -MD -MP -MF ".deps/xditview-lex.Tpo" -c -o xditview-lex.o `test -f 'lex.c' || echo '../xditview/'`lex.c; \
then mv -f ".deps/xditview-lex.Tpo" ".deps/xditview-lex.Po"; else rm -f ".deps/xditview-lex.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xditview -I. -Wall -g -O2 -MT xditview-page.o -MD -MP -MF ".deps/xditview-page.Tpo" -c -o xditview-page.o `test -f 'page.c' || echo '../xditview/'`page.c; \
then mv -f ".deps/xditview-page.Tpo" ".deps/xditview-page.Po"; else rm -f ".deps/xditview-page.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xditview -I. -Wall -g -O2 -MT xditview-parse.o -MD -MP -MF ".deps/xditview-parse.Tpo" -c -o xditview-parse.o `test -f 'parse.c' || echo '../xditview/'`parse.c; \
then mv -f ".deps/xditview-parse.Tpo" ".deps/xditview-parse.Po"; else rm -f ".deps/xditview-parse.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xditview -I. -Wall -g -O2 -MT xditview-xditview.o -MD -MP -MF ".deps/xditview-xditview.Tpo" -c -o xditview-xditview.o `test -f 'xditview.c' || echo '../xditview/'`xditview.c; \
then mv -f ".deps/xditview-xditview.Tpo" ".deps/xditview-xditview.Po"; else rm -f ".deps/xditview-xditview.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xditview -I. -Wall -g -O2 -MT xditview-XFontName.o -MD -MP -MF ".deps/xditview-XFontName.Tpo" -c -o xditview-XFontName.o `test -f 'XFontName.c' || echo '../xditview/'`XFontName.c; \
then mv -f ".deps/xditview-XFontName.Tpo" ".deps/xditview-XFontName.Po"; else rm -f ".deps/xditview-XFontName.Tpo"; exit 1; fi
gcc -Wall -g -O2 -o xditview xditview-draw.o xditview-Dvi.o xditview-DviChar.o xditview-font.o xditview-lex.o xditview-page.o xditview-parse.o xditview-xditview.o xditview-XFontName.o -lXaw7 -lXmu -lXt -lX11 -lSM -lICE -lm
cp ../xditview/Xditview.ad Xditview
cp ../xditview/Xditview-chrtr.ad Xditview-chrtr
sed -e 's|__vendorversion__|"xditview 1.0.1" "X Version 11"|' -e 's|__xorgversion__|"xditview 1.0.1" "X Version 11"|' -e 's|__xservername__|Xorg|g' -e 's|__xconfigfile__|xorg.conf|g' -e 's|__projectroot__|/usr|g' -e 's|__apploaddir__|/etc/X11/app-defaults|' -e 's|__appmansuffix__|1|g' -e 's|__libmansuffix__|3|g' -e 's|__adminmansuffix__|8|g' -e 's|__miscmansuffix__|7|g' -e 's|__filemansuffix__|5|g' < ../xditview/xditview.man > xditview.1
make[2]: Leaving directory `/build/buildd/x11-apps-7.3+1/xditview-obj-m32r-linux-gnu'
make[1]: Leaving directory `/build/buildd/x11-apps-7.3+1/xditview-obj-m32r-linux-gnu'
xedit
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking for ranlib... ranlib
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for TMP_XAW... yes
checking for APPDEFS... yes
checking build system type... m32r-unknown-linux-gnu
checking host system type... m32r-unknown-linux-gnu
../xedit/configure: line 4303: 22041 Segmentation fault diff "$cache_file" confcache >/dev/null 2>&1
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
make[1]: Entering directory `/build/buildd/x11-apps-7.3+1/xedit-obj-m32r-linux-gnu'
/usr/bin/make all-am
make[2]: Entering directory `/build/buildd/x11-apps-7.3+1/xedit-obj-m32r-linux-gnu'
if gcc -DHAVE_CONFIG_H -I. -I../xedit -I. -I../xedit/lisp/re -I../xedit/lisp/mp -DLISP -DLISPDIR=\"/usr/lib/X11/xedit/lisp\" -Wall -g -O2 -MT liblisp_a-bytecode.o -MD -MP -MF ".deps/liblisp_a-bytecode.Tpo" -c -o liblisp_a-bytecode.o `test -f 'lisp/bytecode.c' || echo '../xedit/'`lisp/bytecode.c; \
then mv -f ".deps/liblisp_a-bytecode.Tpo" ".deps/liblisp_a-bytecode.Po"; else rm -f ".deps/liblisp_a-bytecode.Tpo"; exit 1; fi
In file included from ../xedit/lisp/bytecode.c:340:
../xedit/lisp/compile.c: In function 'ComAddVariable':
../xedit/lisp/compile.c:1181: warning: dereferencing type-punned pointer will break strict-aliasing rules
../xedit/lisp/bytecode.c: In function 'LinkBuildTableSymbol':
../xedit/lisp/bytecode.c:2395: warning: dereferencing type-punned pointer will break strict-aliasing rules
../xedit/lisp/bytecode.c: In function 'LinkBuildTableConstant':
../xedit/lisp/bytecode.c:2404: warning: dereferencing type-punned pointer will break strict-aliasing rules
../xedit/lisp/bytecode.c: In function 'LinkBuildTableBuiltin':
../xedit/lisp/bytecode.c:2413: warning: dereferencing type-punned pointer will break strict-aliasing rules
../xedit/lisp/bytecode.c: In function 'LinkBuildTableBytecode':
../xedit/lisp/bytecode.c:2422: warning: dereferencing type-punned pointer will break strict-aliasing rules
if gcc -DHAVE_CONFIG_H -I. -I../xedit -I. -I../xedit/lisp/re -I../xedit/lisp/mp -DLISP -DLISPDIR=\"/usr/lib/X11/xedit/lisp\" -Wall -g -O2 -MT liblisp_a-core.o -MD -MP -MF ".deps/liblisp_a-core.Tpo" -c -o liblisp_a-core.o `test -f 'lisp/core.c' || echo '../xedit/'`lisp/core.c; \
then mv -f ".deps/liblisp_a-core.Tpo" ".deps/liblisp_a-core.Po"; else rm -f ".deps/liblisp_a-core.Tpo"; exit 1; fi
../xedit/lisp/core.c: In function 'Lisp_Member':
../xedit/lisp/core.c:3243: warning: comparisons like X<=Y<=Z do not have their mathematical meaning
../xedit/lisp/core.c:3256: warning: comparisons like X<=Y<=Z do not have their mathematical meaning
if gcc -DHAVE_CONFIG_H -I. -I../xedit -I. -I../xedit/lisp/re -I../xedit/lisp/mp -DLISP -DLISPDIR=\"/usr/lib/X11/xedit/lisp\" -Wall -g -O2 -MT liblisp_a-debugger.o -MD -MP -MF ".deps/liblisp_a-debugger.Tpo" -c -o liblisp_a-debugger.o `test -f 'lisp/debugger.c' || echo '../xedit/'`lisp/debugger.c; \
then mv -f ".deps/liblisp_a-debugger.Tpo" ".deps/liblisp_a-debugger.Po"; else rm -f ".deps/liblisp_a-debugger.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xedit -I. -I../xedit/lisp/re -I../xedit/lisp/mp -DLISP -DLISPDIR=\"/usr/lib/X11/xedit/lisp\" -Wall -g -O2 -MT liblisp_a-format.o -MD -MP -MF ".deps/liblisp_a-format.Tpo" -c -o liblisp_a-format.o `test -f 'lisp/format.c' || echo '../xedit/'`lisp/format.c; \
then mv -f ".deps/liblisp_a-format.Tpo" ".deps/liblisp_a-format.Po"; else rm -f ".deps/liblisp_a-format.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xedit -I. -I../xedit/lisp/re -I../xedit/lisp/mp -DLISP -DLISPDIR=\"/usr/lib/X11/xedit/lisp\" -Wall -g -O2 -MT liblisp_a-hash.o -MD -MP -MF ".deps/liblisp_a-hash.Tpo" -c -o liblisp_a-hash.o `test -f 'lisp/hash.c' || echo '../xedit/'`lisp/hash.c; \
then mv -f ".deps/liblisp_a-hash.Tpo" ".deps/liblisp_a-hash.Po"; else rm -f ".deps/liblisp_a-hash.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xedit -I. -I../xedit/lisp/re -I../xedit/lisp/mp -DLISP -DLISPDIR=\"/usr/lib/X11/xedit/lisp\" -Wall -g -O2 -MT liblisp_a-helper.o -MD -MP -MF ".deps/liblisp_a-helper.Tpo" -c -o liblisp_a-helper.o `test -f 'lisp/helper.c' || echo '../xedit/'`lisp/helper.c; \
then mv -f ".deps/liblisp_a-helper.Tpo" ".deps/liblisp_a-helper.Po"; else rm -f ".deps/liblisp_a-helper.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xedit -I. -I../xedit/lisp/re -I../xedit/lisp/mp -DLISP -DLISPDIR=\"/usr/lib/X11/xedit/lisp\" -Wall -g -O2 -MT liblisp_a-io.o -MD -MP -MF ".deps/liblisp_a-io.Tpo" -c -o liblisp_a-io.o `test -f 'lisp/io.c' || echo '../xedit/'`lisp/io.c; \
then mv -f ".deps/liblisp_a-io.Tpo" ".deps/liblisp_a-io.Po"; else rm -f ".deps/liblisp_a-io.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xedit -I. -I../xedit/lisp/re -I../xedit/lisp/mp -DLISP -DLISPDIR=\"/usr/lib/X11/xedit/lisp\" -Wall -g -O2 -MT liblisp_a-lisp.o -MD -MP -MF ".deps/liblisp_a-lisp.Tpo" -c -o liblisp_a-lisp.o `test -f 'lisp/lisp.c' || echo '../xedit/'`lisp/lisp.c; \
then mv -f ".deps/liblisp_a-lisp.Tpo" ".deps/liblisp_a-lisp.Po"; else rm -f ".deps/liblisp_a-lisp.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xedit -I. -I../xedit/lisp/re -I../xedit/lisp/mp -DLISP -DLISPDIR=\"/usr/lib/X11/xedit/lisp\" -Wall -g -O2 -MT liblisp_a-lsp.o -MD -MP -MF ".deps/liblisp_a-lsp.Tpo" -c -o liblisp_a-lsp.o `test -f 'lisp/lsp.c' || echo '../xedit/'`lisp/lsp.c; \
then mv -f ".deps/liblisp_a-lsp.Tpo" ".deps/liblisp_a-lsp.Po"; else rm -f ".deps/liblisp_a-lsp.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xedit -I. -I../xedit/lisp/re -I../xedit/lisp/mp -DLISP -DLISPDIR=\"/usr/lib/X11/xedit/lisp\" -Wall -g -O2 -MT liblisp_a-math.o -MD -MP -MF ".deps/liblisp_a-math.Tpo" -c -o liblisp_a-math.o `test -f 'lisp/math.c' || echo '../xedit/'`lisp/math.c; \
then mv -f ".deps/liblisp_a-math.Tpo" ".deps/liblisp_a-math.Po"; else rm -f ".deps/liblisp_a-math.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xedit -I. -I../xedit/lisp/re -I../xedit/lisp/mp -DLISP -DLISPDIR=\"/usr/lib/X11/xedit/lisp\" -Wall -g -O2 -MT liblisp_a-package.o -MD -MP -MF ".deps/liblisp_a-package.Tpo" -c -o liblisp_a-package.o `test -f 'lisp/package.c' || echo '../xedit/'`lisp/package.c; \
then mv -f ".deps/liblisp_a-package.Tpo" ".deps/liblisp_a-package.Po"; else rm -f ".deps/liblisp_a-package.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xedit -I. -I../xedit/lisp/re -I../xedit/lisp/mp -DLISP -DLISPDIR=\"/usr/lib/X11/xedit/lisp\" -Wall -g -O2 -MT liblisp_a-pathname.o -MD -MP -MF ".deps/liblisp_a-pathname.Tpo" -c -o liblisp_a-pathname.o `test -f 'lisp/pathname.c' || echo '../xedit/'`lisp/pathname.c; \
then mv -f ".deps/liblisp_a-pathname.Tpo" ".deps/liblisp_a-pathname.Po"; else rm -f ".deps/liblisp_a-pathname.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xedit -I. -I../xedit/lisp/re -I../xedit/lisp/mp -DLISP -DLISPDIR=\"/usr/lib/X11/xedit/lisp\" -Wall -g -O2 -MT liblisp_a-read.o -MD -MP -MF ".deps/liblisp_a-read.Tpo" -c -o liblisp_a-read.o `test -f 'lisp/read.c' || echo '../xedit/'`lisp/read.c; \
then mv -f ".deps/liblisp_a-read.Tpo" ".deps/liblisp_a-read.Po"; else rm -f ".deps/liblisp_a-read.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xedit -I. -I../xedit/lisp/re -I../xedit/lisp/mp -DLISP -DLISPDIR=\"/usr/lib/X11/xedit/lisp\" -Wall -g -O2 -MT liblisp_a-regex.o -MD -MP -MF ".deps/liblisp_a-regex.Tpo" -c -o liblisp_a-regex.o `test -f 'lisp/regex.c' || echo '../xedit/'`lisp/regex.c; \
then mv -f ".deps/liblisp_a-regex.Tpo" ".deps/liblisp_a-regex.Po"; else rm -f ".deps/liblisp_a-regex.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xedit -I. -I../xedit/lisp/re -I../xedit/lisp/mp -DLISP -DLISPDIR=\"/usr/lib/X11/xedit/lisp\" -Wall -g -O2 -MT liblisp_a-require.o -MD -MP -MF ".deps/liblisp_a-require.Tpo" -c -o liblisp_a-require.o `test -f 'lisp/require.c' || echo '../xedit/'`lisp/require.c; \
then mv -f ".deps/liblisp_a-require.Tpo" ".deps/liblisp_a-require.Po"; else rm -f ".deps/liblisp_a-require.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xedit -I. -I../xedit/lisp/re -I../xedit/lisp/mp -DLISP -DLISPDIR=\"/usr/lib/X11/xedit/lisp\" -Wall -g -O2 -MT liblisp_a-stream.o -MD -MP -MF ".deps/liblisp_a-stream.Tpo" -c -o liblisp_a-stream.o `test -f 'lisp/stream.c' || echo '../xedit/'`lisp/stream.c; \
then mv -f ".deps/liblisp_a-stream.Tpo" ".deps/liblisp_a-stream.Po"; else rm -f ".deps/liblisp_a-stream.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xedit -I. -I../xedit/lisp/re -I../xedit/lisp/mp -DLISP -DLISPDIR=\"/usr/lib/X11/xedit/lisp\" -Wall -g -O2 -MT liblisp_a-string.o -MD -MP -MF ".deps/liblisp_a-string.Tpo" -c -o liblisp_a-string.o `test -f 'lisp/string.c' || echo '../xedit/'`lisp/string.c; \
then mv -f ".deps/liblisp_a-string.Tpo" ".deps/liblisp_a-string.Po"; else rm -f ".deps/liblisp_a-string.Tpo"; exit 1; fi
../xedit/lisp/string.c: In function 'LispStringCompare':
../xedit/lisp/string.c:940: warning: dereferencing type-punned pointer will break strict-aliasing rules
../xedit/lisp/string.c:940: warning: dereferencing type-punned pointer will break strict-aliasing rules
if gcc -DHAVE_CONFIG_H -I. -I../xedit -I. -I../xedit/lisp/re -I../xedit/lisp/mp -DLISP -DLISPDIR=\"/usr/lib/X11/xedit/lisp\" -Wall -g -O2 -MT liblisp_a-struct.o -MD -MP -MF ".deps/liblisp_a-struct.Tpo" -c -o liblisp_a-struct.o `test -f 'lisp/struct.c' || echo '../xedit/'`lisp/struct.c; \
then mv -f ".deps/liblisp_a-struct.Tpo" ".deps/liblisp_a-struct.Po"; else rm -f ".deps/liblisp_a-struct.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xedit -I. -I../xedit/lisp/re -I../xedit/lisp/mp -DLISP -DLISPDIR=\"/usr/lib/X11/xedit/lisp\" -Wall -g -O2 -MT liblisp_a-time.o -MD -MP -MF ".deps/liblisp_a-time.Tpo" -c -o liblisp_a-time.o `test -f 'lisp/time.c' || echo '../xedit/'`lisp/time.c; \
then mv -f ".deps/liblisp_a-time.Tpo" ".deps/liblisp_a-time.Po"; else rm -f ".deps/liblisp_a-time.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xedit -I. -I../xedit/lisp/re -I../xedit/lisp/mp -DLISP -DLISPDIR=\"/usr/lib/X11/xedit/lisp\" -Wall -g -O2 -MT liblisp_a-write.o -MD -MP -MF ".deps/liblisp_a-write.Tpo" -c -o liblisp_a-write.o `test -f 'lisp/write.c' || echo '../xedit/'`lisp/write.c; \
then mv -f ".deps/liblisp_a-write.Tpo" ".deps/liblisp_a-write.Po"; else rm -f ".deps/liblisp_a-write.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xedit -I. -I../xedit/lisp/re -I../xedit/lisp/mp -DLISP -DLISPDIR=\"/usr/lib/X11/xedit/lisp\" -Wall -g -O2 -MT liblisp_a-xedit.o -MD -MP -MF ".deps/liblisp_a-xedit.Tpo" -c -o liblisp_a-xedit.o `test -f 'lisp/xedit.c' || echo '../xedit/'`lisp/xedit.c; \
then mv -f ".deps/liblisp_a-xedit.Tpo" ".deps/liblisp_a-xedit.Po"; else rm -f ".deps/liblisp_a-xedit.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xedit -I. -Wall -g -O2 -MT libmp_a-mp.o -MD -MP -MF ".deps/libmp_a-mp.Tpo" -c -o libmp_a-mp.o `test -f 'lisp/mp/mp.c' || echo '../xedit/'`lisp/mp/mp.c; \
then mv -f ".deps/libmp_a-mp.Tpo" ".deps/libmp_a-mp.Po"; else rm -f ".deps/libmp_a-mp.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xedit -I. -Wall -g -O2 -MT libmp_a-mpi.o -MD -MP -MF ".deps/libmp_a-mpi.Tpo" -c -o libmp_a-mpi.o `test -f 'lisp/mp/mpi.c' || echo '../xedit/'`lisp/mp/mpi.c; \
then mv -f ".deps/libmp_a-mpi.Tpo" ".deps/libmp_a-mpi.Po"; else rm -f ".deps/libmp_a-mpi.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xedit -I. -Wall -g -O2 -MT libmp_a-mpr.o -MD -MP -MF ".deps/libmp_a-mpr.Tpo" -c -o libmp_a-mpr.o `test -f 'lisp/mp/mpr.c' || echo '../xedit/'`lisp/mp/mpr.c; \
then mv -f ".deps/libmp_a-mpr.Tpo" ".deps/libmp_a-mpr.Po"; else rm -f ".deps/libmp_a-mpr.Tpo"; exit 1; fi
rm -f libmp.a
ar cru libmp.a libmp_a-mp.o libmp_a-mpi.o libmp_a-mpr.o
ranlib libmp.a
rm -f liblisp.a
ar cru liblisp.a liblisp_a-bytecode.o liblisp_a-core.o liblisp_a-debugger.o liblisp_a-format.o liblisp_a-hash.o liblisp_a-helper.o liblisp_a-io.o liblisp_a-lisp.o liblisp_a-lsp.o liblisp_a-math.o liblisp_a-package.o liblisp_a-pathname.o liblisp_a-read.o liblisp_a-regex.o liblisp_a-require.o liblisp_a-stream.o liblisp_a-string.o liblisp_a-struct.o liblisp_a-time.o liblisp_a-write.o liblisp_a-xedit.o libmp.a
ranlib liblisp.a
if gcc -DHAVE_CONFIG_H -I. -I../xedit -I. -Wall -g -O2 -MT libre_a-re.o -MD -MP -MF ".deps/libre_a-re.Tpo" -c -o libre_a-re.o `test -f 'lisp/re/re.c' || echo '../xedit/'`lisp/re/re.c; \
then mv -f ".deps/libre_a-re.Tpo" ".deps/libre_a-re.Po"; else rm -f ".deps/libre_a-re.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xedit -I. -Wall -g -O2 -MT libre_a-rec.o -MD -MP -MF ".deps/libre_a-rec.Tpo" -c -o libre_a-rec.o `test -f 'lisp/re/rec.c' || echo '../xedit/'`lisp/re/rec.c; \
then mv -f ".deps/libre_a-rec.Tpo" ".deps/libre_a-rec.Po"; else rm -f ".deps/libre_a-rec.Tpo"; exit 1; fi
../xedit/lisp/re/rec.c: In function 'irec_complex_repetition':
../xedit/lisp/re/rec.c:748: warning: dereferencing type-punned pointer will break strict-aliasing rules
../xedit/lisp/re/rec.c:767: warning: dereferencing type-punned pointer will break strict-aliasing rules
if gcc -DHAVE_CONFIG_H -I. -I../xedit -I. -Wall -g -O2 -MT libre_a-reo.o -MD -MP -MF ".deps/libre_a-reo.Tpo" -c -o libre_a-reo.o `test -f 'lisp/re/reo.c' || echo '../xedit/'`lisp/re/reo.c; \
then mv -f ".deps/libre_a-reo.Tpo" ".deps/libre_a-reo.Po"; else rm -f ".deps/libre_a-reo.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xedit -I. -Wall -g -O2 -MT libre_a-tests.o -MD -MP -MF ".deps/libre_a-tests.Tpo" -c -o libre_a-tests.o `test -f 'lisp/re/tests.c' || echo '../xedit/'`lisp/re/tests.c; \
then mv -f ".deps/libre_a-tests.Tpo" ".deps/libre_a-tests.Po"; else rm -f ".deps/libre_a-tests.Tpo"; exit 1; fi
../xedit/lisp/re/tests.c: In function 'main':
../xedit/lisp/re/tests.c:167: warning: format '%s' expects type 'char *', but argument 3 has type 'int'
../xedit/lisp/re/tests.c:167: warning: too few arguments for format
rm -f libre.a
ar cru libre.a libre_a-re.o libre_a-rec.o libre_a-reo.o libre_a-tests.o
ranlib libre.a
if gcc -DHAVE_CONFIG_H -I. -I../xedit -I. -I../xedit/lisp/re -D_BSD_SOURCE -DXEDIT -Wall -g -O2 -MT xedit-commands.o -MD -MP -MF ".deps/xedit-commands.Tpo" -c -o xedit-commands.o `test -f 'commands.c' || echo '../xedit/'`commands.c; \
then mv -f ".deps/xedit-commands.Tpo" ".deps/xedit-commands.Po"; else rm -f ".deps/xedit-commands.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xedit -I. -I../xedit/lisp/re -D_BSD_SOURCE -DXEDIT -Wall -g -O2 -MT xedit-hook.o -MD -MP -MF ".deps/xedit-hook.Tpo" -c -o xedit-hook.o `test -f 'hook.c' || echo '../xedit/'`hook.c; \
then mv -f ".deps/xedit-hook.Tpo" ".deps/xedit-hook.Po"; else rm -f ".deps/xedit-hook.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xedit -I. -I../xedit/lisp/re -D_BSD_SOURCE -DXEDIT -Wall -g -O2 -MT xedit-ispell.o -MD -MP -MF ".deps/xedit-ispell.Tpo" -c -o xedit-ispell.o `test -f 'ispell.c' || echo '../xedit/'`ispell.c; \
then mv -f ".deps/xedit-ispell.Tpo" ".deps/xedit-ispell.Po"; else rm -f ".deps/xedit-ispell.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xedit -I. -I../xedit/lisp/re -D_BSD_SOURCE -DXEDIT -Wall -g -O2 -MT xedit-lisp.o -MD -MP -MF ".deps/xedit-lisp.Tpo" -c -o xedit-lisp.o `test -f 'lisp.c' || echo '../xedit/'`lisp.c; \
then mv -f ".deps/xedit-lisp.Tpo" ".deps/xedit-lisp.Po"; else rm -f ".deps/xedit-lisp.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xedit -I. -I../xedit/lisp/re -D_BSD_SOURCE -DXEDIT -Wall -g -O2 -MT xedit-options.o -MD -MP -MF ".deps/xedit-options.Tpo" -c -o xedit-options.o `test -f 'options.c' || echo '../xedit/'`options.c; \
then mv -f ".deps/xedit-options.Tpo" ".deps/xedit-options.Po"; else rm -f ".deps/xedit-options.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xedit -I. -I../xedit/lisp/re -D_BSD_SOURCE -DXEDIT -Wall -g -O2 -MT xedit-realpath.o -MD -MP -MF ".deps/xedit-realpath.Tpo" -c -o xedit-realpath.o `test -f 'realpath.c' || echo '../xedit/'`realpath.c; \
then mv -f ".deps/xedit-realpath.Tpo" ".deps/xedit-realpath.Po"; else rm -f ".deps/xedit-realpath.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xedit -I. -I../xedit/lisp/re -D_BSD_SOURCE -DXEDIT -Wall -g -O2 -MT xedit-strcasecmp.o -MD -MP -MF ".deps/xedit-strcasecmp.Tpo" -c -o xedit-strcasecmp.o `test -f 'strcasecmp.c' || echo '../xedit/'`strcasecmp.c; \
then mv -f ".deps/xedit-strcasecmp.Tpo" ".deps/xedit-strcasecmp.Po"; else rm -f ".deps/xedit-strcasecmp.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xedit -I. -I../xedit/lisp/re -D_BSD_SOURCE -DXEDIT -Wall -g -O2 -MT xedit-util.o -MD -MP -MF ".deps/xedit-util.Tpo" -c -o xedit-util.o `test -f 'util.c' || echo '../xedit/'`util.c; \
then mv -f ".deps/xedit-util.Tpo" ".deps/xedit-util.Po"; else rm -f ".deps/xedit-util.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xedit -I. -I../xedit/lisp/re -D_BSD_SOURCE -DXEDIT -Wall -g -O2 -MT xedit-xedit.o -MD -MP -MF ".deps/xedit-xedit.Tpo" -c -o xedit-xedit.o `test -f 'xedit.c' || echo '../xedit/'`xedit.c; \
then mv -f ".deps/xedit-xedit.Tpo" ".deps/xedit-xedit.Po"; else rm -f ".deps/xedit-xedit.Tpo"; exit 1; fi
gcc -Wall -g -O2 -o xedit xedit-commands.o xedit-hook.o xedit-ispell.o xedit-lisp.o xedit-options.o xedit-realpath.o xedit-strcasecmp.o xedit-util.o xedit-xedit.o libre.a liblisp.a libmp.a -lXaw7 -lXmu -lXt -lX11 -lSM -lICE -lm
cp ../xedit/Xedit-color.ad Xedit-color
cp ../xedit/Xedit-noxprint.ad Xedit.ad
cp Xedit.ad Xedit
sed -e 's|__vendorversion__|"xedit 1.0.2" "X Version 11"|' -e 's|__xorgversion__|"xedit 1.0.2" "X Version 11"|' -e 's|__xservername__|Xorg|g' -e 's|__xconfigfile__|xorg.conf|g' -e 's|__projectroot__|/usr|g' -e 's|__apploaddir__|/etc/X11/app-defaults|' -e 's|__appmansuffix__|1|g' -e 's|__libmansuffix__|3|g' -e 's|__adminmansuffix__|8|g' -e 's|__miscmansuffix__|7|g' -e 's|__filemansuffix__|5|g' < ../xedit/xedit.man > xedit.1
make[2]: Leaving directory `/build/buildd/x11-apps-7.3+1/xedit-obj-m32r-linux-gnu'
make[1]: Leaving directory `/build/buildd/x11-apps-7.3+1/xedit-obj-m32r-linux-gnu'
xeyes
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for XEYES... yes
checking build system type... m32r-unknown-linux-gnu
checking host system type... m32r-unknown-linux-gnu
../xeyes/configure: line 3873: 23151 Segmentation fault diff "$cache_file" confcache >/dev/null 2>&1
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
make[1]: Entering directory `/build/buildd/x11-apps-7.3+1/xeyes-obj-m32r-linux-gnu'
/usr/bin/make all-am
make[2]: Entering directory `/build/buildd/x11-apps-7.3+1/xeyes-obj-m32r-linux-gnu'
if gcc -DHAVE_CONFIG_H -I. -I../xeyes -I. -Wall -g -O2 -MT xeyes-Eyes.o -MD -MP -MF ".deps/xeyes-Eyes.Tpo" -c -o xeyes-Eyes.o `test -f 'Eyes.c' || echo '../xeyes/'`Eyes.c; \
then mv -f ".deps/xeyes-Eyes.Tpo" ".deps/xeyes-Eyes.Po"; else rm -f ".deps/xeyes-Eyes.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xeyes -I. -Wall -g -O2 -MT xeyes-transform.o -MD -MP -MF ".deps/xeyes-transform.Tpo" -c -o xeyes-transform.o `test -f 'transform.c' || echo '../xeyes/'`transform.c; \
then mv -f ".deps/xeyes-transform.Tpo" ".deps/xeyes-transform.Po"; else rm -f ".deps/xeyes-transform.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xeyes -I. -Wall -g -O2 -MT xeyes-xeyes.o -MD -MP -MF ".deps/xeyes-xeyes.Tpo" -c -o xeyes-xeyes.o `test -f 'xeyes.c' || echo '../xeyes/'`xeyes.c; \
then mv -f ".deps/xeyes-xeyes.Tpo" ".deps/xeyes-xeyes.Po"; else rm -f ".deps/xeyes-xeyes.Tpo"; exit 1; fi
gcc -Wall -g -O2 -o xeyes xeyes-Eyes.o xeyes-transform.o xeyes-xeyes.o -lXext -lXmu -lXt -lX11 -lSM -lICE -lm
sed -e 's|__vendorversion__|"xeyes 1.0.1" "X Version 11"|' -e 's|__xorgversion__|"xeyes 1.0.1" "X Version 11"|' -e 's|__xservername__|Xorg|g' -e 's|__xconfigfile__|xorg.conf|g' -e 's|__projectroot__|/usr|g' -e 's|__apploaddir__||' -e 's|__appmansuffix__|1|g' -e 's|__libmansuffix__|3|g' -e 's|__adminmansuffix__|8|g' -e 's|__miscmansuffix__|7|g' -e 's|__filemansuffix__|5|g' < ../xeyes/xeyes.man > xeyes.1
make[2]: Leaving directory `/build/buildd/x11-apps-7.3+1/xeyes-obj-m32r-linux-gnu'
make[1]: Leaving directory `/build/buildd/x11-apps-7.3+1/xeyes-obj-m32r-linux-gnu'
xload
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking for kstat_open in -lkstat... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for TMP_XAW... yes
checking for APPDEFS... yes
checking build system type... m32r-unknown-linux-gnu
checking host system type... m32r-unknown-linux-gnu
../xload/configure: line 4158: 23842 Segmentation fault diff "$cache_file" confcache >/dev/null 2>&1
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
make[1]: Entering directory `/build/buildd/x11-apps-7.3+1/xload-obj-m32r-linux-gnu'
/usr/bin/make all-am
make[2]: Entering directory `/build/buildd/x11-apps-7.3+1/xload-obj-m32r-linux-gnu'
if gcc -DHAVE_CONFIG_H -I. -I../xload -I. -Wall -g -O2 -MT xload-get_load.o -MD -MP -MF ".deps/xload-get_load.Tpo" -c -o xload-get_load.o `test -f 'get_load.c' || echo '../xload/'`get_load.c; \
then mv -f ".deps/xload-get_load.Tpo" ".deps/xload-get_load.Po"; else rm -f ".deps/xload-get_load.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xload -I. -Wall -g -O2 -MT xload-get_rload.o -MD -MP -MF ".deps/xload-get_rload.Tpo" -c -o xload-get_rload.o `test -f 'get_rload.c' || echo '../xload/'`get_rload.c; \
then mv -f ".deps/xload-get_rload.Tpo" ".deps/xload-get_rload.Po"; else rm -f ".deps/xload-get_rload.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xload -I. -Wall -g -O2 -MT xload-xload.o -MD -MP -MF ".deps/xload-xload.Tpo" -c -o xload-xload.o `test -f 'xload.c' || echo '../xload/'`xload.c; \
then mv -f ".deps/xload-xload.Tpo" ".deps/xload-xload.Po"; else rm -f ".deps/xload-xload.Tpo"; exit 1; fi
gcc -Wall -g -O2 -o xload xload-get_load.o xload-get_rload.o xload-xload.o -lXaw7 -lXmu -lXt -lX11 -lSM -lICE
cp ../xload/XLoad.ad XLoad
sed -e 's|__vendorversion__|"xload 1.0.1" "X Version 11"|' -e 's|__xorgversion__|"xload 1.0.1" "X Version 11"|' -e 's|__xservername__|Xorg|g' -e 's|__xconfigfile__|xorg.conf|g' -e 's|__projectroot__|/usr|g' -e 's|__apploaddir__|/etc/X11/app-defaults|' -e 's|__appmansuffix__|1|g' -e 's|__libmansuffix__|3|g' -e 's|__adminmansuffix__|8|g' -e 's|__miscmansuffix__|7|g' -e 's|__filemansuffix__|5|g' < ../xload/xload.man > xload.1
make[2]: Leaving directory `/build/buildd/x11-apps-7.3+1/xload-obj-m32r-linux-gnu'
make[1]: Leaving directory `/build/buildd/x11-apps-7.3+1/xload-obj-m32r-linux-gnu'
xlogo
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for TMP_XAW... yes
checking for XRENDER... yes
checking for XFT... yes
checking for XEXT... yes
checking for APPDEFS... yes
checking build system type... m32r-unknown-linux-gnu
checking host system type... m32r-unknown-linux-gnu
../xlogo/configure: line 4600: 24520 Segmentation fault diff "$cache_file" confcache >/dev/null 2>&1
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
make[1]: Entering directory `/build/buildd/x11-apps-7.3+1/xlogo-obj-m32r-linux-gnu'
/usr/bin/make all-am
make[2]: Entering directory `/build/buildd/x11-apps-7.3+1/xlogo-obj-m32r-linux-gnu'
if gcc -DHAVE_CONFIG_H -I. -I../xlogo -I. -I/usr/include/freetype2 -Wall -g -O2 -MT xlogo-Logo.o -MD -MP -MF ".deps/xlogo-Logo.Tpo" -c -o xlogo-Logo.o `test -f 'Logo.c' || echo '../xlogo/'`Logo.c; \
then mv -f ".deps/xlogo-Logo.Tpo" ".deps/xlogo-Logo.Po"; else rm -f ".deps/xlogo-Logo.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xlogo -I. -I/usr/include/freetype2 -Wall -g -O2 -MT xlogo-RenderLogo.o -MD -MP -MF ".deps/xlogo-RenderLogo.Tpo" -c -o xlogo-RenderLogo.o `test -f 'RenderLogo.c' || echo '../xlogo/'`RenderLogo.c; \
then mv -f ".deps/xlogo-RenderLogo.Tpo" ".deps/xlogo-RenderLogo.Po"; else rm -f ".deps/xlogo-RenderLogo.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xlogo -I. -I/usr/include/freetype2 -Wall -g -O2 -MT xlogo-xlogo.o -MD -MP -MF ".deps/xlogo-xlogo.Tpo" -c -o xlogo-xlogo.o `test -f 'xlogo.c' || echo '../xlogo/'`xlogo.c; \
then mv -f ".deps/xlogo-xlogo.Tpo" ".deps/xlogo-xlogo.Po"; else rm -f ".deps/xlogo-xlogo.Tpo"; exit 1; fi
gcc -Wall -g -O2 -o xlogo xlogo-Logo.o xlogo-RenderLogo.o xlogo-xlogo.o -lXaw7 -lXmu -lXt -lX11 -lSM -lICE -lXrender -lX11 -lXft -lfontconfig -lXext
cp ../xlogo/XLogo.ad XLogo
cp ../xlogo/XLogo-color.ad XLogo-color
sed -e 's|__vendorversion__|"xlogo 1.0.1" "X Version 11"|' -e 's|__xorgversion__|"xlogo 1.0.1" "X Version 11"|' -e 's|__xservername__|Xorg|g' -e 's|__xconfigfile__|xorg.conf|g' -e 's|__projectroot__|/usr|g' -e 's|__apploaddir__|/etc/X11/app-defaults|' -e 's|__appmansuffix__|1|g' -e 's|__libmansuffix__|3|g' -e 's|__adminmansuffix__|8|g' -e 's|__miscmansuffix__|7|g' -e 's|__filemansuffix__|5|g' < ../xlogo/xlogo.man > xlogo.1
make[2]: Leaving directory `/build/buildd/x11-apps-7.3+1/xlogo-obj-m32r-linux-gnu'
make[1]: Leaving directory `/build/buildd/x11-apps-7.3+1/xlogo-obj-m32r-linux-gnu'
xmag
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking for nanosleep... yes
checking for poll... yes
checking for select... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for TMP_XAW... yes
checking for APPDEFS... yes
checking build system type... m32r-unknown-linux-gnu
checking host system type... m32r-unknown-linux-gnu
../xmag/configure: line 4143: 25259 Segmentation fault diff "$cache_file" confcache >/dev/null 2>&1
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
make[1]: Entering directory `/build/buildd/x11-apps-7.3+1/xmag-obj-m32r-linux-gnu'
/usr/bin/make all-am
make[2]: Entering directory `/build/buildd/x11-apps-7.3+1/xmag-obj-m32r-linux-gnu'
gcc -DHAVE_CONFIG_H -I. -I../xmag -Wall -g -O2 -MT CutPaste.o -MD -MP -MF .deps/CutPaste.Tpo -c -o CutPaste.o ../xmag/CutPaste.c
mv -f .deps/CutPaste.Tpo .deps/CutPaste.Po
gcc -DHAVE_CONFIG_H -I. -I../xmag -Wall -g -O2 -MT RootWin.o -MD -MP -MF .deps/RootWin.Tpo -c -o RootWin.o ../xmag/RootWin.c
mv -f .deps/RootWin.Tpo .deps/RootWin.Po
gcc -DHAVE_CONFIG_H -I. -I../xmag -Wall -g -O2 -MT Scale.o -MD -MP -MF .deps/Scale.Tpo -c -o Scale.o ../xmag/Scale.c
mv -f .deps/Scale.Tpo .deps/Scale.Po
gcc -DHAVE_CONFIG_H -I. -I../xmag -Wall -g -O2 -MT xmag.o -MD -MP -MF .deps/xmag.Tpo -c -o xmag.o ../xmag/xmag.c
mv -f .deps/xmag.Tpo .deps/xmag.Po
gcc -Wall -g -O2 -o xmag CutPaste.o RootWin.o Scale.o xmag.o -lXaw7 -lXmu -lXt -lX11 -lSM -lICE -lm
cp ../xmag/Xmag.ad Xmag
sed -e 's|__vendorversion__|"xmag 1.0.2" "X Version 11"|' -e 's|__xorgversion__|"xmag 1.0.2" "X Version 11"|' -e 's|__xservername__|Xorg|g' -e 's|__xconfigfile__|xorg.conf|g' -e 's|__projectroot__|/usr|g' -e 's|__apploaddir__|/etc/X11/app-defaults|' -e 's|__appmansuffix__|1|g' -e 's|__libmansuffix__|3|g' -e 's|__adminmansuffix__|8|g' -e 's|__miscmansuffix__|7|g' -e 's|__filemansuffix__|5|g' < ../xmag/xmag.man > xmag.1
make[2]: Leaving directory `/build/buildd/x11-apps-7.3+1/xmag-obj-m32r-linux-gnu'
make[1]: Leaving directory `/build/buildd/x11-apps-7.3+1/xmag-obj-m32r-linux-gnu'
xman
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking build system type... m32r-unknown-linux-gnu
checking host system type... m32r-unknown-linux-gnu
checking for mkstemp... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for TMP_XAW... yes
checking for /etc/man.conf... no
checking for /etc/man.config... no
checking for /etc/manpath.config... yes
checking man config file format... FreeBSD
checking for APPDEFS... yes
../xman/configure: line 4514: 25970 Segmentation fault diff "$cache_file" confcache >/dev/null 2>&1
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
make[1]: Entering directory `/build/buildd/x11-apps-7.3+1/xman-obj-m32r-linux-gnu'
/usr/bin/make all-am
make[2]: Entering directory `/build/buildd/x11-apps-7.3+1/xman-obj-m32r-linux-gnu'
gcc -DHAVE_CONFIG_H -I. -I../xman -D_BSD_SOURCE -DHELPFILE=\"/usr/share/X11/xman.help\" -Wall -g -O2 -MT xman-buttons.o -MD -MP -MF .deps/xman-buttons.Tpo -c -o xman-buttons.o `test -f 'buttons.c' || echo '../xman/'`buttons.c
mv -f .deps/xman-buttons.Tpo .deps/xman-buttons.Po
gcc -DHAVE_CONFIG_H -I. -I../xman -D_BSD_SOURCE -DHELPFILE=\"/usr/share/X11/xman.help\" -Wall -g -O2 -MT xman-globals.o -MD -MP -MF .deps/xman-globals.Tpo -c -o xman-globals.o `test -f 'globals.c' || echo '../xman/'`globals.c
mv -f .deps/xman-globals.Tpo .deps/xman-globals.Po
gcc -DHAVE_CONFIG_H -I. -I../xman -D_BSD_SOURCE -DHELPFILE=\"/usr/share/X11/xman.help\" -Wall -g -O2 -MT xman-handler.o -MD -MP -MF .deps/xman-handler.Tpo -c -o xman-handler.o `test -f 'handler.c' || echo '../xman/'`handler.c
mv -f .deps/xman-handler.Tpo .deps/xman-handler.Po
gcc -DHAVE_CONFIG_H -I. -I../xman -D_BSD_SOURCE -DHELPFILE=\"/usr/share/X11/xman.help\" -Wall -g -O2 -MT xman-help.o -MD -MP -MF .deps/xman-help.Tpo -c -o xman-help.o `test -f 'help.c' || echo '../xman/'`help.c
mv -f .deps/xman-help.Tpo .deps/xman-help.Po
gcc -DHAVE_CONFIG_H -I. -I../xman -D_BSD_SOURCE -DHELPFILE=\"/usr/share/X11/xman.help\" -Wall -g -O2 -MT xman-main.o -MD -MP -MF .deps/xman-main.Tpo -c -o xman-main.o `test -f 'main.c' || echo '../xman/'`main.c
../xman/main.c:46: warning: 'version' defined but not used
mv -f .deps/xman-main.Tpo .deps/xman-main.Po
gcc -DHAVE_CONFIG_H -I. -I../xman -D_BSD_SOURCE -DHELPFILE=\"/usr/share/X11/xman.help\" -Wall -g -O2 -MT xman-man.o -MD -MP -MF .deps/xman-man.Tpo -c -o xman-man.o `test -f 'man.c' || echo '../xman/'`man.c
mv -f .deps/xman-man.Tpo .deps/xman-man.Po
gcc -DHAVE_CONFIG_H -I. -I../xman -D_BSD_SOURCE -DHELPFILE=\"/usr/share/X11/xman.help\" -Wall -g -O2 -MT xman-misc.o -MD -MP -MF .deps/xman-misc.Tpo -c -o xman-misc.o `test -f 'misc.c' || echo '../xman/'`misc.c
mv -f .deps/xman-misc.Tpo .deps/xman-misc.Po
gcc -DHAVE_CONFIG_H -I. -I../xman -D_BSD_SOURCE -DHELPFILE=\"/usr/share/X11/xman.help\" -Wall -g -O2 -MT xman-ScrollByL.o -MD -MP -MF .deps/xman-ScrollByL.Tpo -c -o xman-ScrollByL.o `test -f 'ScrollByL.c' || echo '../xman/'`ScrollByL.c
mv -f .deps/xman-ScrollByL.Tpo .deps/xman-ScrollByL.Po
gcc -DHAVE_CONFIG_H -I. -I../xman -D_BSD_SOURCE -DHELPFILE=\"/usr/share/X11/xman.help\" -Wall -g -O2 -MT xman-search.o -MD -MP -MF .deps/xman-search.Tpo -c -o xman-search.o `test -f 'search.c' || echo '../xman/'`search.c
mv -f .deps/xman-search.Tpo .deps/xman-search.Po
gcc -DHAVE_CONFIG_H -I. -I../xman -D_BSD_SOURCE -DHELPFILE=\"/usr/share/X11/xman.help\" -Wall -g -O2 -MT xman-tkfuncs.o -MD -MP -MF .deps/xman-tkfuncs.Tpo -c -o xman-tkfuncs.o `test -f 'tkfuncs.c' || echo '../xman/'`tkfuncs.c
mv -f .deps/xman-tkfuncs.Tpo .deps/xman-tkfuncs.Po
gcc -DHAVE_CONFIG_H -I. -I../xman -D_BSD_SOURCE -DHELPFILE=\"/usr/share/X11/xman.help\" -Wall -g -O2 -MT xman-vendor.o -MD -MP -MF .deps/xman-vendor.Tpo -c -o xman-vendor.o `test -f 'vendor.c' || echo '../xman/'`vendor.c
mv -f .deps/xman-vendor.Tpo .deps/xman-vendor.Po
gcc -D_BSD_SOURCE -DHELPFILE=\"/usr/share/X11/xman.help\" -Wall -g -O2 -o xman xman-buttons.o xman-globals.o xman-handler.o xman-help.o xman-main.o xman-man.o xman-misc.o xman-ScrollByL.o xman-search.o xman-tkfuncs.o xman-vendor.o -lXaw7 -lXmu -lXt -lX11 -lSM -lICE
ln -s ../xman/Xman-noxprint.ad Xman
sed -e 's|__vendorversion__|"xman 1.0.3" "X Version 11"|' -e 's|__xorgversion__|"xman 1.0.3" "X Version 11"|' -e 's|__xservername__|Xorg|g' -e 's|__xconfigfile__|xorg.conf|g' -e 's|__projectroot__|/usr|g' -e 's|__apploaddir__|/etc/X11/app-defaults|' -e 's|__appmansuffix__|1|g' -e 's|__libmansuffix__|3|g' -e 's|__adminmansuffix__|8|g' -e 's|__miscmansuffix__|7|g' -e 's|__filemansuffix__|5|g' < ../xman/xman.man > xman.1
make[2]: Leaving directory `/build/buildd/x11-apps-7.3+1/xman-obj-m32r-linux-gnu'
make[1]: Leaving directory `/build/buildd/x11-apps-7.3+1/xman-obj-m32r-linux-gnu'
xmore
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for TMP_XAW... yes
checking for APPDEFS... yes
checking build system type... m32r-unknown-linux-gnu
checking host system type... m32r-unknown-linux-gnu
../xmore/configure: line 4206: 26754 Segmentation fault diff "$cache_file" confcache >/dev/null 2>&1
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
make[1]: Entering directory `/build/buildd/x11-apps-7.3+1/xmore-obj-m32r-linux-gnu'
/usr/bin/make all-am
make[2]: Entering directory `/build/buildd/x11-apps-7.3+1/xmore-obj-m32r-linux-gnu'
if gcc -DHAVE_CONFIG_H -I. -I../xmore -I. -DXMORE -Wall -g -O2 -MT xmore-xmore.o -MD -MP -MF ".deps/xmore-xmore.Tpo" -c -o xmore-xmore.o `test -f 'xmore.c' || echo '../xmore/'`xmore.c; \
then mv -f ".deps/xmore-xmore.Tpo" ".deps/xmore-xmore.Po"; else rm -f ".deps/xmore-xmore.Tpo"; exit 1; fi
../xmore/xmore.c: In function 'main':
../xmore/xmore.c:259: warning: unused variable 'printbutton'
../xmore/xmore.c: At top level:
../xmore/xmore.c:67: warning: 'printJobNameBuffer' defined but not used
../xmore/xmore.c:152: warning: 'printshellDestroyXtProc' defined but not used
gcc -Wall -g -O2 -o xmore xmore-xmore.o -lXaw7 -lXmu -lXt -lX11 -lSM -lICE
cp ../xmore/XMore.ad XMore
sed -e 's|__vendorversion__|"xmore 1.0.1" "X Version 11"|' -e 's|__xorgversion__|"xmore 1.0.1" "X Version 11"|' -e 's|__xservername__|Xorg|g' -e 's|__xconfigfile__|xorg.conf|g' -e 's|__projectroot__|/usr|g' -e 's|__apploaddir__|/etc/X11/app-defaults|' -e 's|__appmansuffix__|1|g' -e 's|__libmansuffix__|3|g' -e 's|__adminmansuffix__|8|g' -e 's|__miscmansuffix__|7|g' -e 's|__filemansuffix__|5|g' < ../xmore/xmore.man > xmore.1
make[2]: Leaving directory `/build/buildd/x11-apps-7.3+1/xmore-obj-m32r-linux-gnu'
make[1]: Leaving directory `/build/buildd/x11-apps-7.3+1/xmore-obj-m32r-linux-gnu'
xwd
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for XWD... yes
checking build system type... m32r-unknown-linux-gnu
checking host system type... m32r-unknown-linux-gnu
../xwd/configure: line 3872: 27373 Segmentation fault diff "$cache_file" confcache >/dev/null 2>&1
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
make[1]: Entering directory `/build/buildd/x11-apps-7.3+1/xwd-obj-m32r-linux-gnu'
/usr/bin/make all-am
make[2]: Entering directory `/build/buildd/x11-apps-7.3+1/xwd-obj-m32r-linux-gnu'
if gcc -DHAVE_CONFIG_H -I. -I../xwd -I. -Wall -g -O2 -MT xwd-dsimple.o -MD -MP -MF ".deps/xwd-dsimple.Tpo" -c -o xwd-dsimple.o `test -f 'dsimple.c' || echo '../xwd/'`dsimple.c; \
then mv -f ".deps/xwd-dsimple.Tpo" ".deps/xwd-dsimple.Po"; else rm -f ".deps/xwd-dsimple.Tpo"; exit 1; fi
../xwd/dsimple.c: In function 'Setup_Display_And_Screen':
../xwd/dsimple.c:210: warning: unused variable 'printername'
if gcc -DHAVE_CONFIG_H -I. -I../xwd -I. -Wall -g -O2 -MT xwd-list.o -MD -MP -MF ".deps/xwd-list.Tpo" -c -o xwd-list.o `test -f 'list.c' || echo '../xwd/'`list.c; \
then mv -f ".deps/xwd-list.Tpo" ".deps/xwd-list.Po"; else rm -f ".deps/xwd-list.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I../xwd -I. -Wall -g -O2 -MT xwd-multiVis.o -MD -MP -MF ".deps/xwd-multiVis.Tpo" -c -o xwd-multiVis.o `test -f 'multiVis.c' || echo '../xwd/'`multiVis.c; \
then mv -f ".deps/xwd-multiVis.Tpo" ".deps/xwd-multiVis.Po"; else rm -f ".deps/xwd-multiVis.Tpo"; exit 1; fi
../xwd/multiVis.c: In function 'ReadRegionsInList':
../xwd/multiVis.c:316: warning: 'bShift' may be used uninitialized in this function
../xwd/multiVis.c:316: warning: 'gShift' may be used uninitialized in this function
../xwd/multiVis.c:316: warning: 'rShift' may be used uninitialized in this function
if gcc -DHAVE_CONFIG_H -I. -I../xwd -I. -Wall -g -O2 -MT xwd-xwd.o -MD -MP -MF ".deps/xwd-xwd.Tpo" -c -o xwd-xwd.o `test -f 'xwd.c' || echo '../xwd/'`xwd.c; \
then mv -f ".deps/xwd-xwd.Tpo" ".deps/xwd-xwd.Po"; else rm -f ".deps/xwd-xwd.Tpo"; exit 1; fi
gcc -Wall -g -O2 -o xwd xwd-dsimple.o xwd-list.o xwd-multiVis.o xwd-xwd.o -lXmuu -lX11
sed -e 's|__vendorversion__|"xwd 1.0.1" "X Version 11"|' -e 's|__xorgversion__|"xwd 1.0.1" "X Version 11"|' -e 's|__xservername__|Xorg|g' -e 's|__xconfigfile__|xorg.conf|g' -e 's|__projectroot__|/usr|g' -e 's|__apploaddir__||' -e 's|__appmansuffix__|1|g' -e 's|__libmansuffix__|3|g' -e 's|__adminmansuffix__|8|g' -e 's|__miscmansuffix__|7|g' -e 's|__filemansuffix__|5|g' < ../xwd/xwd.man > xwd.1
make[2]: Leaving directory `/build/buildd/x11-apps-7.3+1/xwd-obj-m32r-linux-gnu'
make[1]: Leaving directory `/build/buildd/x11-apps-7.3+1/xwd-obj-m32r-linux-gnu'
xwud
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for XWUD... yes
checking build system type... m32r-unknown-linux-gnu
checking host system type... m32r-unknown-linux-gnu
../xwud/configure: line 3872: 28015 Segmentation fault diff "$cache_file" confcache >/dev/null 2>&1
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
make[1]: Entering directory `/build/buildd/x11-apps-7.3+1/xwud-obj-m32r-linux-gnu'
/usr/bin/make all-am
make[2]: Entering directory `/build/buildd/x11-apps-7.3+1/xwud-obj-m32r-linux-gnu'
if gcc -DHAVE_CONFIG_H -I. -I../xwud -I. -Wall -g -O2 -MT xwud-xwud.o -MD -MP -MF ".deps/xwud-xwud.Tpo" -c -o xwud-xwud.o `test -f 'xwud.c' || echo '../xwud/'`xwud.c; \
then mv -f ".deps/xwud-xwud.Tpo" ".deps/xwud-xwud.Po"; else rm -f ".deps/xwud-xwud.Tpo"; exit 1; fi
gcc -Wall -g -O2 -o xwud xwud-xwud.o -lX11
sed -e 's|__vendorversion__|"xwud 1.0.1" "X Version 11"|' -e 's|__xorgversion__|"xwud 1.0.1" "X Version 11"|' -e 's|__xservername__|Xorg|g' -e 's|__xconfigfile__|xorg.conf|g' -e 's|__projectroot__|/usr|g' -e 's|__apploaddir__||' -e 's|__appmansuffix__|1|g' -e 's|__libmansuffix__|3|g' -e 's|__adminmansuffix__|8|g' -e 's|__miscmansuffix__|7|g' -e 's|__filemansuffix__|5|g' < ../xwud/xwud.man > xwud.1
make[2]: Leaving directory `/build/buildd/x11-apps-7.3+1/xwud-obj-m32r-linux-gnu'
make[1]: Leaving directory `/build/buildd/x11-apps-7.3+1/xwud-obj-m32r-linux-gnu'
for FILE in ; do \
echo "$FILE" ; \
mkdir "$FILE"-obj-m32r-linux-gnu; \
(cd "$FILE"-obj-m32r-linux-gnu && \
../"$FILE"/configure --prefix=/usr --mandir=\${prefix}/share/man \
--infodir=\${prefix}/share/info --build=m32r-linux-gnu \
CFLAGS="-Wall -g -O2" && \
/usr/bin/make) || exit 1; \
done
touch build-stamp
/usr/bin/fakeroot debian/rules binary-arch
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
for FILE in oclock x11perf xbiff xcalc xclipboard xclock xconsole xcursorgen xditview xedit xeyes xload xlogo xmag xman xmore xwd xwud; do \
cd "$FILE"-obj-m32r-linux-gnu && /usr/bin/make DESTDIR=/build/buildd/x11-apps-7.3+1/debian/tmp install ; \
cd ..; \
done
make[1]: Entering directory `/build/buildd/x11-apps-7.3+1/oclock-obj-m32r-linux-gnu'
make[2]: Entering directory `/build/buildd/x11-apps-7.3+1/oclock-obj-m32r-linux-gnu'
test -z "/usr/bin" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/bin"
/usr/bin/ginstall -c 'oclock' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/bin/oclock'
test -z "/etc/X11/app-defaults" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/etc/X11/app-defaults"
/usr/bin/ginstall -c -m 644 'Clock-color' '/build/buildd/x11-apps-7.3+1/debian/tmp/etc/X11/app-defaults/Clock-color'
test -z "/usr/share/man/man1" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/share/man/man1"
/usr/bin/ginstall -c -m 644 'oclock.1' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/share/man/man1/oclock.1'
make[2]: Leaving directory `/build/buildd/x11-apps-7.3+1/oclock-obj-m32r-linux-gnu'
make[1]: Leaving directory `/build/buildd/x11-apps-7.3+1/oclock-obj-m32r-linux-gnu'
make[1]: Entering directory `/build/buildd/x11-apps-7.3+1/x11perf-obj-m32r-linux-gnu'
make[2]: Entering directory `/build/buildd/x11-apps-7.3+1/x11perf-obj-m32r-linux-gnu'
test -z "/usr/bin" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/bin"
/usr/bin/ginstall -c 'x11perf' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/bin/x11perf'
test -z "/usr/bin" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/bin"
/usr/bin/ginstall -c 'x11perfcomp' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/bin/x11perfcomp'
test -z "/usr/share/man/man1" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/share/man/man1"
/usr/bin/ginstall -c -m 644 'x11perfcomp.1' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/share/man/man1/x11perfcomp.1'
/usr/bin/ginstall -c -m 644 'x11perf.1' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/share/man/man1/x11perf.1'
/usr/bin/ginstall -c -m 644 'Xmark.1' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/share/man/man1/Xmark.1'
test -z "/usr/lib/X11/x11perfcomp" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/lib/X11/x11perfcomp"
/usr/bin/ginstall -c '../x11perf/fillblnk' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/lib/X11/x11perfcomp/fillblnk'
/usr/bin/ginstall -c '../x11perf/perfboth' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/lib/X11/x11perfcomp/perfboth'
/usr/bin/ginstall -c '../x11perf/perfratio' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/lib/X11/x11perfcomp/perfratio'
/usr/bin/ginstall -c '../x11perf/Xmark' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/lib/X11/x11perfcomp/Xmark'
make[2]: Leaving directory `/build/buildd/x11-apps-7.3+1/x11perf-obj-m32r-linux-gnu'
make[1]: Leaving directory `/build/buildd/x11-apps-7.3+1/x11perf-obj-m32r-linux-gnu'
make[1]: Entering directory `/build/buildd/x11-apps-7.3+1/xbiff-obj-m32r-linux-gnu'
make[2]: Entering directory `/build/buildd/x11-apps-7.3+1/xbiff-obj-m32r-linux-gnu'
test -z "/usr/bin" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/bin"
/usr/bin/ginstall -c 'xbiff' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/bin/xbiff'
test -z "/usr/share/man/man1" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/share/man/man1"
/usr/bin/ginstall -c -m 644 'xbiff.1' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/share/man/man1/xbiff.1'
make[2]: Leaving directory `/build/buildd/x11-apps-7.3+1/xbiff-obj-m32r-linux-gnu'
make[1]: Leaving directory `/build/buildd/x11-apps-7.3+1/xbiff-obj-m32r-linux-gnu'
make[1]: Entering directory `/build/buildd/x11-apps-7.3+1/xcalc-obj-m32r-linux-gnu'
make[2]: Entering directory `/build/buildd/x11-apps-7.3+1/xcalc-obj-m32r-linux-gnu'
test -z "/usr/bin" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/bin"
/usr/bin/ginstall -c 'xcalc' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/bin/xcalc'
test -z "/etc/X11/app-defaults" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/etc/X11/app-defaults"
/usr/bin/ginstall -c -m 644 'XCalc' '/build/buildd/x11-apps-7.3+1/debian/tmp/etc/X11/app-defaults/XCalc'
/usr/bin/ginstall -c -m 644 'XCalc-color' '/build/buildd/x11-apps-7.3+1/debian/tmp/etc/X11/app-defaults/XCalc-color'
test -z "/usr/share/man/man1" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/share/man/man1"
/usr/bin/ginstall -c -m 644 'xcalc.1' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/share/man/man1/xcalc.1'
make[2]: Leaving directory `/build/buildd/x11-apps-7.3+1/xcalc-obj-m32r-linux-gnu'
make[1]: Leaving directory `/build/buildd/x11-apps-7.3+1/xcalc-obj-m32r-linux-gnu'
make[1]: Entering directory `/build/buildd/x11-apps-7.3+1/xclipboard-obj-m32r-linux-gnu'
make[2]: Entering directory `/build/buildd/x11-apps-7.3+1/xclipboard-obj-m32r-linux-gnu'
test -z "/usr/bin" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/bin"
/usr/bin/ginstall -c 'xclipboard' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/bin/xclipboard'
/usr/bin/ginstall -c 'xcutsel' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/bin/xcutsel'
test -z "/etc/X11/app-defaults" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/etc/X11/app-defaults"
/usr/bin/ginstall -c -m 644 'XClipboard' '/build/buildd/x11-apps-7.3+1/debian/tmp/etc/X11/app-defaults/XClipboard'
test -z "/usr/share/man/man1" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/share/man/man1"
/usr/bin/ginstall -c -m 644 'xclipboard.1' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/share/man/man1/xclipboard.1'
/usr/bin/ginstall -c -m 644 'xcutsel.1' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/share/man/man1/xcutsel.1'
make[2]: Leaving directory `/build/buildd/x11-apps-7.3+1/xclipboard-obj-m32r-linux-gnu'
make[1]: Leaving directory `/build/buildd/x11-apps-7.3+1/xclipboard-obj-m32r-linux-gnu'
make[1]: Entering directory `/build/buildd/x11-apps-7.3+1/xclock-obj-m32r-linux-gnu'
make[2]: Entering directory `/build/buildd/x11-apps-7.3+1/xclock-obj-m32r-linux-gnu'
test -z "/usr/bin" || /bin/mkdir -p "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/bin"
/usr/bin/ginstall -c 'xclock' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/bin/xclock'
test -z "/etc/X11/app-defaults" || /bin/mkdir -p "/build/buildd/x11-apps-7.3+1/debian/tmp/etc/X11/app-defaults"
/usr/bin/ginstall -c -m 644 'XClock-color' '/build/buildd/x11-apps-7.3+1/debian/tmp/etc/X11/app-defaults/XClock-color'
/usr/bin/ginstall -c -m 644 'XClock' '/build/buildd/x11-apps-7.3+1/debian/tmp/etc/X11/app-defaults/XClock'
test -z "/usr/share/man/man1" || /bin/mkdir -p "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/share/man/man1"
/usr/bin/ginstall -c -m 644 'xclock.1' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/share/man/man1/xclock.1'
make[2]: Leaving directory `/build/buildd/x11-apps-7.3+1/xclock-obj-m32r-linux-gnu'
make[1]: Leaving directory `/build/buildd/x11-apps-7.3+1/xclock-obj-m32r-linux-gnu'
make[1]: Entering directory `/build/buildd/x11-apps-7.3+1/xconsole-obj-m32r-linux-gnu'
make[2]: Entering directory `/build/buildd/x11-apps-7.3+1/xconsole-obj-m32r-linux-gnu'
test -z "/usr/bin" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/bin"
/usr/bin/ginstall -c 'xconsole' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/bin/xconsole'
test -z "/etc/X11/app-defaults" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/etc/X11/app-defaults"
/usr/bin/ginstall -c -m 644 'XConsole' '/build/buildd/x11-apps-7.3+1/debian/tmp/etc/X11/app-defaults/XConsole'
test -z "/usr/share/man/man1" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/share/man/man1"
/usr/bin/ginstall -c -m 644 'xconsole.1' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/share/man/man1/xconsole.1'
make[2]: Leaving directory `/build/buildd/x11-apps-7.3+1/xconsole-obj-m32r-linux-gnu'
make[1]: Leaving directory `/build/buildd/x11-apps-7.3+1/xconsole-obj-m32r-linux-gnu'
make[1]: Entering directory `/build/buildd/x11-apps-7.3+1/xcursorgen-obj-m32r-linux-gnu'
make[2]: Entering directory `/build/buildd/x11-apps-7.3+1/xcursorgen-obj-m32r-linux-gnu'
test -z "/usr/bin" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/bin"
/usr/bin/ginstall -c 'xcursorgen' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/bin/xcursorgen'
test -z "/usr/share/man/man1" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/share/man/man1"
/usr/bin/ginstall -c -m 644 'xcursorgen.1' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/share/man/man1/xcursorgen.1'
make[2]: Leaving directory `/build/buildd/x11-apps-7.3+1/xcursorgen-obj-m32r-linux-gnu'
make[1]: Leaving directory `/build/buildd/x11-apps-7.3+1/xcursorgen-obj-m32r-linux-gnu'
make[1]: Entering directory `/build/buildd/x11-apps-7.3+1/xditview-obj-m32r-linux-gnu'
make[2]: Entering directory `/build/buildd/x11-apps-7.3+1/xditview-obj-m32r-linux-gnu'
test -z "/usr/bin" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/bin"
/usr/bin/ginstall -c 'xditview' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/bin/xditview'
test -z "/etc/X11/app-defaults" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/etc/X11/app-defaults"
/usr/bin/ginstall -c -m 644 'Xditview' '/build/buildd/x11-apps-7.3+1/debian/tmp/etc/X11/app-defaults/Xditview'
/usr/bin/ginstall -c -m 644 'Xditview-chrtr' '/build/buildd/x11-apps-7.3+1/debian/tmp/etc/X11/app-defaults/Xditview-chrtr'
test -z "/usr/share/man/man1" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/share/man/man1"
/usr/bin/ginstall -c -m 644 'xditview.1' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/share/man/man1/xditview.1'
test -z "/usr/include/X11/bitmaps" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/include/X11/bitmaps"
/usr/bin/ginstall -c -m 644 '../xditview/ldblarrow' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/include/X11/bitmaps/ldblarrow'
/usr/bin/ginstall -c -m 644 '../xditview/rdblarrow' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/include/X11/bitmaps/rdblarrow'
make[2]: Leaving directory `/build/buildd/x11-apps-7.3+1/xditview-obj-m32r-linux-gnu'
make[1]: Leaving directory `/build/buildd/x11-apps-7.3+1/xditview-obj-m32r-linux-gnu'
make[1]: Entering directory `/build/buildd/x11-apps-7.3+1/xedit-obj-m32r-linux-gnu'
make[2]: Entering directory `/build/buildd/x11-apps-7.3+1/xedit-obj-m32r-linux-gnu'
test -z "/usr/bin" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/bin"
/usr/bin/ginstall -c 'xedit' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/bin/xedit'
test -z "/etc/X11/app-defaults" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/etc/X11/app-defaults"
/usr/bin/ginstall -c -m 644 'Xedit-color' '/build/buildd/x11-apps-7.3+1/debian/tmp/etc/X11/app-defaults/Xedit-color'
/usr/bin/ginstall -c -m 644 'Xedit' '/build/buildd/x11-apps-7.3+1/debian/tmp/etc/X11/app-defaults/Xedit'
test -z "/usr/share/man/man1" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/share/man/man1"
/usr/bin/ginstall -c -m 644 'xedit.1' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/share/man/man1/xedit.1'
test -z "/usr/lib/X11/xedit/lisp/progmodes" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/lib/X11/xedit/lisp/progmodes"
/usr/bin/ginstall -c -m 644 '../xedit/lisp/modules/progmodes/c.lsp' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/lib/X11/xedit/lisp/progmodes/c.lsp'
/usr/bin/ginstall -c -m 644 '../xedit/lisp/modules/progmodes/html.lsp' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/lib/X11/xedit/lisp/progmodes/html.lsp'
/usr/bin/ginstall -c -m 644 '../xedit/lisp/modules/progmodes/imake.lsp' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/lib/X11/xedit/lisp/progmodes/imake.lsp'
/usr/bin/ginstall -c -m 644 '../xedit/lisp/modules/progmodes/lisp.lsp' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/lib/X11/xedit/lisp/progmodes/lisp.lsp'
/usr/bin/ginstall -c -m 644 '../xedit/lisp/modules/progmodes/make.lsp' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/lib/X11/xedit/lisp/progmodes/make.lsp'
/usr/bin/ginstall -c -m 644 '../xedit/lisp/modules/progmodes/man.lsp' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/lib/X11/xedit/lisp/progmodes/man.lsp'
/usr/bin/ginstall -c -m 644 '../xedit/lisp/modules/progmodes/patch.lsp' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/lib/X11/xedit/lisp/progmodes/patch.lsp'
/usr/bin/ginstall -c -m 644 '../xedit/lisp/modules/progmodes/rpm.lsp' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/lib/X11/xedit/lisp/progmodes/rpm.lsp'
/usr/bin/ginstall -c -m 644 '../xedit/lisp/modules/progmodes/sgml.lsp' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/lib/X11/xedit/lisp/progmodes/sgml.lsp'
/usr/bin/ginstall -c -m 644 '../xedit/lisp/modules/progmodes/sh.lsp' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/lib/X11/xedit/lisp/progmodes/sh.lsp'
/usr/bin/ginstall -c -m 644 '../xedit/lisp/modules/progmodes/xconf.lsp' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/lib/X11/xedit/lisp/progmodes/xconf.lsp'
/usr/bin/ginstall -c -m 644 '../xedit/lisp/modules/progmodes/xlog.lsp' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/lib/X11/xedit/lisp/progmodes/xlog.lsp'
/usr/bin/ginstall -c -m 644 '../xedit/lisp/modules/progmodes/xrdb.lsp' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/lib/X11/xedit/lisp/progmodes/xrdb.lsp'
test -z "/usr/lib/X11/xedit/lisp" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/lib/X11/xedit/lisp"
/usr/bin/ginstall -c -m 644 '../xedit/lisp/modules/lisp.lsp' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/lib/X11/xedit/lisp/lisp.lsp'
/usr/bin/ginstall -c -m 644 '../xedit/lisp/modules/xedit.lsp' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/lib/X11/xedit/lisp/xedit.lsp'
/usr/bin/ginstall -c -m 644 '../xedit/lisp/modules/syntax.lsp' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/lib/X11/xedit/lisp/syntax.lsp'
/usr/bin/ginstall -c -m 644 '../xedit/lisp/modules/indent.lsp' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/lib/X11/xedit/lisp/indent.lsp'
make[2]: Leaving directory `/build/buildd/x11-apps-7.3+1/xedit-obj-m32r-linux-gnu'
make[1]: Leaving directory `/build/buildd/x11-apps-7.3+1/xedit-obj-m32r-linux-gnu'
make[1]: Entering directory `/build/buildd/x11-apps-7.3+1/xeyes-obj-m32r-linux-gnu'
make[2]: Entering directory `/build/buildd/x11-apps-7.3+1/xeyes-obj-m32r-linux-gnu'
test -z "/usr/bin" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/bin"
/usr/bin/ginstall -c 'xeyes' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/bin/xeyes'
test -z "/usr/share/man/man1" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/share/man/man1"
/usr/bin/ginstall -c -m 644 'xeyes.1' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/share/man/man1/xeyes.1'
make[2]: Leaving directory `/build/buildd/x11-apps-7.3+1/xeyes-obj-m32r-linux-gnu'
make[1]: Leaving directory `/build/buildd/x11-apps-7.3+1/xeyes-obj-m32r-linux-gnu'
make[1]: Entering directory `/build/buildd/x11-apps-7.3+1/xload-obj-m32r-linux-gnu'
make[2]: Entering directory `/build/buildd/x11-apps-7.3+1/xload-obj-m32r-linux-gnu'
test -z "/usr/bin" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/bin"
/usr/bin/ginstall -c 'xload' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/bin/xload'
test -z "/etc/X11/app-defaults" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/etc/X11/app-defaults"
/usr/bin/ginstall -c -m 644 'XLoad' '/build/buildd/x11-apps-7.3+1/debian/tmp/etc/X11/app-defaults/XLoad'
test -z "/usr/share/man/man1" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/share/man/man1"
/usr/bin/ginstall -c -m 644 'xload.1' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/share/man/man1/xload.1'
make[2]: Leaving directory `/build/buildd/x11-apps-7.3+1/xload-obj-m32r-linux-gnu'
make[1]: Leaving directory `/build/buildd/x11-apps-7.3+1/xload-obj-m32r-linux-gnu'
make[1]: Entering directory `/build/buildd/x11-apps-7.3+1/xlogo-obj-m32r-linux-gnu'
make[2]: Entering directory `/build/buildd/x11-apps-7.3+1/xlogo-obj-m32r-linux-gnu'
test -z "/usr/bin" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/bin"
/usr/bin/ginstall -c 'xlogo' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/bin/xlogo'
test -z "/etc/X11/app-defaults" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/etc/X11/app-defaults"
/usr/bin/ginstall -c -m 644 'XLogo' '/build/buildd/x11-apps-7.3+1/debian/tmp/etc/X11/app-defaults/XLogo'
/usr/bin/ginstall -c -m 644 'XLogo-color' '/build/buildd/x11-apps-7.3+1/debian/tmp/etc/X11/app-defaults/XLogo-color'
test -z "/usr/share/man/man1" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/share/man/man1"
/usr/bin/ginstall -c -m 644 'xlogo.1' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/share/man/man1/xlogo.1'
make[2]: Leaving directory `/build/buildd/x11-apps-7.3+1/xlogo-obj-m32r-linux-gnu'
make[1]: Leaving directory `/build/buildd/x11-apps-7.3+1/xlogo-obj-m32r-linux-gnu'
make[1]: Entering directory `/build/buildd/x11-apps-7.3+1/xmag-obj-m32r-linux-gnu'
make[2]: Entering directory `/build/buildd/x11-apps-7.3+1/xmag-obj-m32r-linux-gnu'
test -z "/usr/bin" || /bin/mkdir -p "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/bin"
/usr/bin/ginstall -c 'xmag' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/bin/xmag'
test -z "/etc/X11/app-defaults" || /bin/mkdir -p "/build/buildd/x11-apps-7.3+1/debian/tmp/etc/X11/app-defaults"
/usr/bin/ginstall -c -m 644 'Xmag' '/build/buildd/x11-apps-7.3+1/debian/tmp/etc/X11/app-defaults/Xmag'
test -z "/usr/share/man/man1" || /bin/mkdir -p "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/share/man/man1"
/usr/bin/ginstall -c -m 644 'xmag.1' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/share/man/man1/xmag.1'
make[2]: Leaving directory `/build/buildd/x11-apps-7.3+1/xmag-obj-m32r-linux-gnu'
make[1]: Leaving directory `/build/buildd/x11-apps-7.3+1/xmag-obj-m32r-linux-gnu'
make[1]: Entering directory `/build/buildd/x11-apps-7.3+1/xman-obj-m32r-linux-gnu'
make[2]: Entering directory `/build/buildd/x11-apps-7.3+1/xman-obj-m32r-linux-gnu'
test -z "/usr/bin" || /bin/mkdir -p "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/bin"
/usr/bin/ginstall -c 'xman' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/bin/xman'
test -z "/etc/X11/app-defaults" || /bin/mkdir -p "/build/buildd/x11-apps-7.3+1/debian/tmp/etc/X11/app-defaults"
/usr/bin/ginstall -c -m 644 'Xman' '/build/buildd/x11-apps-7.3+1/debian/tmp/etc/X11/app-defaults/Xman'
test -z "/usr/share/man/man1" || /bin/mkdir -p "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/share/man/man1"
/usr/bin/ginstall -c -m 644 'xman.1' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/share/man/man1/xman.1'
test -z "/usr/share/X11" || /bin/mkdir -p "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/share/X11"
/usr/bin/ginstall -c -m 644 '../xman/xman.help' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/share/X11/xman.help'
make[2]: Leaving directory `/build/buildd/x11-apps-7.3+1/xman-obj-m32r-linux-gnu'
make[1]: Leaving directory `/build/buildd/x11-apps-7.3+1/xman-obj-m32r-linux-gnu'
make[1]: Entering directory `/build/buildd/x11-apps-7.3+1/xmore-obj-m32r-linux-gnu'
make[2]: Entering directory `/build/buildd/x11-apps-7.3+1/xmore-obj-m32r-linux-gnu'
test -z "/usr/bin" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/bin"
/usr/bin/ginstall -c 'xmore' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/bin/xmore'
test -z "/etc/X11/app-defaults" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/etc/X11/app-defaults"
/usr/bin/ginstall -c -m 644 'XMore' '/build/buildd/x11-apps-7.3+1/debian/tmp/etc/X11/app-defaults/XMore'
test -z "/usr/share/man/man1" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/share/man/man1"
/usr/bin/ginstall -c -m 644 'xmore.1' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/share/man/man1/xmore.1'
make[2]: Leaving directory `/build/buildd/x11-apps-7.3+1/xmore-obj-m32r-linux-gnu'
make[1]: Leaving directory `/build/buildd/x11-apps-7.3+1/xmore-obj-m32r-linux-gnu'
make[1]: Entering directory `/build/buildd/x11-apps-7.3+1/xwd-obj-m32r-linux-gnu'
make[2]: Entering directory `/build/buildd/x11-apps-7.3+1/xwd-obj-m32r-linux-gnu'
test -z "/usr/bin" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/bin"
/usr/bin/ginstall -c 'xwd' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/bin/xwd'
test -z "/usr/share/man/man1" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/share/man/man1"
/usr/bin/ginstall -c -m 644 'xwd.1' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/share/man/man1/xwd.1'
make[2]: Leaving directory `/build/buildd/x11-apps-7.3+1/xwd-obj-m32r-linux-gnu'
make[1]: Leaving directory `/build/buildd/x11-apps-7.3+1/xwd-obj-m32r-linux-gnu'
make[1]: Entering directory `/build/buildd/x11-apps-7.3+1/xwud-obj-m32r-linux-gnu'
make[2]: Entering directory `/build/buildd/x11-apps-7.3+1/xwud-obj-m32r-linux-gnu'
test -z "/usr/bin" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/bin"
/usr/bin/ginstall -c 'xwud' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/bin/xwud'
test -z "/usr/share/man/man1" || mkdir -p -- "/build/buildd/x11-apps-7.3+1/debian/tmp/usr/share/man/man1"
/usr/bin/ginstall -c -m 644 'xwud.1' '/build/buildd/x11-apps-7.3+1/debian/tmp/usr/share/man/man1/xwud.1'
make[2]: Leaving directory `/build/buildd/x11-apps-7.3+1/xwud-obj-m32r-linux-gnu'
make[1]: Leaving directory `/build/buildd/x11-apps-7.3+1/xwud-obj-m32r-linux-gnu'
dh_testdir
dh_testroot
dh_installdocs
dh_install --sourcedir=debian/tmp --list-missing
dh_installmenu
dh_installchangelogs
dh_link
dh_strip
dh_compress
dh_fixperms
dh_installdeb
dh_shlibdeps
dh_makeshlibs
dh_gencontrol
dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends}
dh_md5sums
dh_builddeb
dpkg-deb: building package `x11-apps' in `../x11-apps_7.3+1_m32r.deb'.
dpkg-genchanges -B
dpkg-genchanges: arch-specific upload - not including arch-independent packages
dpkg-genchanges: binary-only upload - not including any source code
dpkg-buildpackage: binary only upload (no source included)
******************************************************************************
Build finished at 20070919-2023
x11-apps_7.3+1_m32r.changes:
Format: 1.7
Date: Fri, 14 Sep 2007 23:14:57 +0200
Source: x11-apps
Binary: x11-apps
Architecture: m32r
Version: 7.3+1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force <debian-x at lists.debian.org>
Changed-By: Brice Goglin <bgoglin at debian.org>
Description:
x11-apps - X applications
Closes: 156497 180712 224402
Changes:
x11-apps (7.3+1) unstable; urgency=low
.
[ Julien Cristau ]
* xclock 1.0.3.
+ adds documentation for the -face command-line option (closes: #224402)
* xman 1.0.3.
* xmag 1.0.2.
+ manpage fixed (closes: #180712).
* Pass --with-sysmanpath option to configure so xman looks for manpages in
the right place (closes: #156497).
.
[ Brice Goglin ]
* Add upstream URL to debian/copyright.
* Add menu entries for oclock, xbiff, xcalc, xclipboard, xclock, xconsole,
xditview, xeyes, xedit, xload, xlogo, xmag, xman and xwd.
* xcalc 1.0.2.
* xconsole 1.0.3.
* xcursorgen 1.0.2.
* Add myself to Uploaders, and remove Branden with his permission.
Files:
8b54b2ea60369fa280de65591a3fa040 598010 x11 optional x11-apps_7.3+1_m32r.deb
/debian/buildd/build/chroot-unstable/build/buildd/x11-apps_7.3+1_m32r.deb:
new debian package, version 2.0.
size 598010 bytes: control archive= 3435 bytes.
526 bytes, 17 lines conffiles
2142 bytes, 40 lines control
4258 bytes, 68 lines md5sums
185 bytes, 7 lines * postinst #!/bin/sh
160 bytes, 5 lines * postrm #!/bin/sh
Package: x11-apps
Version: 7.3+1
Architecture: m32r
Maintainer: Debian X Strike Force <debian-x at lists.debian.org>
Installed-Size: 1672
Pre-Depends: x11-common (>= 1:7.0.0)
Depends: libc6 (>= 2.3.5-1), libfontconfig1 (>= 2.4.0), libice6 (>= 1:1.0.0), libpng12-0 (>= 1.2.13-4), libsm6, libx11-6, libxaw7, libxcursor1 (>> 1.1.2), libxext6, libxft2 (>> 2.1.1), libxkbfile1, libxmu6, libxmuu1, libxrender1, libxt6, cpp
Suggests: mesa-utils
Conflicts: oclock, x11perf, xbiff, xcalc, xclipboard, xclock, xconsole, xcursorgen, xditview, xedit, xeyes, xload, xlogo, xmag, xman, xmore, xwd, xwud
Replaces: xbase-clients (<= 1:7.2.ds2-3), oclock, x11perf, xbiff, xcalc, xclipboard, xclock, xconsole, xcursorgen, xditview, xedit, xeyes, xload, xlogo, xmag, xman, xmore, xwd, xwud
Section: x11
Priority: optional
Description: X applications
An X client is a program that interfaces with an X server (almost always via
the X libraries), and thus with some input and output hardware like a
graphics card, monitor, keyboard, and pointing device (such as a mouse).
.
This package provides a miscellaneous assortment of X applications
that ship with the X Window System, including:
- oclock and xclock, graphical clocks;
- xbiff, a tool which tells you when you have new email;
- xcalc, a scientific calculator desktop accessory;
- xclipboard, a tool to manage cut-and-pasted text selections;
- xconsole, which monitors system console messages;
- xcursorgen;
- xditview, a viewer for ditroff output;
- xedit, a text editor;
- xeyes, a demo program in which a pair of eyes track the pointer;
- xload, a monitor for the system load average;
- xlogo, a demo program that displays the X logo;
- xmag, which magnifies parts of the X screen;
- xman, a manual page browser;
- xmore;
- xwd, a utility for taking window dumps ("screenshots") of the X session;
- xwud, a viewer for window dumps created by xwd;
- Xmark, x11perf, and x11perfcomp, tools for benchmarking graphical
operations under the X Window System;
.
The xbiff, xcalc, xconsole, xedit and xman programs use bitmap images provided
by the xbitmaps package.
/debian/buildd/build/chroot-unstable/build/buildd/x11-apps_7.3+1_m32r.deb:
drwxr-xr-x root/root 0 2007-09-19 20:21 ./
drwxr-xr-x root/root 0 2007-09-19 20:20 ./etc/
drwxr-xr-x root/root 0 2007-09-19 20:20 ./etc/X11/
drwxr-xr-x root/root 0 2007-09-19 20:20 ./etc/X11/app-defaults/
-rw-r--r-- root/root 215 2007-09-19 20:18 ./etc/X11/app-defaults/XLogo-color
-rw-r--r-- root/root 1375 2007-09-19 20:17 ./etc/X11/app-defaults/Xditview-chrtr
-rw-r--r-- root/root 19405 2007-09-19 20:16 ./etc/X11/app-defaults/XCalc
-rw-r--r-- root/root 3567 2007-09-19 20:16 ./etc/X11/app-defaults/XClipboard
-rw-r--r-- root/root 20 2007-09-19 20:16 ./etc/X11/app-defaults/XClock
-rw-r--r-- root/root 767 2007-09-19 20:17 ./etc/X11/app-defaults/XConsole
-rw-r--r-- root/root 245 2007-09-19 20:16 ./etc/X11/app-defaults/XClock-color
-rw-r--r-- root/root 7109 2007-09-19 20:19 ./etc/X11/app-defaults/XMore
-rw-r--r-- root/root 798 2007-09-19 20:18 ./etc/X11/app-defaults/Xmag
-rw-r--r-- root/root 5536 2007-09-19 20:18 ./etc/X11/app-defaults/Xedit-color
-rw-r--r-- root/root 121 2007-09-19 20:18 ./etc/X11/app-defaults/XLogo
-rw-r--r-- root/root 15448 2007-09-19 20:18 ./etc/X11/app-defaults/Xedit
-rw-r--r-- root/root 3128 2007-09-19 20:17 ./etc/X11/app-defaults/Xditview
-rw-r--r-- root/root 10325 2007-09-19 20:16 ./etc/X11/app-defaults/XCalc-color
-rw-r--r-- root/root 176 2007-09-19 20:15 ./etc/X11/app-defaults/Clock-color
-rw-r--r-- root/root 6116 2007-09-19 20:19 ./etc/X11/app-defaults/Xman
-rw-r--r-- root/root 106 2007-09-19 20:18 ./etc/X11/app-defaults/XLoad
drwxr-xr-x root/root 0 2007-09-19 20:20 ./usr/
drwxr-xr-x root/root 0 2007-09-19 20:20 ./usr/include/
drwxr-xr-x root/root 0 2007-09-19 20:20 ./usr/include/X11/
drwxr-xr-x root/root 0 2007-09-19 20:20 ./usr/include/X11/bitmaps/
-rw-r--r-- root/root 224 2007-09-19 20:17 ./usr/include/X11/bitmaps/ldblarrow
-rw-r--r-- root/root 212 2007-09-19 20:17 ./usr/include/X11/bitmaps/rdblarrow
drwxr-xr-x root/root 0 2007-09-19 20:21 ./usr/bin/
-rwxr-xr-x root/root 9372 2007-09-19 20:20 ./usr/bin/xcursorgen
-rwxr-xr-x root/root 19740 2007-09-19 20:20 ./usr/bin/xwd
-rwxr-xr-x root/root 110076 2007-09-19 20:20 ./usr/bin/x11perf
-rwxr-xr-x root/root 11424 2007-09-19 20:20 ./usr/bin/xbiff
-rwxr-xr-x root/root 19848 2007-09-19 20:20 ./usr/bin/xload
-rwxr-xr-x root/root 22192 2007-09-19 20:20 ./usr/bin/xeyes
-rwxr-xr-x root/root 30496 2007-09-19 20:20 ./usr/bin/xcalc
-rwxr-xr-x root/root 2703 2007-09-19 20:15 ./usr/bin/x11perfcomp
-rwxr-xr-x root/root 476876 2007-09-19 20:20 ./usr/bin/xedit
-rwxr-xr-x root/root 28344 2007-09-19 20:20 ./usr/bin/xwud
-rwxr-xr-x root/root 7572 2007-09-19 20:20 ./usr/bin/xcutsel
-rwxr-xr-x root/root 51472 2007-09-19 20:20 ./usr/bin/xman
-rwxr-xr-x root/root 41028 2007-09-19 20:20 ./usr/bin/xclock
-rwxr-xr-x root/root 11836 2007-09-19 20:20 ./usr/bin/xconsole
-rwxr-xr-x root/root 24776 2007-09-19 20:20 ./usr/bin/oclock
-rwxr-xr-x root/root 64032 2007-09-19 20:20 ./usr/bin/xditview
-rwxr-xr-x root/root 11636 2007-09-19 20:20 ./usr/bin/xclipboard
-rwxr-xr-x root/root 36156 2007-09-19 20:21 ./usr/bin/xmag
-rwxr-xr-x root/root 6140 2007-09-19 20:21 ./usr/bin/xmore
-rwxr-xr-x root/root 21852 2007-09-19 20:21 ./usr/bin/xlogo
drwxr-xr-x root/root 0 2007-09-19 20:20 ./usr/share/
drwxr-xr-x root/root 0 2007-09-19 20:19 ./usr/share/doc/
drwxr-xr-x root/root 0 2007-09-19 20:21 ./usr/share/doc/x11-apps/
-rw-r--r-- root/root 23147 2007-09-15 06:18 ./usr/share/doc/x11-apps/copyright
-rw-r--r-- root/root 4431 2007-09-15 06:18 ./usr/share/doc/x11-apps/changelog.gz
drwxr-xr-x root/root 0 2007-09-19 20:20 ./usr/share/menu/
-rw-r--r-- root/root 2588 2007-09-15 06:18 ./usr/share/menu/x11-apps
drwxr-xr-x root/root 0 2007-09-19 20:19 ./usr/share/man/
drwxr-xr-x root/root 0 2007-09-19 20:21 ./usr/share/man/man1/
-rw-r--r-- root/root 1987 2007-09-19 20:17 ./usr/share/man/man1/xconsole.1.gz
-rw-r--r-- root/root 1624 2007-09-19 20:15 ./usr/share/man/man1/oclock.1.gz
-rw-r--r-- root/root 1783 2007-09-19 20:18 ./usr/share/man/man1/xlogo.1.gz
-rw-r--r-- root/root 5471 2007-09-19 20:16 ./usr/share/man/man1/xcalc.1.gz
-rw-r--r-- root/root 1963 2007-09-19 20:16 ./usr/share/man/man1/xcutsel.1.gz
-rw-r--r-- root/root 2426 2007-09-19 20:16 ./usr/share/man/man1/xclipboard.1.gz
-rw-r--r-- root/root 373 2007-09-19 20:19 ./usr/share/man/man1/xmore.1.gz
-rw-r--r-- root/root 1931 2007-09-19 20:18 ./usr/share/man/man1/xmag.1.gz
-rw-r--r-- root/root 2551 2007-09-19 20:19 ./usr/share/man/man1/xwud.1.gz
-rw-r--r-- root/root 2293 2007-09-19 20:17 ./usr/share/man/man1/xditview.1.gz
-rw-r--r-- root/root 744 2007-09-19 20:18 ./usr/share/man/man1/xeyes.1.gz
-rw-r--r-- root/root 1372 2007-09-19 20:17 ./usr/share/man/man1/xcursorgen.1.gz
-rw-r--r-- root/root 1548 2007-09-19 20:15 ./usr/share/man/man1/x11perfcomp.1.gz
-rw-r--r-- root/root 3036 2007-09-19 20:16 ./usr/share/man/man1/xbiff.1.gz
-rw-r--r-- root/root 4841 2007-09-19 20:19 ./usr/share/man/man1/xman.1.gz
-rw-r--r-- root/root 2087 2007-09-19 20:19 ./usr/share/man/man1/xwd.1.gz
-rw-r--r-- root/root 5388 2007-09-19 20:18 ./usr/share/man/man1/xedit.1.gz
-rw-r--r-- root/root 1968 2007-09-19 20:18 ./usr/share/man/man1/xload.1.gz
-rw-r--r-- root/root 1045 2007-09-19 20:15 ./usr/share/man/man1/Xmark.1.gz
-rw-r--r-- root/root 3335 2007-09-19 20:16 ./usr/share/man/man1/xclock.1.gz
-rw-r--r-- root/root 6617 2007-09-19 20:15 ./usr/share/man/man1/x11perf.1.gz
drwxr-xr-x root/root 0 2007-09-19 20:20 ./usr/share/X11/
-rw-r--r-- root/root 8305 2007-09-19 20:19 ./usr/share/X11/xman.help
drwxr-xr-x root/root 0 2007-09-19 20:20 ./usr/lib/
drwxr-xr-x root/root 0 2007-09-19 20:20 ./usr/lib/X11/
drwxr-xr-x root/root 0 2007-09-19 20:20 ./usr/lib/X11/x11perfcomp/
-rwxr-xr-x root/root 27494 2007-09-19 20:15 ./usr/lib/X11/x11perfcomp/Xmark
-rwxr-xr-x root/root 723 2007-09-19 20:15 ./usr/lib/X11/x11perfcomp/perfratio
-rwxr-xr-x root/root 784 2007-09-19 20:15 ./usr/lib/X11/x11perfcomp/perfboth
-rwxr-xr-x root/root 424 2007-09-19 20:15 ./usr/lib/X11/x11perfcomp/fillblnk
drwxr-xr-x root/root 0 2007-09-19 20:20 ./usr/lib/X11/xedit/
drwxr-xr-x root/root 0 2007-09-19 20:18 ./usr/lib/X11/xedit/lisp/
-rw-r--r-- root/root 18187 2007-09-19 20:18 ./usr/lib/X11/xedit/lisp/xedit.lsp
-rw-r--r-- root/root 7805 2007-09-19 20:18 ./usr/lib/X11/xedit/lisp/lisp.lsp
-rw-r--r-- root/root 38399 2007-09-19 20:18 ./usr/lib/X11/xedit/lisp/syntax.lsp
-rw-r--r-- root/root 35770 2007-09-19 20:18 ./usr/lib/X11/xedit/lisp/indent.lsp
drwxr-xr-x root/root 0 2007-09-19 20:18 ./usr/lib/X11/xedit/lisp/progmodes/
-rw-r--r-- root/root 2448 2007-09-19 20:18 ./usr/lib/X11/xedit/lisp/progmodes/xconf.lsp
-rw-r--r-- root/root 12418 2007-09-19 20:18 ./usr/lib/X11/xedit/lisp/progmodes/sgml.lsp
-rw-r--r-- root/root 3547 2007-09-19 20:18 ./usr/lib/X11/xedit/lisp/progmodes/make.lsp
-rw-r--r-- root/root 11593 2007-09-19 20:18 ./usr/lib/X11/xedit/lisp/progmodes/lisp.lsp
-rw-r--r-- root/root 2212 2007-09-19 20:18 ./usr/lib/X11/xedit/lisp/progmodes/patch.lsp
-rw-r--r-- root/root 10560 2007-09-19 20:18 ./usr/lib/X11/xedit/lisp/progmodes/html.lsp
-rw-r--r-- root/root 4135 2007-09-19 20:18 ./usr/lib/X11/xedit/lisp/progmodes/man.lsp
-rw-r--r-- root/root 3991 2007-09-19 20:18 ./usr/lib/X11/xedit/lisp/progmodes/sh.lsp
-rw-r--r-- root/root 29076 2007-09-19 20:18 ./usr/lib/X11/xedit/lisp/progmodes/c.lsp
-rw-r--r-- root/root 3715 2007-09-19 20:18 ./usr/lib/X11/xedit/lisp/progmodes/xrdb.lsp
-rw-r--r-- root/root 5667 2007-09-19 20:18 ./usr/lib/X11/xedit/lisp/progmodes/rpm.lsp
-rw-r--r-- root/root 3607 2007-09-19 20:18 ./usr/lib/X11/xedit/lisp/progmodes/xlog.lsp
-rw-r--r-- root/root 4560 2007-09-19 20:18 ./usr/lib/X11/xedit/lisp/progmodes/imake.lsp
******************************************************************************
Built successfully
Purging /debian/buildd/build/chroot-unstable/build/buildd/x11-apps-7.3+1
------------------------------------------------------------------------------
******************************************************************************
Finished at 20070919-2024
Build needed 01:45:20, 32928k disk space
More information about the build-status
mailing list