dpkg-buildpackage: source package is gcc-4.0 dpkg-buildpackage: source version is 4.0.2-2 dpkg-buildpackage: source changed by Matthias Klose dpkg-buildpackage: host architecture sh4 debian/rules clean rm -rf stamps rm -rf gcc-4.0.2 gpc-20030830 p /usr/bin/make -f debian/rules2 clean make[1]: Entering directory `/root/work/gcc-4.0-4.0.2' dh_testdir rm -f pxxx status rm -f *-summary *-protocol testsuite-comparision summary-diff if [ -f /root/work/gcc-4.0-4.0.2/src/gcc/p/config-lang.in.debian ]; then \ mv -f /root/work/gcc-4.0-4.0.2/src/gcc/p/config-lang.in.debian /root/work/gcc-4.0-4.0.2/src/gcc/p/config-lang.in; \ else true; fi rm -f /root/work/gcc-4.0-4.0.2/src/gcc/po/*.gmo rm -f debian/lib{ffi,g2c,gcc,gcj,objc,stdc++}{-v3,[0-9]}*.{{pre,post}{inst,rm},shlibs} for f in debian/*-BV* debian/*GCJ*; do \ [ -f $f ] || continue; \ f2=$(echo $f | sed 's/BV/4.0/;s/PV/2.1/;s/CXX/6/;s/GCJ/6/'); \ rm -f $f2; \ done rm -f debian/shlibs.local debian/substvars.local rm -f debian/*.debhelper [ -d debian/bugs ] && /usr/bin/make -C debian/bugs clean make[1]: [clean] Error 1 (ignored) rm -f debian/README.libstdc++-baseline rm -rf bin locales rm -rf check-inst dh_clean make[1]: Leaving directory `/root/work/gcc-4.0-4.0.2' rm -rf /root/work/gcc-4.0-4.0.2/src /root/work/gcc-4.0-4.0.2/build* debian/tmp* html rm -f bootstrap-* first-move-stamp rm -f debian/*.tmp find debian -name '.#*' | xargs rm -f dh_clean dpkg-source -b gcc-4.0-4.0.2 dpkg-source: building gcc-4.0 using existing gcc-4.0_4.0.2.orig.tar.gz dpkg-source: building gcc-4.0 in gcc-4.0_4.0.2-2.diff.gz dpkg-source: building gcc-4.0 in gcc-4.0_4.0.2-2.dsc debian/rules build : # unpack gcc tarball mkdir stamps if [ -d /root/work/gcc-4.0-4.0.2/src ]; then \ echo >&2 "Source directory /root/work/gcc-4.0-4.0.2/src exists. Delete by hand"; \ false; \ fi rm -rf gcc-4.0.2 case gcc-4.0.2.tar.bz2 in \ *.bz2) tar -x --bzip2 -f gcc-4.0.2.tar.bz2;; \ *.gz) tar -x --gzip -f gcc-4.0.2.tar.bz2;; \ *) false; \ esac mv gcc-4.0.2 /root/work/gcc-4.0-4.0.2/src echo "gcc-4.0.2.tar.bz2 unpacked." > stamps/01-unpack-stamp-gcc-4.0.2.tar.bz2 echo -e "\nBuilt from Debian source package gcc-4.0-4.0.2-2" \ > pxxx echo -e "Integrated upstream packages in this version:\n" >> pxxx for i in gcc-4.0.2.tar.bz2; do echo " $i" >> pxxx; done mv -f pxxx stamps/01-unpack-stamp if [ -x debian/patches/cvs-updates.dpatch ]; then true; else chmod +x debian/patches/cvs-updates.dpatch; fi if [ -f stamps/02-patch-stamp-cvs-updates ]; then \ echo "cvs-updates patches already applied."; exit 1; \ fi DEB_VERSION='4.0.2-2'; export DEB_VERSION; \ debian/patches/cvs-updates.dpatch -patch -d /root/work/gcc-4.0-4.0.2/src patching file gcc/ChangeLog patching file gcc/c-decl.c patching file gcc/gimplify.c patching file gcc/postreload-gcse.c patching file gcc/config/rs6000/rs6000.md patching file gcc/cp/ChangeLog patching file gcc/cp/class.c patching file gcc/cp/init.c patching file gcc/fortran/ChangeLog patching file gcc/fortran/interface.c patching file gcc/fortran/options.c patching file gcc/fortran/primary.c patching file gcc/fortran/resolve.c patching file gcc/fortran/symbol.c patching file gcc/fortran/trans-common.c patching file gcc/java/ChangeLog patching file gcc/java/class.c patching file gcc/java/expr.c patching file gcc/java/java-tree.h patching file gcc/java/jcf-io.c patching file gcc/java/jcf-parse.c patching file gcc/java/parse.y patching file gcc/testsuite/ChangeLog patching file gcc/testsuite/g++.dg/warn/pr21983.C patching file gcc/testsuite/gcc.c-torture/execute/20050929-1.c patching file gcc/testsuite/gcc.dg/pr21419.c patching file gcc/testsuite/gfortran.dg/interface_1.f90 patching file gcc/testsuite/gfortran.dg/save_1.f90 patching file gcc/testsuite/gfortran.fortran-torture/execute/entry_11.f90 patching file gcc/testsuite/gfortran.fortran-torture/execute/save_1.f90 patching file gcc/testsuite/gfortran.fortran-torture/execute/save_2.f90 patching file libffi/ChangeLog patching file libffi/src/powerpc/ffi.c patching file libffi/src/powerpc/linux64.S patching file libffi/testsuite/libffi.call/float1.c patching file libgfortran/ChangeLog patching file libgfortran/libgfortran.h patching file libgfortran/intrinsics/cpu_time.c patching file libgfortran/intrinsics/getXid.c patching file libgfortran/intrinsics/getlog.c patching file libgfortran/intrinsics/hostnm.c patching file libgfortran/intrinsics/sleep.c patching file libgfortran/io/close.c patching file libgfortran/io/format.c patching file libgfortran/io/inquire.c patching file libgfortran/io/open.c patching file libgfortran/io/transfer.c patching file libgfortran/io/unix.c patching file libgfortran/runtime/environ.c patching file libgfortran/runtime/string.c patching file libjava/ChangeLog patching file libjava/gnu/gcj/runtime/BootClassLoader.java patching file libjava/gnu/gcj/runtime/HelperClassLoader.java patching file libjava/java/lang/natClass.cc patching file libjava/java/net/URLClassLoader.java patching file libjava/testsuite/libjava.jacks/jacks.xfail patching file libstdc++-v3/ChangeLog patching file libstdc++-v3/include/bits/c++config patching file libstdc++-v3/include/ext/mt_allocator.h patching file libstdc++-v3/include/tr1/functional patching file libstdc++-v3/include/tr1/tuple_iterate.h patching file libstdc++-v3/testsuite/tr1/6_containers/tuple/creation_functions/23978.cc patching file maintainer-scripts/ChangeLog patching file maintainer-scripts/gcc_release echo "cvs-updates patches applied." > stamps/02-patch-stamp-cvs-updates if [ -x debian/patches/gcc-version.dpatch ]; then true; else chmod +x debian/patches/gcc-version.dpatch; fi if [ -f stamps/02-patch-stamp-gcc-version ]; then \ echo "gcc-version patches already applied."; exit 1; \ fi DEB_VERSION='4.0.2-2'; export DEB_VERSION; \ debian/patches/gcc-version.dpatch -patch -d /root/work/gcc-4.0-4.0.2/src echo "gcc-version patches applied." > stamps/02-patch-stamp-gcc-version if [ -x debian/patches/gcc-textdomain.dpatch ]; then true; else chmod +x debian/patches/gcc-textdomain.dpatch; fi if [ -f stamps/02-patch-stamp-gcc-textdomain ]; then \ echo "gcc-textdomain patches already applied."; exit 1; \ fi DEB_VERSION='4.0.2-2'; export DEB_VERSION; \ debian/patches/gcc-textdomain.dpatch -patch -d /root/work/gcc-4.0-4.0.2/src patching file gcc/Makefile.in Hunk #1 succeeded at 2669 with fuzz 2 (offset 1 line). Hunk #2 succeeded at 4184 (offset -46 lines). Hunk #3 succeeded at 4231 (offset -46 lines). patching file gcc/intl.c patching file libcpp/system.h patching file libcpp/init.c patching file libcpp/Makefile.in echo "gcc-textdomain patches applied." > stamps/02-patch-stamp-gcc-textdomain if [ -x debian/patches/rename-info-files.dpatch ]; then true; else chmod +x debian/patches/rename-info-files.dpatch; fi if [ -f stamps/02-patch-stamp-rename-info-files ]; then \ echo "rename-info-files patches already applied."; exit 1; \ fi DEB_VERSION='4.0.2-2'; export DEB_VERSION; \ debian/patches/rename-info-files.dpatch -patch -d /root/work/gcc-4.0-4.0.2/src patching file gcc/Makefile.in Hunk #1 succeeded at 2958 (offset 41 lines). Hunk #2 succeeded at 3007 (offset 41 lines). Hunk #3 succeeded at 3332 (offset 41 lines). Hunk #4 succeeded at 3499 (offset 41 lines). patching file gcc/doc/cpp.texi Hunk #1 succeeded at 52 (offset -2 lines). patching file gcc/doc/cppinternals.texi Hunk #1 succeeded at 7 (offset 2 lines). patching file gcc/doc/extend.texi Hunk #1 succeeded at 9180 with fuzz 1 (offset 152 lines). patching file gcc/doc/gcc.texi Hunk #2 succeeded at 123 (offset -5 lines). patching file gcc/doc/gccint.texi Hunk #2 succeeded at 82 (offset -5 lines). patching file gcc/doc/invoke.texi Hunk #1 succeeded at 5894 (offset 117 lines). Hunk #2 succeeded at 5902 (offset 117 lines). Hunk #3 succeeded at 12523 (offset 287 lines). Hunk #4 succeeded at 12682 (offset 287 lines). patching file gcc/doc/libgcc.texi patching file gcc/doc/makefile.texi patching file gcc/doc/passes.texi Hunk #1 succeeded at 191 (offset 1 line). patching file gcc/doc/standards.texi patching file gcc/fortran/Make-lang.in patching file gcc/fortran/gfortran.texi Hunk #1 succeeded at 63 (offset -1 lines). patching file gcc/java/Make-lang.in Hunk #1 succeeded at 174 (offset 7 lines). Hunk #2 succeeded at 246 (offset -4 lines). patching file gcc/java/gcj.texi Hunk #2 succeeded at 157 (offset 6 lines). patching file gcc/treelang/Make-lang.in Hunk #1 succeeded at 155 (offset 13 lines). Hunk #2 succeeded at 168 (offset 10 lines). Hunk #3 succeeded at 210 (offset 11 lines). Hunk #4 succeeded at 223 (offset 11 lines). patching file gcc/treelang/treelang.texi Hunk #1 succeeded at 102 (offset -3 lines). Hunk #2 succeeded at 258 (offset -15 lines). Hunk #3 succeeded at 878 (offset -10 lines). echo "rename-info-files patches applied." > stamps/02-patch-stamp-rename-info-files if [ -x debian/patches/libstdc++-pic.dpatch ]; then true; else chmod +x debian/patches/libstdc++-pic.dpatch; fi if [ -f stamps/02-patch-stamp-libstdc++-pic ]; then \ echo "libstdc++-pic patches already applied."; exit 1; \ fi DEB_VERSION='4.0.2-2'; export DEB_VERSION; \ debian/patches/libstdc++-pic.dpatch -patch -d /root/work/gcc-4.0-4.0.2/src patching file libstdc++-v3/src/Makefile.am Hunk #1 succeeded at 215 (offset 5 lines). patching file libstdc++-v3/src/Makefile.in Hunk #1 succeeded at 625 (offset 14 lines). Hunk #2 succeeded at 658 (offset 14 lines). Hunk #3 succeeded at 744 (offset 14 lines). echo "libstdc++-pic patches applied." > stamps/02-patch-stamp-libstdc++-pic if [ -x debian/patches/libstdc++-doclink.dpatch ]; then true; else chmod +x debian/patches/libstdc++-doclink.dpatch; fi if [ -f stamps/02-patch-stamp-libstdc++-doclink ]; then \ echo "libstdc++-doclink patches already applied."; exit 1; \ fi DEB_VERSION='4.0.2-2'; export DEB_VERSION; \ debian/patches/libstdc++-doclink.dpatch -patch -d /root/work/gcc-4.0-4.0.2/src patching file libstdc++-v3/docs/doxygen/mainpage.html Hunk #2 succeeded at 75 (offset -3 lines). echo "libstdc++-doclink patches applied." > stamps/02-patch-stamp-libstdc++-doclink if [ -x debian/patches/amd64-specs.dpatch ]; then true; else chmod +x debian/patches/amd64-specs.dpatch; fi if [ -f stamps/02-patch-stamp-amd64-specs ]; then \ echo "amd64-specs patches already applied."; exit 1; \ fi DEB_VERSION='4.0.2-2'; export DEB_VERSION; \ debian/patches/amd64-specs.dpatch -patch -d /root/work/gcc-4.0-4.0.2/src patching file gcc/config/i386/x86-64.h Hunk #1 succeeded at 49 with fuzz 2. echo "amd64-specs patches applied." > stamps/02-patch-stamp-amd64-specs if [ -x debian/patches/gccbug.dpatch ]; then true; else chmod +x debian/patches/gccbug.dpatch; fi if [ -f stamps/02-patch-stamp-gccbug ]; then \ echo "gccbug patches already applied."; exit 1; \ fi DEB_VERSION='4.0.2-2'; export DEB_VERSION; \ debian/patches/gccbug.dpatch -patch -d /root/work/gcc-4.0-4.0.2/src patching file gcc/gccbug.in echo "gccbug patches applied." > stamps/02-patch-stamp-gccbug if [ -x debian/patches/gccbug-posix.dpatch ]; then true; else chmod +x debian/patches/gccbug-posix.dpatch; fi if [ -f stamps/02-patch-stamp-gccbug-posix ]; then \ echo "gccbug-posix patches already applied."; exit 1; \ fi DEB_VERSION='4.0.2-2'; export DEB_VERSION; \ debian/patches/gccbug-posix.dpatch -patch -d /root/work/gcc-4.0-4.0.2/src patching file gcc/gccbug.in echo "gccbug-posix patches applied." > stamps/02-patch-stamp-gccbug-posix if [ -x debian/patches/boehm-gc-nocheck.dpatch ]; then true; else chmod +x debian/patches/boehm-gc-nocheck.dpatch; fi if [ -f stamps/02-patch-stamp-boehm-gc-nocheck ]; then \ echo "boehm-gc-nocheck patches already applied."; exit 1; \ fi DEB_VERSION='4.0.2-2'; export DEB_VERSION; \ debian/patches/boehm-gc-nocheck.dpatch -patch -d /root/work/gcc-4.0-4.0.2/src patching file boehm-gc/Makefile.in Hunk #1 succeeded at 640 (offset -22 lines). echo "boehm-gc-nocheck patches applied." > stamps/02-patch-stamp-boehm-gc-nocheck if [ -x debian/patches/acats-expect.dpatch ]; then true; else chmod +x debian/patches/acats-expect.dpatch; fi if [ -f stamps/02-patch-stamp-acats-expect ]; then \ echo "acats-expect patches already applied."; exit 1; \ fi DEB_VERSION='4.0.2-2'; export DEB_VERSION; \ debian/patches/acats-expect.dpatch -patch -d /root/work/gcc-4.0-4.0.2/src patching file gcc/ada/Make-lang.in Hunk #1 succeeded at 809 (offset -43 lines). patching file gcc/testsuite/ada/acats/run_test.exp patching file gcc/testsuite/ada/acats/run_all.sh echo "acats-expect patches applied." > stamps/02-patch-stamp-acats-expect if [ -x debian/patches/fastjar-version.dpatch ]; then true; else chmod +x debian/patches/fastjar-version.dpatch; fi if [ -f stamps/02-patch-stamp-fastjar-version ]; then \ echo "fastjar-version patches already applied."; exit 1; \ fi DEB_VERSION='4.0.2-2'; export DEB_VERSION; \ debian/patches/fastjar-version.dpatch -patch -d /root/work/gcc-4.0-4.0.2/src patching file fastjar/configure.ac Hunk #1 succeeded at 1 with fuzz 2. patching file fastjar/configure Hunk #1 succeeded at 1613 (offset 67 lines). echo "fastjar-version patches applied." > stamps/02-patch-stamp-fastjar-version if [ -x debian/patches/libstdc++-doxygen.dpatch ]; then true; else chmod +x debian/patches/libstdc++-doxygen.dpatch; fi if [ -f stamps/02-patch-stamp-libstdc++-doxygen ]; then \ echo "libstdc++-doxygen patches already applied."; exit 1; \ fi DEB_VERSION='4.0.2-2'; export DEB_VERSION; \ debian/patches/libstdc++-doxygen.dpatch -patch -d /root/work/gcc-4.0-4.0.2/src patching file libstdc++-v3/docs/doxygen/user.cfg.in echo "libstdc++-doxygen patches applied." > stamps/02-patch-stamp-libstdc++-doxygen if [ -x debian/patches/arm-bigendian.dpatch ]; then true; else chmod +x debian/patches/arm-bigendian.dpatch; fi if [ -f stamps/02-patch-stamp-arm-bigendian ]; then \ echo "arm-bigendian patches already applied."; exit 1; \ fi DEB_VERSION='4.0.2-2'; export DEB_VERSION; \ debian/patches/arm-bigendian.dpatch -patch -d /root/work/gcc-4.0-4.0.2/src patching file gcc/config/arm/linux-elf.h patching file gcc/config.gcc Hunk #1 succeeded at 672 (offset 12 lines). echo "arm-bigendian patches applied." > stamps/02-patch-stamp-arm-bigendian if [ -x debian/patches/pr21540.dpatch ]; then true; else chmod +x debian/patches/pr21540.dpatch; fi if [ -f stamps/02-patch-stamp-pr21540 ]; then \ echo "pr21540 patches already applied."; exit 1; \ fi DEB_VERSION='4.0.2-2'; export DEB_VERSION; \ debian/patches/pr21540.dpatch -patch -d /root/work/gcc-4.0-4.0.2/src patching file gcc/java/parse.y Hunk #1 succeeded at 162 (offset -1 lines). Hunk #2 succeeded at 11729 (offset -37 lines). Hunk #3 succeeded at 12254 (offset -37 lines). Hunk #4 succeeded at 12264 (offset -37 lines). Hunk #5 succeeded at 13399 (offset -37 lines). Hunk #6 succeeded at 13581 (offset -37 lines). Hunk #7 succeeded at 13590 (offset -37 lines). Hunk #8 succeeded at 14377 (offset -37 lines). Hunk #9 succeeded at 16195 (offset -37 lines). Hunk #10 succeeded at 16228 (offset -37 lines). patching file libjava/testsuite/libjava.compile/pr21540.java patching file libjava/testsuite/libjava.jacks/jacks.xfail Hunk #3 succeeded at 449 (offset -4 lines). echo "pr21540 patches applied." > stamps/02-patch-stamp-pr21540 if [ -x debian/patches/pr19877.dpatch ]; then true; else chmod +x debian/patches/pr19877.dpatch; fi if [ -f stamps/02-patch-stamp-pr19877 ]; then \ echo "pr19877 patches already applied."; exit 1; \ fi DEB_VERSION='4.0.2-2'; export DEB_VERSION; \ debian/patches/pr19877.dpatch -patch -d /root/work/gcc-4.0-4.0.2/src patching file libjava/configure Hunk #1 succeeded at 15154 (offset -427 lines). patching file libstdc++-v3/configure Hunk #1 succeeded at 32212 (offset 2056 lines). patching file zlib/configure Hunk #1 succeeded at 4371 (offset -61 lines). patching file config/no-executables.m4 echo "pr19877 patches applied." > stamps/02-patch-stamp-pr19877 if [ -x debian/patches/323016.dpatch ]; then true; else chmod +x debian/patches/323016.dpatch; fi if [ -f stamps/02-patch-stamp-323016 ]; then \ echo "323016 patches already applied."; exit 1; \ fi DEB_VERSION='4.0.2-2'; export DEB_VERSION; \ debian/patches/323016.dpatch -patch -d /root/work/gcc-4.0-4.0.2/src patching file gcc/config/m68k/m68k.md echo "323016 patches applied." > stamps/02-patch-stamp-323016 if [ -x debian/patches/classpath-20050618.dpatch ]; then true; else chmod +x debian/patches/classpath-20050618.dpatch; fi if [ -f stamps/02-patch-stamp-classpath-20050618 ]; then \ echo "classpath-20050618 patches already applied."; exit 1; \ fi DEB_VERSION='4.0.2-2'; export DEB_VERSION; \ debian/patches/classpath-20050618.dpatch -patch -d /root/work/gcc-4.0-4.0.2/src patching file libjava/gnu/java/awt/Buffers.java patching file libjava/gnu/java/awt/ComponentDataBlitOp.java patching file libjava/gnu/java/awt/EmbeddedWindowSupport.java patching file libjava/gnu/java/awt/GradientPaintContext.java patching file libjava/gnu/java/awt/color/CieXyzConverter.java patching file libjava/gnu/java/awt/color/ClutProfileConverter.java patching file libjava/gnu/java/awt/color/ColorLookUpTable.java patching file libjava/gnu/java/awt/color/ColorSpaceConverter.java patching file libjava/gnu/java/awt/color/GrayProfileConverter.java patching file libjava/gnu/java/awt/color/GrayScaleConverter.java patching file libjava/gnu/java/awt/color/LinearRGBConverter.java patching file libjava/gnu/java/awt/color/ProfileHeader.java patching file libjava/gnu/java/awt/color/PyccConverter.java patching file libjava/gnu/java/awt/color/RgbProfileConverter.java patching file libjava/gnu/java/awt/color/SrgbConverter.java patching file libjava/gnu/java/awt/color/TagEntry.java patching file libjava/gnu/java/awt/color/ToneReproductionCurve.java patching file libjava/gnu/java/awt/image/ImageDecoder.java patching file libjava/gnu/java/awt/image/XBMDecoder.java patching file libjava/gnu/java/awt/peer/ClasspathFontPeer.java patching file libjava/gnu/java/awt/peer/gtk/GdkGraphics.java patching file libjava/gnu/java/awt/peer/gtk/GdkGraphics2D.java patching file libjava/gnu/java/awt/peer/gtk/GdkGraphicsConfiguration.java patching file libjava/gnu/java/awt/peer/gtk/GdkScreenGraphicsDevice.java patching file libjava/gnu/java/awt/peer/gtk/GtkComponentPeer.java patching file libjava/gnu/java/awt/peer/gtk/GtkContainerPeer.java patching file libjava/gnu/java/awt/peer/gtk/GtkFramePeer.java patching file libjava/gnu/java/awt/peer/gtk/GtkImage.java patching file libjava/gnu/java/awt/peer/gtk/GtkImageConsumer.java patching file libjava/gnu/java/awt/peer/gtk/GtkImagePainter.java patching file libjava/gnu/java/awt/peer/gtk/GtkOffScreenImage.java patching file libjava/gnu/java/awt/peer/gtk/GtkPanelPeer.java patching file libjava/gnu/java/awt/peer/gtk/GtkToolkit.java patching file libjava/gnu/java/awt/peer/gtk/GtkVolatileImage.java patching file libjava/gnu/javax/swing/text/html/package.html patching file libjava/gnu/javax/swing/text/html/parser/HTML_401F.java patching file libjava/gnu/javax/swing/text/html/parser/gnuDTD.java patching file libjava/gnu/javax/swing/text/html/parser/htmlAttributeSet.java patching file libjava/gnu/javax/swing/text/html/parser/htmlValidator.java patching file libjava/gnu/javax/swing/text/html/parser/package.html patching file libjava/gnu/javax/swing/text/html/parser/models/PCDATAonly_model.java patching file libjava/gnu/javax/swing/text/html/parser/models/TableRowContentModel.java patching file libjava/gnu/javax/swing/text/html/parser/models/list.java patching file libjava/gnu/javax/swing/text/html/parser/models/noTagModel.java patching file libjava/gnu/javax/swing/text/html/parser/models/node.java patching file libjava/gnu/javax/swing/text/html/parser/models/package.html patching file libjava/gnu/javax/swing/text/html/parser/models/transformer.java patching file libjava/gnu/javax/swing/text/html/parser/support/Parser.java patching file libjava/gnu/javax/swing/text/html/parser/support/gnuStringIntMapper.java patching file libjava/gnu/javax/swing/text/html/parser/support/package.html patching file libjava/gnu/javax/swing/text/html/parser/support/parameterDefaulter.java patching file libjava/gnu/javax/swing/text/html/parser/support/textPreProcessor.java patching file libjava/gnu/javax/swing/text/html/parser/support/low/Buffer.java patching file libjava/gnu/javax/swing/text/html/parser/support/low/Constants.java patching file libjava/gnu/javax/swing/text/html/parser/support/low/Location.java patching file libjava/gnu/javax/swing/text/html/parser/support/low/ParseException.java patching file libjava/gnu/javax/swing/text/html/parser/support/low/Queue.java patching file libjava/gnu/javax/swing/text/html/parser/support/low/ReaderTokenizer.java patching file libjava/gnu/javax/swing/text/html/parser/support/low/Token.java patching file libjava/gnu/javax/swing/text/html/parser/support/low/node.java patching file libjava/gnu/javax/swing/text/html/parser/support/low/package.html patching file libjava/gnu/javax/swing/text/html/parser/support/low/pattern.java patching file libjava/gnu/xml/aelfred2/ContentHandler2.java patching file libjava/gnu/xml/aelfred2/JAXPFactory.java patching file libjava/gnu/xml/aelfred2/SAXDriver.java patching file libjava/gnu/xml/aelfred2/XmlParser.java patching file libjava/gnu/xml/aelfred2/XmlReader.java patching file libjava/gnu/xml/dom/Consumer.java patching file libjava/gnu/xml/dom/DTDAttributeTypeInfo.java patching file libjava/gnu/xml/dom/DTDElementTypeInfo.java patching file libjava/gnu/xml/dom/DomAttr.java patching file libjava/gnu/xml/dom/DomCDATASection.java patching file libjava/gnu/xml/dom/DomCharacterData.java patching file libjava/gnu/xml/dom/DomComment.java patching file libjava/gnu/xml/dom/DomDOMException.java patching file libjava/gnu/xml/dom/DomDoctype.java patching file libjava/gnu/xml/dom/DomDocument.java patching file libjava/gnu/xml/dom/DomDocumentBuilder.java patching file libjava/gnu/xml/dom/DomDocumentBuilderFactory.java patching file libjava/gnu/xml/dom/DomDocumentConfiguration.java patching file libjava/gnu/xml/dom/DomDocumentFragment.java patching file libjava/gnu/xml/dom/DomElement.java patching file libjava/gnu/xml/dom/DomEntity.java patching file libjava/gnu/xml/dom/DomEntityReference.java patching file libjava/gnu/xml/dom/DomEvent.java patching file libjava/gnu/xml/dom/DomExtern.java patching file libjava/gnu/xml/dom/DomImpl.java patching file libjava/gnu/xml/dom/DomIterator.java patching file libjava/gnu/xml/dom/DomNSResolverContext.java patching file libjava/gnu/xml/dom/DomNamedNodeMap.java patching file libjava/gnu/xml/dom/DomNode.java patching file libjava/gnu/xml/dom/DomNodeIterator.java patching file libjava/gnu/xml/dom/DomNotation.java patching file libjava/gnu/xml/dom/DomNsNode.java patching file libjava/gnu/xml/dom/DomProcessingInstruction.java patching file libjava/gnu/xml/dom/DomText.java patching file libjava/gnu/xml/dom/DomXPathExpression.java patching file libjava/gnu/xml/dom/DomXPathNSResolver.java patching file libjava/gnu/xml/dom/DomXPathResult.java patching file libjava/gnu/xml/dom/ImplementationList.java patching file libjava/gnu/xml/dom/ImplementationSource.java patching file libjava/gnu/xml/dom/JAXPFactory.java patching file libjava/gnu/xml/dom/html2/DomHTMLAnchorElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLAppletElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLAreaElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLBRElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLBaseElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLBaseFontElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLBodyElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLButtonElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLCollection.java patching file libjava/gnu/xml/dom/html2/DomHTMLDListElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLDirectoryElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLDivElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLDocument.java patching file libjava/gnu/xml/dom/html2/DomHTMLElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLFieldSetElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLFontElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLFormElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLFrameElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLFrameSetElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLHRElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLHeadElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLHeadingElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLHtmlElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLIFrameElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLImageElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLImpl.java patching file libjava/gnu/xml/dom/html2/DomHTMLInputElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLIsIndexElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLLIElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLLabelElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLLegendElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLLinkElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLMapElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLMenuElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLMetaElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLModElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLOListElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLObjectElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLOptGroupElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLOptionElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLParagraphElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLParamElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLParser.java patching file libjava/gnu/xml/dom/html2/DomHTMLPreElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLQuoteElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLScriptElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLSelectElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLStyleElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLTableCaptionElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLTableCellElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLTableColElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLTableElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLTableRowElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLTableSectionElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLTextAreaElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLTitleElement.java patching file libjava/gnu/xml/dom/html2/DomHTMLUListElement.java patching file libjava/gnu/xml/dom/ls/DomLSException.java patching file libjava/gnu/xml/dom/ls/DomLSInput.java patching file libjava/gnu/xml/dom/ls/DomLSOutput.java patching file libjava/gnu/xml/dom/ls/DomLSParser.java patching file libjava/gnu/xml/dom/ls/DomLSSerializer.java patching file libjava/gnu/xml/dom/ls/FilteredSAXEventSink.java patching file libjava/gnu/xml/dom/ls/ReaderInputStream.java patching file libjava/gnu/xml/dom/ls/SAXEventSink.java patching file libjava/gnu/xml/dom/ls/WriterOutputStream.java patching file libjava/gnu/xml/libxmlj/dom/GnomeAttr.java patching file libjava/gnu/xml/libxmlj/dom/GnomeCDATASection.java patching file libjava/gnu/xml/libxmlj/dom/GnomeCharacterData.java patching file libjava/gnu/xml/libxmlj/dom/GnomeComment.java patching file libjava/gnu/xml/libxmlj/dom/GnomeDOMException.java patching file libjava/gnu/xml/libxmlj/dom/GnomeDOMStringList.java patching file libjava/gnu/xml/libxmlj/dom/GnomeDocument.java patching file libjava/gnu/xml/libxmlj/dom/GnomeDocumentBuilder.java patching file libjava/gnu/xml/libxmlj/dom/GnomeDocumentBuilderFactory.java patching file libjava/gnu/xml/libxmlj/dom/GnomeDocumentFragment.java patching file libjava/gnu/xml/libxmlj/dom/GnomeDocumentType.java patching file libjava/gnu/xml/libxmlj/dom/GnomeElement.java patching file libjava/gnu/xml/libxmlj/dom/GnomeEntity.java patching file libjava/gnu/xml/libxmlj/dom/GnomeEntityReference.java patching file libjava/gnu/xml/libxmlj/dom/GnomeNamedNodeMap.java patching file libjava/gnu/xml/libxmlj/dom/GnomeNode.java patching file libjava/gnu/xml/libxmlj/dom/GnomeNodeList.java patching file libjava/gnu/xml/libxmlj/dom/GnomeNotation.java patching file libjava/gnu/xml/libxmlj/dom/GnomeProcessingInstruction.java patching file libjava/gnu/xml/libxmlj/dom/GnomeText.java patching file libjava/gnu/xml/libxmlj/dom/GnomeTypeInfo.java patching file libjava/gnu/xml/libxmlj/dom/GnomeXPathExpression.java patching file libjava/gnu/xml/libxmlj/dom/GnomeXPathNSResolver.java patching file libjava/gnu/xml/libxmlj/dom/GnomeXPathNodeList.java patching file libjava/gnu/xml/libxmlj/dom/GnomeXPathResult.java patching file libjava/gnu/xml/libxmlj/sax/GnomeLocator.java patching file libjava/gnu/xml/libxmlj/sax/GnomeSAXParser.java patching file libjava/gnu/xml/libxmlj/sax/GnomeSAXParserFactory.java patching file libjava/gnu/xml/libxmlj/sax/GnomeXMLReader.java patching file libjava/gnu/xml/libxmlj/sax/Namespaces.java patching file libjava/gnu/xml/libxmlj/sax/StringArrayAttributes.java patching file libjava/gnu/xml/libxmlj/sax/XMLName.java patching file libjava/gnu/xml/libxmlj/transform/ErrorListenerErrorHandler.java patching file libjava/gnu/xml/libxmlj/transform/GnomeTransformer.java patching file libjava/gnu/xml/libxmlj/transform/GnomeTransformerFactory.java patching file libjava/gnu/xml/libxmlj/transform/URIResolverEntityResolver.java patching file libjava/gnu/xml/libxmlj/transform/package.html patching file libjava/gnu/xml/libxmlj/util/EmptyNodeList.java patching file libjava/gnu/xml/libxmlj/util/NamedInputStream.java patching file libjava/gnu/xml/libxmlj/util/StandaloneDocumentType.java patching file libjava/gnu/xml/libxmlj/util/StandaloneLocator.java patching file libjava/gnu/xml/libxmlj/util/XMLJ.java patching file libjava/gnu/xml/pipeline/CallFilter.java patching file libjava/gnu/xml/pipeline/DomConsumer.java patching file libjava/gnu/xml/pipeline/EventConsumer.java patching file libjava/gnu/xml/pipeline/EventFilter.java patching file libjava/gnu/xml/pipeline/LinkFilter.java patching file libjava/gnu/xml/pipeline/NSFilter.java patching file libjava/gnu/xml/pipeline/PipelineFactory.java patching file libjava/gnu/xml/pipeline/TeeConsumer.java patching file libjava/gnu/xml/pipeline/TextConsumer.java patching file libjava/gnu/xml/pipeline/ValidationConsumer.java patching file libjava/gnu/xml/pipeline/WellFormednessFilter.java patching file libjava/gnu/xml/pipeline/XIncludeFilter.java patching file libjava/gnu/xml/pipeline/XsltFilter.java patching file libjava/gnu/xml/transform/AbstractNumberNode.java patching file libjava/gnu/xml/transform/ApplyImportsNode.java patching file libjava/gnu/xml/transform/ApplyTemplatesNode.java patching file libjava/gnu/xml/transform/AttributeNode.java patching file libjava/gnu/xml/transform/AttributeSet.java patching file libjava/gnu/xml/transform/Bindings.java patching file libjava/gnu/xml/transform/CallTemplateNode.java patching file libjava/gnu/xml/transform/ChooseNode.java patching file libjava/gnu/xml/transform/CommentNode.java patching file libjava/gnu/xml/transform/CopyNode.java patching file libjava/gnu/xml/transform/CopyOfNode.java patching file libjava/gnu/xml/transform/CurrentFunction.java patching file libjava/gnu/xml/transform/DOMSourceLocator.java patching file libjava/gnu/xml/transform/DocumentFunction.java patching file libjava/gnu/xml/transform/ElementAvailableFunction.java patching file libjava/gnu/xml/transform/ElementNode.java patching file libjava/gnu/xml/transform/ErrorListenerErrorHandler.java patching file libjava/gnu/xml/transform/ForEachNode.java patching file libjava/gnu/xml/transform/FormatNumberFunction.java patching file libjava/gnu/xml/transform/FunctionAvailableFunction.java patching file libjava/gnu/xml/transform/GenerateIdFunction.java patching file libjava/gnu/xml/transform/IfNode.java patching file libjava/gnu/xml/transform/Key.java patching file libjava/gnu/xml/transform/KeyFunction.java patching file libjava/gnu/xml/transform/LiteralNode.java patching file libjava/gnu/xml/transform/MessageNode.java patching file libjava/gnu/xml/transform/NodeNumberNode.java patching file libjava/gnu/xml/transform/NumberNode.java patching file libjava/gnu/xml/transform/OtherwiseNode.java patching file libjava/gnu/xml/transform/ParameterNode.java patching file libjava/gnu/xml/transform/ProcessingInstructionNode.java patching file libjava/gnu/xml/transform/SAXSerializer.java patching file libjava/gnu/xml/transform/SortKey.java patching file libjava/gnu/xml/transform/StreamSerializer.java patching file libjava/gnu/xml/transform/Stylesheet.java patching file libjava/gnu/xml/transform/SystemPropertyFunction.java patching file libjava/gnu/xml/transform/Template.java patching file libjava/gnu/xml/transform/TemplateNode.java patching file libjava/gnu/xml/transform/TemplatesImpl.java patching file libjava/gnu/xml/transform/TextNode.java patching file libjava/gnu/xml/transform/TransformerFactoryImpl.java patching file libjava/gnu/xml/transform/TransformerImpl.java patching file libjava/gnu/xml/transform/TransformerOutputProperties.java patching file libjava/gnu/xml/transform/URIResolverEntityResolver.java patching file libjava/gnu/xml/transform/UnparsedEntityUriFunction.java patching file libjava/gnu/xml/transform/ValueOfNode.java patching file libjava/gnu/xml/transform/WhenNode.java patching file libjava/gnu/xml/transform/WithParam.java patching file libjava/gnu/xml/transform/XSLComparator.java patching file libjava/gnu/xml/transform/XSLURIResolver.java patching file libjava/gnu/xml/util/DoParse.java patching file libjava/gnu/xml/util/DomParser.java patching file libjava/gnu/xml/util/Resolver.java patching file libjava/gnu/xml/util/SAXNullTransformerFactory.java patching file libjava/gnu/xml/util/XCat.java patching file libjava/gnu/xml/util/XHTMLWriter.java patching file libjava/gnu/xml/util/XMLWriter.java patching file libjava/gnu/xml/xpath/AndExpr.java patching file libjava/gnu/xml/xpath/ArithmeticExpr.java patching file libjava/gnu/xml/xpath/BooleanFunction.java patching file libjava/gnu/xml/xpath/CeilingFunction.java patching file libjava/gnu/xml/xpath/ConcatFunction.java patching file libjava/gnu/xml/xpath/Constant.java patching file libjava/gnu/xml/xpath/ContainsFunction.java patching file libjava/gnu/xml/xpath/CountFunction.java patching file libjava/gnu/xml/xpath/DocumentOrderComparator.java patching file libjava/gnu/xml/xpath/EqualityExpr.java patching file libjava/gnu/xml/xpath/Expr.java patching file libjava/gnu/xml/xpath/FalseFunction.java patching file libjava/gnu/xml/xpath/FloorFunction.java patching file libjava/gnu/xml/xpath/Function.java patching file libjava/gnu/xml/xpath/FunctionCall.java patching file libjava/gnu/xml/xpath/IdFunction.java patching file libjava/gnu/xml/xpath/LangFunction.java patching file libjava/gnu/xml/xpath/LastFunction.java patching file libjava/gnu/xml/xpath/LocalNameFunction.java patching file libjava/gnu/xml/xpath/NameFunction.java patching file libjava/gnu/xml/xpath/NameTest.java patching file libjava/gnu/xml/xpath/NamespaceTest.java patching file libjava/gnu/xml/xpath/NamespaceUriFunction.java patching file libjava/gnu/xml/xpath/NegativeExpr.java patching file libjava/gnu/xml/xpath/NodeTypeTest.java patching file libjava/gnu/xml/xpath/NormalizeSpaceFunction.java patching file libjava/gnu/xml/xpath/NotFunction.java patching file libjava/gnu/xml/xpath/NumberFunction.java patching file libjava/gnu/xml/xpath/OrExpr.java patching file libjava/gnu/xml/xpath/ParenthesizedExpr.java patching file libjava/gnu/xml/xpath/Path.java patching file libjava/gnu/xml/xpath/Pattern.java patching file libjava/gnu/xml/xpath/PositionFunction.java patching file libjava/gnu/xml/xpath/Predicate.java patching file libjava/gnu/xml/xpath/RelationalExpr.java patching file libjava/gnu/xml/xpath/Root.java patching file libjava/gnu/xml/xpath/RoundFunction.java patching file libjava/gnu/xml/xpath/Selector.java patching file libjava/gnu/xml/xpath/StartsWithFunction.java patching file libjava/gnu/xml/xpath/Steps.java patching file libjava/gnu/xml/xpath/StringFunction.java patching file libjava/gnu/xml/xpath/StringLengthFunction.java patching file libjava/gnu/xml/xpath/SubstringAfterFunction.java patching file libjava/gnu/xml/xpath/SubstringBeforeFunction.java patching file libjava/gnu/xml/xpath/SubstringFunction.java patching file libjava/gnu/xml/xpath/SumFunction.java patching file libjava/gnu/xml/xpath/Test.java patching file libjava/gnu/xml/xpath/TranslateFunction.java patching file libjava/gnu/xml/xpath/TrueFunction.java patching file libjava/gnu/xml/xpath/UnionExpr.java patching file libjava/gnu/xml/xpath/VariableReference.java patching file libjava/gnu/xml/xpath/XPathFactoryImpl.java patching file libjava/gnu/xml/xpath/XPathImpl.java patching file libjava/gnu/xml/xpath/XPathParser.java patching file libjava/gnu/xml/xpath/XPathParser.y patching file libjava/gnu/xml/xpath/XPathTokenizer.java patching file libjava/java/awt/AWTEvent.java patching file libjava/java/awt/AWTKeyStroke.java patching file libjava/java/awt/BorderLayout.java patching file libjava/java/awt/BufferCapabilities.java patching file libjava/java/awt/Button.java patching file libjava/java/awt/Canvas.java patching file libjava/java/awt/Checkbox.java patching file libjava/java/awt/Choice.java patching file libjava/java/awt/Component.java patching file libjava/java/awt/DefaultKeyboardFocusManager.java patching file libjava/java/awt/Font.java patching file libjava/java/awt/FontMetrics.java patching file libjava/java/awt/Frame.java patching file libjava/java/awt/GradientPaint.java patching file libjava/java/awt/GraphicsDevice.java patching file libjava/java/awt/ImageCapabilities.java patching file libjava/java/awt/MediaTracker.java patching file libjava/java/awt/MenuComponent.java patching file libjava/java/awt/MenuItem.java patching file libjava/java/awt/Robot.java patching file libjava/java/awt/TextComponent.java patching file libjava/java/awt/Transparency.java patching file libjava/java/awt/Window.java patching file libjava/java/awt/geom/Arc2D.java patching file libjava/java/awt/geom/Area.java patching file libjava/java/awt/geom/CubicCurve2D.java patching file libjava/java/awt/geom/GeneralPath.java patching file libjava/java/awt/geom/QuadCurve2D.java patching file libjava/java/awt/image/BandedSampleModel.java patching file libjava/java/awt/image/BufferStrategy.java patching file libjava/java/awt/image/BufferedImage.java patching file libjava/java/awt/image/ConvolveOp.java patching file libjava/java/awt/image/DirectColorModel.java patching file libjava/java/awt/image/IndexColorModel.java patching file libjava/java/awt/image/PixelGrabber.java patching file libjava/java/awt/image/RGBImageFilter.java patching file libjava/java/awt/image/RasterOp.java patching file libjava/java/awt/image/VolatileImage.java patching file libjava/java/awt/peer/ComponentPeer.java patching file libjava/javax/swing/AbstractButton.java patching file libjava/javax/swing/AbstractCellEditor.java patching file libjava/javax/swing/ActionMap.java patching file libjava/javax/swing/BoxLayout.java patching file libjava/javax/swing/CellRendererPane.java patching file libjava/javax/swing/DefaultButtonModel.java patching file libjava/javax/swing/DefaultComboBoxModel.java patching file libjava/javax/swing/DefaultListSelectionModel.java patching file libjava/javax/swing/FocusManager.java patching file libjava/javax/swing/ImageIcon.java patching file libjava/javax/swing/JButton.java patching file libjava/javax/swing/JColorChooser.java patching file libjava/javax/swing/JComboBox.java patching file libjava/javax/swing/JComponent.java patching file libjava/javax/swing/JDialog.java patching file libjava/javax/swing/JEditorPane.java patching file libjava/javax/swing/JFileChooser.java patching file libjava/javax/swing/JFormattedTextField.java patching file libjava/javax/swing/JFrame.java patching file libjava/javax/swing/JInternalFrame.java patching file libjava/javax/swing/JLabel.java patching file libjava/javax/swing/JLayeredPane.java patching file libjava/javax/swing/JList.java patching file libjava/javax/swing/JMenu.java patching file libjava/javax/swing/JMenuItem.java patching file libjava/javax/swing/JPopupMenu.java patching file libjava/javax/swing/JProgressBar.java patching file libjava/javax/swing/JRadioButton.java patching file libjava/javax/swing/JRootPane.java patching file libjava/javax/swing/JScrollPane.java patching file libjava/javax/swing/JSeparator.java patching file libjava/javax/swing/JSpinner.java patching file libjava/javax/swing/JTabbedPane.java patching file libjava/javax/swing/JTable.java patching file libjava/javax/swing/JTextArea.java patching file libjava/javax/swing/JTextField.java patching file libjava/javax/swing/JToggleButton.java patching file libjava/javax/swing/JToolBar.java patching file libjava/javax/swing/JToolTip.java patching file libjava/javax/swing/JTree.java patching file libjava/javax/swing/JViewport.java patching file libjava/javax/swing/LayoutFocusTraversalPolicy.java patching file libjava/javax/swing/MenuSelectionManager.java patching file libjava/javax/swing/RepaintManager.java patching file libjava/javax/swing/ScrollPaneLayout.java patching file libjava/javax/swing/SizeRequirements.java patching file libjava/javax/swing/SpinnerDateModel.java patching file libjava/javax/swing/SwingUtilities.java patching file libjava/javax/swing/Timer.java patching file libjava/javax/swing/ToolTipManager.java patching file libjava/javax/swing/TransferHandler.java patching file libjava/javax/swing/UIDefaults.java patching file libjava/javax/swing/UIManager.java patching file libjava/javax/swing/colorchooser/DefaultHSBChooserPanel.java patching file libjava/javax/swing/colorchooser/DefaultRGBChooserPanel.java patching file libjava/javax/swing/colorchooser/DefaultSwatchChooserPanel.java patching file libjava/javax/swing/event/TreeSelectionEvent.java patching file libjava/javax/swing/filechooser/FileSystemView.java patching file libjava/javax/swing/filechooser/UnixFileSystemView.java patching file libjava/javax/swing/plaf/basic/BasicArrowButton.java patching file libjava/javax/swing/plaf/basic/BasicButtonListener.java patching file libjava/javax/swing/plaf/basic/BasicButtonUI.java patching file libjava/javax/swing/plaf/basic/BasicCheckBoxUI.java patching file libjava/javax/swing/plaf/basic/BasicColorChooserUI.java patching file libjava/javax/swing/plaf/basic/BasicComboBoxUI.java patching file libjava/javax/swing/plaf/basic/BasicDesktopIconUI.java patching file libjava/javax/swing/plaf/basic/BasicDirectoryModel.java patching file libjava/javax/swing/plaf/basic/BasicFileChooserUI.java patching file libjava/javax/swing/plaf/basic/BasicGraphicsUtils.java patching file libjava/javax/swing/plaf/basic/BasicInternalFrameTitlePane.java patching file libjava/javax/swing/plaf/basic/BasicInternalFrameUI.java patching file libjava/javax/swing/plaf/basic/BasicListUI.java patching file libjava/javax/swing/plaf/basic/BasicLookAndFeel.java patching file libjava/javax/swing/plaf/basic/BasicMenuBarUI.java patching file libjava/javax/swing/plaf/basic/BasicMenuItemUI.java patching file libjava/javax/swing/plaf/basic/BasicMenuUI.java patching file libjava/javax/swing/plaf/basic/BasicOptionPaneUI.java patching file libjava/javax/swing/plaf/basic/BasicPopupMenuUI.java patching file libjava/javax/swing/plaf/basic/BasicProgressBarUI.java patching file libjava/javax/swing/plaf/basic/BasicScrollBarUI.java patching file libjava/javax/swing/plaf/basic/BasicScrollPaneUI.java patching file libjava/javax/swing/plaf/basic/BasicSliderUI.java patching file libjava/javax/swing/plaf/basic/BasicSplitPaneDivider.java patching file libjava/javax/swing/plaf/basic/BasicSplitPaneUI.java patching file libjava/javax/swing/plaf/basic/BasicTabbedPaneUI.java patching file libjava/javax/swing/plaf/basic/BasicTableUI.java patching file libjava/javax/swing/plaf/basic/BasicTextUI.java patching file libjava/javax/swing/plaf/basic/BasicToggleButtonUI.java patching file libjava/javax/swing/plaf/basic/BasicToolBarUI.java patching file libjava/javax/swing/plaf/basic/BasicViewportUI.java patching file libjava/javax/swing/plaf/basic/DefaultMenuLayout.java patching file libjava/javax/swing/plaf/metal/MetalBorders.java patching file libjava/javax/swing/plaf/metal/MetalButtonUI.java patching file libjava/javax/swing/plaf/metal/MetalCheckBoxUI.java patching file libjava/javax/swing/plaf/metal/MetalComboBoxUI.java patching file libjava/javax/swing/plaf/metal/MetalDesktopIconUI.java patching file libjava/javax/swing/plaf/metal/MetalInternalFrameUI.java patching file libjava/javax/swing/plaf/metal/MetalLabelUI.java patching file libjava/javax/swing/plaf/metal/MetalLookAndFeel.java patching file libjava/javax/swing/plaf/metal/MetalPopupMenuSeparatorUI.java patching file libjava/javax/swing/plaf/metal/MetalProgressBarUI.java patching file libjava/javax/swing/plaf/metal/MetalRadioButtonUI.java patching file libjava/javax/swing/plaf/metal/MetalRootPaneUI.java patching file libjava/javax/swing/plaf/metal/MetalScrollBarUI.java patching file libjava/javax/swing/plaf/metal/MetalScrollPaneUI.java patching file libjava/javax/swing/plaf/metal/MetalSeparatorUI.java patching file libjava/javax/swing/plaf/metal/MetalSliderUI.java patching file libjava/javax/swing/plaf/metal/MetalSplitPaneUI.java patching file libjava/javax/swing/plaf/metal/MetalTabbedPaneUI.java patching file libjava/javax/swing/plaf/metal/MetalTextFieldUI.java patching file libjava/javax/swing/plaf/metal/MetalToggleButtonUI.java patching file libjava/javax/swing/plaf/metal/MetalToolBarUI.java patching file libjava/javax/swing/plaf/metal/MetalToolTipUI.java patching file libjava/javax/swing/plaf/metal/MetalTreeUI.java patching file libjava/javax/swing/table/DefaultTableCellRenderer.java patching file libjava/javax/swing/text/AbstractDocument.java patching file libjava/javax/swing/text/ChangedCharSetException.java patching file libjava/javax/swing/text/DefaultCaret.java patching file libjava/javax/swing/text/DefaultEditorKit.java patching file libjava/javax/swing/text/DefaultFormatter.java patching file libjava/javax/swing/text/DefaultStyledDocument.java patching file libjava/javax/swing/text/Document.java patching file libjava/javax/swing/text/FieldView.java patching file libjava/javax/swing/text/GapContent.java patching file libjava/javax/swing/text/InternationalFormatter.java patching file libjava/javax/swing/text/JTextComponent.java patching file libjava/javax/swing/text/PlainDocument.java patching file libjava/javax/swing/text/PlainView.java patching file libjava/javax/swing/text/SimpleAttributeSet.java patching file libjava/javax/swing/text/StringContent.java patching file libjava/javax/swing/text/StyleConstants.java patching file libjava/javax/swing/text/StyleContext.java patching file libjava/javax/swing/text/Utilities.java patching file libjava/javax/swing/text/View.java patching file libjava/javax/swing/text/html/HTML.java patching file libjava/javax/swing/text/html/HTMLDocument.java patching file libjava/javax/swing/text/html/HTMLEditorKit.java patching file libjava/javax/swing/text/html/HTMLFrameHyperlinkEvent.java patching file libjava/javax/swing/text/html/parser/AttributeList.java patching file libjava/javax/swing/text/html/parser/ContentModel.java patching file libjava/javax/swing/text/html/parser/DTD.java patching file libjava/javax/swing/text/html/parser/DTDConstants.java patching file libjava/javax/swing/text/html/parser/DocumentParser.java patching file libjava/javax/swing/text/html/parser/Element.java patching file libjava/javax/swing/text/html/parser/Entity.java patching file libjava/javax/swing/text/html/parser/Parser.java patching file libjava/javax/swing/text/html/parser/ParserDelegator.java patching file libjava/javax/swing/text/html/parser/TagElement.java patching file libjava/javax/swing/text/rtf/ControlWordToken.java patching file libjava/javax/swing/text/rtf/RTFEditorKit.java patching file libjava/javax/swing/text/rtf/RTFParseException.java patching file libjava/javax/swing/text/rtf/RTFParser.java patching file libjava/javax/swing/text/rtf/RTFScanner.java patching file libjava/javax/swing/text/rtf/TextToken.java patching file libjava/javax/swing/text/rtf/Token.java patching file libjava/javax/swing/tree/DefaultTreeSelectionModel.java patching file libjava/javax/swing/tree/TreePath.java patching file libjava/javax/xml/XMLConstants.java patching file libjava/javax/xml/datatype/DatatypeConfigurationException.java patching file libjava/javax/xml/datatype/DatatypeConstants.java patching file libjava/javax/xml/datatype/DatatypeFactory.java patching file libjava/javax/xml/datatype/Duration.java patching file libjava/javax/xml/datatype/XMLGregorianCalendar.java patching file libjava/javax/xml/namespace/NamespaceContext.java patching file libjava/javax/xml/namespace/QName.java patching file libjava/javax/xml/parsers/DocumentBuilder.java patching file libjava/javax/xml/parsers/DocumentBuilderFactory.java patching file libjava/javax/xml/parsers/FactoryConfigurationError.java patching file libjava/javax/xml/parsers/ParserConfigurationException.java patching file libjava/javax/xml/parsers/SAXParser.java patching file libjava/javax/xml/parsers/SAXParserFactory.java patching file libjava/javax/xml/transform/ErrorListener.java patching file libjava/javax/xml/transform/OutputKeys.java patching file libjava/javax/xml/transform/Result.java patching file libjava/javax/xml/transform/Source.java patching file libjava/javax/xml/transform/SourceLocator.java patching file libjava/javax/xml/transform/Templates.java patching file libjava/javax/xml/transform/Transformer.java patching file libjava/javax/xml/transform/TransformerConfigurationException.java patching file libjava/javax/xml/transform/TransformerException.java patching file libjava/javax/xml/transform/TransformerFactory.java patching file libjava/javax/xml/transform/TransformerFactoryConfigurationError.java patching file libjava/javax/xml/transform/URIResolver.java patching file libjava/javax/xml/transform/dom/DOMLocator.java patching file libjava/javax/xml/transform/dom/DOMResult.java patching file libjava/javax/xml/transform/dom/DOMSource.java patching file libjava/javax/xml/transform/sax/SAXResult.java patching file libjava/javax/xml/transform/sax/SAXSource.java patching file libjava/javax/xml/transform/sax/SAXTransformerFactory.java patching file libjava/javax/xml/transform/sax/TemplatesHandler.java patching file libjava/javax/xml/transform/sax/TransformerHandler.java patching file libjava/javax/xml/transform/stream/StreamResult.java patching file libjava/javax/xml/transform/stream/StreamSource.java patching file libjava/javax/xml/validation/Schema.java patching file libjava/javax/xml/validation/SchemaFactory.java patching file libjava/javax/xml/validation/TypeInfoProvider.java patching file libjava/javax/xml/validation/Validator.java patching file libjava/javax/xml/validation/ValidatorHandler.java patching file libjava/javax/xml/xpath/XPath.java patching file libjava/javax/xml/xpath/XPathConstants.java patching file libjava/javax/xml/xpath/XPathException.java patching file libjava/javax/xml/xpath/XPathExpression.java patching file libjava/javax/xml/xpath/XPathExpressionException.java patching file libjava/javax/xml/xpath/XPathFactory.java patching file libjava/javax/xml/xpath/XPathFactoryConfigurationException.java patching file libjava/javax/xml/xpath/XPathFunction.java patching file libjava/javax/xml/xpath/XPathFunctionException.java patching file libjava/javax/xml/xpath/XPathFunctionResolver.java patching file libjava/javax/xml/xpath/XPathVariableResolver.java patching file libjava/jni/gtk-peer/gdkfont.h patching file libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GThreadNativeMethodRunner.c patching file libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontPeer.c patching file libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics.c patching file libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c patching file libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphicsEnvironment.c patching file libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkPixbufDecoder.c patching file libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkRobotPeer.c patching file libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkTextLayout.c patching file libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkButtonPeer.c patching file libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCanvasPeer.c patching file libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCheckboxGroupPeer.c patching file libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCheckboxMenuItemPeer.c patching file libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCheckboxPeer.c patching file libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkChoicePeer.c patching file libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkClipboard.c patching file libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c patching file libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEmbeddedWindowPeer.c patching file libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c patching file libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFileDialogPeer.c patching file libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFramePeer.c patching file libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkGenericPeer.c patching file libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkImage.c patching file libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkImagePainter.c patching file libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkLabelPeer.c patching file libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkListPeer.c patching file libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuBarPeer.c patching file libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuComponentPeer.c patching file libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuItemPeer.c patching file libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuPeer.c patching file libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkPanelPeer.c patching file libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkPopupMenuPeer.c patching file libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkScrollBarPeer.c patching file libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkScrollPanePeer.c patching file libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextAreaPeer.c patching file libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextFieldPeer.c patching file libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkToolkit.c patching file libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c patching file libjava/jni/gtk-peer/gthread-jni.c patching file libjava/jni/gtk-peer/gthread-jni.h patching file libjava/jni/gtk-peer/gtkcairopeer.h patching file libjava/jni/gtk-peer/gtkpeer.h patching file libjava/Makefile.in patching file libjava/Makefile.am echo "classpath-20050618 patches applied." > stamps/02-patch-stamp-classpath-20050618 if [ -x debian/patches/classmap-path.dpatch ]; then true; else chmod +x debian/patches/classmap-path.dpatch; fi if [ -f stamps/02-patch-stamp-classmap-path ]; then \ echo "classmap-path patches already applied."; exit 1; \ fi DEB_VERSION='4.0.2-2'; export DEB_VERSION; \ debian/patches/classmap-path.dpatch -patch -d /root/work/gcc-4.0-4.0.2/src patching file libjava/Makefile.am patching file libjava/Makefile.in Hunk #1 succeeded at 711 (offset -3898 lines). echo "classmap-path patches applied." > stamps/02-patch-stamp-classmap-path if [ -x debian/patches/xml-update-20050930.dpatch ]; then true; else chmod +x debian/patches/xml-update-20050930.dpatch; fi if [ -f stamps/02-patch-stamp-xml-update-20050930 ]; then \ echo "xml-update-20050930 patches already applied."; exit 1; \ fi DEB_VERSION='4.0.2-2'; export DEB_VERSION; \ debian/patches/xml-update-20050930.dpatch -patch -d /root/work/gcc-4.0-4.0.2/src patching file libjava/gnu/xml/transform/AbstractNumberNode.java patching file libjava/gnu/xml/transform/ApplyImportsNode.java patching file libjava/gnu/xml/transform/ApplyTemplatesNode.java patching file libjava/gnu/xml/transform/AttributeNode.java patching file libjava/gnu/xml/transform/Bindings.java patching file libjava/gnu/xml/transform/CallTemplateNode.java patching file libjava/gnu/xml/transform/CopyOfNode.java patching file libjava/gnu/xml/transform/CurrentFunction.java patching file libjava/gnu/xml/transform/DocumentFunction.java patching file libjava/gnu/xml/transform/ElementAvailableFunction.java patching file libjava/gnu/xml/transform/ElementNode.java patching file libjava/gnu/xml/transform/ForEachNode.java patching file libjava/gnu/xml/transform/FormatNumberFunction.java patching file libjava/gnu/xml/transform/FunctionAvailableFunction.java patching file libjava/gnu/xml/transform/GenerateIdFunction.java patching file libjava/gnu/xml/transform/IfNode.java patching file libjava/gnu/xml/transform/KeyFunction.java patching file libjava/gnu/xml/transform/ParameterNode.java patching file libjava/gnu/xml/transform/SortKey.java patching file libjava/gnu/xml/transform/Stylesheet.java patching file libjava/gnu/xml/transform/SystemPropertyFunction.java patching file libjava/gnu/xml/transform/TemplateNode.java patching file libjava/gnu/xml/transform/TransformerImpl.java patching file libjava/gnu/xml/transform/UnparsedEntityUriFunction.java patching file libjava/gnu/xml/transform/ValueOfNode.java patching file libjava/gnu/xml/transform/WhenNode.java patching file libjava/gnu/xml/transform/WithParam.java patching file libjava/gnu/xml/xpath/AndExpr.java patching file libjava/gnu/xml/xpath/ArithmeticExpr.java patching file libjava/gnu/xml/xpath/BooleanFunction.java patching file libjava/gnu/xml/xpath/CeilingFunction.java patching file libjava/gnu/xml/xpath/ConcatFunction.java patching file libjava/gnu/xml/xpath/Constant.java patching file libjava/gnu/xml/xpath/ContainsFunction.java patching file libjava/gnu/xml/xpath/CountFunction.java patching file libjava/gnu/xml/xpath/EqualityExpr.java patching file libjava/gnu/xml/xpath/Expr.java patching file libjava/gnu/xml/xpath/FalseFunction.java patching file libjava/gnu/xml/xpath/FloorFunction.java patching file libjava/gnu/xml/xpath/FunctionCall.java patching file libjava/gnu/xml/xpath/IdFunction.java patching file libjava/gnu/xml/xpath/LangFunction.java patching file libjava/gnu/xml/xpath/LastFunction.java patching file libjava/gnu/xml/xpath/LocalNameFunction.java patching file libjava/gnu/xml/xpath/NameFunction.java patching file libjava/gnu/xml/xpath/NamespaceTest.java patching file libjava/gnu/xml/xpath/NamespaceUriFunction.java patching file libjava/gnu/xml/xpath/NameTest.java patching file libjava/gnu/xml/xpath/NegativeExpr.java patching file libjava/gnu/xml/xpath/NodeTypeTest.java patching file libjava/gnu/xml/xpath/NormalizeSpaceFunction.java patching file libjava/gnu/xml/xpath/NotFunction.java patching file libjava/gnu/xml/xpath/NumberFunction.java patching file libjava/gnu/xml/xpath/OrExpr.java patching file libjava/gnu/xml/xpath/ParenthesizedExpr.java patching file libjava/gnu/xml/xpath/Pattern.java patching file libjava/gnu/xml/xpath/PositionFunction.java patching file libjava/gnu/xml/xpath/Predicate.java patching file libjava/gnu/xml/xpath/RelationalExpr.java patching file libjava/gnu/xml/xpath/Root.java patching file libjava/gnu/xml/xpath/RoundFunction.java patching file libjava/gnu/xml/xpath/Selector.java patching file libjava/gnu/xml/xpath/StartsWithFunction.java patching file libjava/gnu/xml/xpath/Steps.java patching file libjava/gnu/xml/xpath/StringFunction.java patching file libjava/gnu/xml/xpath/StringLengthFunction.java patching file libjava/gnu/xml/xpath/SubstringAfterFunction.java patching file libjava/gnu/xml/xpath/SubstringBeforeFunction.java patching file libjava/gnu/xml/xpath/SubstringFunction.java patching file libjava/gnu/xml/xpath/SumFunction.java patching file libjava/gnu/xml/xpath/Test.java patching file libjava/gnu/xml/xpath/TranslateFunction.java patching file libjava/gnu/xml/xpath/TrueFunction.java patching file libjava/gnu/xml/xpath/UnionExpr.java patching file libjava/gnu/xml/xpath/VariableReference.java patching file libjava/gnu/xml/xpath/XPathParser.java patching file libjava/gnu/xml/xpath/XPathParser.y patching file libjava/javax/xml/datatype/DatatypeFactory.java patching file libjava/javax/xml/namespace/QName.java patching file libjava/javax/xml/parsers/DocumentBuilder.java patching file libjava/javax/xml/parsers/SAXParser.java patching file libjava/javax/xml/transform/Source.java echo "xml-update-20050930 patches applied." > stamps/02-patch-stamp-xml-update-20050930 if [ -x debian/patches/gcc-m68k-update.dpatch ]; then true; else chmod +x debian/patches/gcc-m68k-update.dpatch; fi if [ -f stamps/02-patch-stamp-gcc-m68k-update ]; then \ echo "gcc-m68k-update patches already applied."; exit 1; \ fi DEB_VERSION='4.0.2-2'; export DEB_VERSION; \ debian/patches/gcc-m68k-update.dpatch -patch -d /root/work/gcc-4.0-4.0.2/src patching file gcc/config/m68k/m68k.md Hunk #1 succeeded at 1297 (offset -2 lines). echo "gcc-m68k-update patches applied." > stamps/02-patch-stamp-gcc-m68k-update if [ -x debian/patches/libjava-awt-name.dpatch ]; then true; else chmod +x debian/patches/libjava-awt-name.dpatch; fi if [ -f stamps/02-patch-stamp-libjava-awt-name ]; then \ echo "libjava-awt-name patches already applied."; exit 1; \ fi DEB_VERSION='4.0.2-2'; export DEB_VERSION; \ debian/patches/libjava-awt-name.dpatch -patch -d /root/work/gcc-4.0-4.0.2/src patching file libjava/Makefile.am Hunk #2 succeeded at 563 (offset -1 lines). patching file libjava/Makefile.in Hunk #6 succeeded at 4658 (offset 169 lines). Hunk #7 succeeded at 5087 (offset 169 lines). Hunk #8 succeeded at 5565 (offset 169 lines). echo "libjava-awt-name patches applied." > stamps/02-patch-stamp-libjava-awt-name if [ -x debian/patches/libjava-awt-peer-gtk.dpatch ]; then true; else chmod +x debian/patches/libjava-awt-peer-gtk.dpatch; fi if [ -f stamps/02-patch-stamp-libjava-awt-peer-gtk ]; then \ echo "libjava-awt-peer-gtk patches already applied."; exit 1; \ fi DEB_VERSION='4.0.2-2'; export DEB_VERSION; \ debian/patches/libjava-awt-peer-gtk.dpatch -patch -d /root/work/gcc-4.0-4.0.2/src patching file libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics.c echo "libjava-awt-peer-gtk patches applied." > stamps/02-patch-stamp-libjava-awt-peer-gtk if [ -x debian/patches/libjava-dlsearch-path.dpatch ]; then true; else chmod +x debian/patches/libjava-dlsearch-path.dpatch; fi if [ -f stamps/02-patch-stamp-libjava-dlsearch-path ]; then \ echo "libjava-dlsearch-path patches already applied."; exit 1; \ fi DEB_VERSION='4.0.2-2'; export DEB_VERSION; \ debian/patches/libjava-dlsearch-path.dpatch -patch -d /root/work/gcc-4.0-4.0.2/src patching file libjava/libltdl/acinclude.m4 echo "libjava-dlsearch-path patches applied." > stamps/02-patch-stamp-libjava-dlsearch-path if [ -x debian/patches/libjava-echo-fix.dpatch ]; then true; else chmod +x debian/patches/libjava-echo-fix.dpatch; fi if [ -f stamps/02-patch-stamp-libjava-echo-fix ]; then \ echo "libjava-echo-fix patches already applied."; exit 1; \ fi DEB_VERSION='4.0.2-2'; export DEB_VERSION; \ debian/patches/libjava-echo-fix.dpatch -patch -d /root/work/gcc-4.0-4.0.2/src patching file libjava/Makefile.am patching file libjava/Makefile.in echo "libjava-echo-fix patches applied." > stamps/02-patch-stamp-libjava-echo-fix if [ -x debian/patches/libjava-streamserializer.dpatch ]; then true; else chmod +x debian/patches/libjava-streamserializer.dpatch; fi if [ -f stamps/02-patch-stamp-libjava-streamserializer ]; then \ echo "libjava-streamserializer patches already applied."; exit 1; \ fi DEB_VERSION='4.0.2-2'; export DEB_VERSION; \ debian/patches/libjava-streamserializer.dpatch -patch -d /root/work/gcc-4.0-4.0.2/src patching file libjava/gnu/xml/transform/StreamSerializer.java echo "libjava-streamserializer patches applied." > stamps/02-patch-stamp-libjava-streamserializer if [ -x debian/patches/pr19870.dpatch ]; then true; else chmod +x debian/patches/pr19870.dpatch; fi if [ -f stamps/02-patch-stamp-pr19870 ]; then \ echo "pr19870 patches already applied."; exit 1; \ fi DEB_VERSION='4.0.2-2'; export DEB_VERSION; \ debian/patches/pr19870.dpatch -patch -d /root/work/gcc-4.0-4.0.2/src patching file gcc/java/java-tree.h Hunk #3 succeeded at 1694 (offset 4 lines). patching file gcc/java/jcf-write.c patching file gcc/java/parse.y Hunk #2 succeeded at 8348 (offset 7 lines). Hunk #3 succeeded at 8516 (offset 7 lines). Hunk #4 succeeded at 8526 (offset 7 lines). Hunk #5 succeeded at 8569 (offset 7 lines). Hunk #6 succeeded at 8607 (offset 7 lines). Hunk #7 succeeded at 8617 (offset 7 lines). Hunk #8 succeeded at 8720 (offset 7 lines). Hunk #9 succeeded at 8743 (offset 7 lines). Hunk #10 succeeded at 8772 (offset 7 lines). Hunk #11 succeeded at 8791 (offset 7 lines). Hunk #12 succeeded at 8808 (offset 7 lines). Hunk #13 succeeded at 9613 (offset 7 lines). Hunk #14 succeeded at 10155 (offset 7 lines). Hunk #15 succeeded at 10286 (offset 7 lines). Hunk #16 succeeded at 10301 (offset 7 lines). Hunk #17 succeeded at 10310 (offset 7 lines). Hunk #18 succeeded at 10593 (offset -19 lines). Hunk #19 succeeded at 10725 (offset -19 lines). Hunk #20 succeeded at 10745 (offset -19 lines). Hunk #21 succeeded at 10758 (offset -19 lines). Hunk #22 succeeded at 10776 (offset -19 lines). Hunk #23 succeeded at 10949 (offset -19 lines). Hunk #24 succeeded at 10958 (offset -19 lines). Hunk #25 succeeded at 11003 (offset -19 lines). Hunk #26 succeeded at 12300 (offset -14 lines). Hunk #27 succeeded at 14337 (offset -12 lines). Hunk #28 succeeded at 14354 (offset -12 lines). Hunk #29 succeeded at 14412 (offset -12 lines). Hunk #30 succeeded at 16021 (offset -6 lines). patching file libjava/testsuite/libjava.jacks/jacks.xfail Hunk #2 succeeded at 304 (offset -3 lines). Hunk #3 succeeded at 613 (offset -18 lines). patching file libjava/testsuite/libjava.lang/PR19870.java patching file libjava/testsuite/libjava.lang/PR19870.out patching file libjava/testsuite/libjava.lang/PR19870_2.java patching file libjava/testsuite/libjava.lang/PR19870_2.out echo "pr19870 patches applied." > stamps/02-patch-stamp-pr19870 if [ -x debian/patches/pr21844.dpatch ]; then true; else chmod +x debian/patches/pr21844.dpatch; fi if [ -f stamps/02-patch-stamp-pr21844 ]; then \ echo "pr21844 patches already applied."; exit 1; \ fi DEB_VERSION='4.0.2-2'; export DEB_VERSION; \ debian/patches/pr21844.dpatch -patch -d /root/work/gcc-4.0-4.0.2/src patching file gcc/java/parse.y Hunk #1 succeeded at 8454 (offset 65 lines). Hunk #2 succeeded at 8474 (offset 65 lines). missing header for unified diff at line 78 of patch patching file libjava/testsuite/libjava.lang/pr21844.java missing header for unified diff at line 116 of patch patching file libjava/testsuite/libjava.lang/pr21844.out echo "pr21844 patches applied." > stamps/02-patch-stamp-pr21844 if [ -x debian/patches/pr20338.dpatch ]; then true; else chmod +x debian/patches/pr20338.dpatch; fi if [ -f stamps/02-patch-stamp-pr20338 ]; then \ echo "pr20338 patches already applied."; exit 1; \ fi DEB_VERSION='4.0.2-2'; export DEB_VERSION; \ debian/patches/pr20338.dpatch -patch -d /root/work/gcc-4.0-4.0.2/src patching file gcc/java/decl.c Hunk #1 succeeded at 2082 (offset 44 lines). echo "pr20338 patches applied." > stamps/02-patch-stamp-pr20338 if [ -x debian/patches/sh4-T_REGS.dpatch ]; then true; else chmod +x debian/patches/sh4-T_REGS.dpatch; fi if [ -f stamps/02-patch-stamp-sh4-T_REGS ]; then \ echo "sh4-T_REGS patches already applied."; exit 1; \ fi DEB_VERSION='4.0.2-2'; export DEB_VERSION; \ debian/patches/sh4-T_REGS.dpatch -patch -d /root/work/gcc-4.0-4.0.2/src patching file gcc/config/sh/sh.c Hunk #1 succeeded at 9641 (offset 150 lines). echo "sh4-T_REGS patches applied." > stamps/02-patch-stamp-sh4-T_REGS if [ -x debian/patches/deb-protoize.dpatch ]; then true; else chmod +x debian/patches/deb-protoize.dpatch; fi if [ -f stamps/02-patch-stamp-deb-protoize ]; then \ echo "deb-protoize patches already applied."; exit 1; \ fi DEB_VERSION='4.0.2-2'; export DEB_VERSION; \ debian/patches/deb-protoize.dpatch -patch -d /root/work/gcc-4.0-4.0.2/src patching file gcc/Makefile.in echo "deb-protoize patches applied." > stamps/02-patch-stamp-deb-protoize if [ -x debian/patches/link-libs.dpatch ]; then true; else chmod +x debian/patches/link-libs.dpatch; fi if [ -f stamps/02-patch-stamp-link-libs ]; then \ echo "link-libs patches already applied."; exit 1; \ fi DEB_VERSION='4.0.2-2'; export DEB_VERSION; \ debian/patches/link-libs.dpatch -patch -d /root/work/gcc-4.0-4.0.2/src patching file libffi/Makefile.am Hunk #1 succeeded at 143 (offset 6 lines). patching file libjava/Makefile.am Hunk #1 succeeded at 163 with fuzz 2 (offset 72 lines). patching file libjava/Makefile.in Hunk #1 succeeded at 718 with fuzz 2 (offset -3362 lines). patching file libobjc/Makefile.in Hunk #1 succeeded at 270 (offset 4 lines). patching file libstdc++-v3/src/Makefile.am Hunk #1 succeeded at 153 (offset 5 lines). patching file libstdc++-v3/src/Makefile.in Hunk #1 succeeded at 357 (offset 14 lines). patching file libffi/Makefile.in Hunk #1 succeeded at 409 (offset 23 lines). patching file gcc/config/t-slibgcc-elf-ver echo "link-libs patches applied." > stamps/02-patch-stamp-link-libs if [ -x debian/patches/reporting.dpatch ]; then true; else chmod +x debian/patches/reporting.dpatch; fi if [ -f stamps/02-patch-stamp-reporting ]; then \ echo "reporting patches already applied."; exit 1; \ fi DEB_VERSION='4.0.2-2'; export DEB_VERSION; \ debian/patches/reporting.dpatch -patch -d /root/work/gcc-4.0-4.0.2/src patching file gcc/java/gjavah.c Hunk #1 succeeded at 2390 (offset 74 lines). patching file gcc/java/jcf-dump.c patching file gcc/java/jv-scan.c patching file gcc/diagnostic.c patching file gcc/gcc.c Hunk #1 succeeded at 2875 (offset -8 lines). Hunk #2 succeeded at 6332 (offset -6 lines). Hunk #3 succeeded at 6613 (offset -6 lines). patching file gcc/gccbug.in patching file gcc/gcov.c Hunk #1 succeeded at 402 (offset 3 lines). patching file gcc/version.h echo "reporting patches applied." > stamps/02-patch-stamp-reporting echo -e "\nPatches that Debian applied in this version:" > pxxx for i in cvs-updates gcc-version gcc-textdomain rename-info-files libstdc++-pic libstdc++-doclink amd64-specs gccbug gccbug-posix boehm-gc-nocheck acats-expect fastjar-version libstdc++-doxygen arm-bigendian pr21540 pr19877 323016 classpath-20050618 classmap-path xml-update-20050930 gcc-m68k-update libjava-awt-name libjava-awt-peer-gtk libjava-dlsearch-path libjava-echo-fix libjava-streamserializer pr19870 pr21844 pr20338 sh4-T_REGS deb-protoize link-libs reporting; do \ echo -e "\n$i:" >> pxxx; \ sed -n 's/^# *DP: */ /p' debian/patches/$i.dpatch >> pxxx; \ done mv -f pxxx stamps/02-patch-stamp mkdir -p stamps /usr/bin/make -f debian/rules.conf control make[1]: Entering directory `/root/work/gcc-4.0-4.0.2' echo "addons: cdev c++dev fastjar fdev fixincl javadev libcxx libg2c libgcc libffi libfortran libgcj libgnat libnof libobjc libs lib64gcc lib64cxx lib64ffi lib64gcj lib64gnat lib64objc lib32objc lib64gfortran lib32gfortran libnof objcdev proto"; \ m4 -DBINUTILSV=2.15 -DSRCNAME=gcc-4.0 -D__sh4__ -DARCH=sh4 -DDIST=Debian -DLIBC_DEV_DEP="libc6-dev (>= 2.3.2.ds1-16)" -DLIBC_BIARCH_BUILD_DEP="libc6-dev-sparc64 [sparc], libc6-dev-s390x [s390], libc6-dev-i386 [amd64] | ia32-libs-dev [amd64], libc6-dev-powerpc [ppc64], libc6-dev-ppc64 [powerpc], lib32gcc1 [amd64 ppc64], lib64gcc1 [i386 powerpc sparc s390], libc6-dev-amd64 [i386] | amd64-libs-dev (>= 1.2) [i386], lib64z1-dev [sparc s390]," -DJAVA_BUILD_DEP="xlibs-dev [java_no_archs], libgtk2.0-dev (>= 2.4.4-2) [java_no_archs], libart-2.0-dev [java_no_archs], libcairo2-dev [java_no_archs]," -DPASCAL_BUILD_DEP="" -DBINUTILS_BUILD_DEP="binutils (>= 2.15) | binutils-multiarch (>= 2.15)" -DLIBC_BUILD_DEP="libc6.1-dev (>= 2.3.2.ds1-16) [alpha ia64] | libc0.3-dev (>= 2.3.2.ds1-16) | libc0.1-dev (>= 2.3.2.ds1-16) | libc12-dev (>= 2.3.2.ds1-16) | libc6-dev (>= 2.3.2.ds1-16)" -DTP= -DTS= -DLS= \ -DPV=-4.0 \ -DGPC_PV=-2.1-4.0 \ -DCXX_SO=6 \ -DGCC_SO=1 \ -DOBJC_SO=1 \ -DFORTRAN_SO=0 \ -DGCJ_SO=6 \ -DGNAT_SO=4.0 \ -DGNAT_V=4.0 \ -DFFI_SO=4 \ -DMF_SO=0 \ -Denabled_languages="ada c c++ f77 f95 java objc pascal treelang cdev c++dev fastjar fdev fixincl javadev libcxx libg2c libgcc libffi libfortran libgcj libgnat libnof libobjc libs lib64gcc lib64cxx lib64ffi lib64gcj lib64gnat lib64objc lib32objc lib64gfortran lib32gfortran libnof objcdev proto" \ -Dada_no_archs="!alpha !arm !armeb !m68k !sh3 !sh3eb !sh4 !sh4eb !kfreebsd-any !knetbsd-any !netbsd-any !kfreebsd-i386 !knetbsd-i386 !netbsd-i386 !hurd-any !hurd-i386" \ -Djava_no_archs="!mips !mipsel !knetbsd-any !netbsd-any !knetbsd-i386 !netbsd-i386" \ -Dpascal_no_archs="!netbsd-any !netbsd-i386" \ -Df95_no_archs="!avr" \ -Dlibgc_no_archs="!avr !alpha !amd64 !arm !armeb !hppa !i386 !ia64 !m68k !mips !mipsel !powerpc !s390 !sparc !knetbsd-any !knetbsd-i386" \ -Dcheck_no_archs="!hurd-any !hurd-i386" \ -Dlocale_no_archs="!hurd-i386 !knetbsd-i386 !netbsd-i386 !hurd-any !knetbsd-any !netbsd-any" \ -Dlinux_gnu_archs="!hurd-any !hurd-i386" \ debian/control.m4 > debian/control.tmp2 addons: cdev c++dev fastjar fdev fixincl javadev libcxx libg2c libgcc libffi libfortran libgcj libgnat libnof libobjc libs lib64gcc lib64cxx lib64ffi lib64gcj lib64gnat lib64objc lib32objc lib64gfortran lib32gfortran libnof objcdev proto uniq debian/control.tmp2 > debian/control.tmp rm -f debian/control.tmp2 [ -e debian/control ] \ && cmp -s debian/control debian/control.tmp \ && rm -f debian/control.tmp && exit 0; \ mv debian/control.tmp debian/control; touch stamps/03-control-stamp rm -f debian/rules.parameters.tmp ( \ echo '# configuration parameters taken from upstream source files'; \ echo 'GCC_VERSION := 4.0.2'; \ echo 'BASE_VERSION := 4.0'; \ echo 'SOURCE_VERSION := 4.0.2-2'; \ echo 'DEB_VERSION := 4.0.2-2'; \ echo 'DEB_VERSION_NOREL := 4.0.2'; \ echo 'DEB_EVERSION := 1:4.0.2-2'; \ echo 'GPC_BASE_VERSION := 2.1'; \ echo 'DEB_GPC_VERSION := '; \ echo 'DEB_SOVERSION := 4.0.1'; \ echo 'DEB_SOEVERSION := 1:4.0.1'; \ echo 'DEB_LIBGCC_SOVERSION := 1:4.0.1'; \ echo 'DEB_LIBGCC_VERSION := 1:4.0.2-2'; \ echo 'DEB_STDCXX_SOVERSION := 4.0.2'; \ echo 'DEB_GCJ_SOVERSION := 4.0.2'; \ echo 'DEB_FFI_SOVERSION := 4.0.1'; \ echo 'GCC_SONAME := 1'; \ echo 'CXX_SONAME := 6'; \ echo 'FORTRAN_SONAME := 0'; \ echo 'OBJC_SONAME := 1'; \ echo 'GCJ_SONAME := 6'; \ echo 'GNAT_VERSION := 4.0'; \ echo 'GNAT_SONAME := 4.0'; \ echo 'FFI_SONAME := 4'; \ echo 'MUDFLAP_SONAME := 0'; \ echo 'LIBC_DEP := '; \ ) > debian/rules.parameters.tmp [ -e debian/rules.parameters ] \ && cmp -s debian/rules.parameters debian/rules.parameters.tmp \ && rm -f debian/rules.parameters.tmp && exit 0; \ mv debian/rules.parameters.tmp debian/rules.parameters; \ touch stamps/03-control-stamp rm -f debian/substvars.local.tmp ( \ echo 'gcc:Version=4.0.2-2'; \ echo 'gcc:SoftVersion=4.0.2'; \ echo 'gcc:EpochVersion=1:4.0.2-2'; \ echo 'gpc:Version='; \ echo 'binutils:Version=2.15'; \ echo 'dep:libgcc=libgcc1 (>= 1:4.0.2-2)'; \ echo 'dep:libgccbiarch='; \ echo 'dep:libcdev=libc6-dev (>= 2.3.2.ds1-16)'; \ echo 'dep:libcbiarch='; \ echo 'dep:libcbiarchdev='; \ echo 'dep:libunwinddev='; \ echo 'dep:libcxxbiarch='; \ echo 'dep:libgnat='; \ echo 'conflict:libcbiarch='; \ echo 'conflict:libcbiarchdev='; \ ) > debian/substvars.local.tmp [ -e debian/substvars.local ] \ && cmp -s debian/substvars.local debian/substvars.local.tmp \ && rm -f debian/substvars.local.tmp && exit 0; \ mv debian/substvars.local.tmp debian/substvars.local; \ touch stamps/03-control-stamp for f in debian/*-BV* debian/*GCJ*; do \ [ -f $f ] || echo "CANNOT FIND $f"; \ [ -f $f ] || continue; \ f2=$(echo $f | sed 's/BV/4.0/;s/PV/2.1/;s/CXX/6/;s/GCJ/6/'); \ sed -e 's/@BV@/4.0/g' \ -e 's/@PV@/2.1/g' \ -e 's/@CXX@/6/g' \ -e 's/@GCJ@/6/g' \ $f > $f2; \ touch -r $f $f2; \ done make[1]: Leaving directory `/root/work/gcc-4.0-4.0.2' /usr/bin/make -f debian/rules2 stamps/04-configure-stamp make[1]: Entering directory `/root/work/gcc-4.0-4.0.2' dh_testdir : # give information about the build process ------------------------ Build process variables ------------------------ Package source: gcc-4.0 GCC version: 4.0.2 Base Debian version: 4.0 Configured with: -v --enable-languages=c,c++,java,f95,objc,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.0 --enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-gc=boehm --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --enable-checking=release sh4-linux-gnu Using shell /bin/bash -e Architecture: sh4 (GNU: sh4-linux-gnu) CPPFLAGS: CFLAGS: -g -O2 LDFLAGS: BOOT_CFLAGS: -O2 DEBIAN_BUILDARCH: Install prefix: /usr Will not build the biarch compilers Will build the C++ compiler Will build the ObjC compiler. Will not build the extra ObjC runtime for garbage collection. Will not build the Fortran 77 compiler: disabled for gcc-4.0 Will build the Fortran 95 compiler. Will build the Java compiler. Will not build the Pascal compiler: disabled for 4.0 Will not build the Ada compiler: disabled for architecure sh4 Will build the Treelang compiler. Will build the FFI library. Will not run the testsuite: no ----------------------------------------------------------------------------- rm -f stamps/04-configure-stamp stamps/05-build-stamp : # generate debian/README.Debian cat debian/README stamps/02-patch-stamp > debian/README.Debian rm -rf /root/work/gcc-4.0-4.0.2/build mkdir /root/work/gcc-4.0-4.0.2/build : # configure cd /root/work/gcc-4.0-4.0.2/build \ && true \ && PATH=/root/work/gcc-4.0-4.0.2/bin:$PATH \ CC="cc" \ \ LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}/root/work/gcc-4.0-4.0.2/build/gcc/ada/rts \ ../src/configure -v --enable-languages=c,c++,java,f95,objc,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.0 --enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-gc=boehm --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --enable-checking=release sh4-linux-gnu creating cache ./config.cache checking host system type... sh4-unknown-linux-gnu checking target system type... sh4-unknown-linux-gnu checking build system type... sh4-unknown-linux-gnu checking for a BSD compatible install... /usr/bin/install -c checking whether ln works... yes checking whether ln -s works... yes checking for gcc... cc checking whether the C compiler (cc ) works... yes checking whether the C compiler (cc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking for gnatbind... no checking whether compiler driver understands Ada... no checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2 checking for correct version of gmp.h... yes checking for MPFR... yes The following languages will be built: c,c++,f95,java,objc,treelang *** This configuration is not supported in the following subdirectories: target-libada (Any other directories should still work fine.) checking for bison... bison checking for bison... bison -y checking for gm4... no checking for gnum4... no checking for m4... m4 checking for flex... flex checking for flex... flex checking for makeinfo... makeinfo checking for sh4-linux-gnu-ar... no checking for ar... ar checking for sh4-linux-gnu-as... no checking for as... as checking for sh4-linux-gnu-dlltool... no checking for dlltool... dlltool checking for sh4-linux-gnu-ld... no checking for ld... ld checking for sh4-linux-gnu-nm... no checking for nm... nm checking for sh4-linux-gnu-ranlib... no checking for ranlib... ranlib checking for sh4-linux-gnu-windres... no checking for windres... windres checking for sh4-linux-gnu-objcopy... no checking for objcopy... objcopy checking for sh4-linux-gnu-objdump... no checking for objdump... objdump checking for sh4-linux-gnu-ar... no checking for ar... ar checking for sh4-linux-gnu-as... no checking for as... as checking for sh4-linux-gnu-dlltool... no checking for dlltool... dlltool checking for sh4-linux-gnu-ld... no checking for ld... ld checking for sh4-linux-gnu-nm... no checking for nm... nm checking for sh4-linux-gnu-ranlib... no checking for ranlib... ranlib checking for sh4-linux-gnu-windres... no checking for windres... windres checking whether to enable maintainer-specific portions of Makefiles... no checking if symbolic links between directories work... yes updating cache ./config.cache creating ./config.status creating Makefile touch stamps/04-configure-stamp make[1]: Leaving directory `/root/work/gcc-4.0-4.0.2' /usr/bin/make -f debian/rules2 stamps/05-build-stamp make[1]: Entering directory `/root/work/gcc-4.0-4.0.2' dh_testdir rm -f bootstrap-protocol : # build native compiler ( \ set +e; \ true; \ PATH=/root/work/gcc-4.0-4.0.2/bin:$PATH \ \ /usr/bin/make -C /root/work/gcc-4.0-4.0.2/build bootstrap \ CC="cc" \ CFLAGS="-g -O2" \ BOOT_CFLAGS="-O2" \ LDFLAGS="" \ \ ; \ echo $? > status; \ ) 2>&1 | tee bootstrap-protocol make[2]: Entering directory `/root/work/gcc-4.0-4.0.2/build' mkdir -p -- build-sh4-linux-gnu/libiberty Configuring in build-sh4-linux-gnu/libiberty configure: creating cache ../config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking for makeinfo... makeinfo checking for perl... perl checking build system type... sh4-unknown-linux-gnu checking host system type... sh4-unknown-linux-gnu checking for sh4-linux-gnu-ar... no checking for ar... ar checking for sh4-linux-gnu-ranlib... no checking for ranlib... ranlib checking for sh4-linux-gnu-gcc... cc 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 cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking how to run the C preprocessor... cc -E checking whether cc understands -c and -o together... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking whether byte ordering is bigendian... no checking for a BSD-compatible install... /usr/bin/install -c checking for sys/file.h... yes checking for sys/param.h... yes checking for limits.h... yes checking for stdlib.h... yes checking for malloc.h... yes checking for string.h... yes checking for unistd.h... yes checking for strings.h... yes checking for sys/time.h... yes checking for time.h... yes checking for sys/resource.h... yes checking for sys/stat.h... yes checking for sys/mman.h... yes checking for fcntl.h... yes checking for alloca.h... yes checking for sys/pstat.h... no checking for sys/sysmp.h... no checking for sys/sysinfo.h... yes checking for machine/hal_sysinfo.h... no checking for sys/table.h... no checking for sys/sysctl.h... yes checking for sys/systemcfg.h... no checking for stdint.h... yes checking for stdio_ext.h... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking whether time.h and sys/time.h may both be included... yes checking whether errno must be declared... no checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... yes checking for strings.h... (cached) yes checking for inttypes.h... yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for int... yes checking size of int... 4 checking for uintptr_t... yes checking for a 64-bit type... uint64_t checking for pid_t... yes checking for library containing strerror... none required checking for asprintf... yes checking for atexit... yes checking for basename... yes checking for bcmp... yes checking for bcopy... yes checking for bsearch... yes checking for bzero... yes checking for calloc... yes checking for clock... yes checking for ffs... yes checking for getcwd... yes checking for getpagesize... yes checking for index... yes checking for insque... yes checking for memchr... yes checking for memcmp... yes checking for memcpy... yes checking for memmove... yes checking for mempcpy... yes checking for memset... yes checking for mkstemps... no checking for putenv... yes checking for random... yes checking for rename... yes checking for rindex... yes checking for setenv... yes checking for snprintf... yes checking for sigsetmask... yes checking for stpcpy... yes checking for stpncpy... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strncasecmp... yes checking for strrchr... yes checking for strstr... yes checking for strtod... yes checking for strtol... yes checking for strtoul... yes checking for tmpnam... yes checking for vasprintf... yes checking for vfprintf... yes checking for vprintf... yes checking for vsnprintf... yes checking for vsprintf... yes checking for waitpid... yes checking whether alloca needs Cray hooks... no checking stack direction for C alloca... -1 checking for unistd.h... (cached) yes checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for _doprnt... no checking for sys_errlist... yes checking for sys_nerr... yes checking for sys_siglist... yes checking for external symbol _system_configuration... no checking for getrusage... yes checking for on_exit... yes checking for psignal... yes checking for strerror... yes checking for strsignal... yes checking for sysconf... yes checking for times... yes checking for sbrk... yes checking for gettimeofday... yes checking for realpath... yes checking for canonicalize_file_name... yes checking for pstat_getstatic... no checking for pstat_getdynamic... no checking for sysmp... no checking for getsysinfo... no checking for table... no checking for sysctl... yes checking for __fsetlocking... yes checking whether canonicalize_file_name must be declared... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... yes checking for working strncmp... yes updating cache ../config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating testsuite/Makefile config.status: creating config.h config.status: executing default commands make[3]: Entering directory `/root/work/gcc-4.0-4.0.2/build/build-sh4-linux-gnu/libiberty' if [ x"" != x ] && [ ! -d pic ]; then \ mkdir pic; \ else true; fi touch stamp-picdir if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/regex.c -o pic/regex.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/regex.c -o regex.o In file included from ../../../src/libiberty/../include/xregex.h:26, from ../../../src/libiberty/regex.c:199: ../../../src/libiberty/../include/xregex2.h:548: warning: ISO C90 does not support `static' or type qualifiers in parameter array declarators In file included from ../../../src/libiberty/regex.c:653: ../../../src/libiberty/regex.c: In function `byte_compile_range': ../../../src/libiberty/regex.c:4552: warning: signed and unsigned type in conditional expression ../../../src/libiberty/regex.c:4562: warning: signed and unsigned type in conditional expression ../../../src/libiberty/regex.c:4562: warning: signed and unsigned type in conditional expression if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/cplus-dem.c -o pic/cplus-dem.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/cplus-dem.c -o cplus-dem.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/cp-demangle.c -o pic/cp-demangle.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/cp-demangle.c -o cp-demangle.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/md5.c -o pic/md5.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/md5.c -o md5.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/alloca.c -o pic/alloca.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/alloca.c -o alloca.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/argv.c -o pic/argv.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/argv.c -o argv.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/choose-temp.c -o pic/choose-temp.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/choose-temp.c -o choose-temp.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/concat.c -o pic/concat.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/concat.c -o concat.o ../../../src/libiberty/concat.c: In function `concat_length': ../../../src/libiberty/concat.c:112: warning: traditional C rejects ISO C style function definitions ../../../src/libiberty/concat.c: In function `concat_copy': ../../../src/libiberty/concat.c:127: warning: traditional C rejects ISO C style function definitions ../../../src/libiberty/concat.c: In function `concat_copy2': ../../../src/libiberty/concat.c:146: warning: traditional C rejects ISO C style function definitions ../../../src/libiberty/concat.c: In function `concat': ../../../src/libiberty/concat.c:157: warning: traditional C rejects ISO C style function definitions ../../../src/libiberty/concat.c: In function `reconcat': ../../../src/libiberty/concat.c:194: warning: traditional C rejects ISO C style function definitions if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/cp-demint.c -o pic/cp-demint.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/cp-demint.c -o cp-demint.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/dyn-string.c -o pic/dyn-string.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/dyn-string.c -o dyn-string.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/fdmatch.c -o pic/fdmatch.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/fdmatch.c -o fdmatch.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/fibheap.c -o pic/fibheap.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/fibheap.c -o fibheap.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/floatformat.c -o pic/floatformat.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/floatformat.c -o floatformat.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/fnmatch.c -o pic/fnmatch.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/fnmatch.c -o fnmatch.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/fopen_unlocked.c -o fopen_unlocked.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/getopt.c -o pic/getopt.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/getopt.c -o getopt.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/getopt1.c -o pic/getopt1.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/getopt1.c -o getopt1.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/getpwd.c -o pic/getpwd.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/getpwd.c -o getpwd.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/getruntime.c -o pic/getruntime.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/getruntime.c -o getruntime.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/hashtab.c -o pic/hashtab.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/hashtab.c -o hashtab.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/hex.c -o pic/hex.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/hex.c -o hex.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/lbasename.c -o pic/lbasename.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/lbasename.c -o lbasename.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/lrealpath.c -o pic/lrealpath.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/lrealpath.c -o lrealpath.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/make-relative-prefix.c -o make-relative-prefix.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/make-temp-file.c -o pic/make-temp-file.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/make-temp-file.c -o make-temp-file.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/objalloc.c -o pic/objalloc.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/objalloc.c -o objalloc.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/obstack.c -o pic/obstack.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/obstack.c -o obstack.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/partition.c -o pic/partition.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/partition.c -o partition.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/physmem.c -o pic/physmem.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/physmem.c -o physmem.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/pex-unix.c -o pic/pex-unix.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/pex-unix.c -o pex-unix.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/safe-ctype.c -o pic/safe-ctype.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/safe-ctype.c -o safe-ctype.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/sort.c -o pic/sort.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/sort.c -o sort.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/spaces.c -o pic/spaces.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/spaces.c -o spaces.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/splay-tree.c -o pic/splay-tree.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/splay-tree.c -o splay-tree.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/strerror.c -o pic/strerror.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/strerror.c -o strerror.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/strsignal.c -o pic/strsignal.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/strsignal.c -o strsignal.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/ternary.c -o pic/ternary.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/ternary.c -o ternary.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/xatexit.c -o pic/xatexit.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/xatexit.c -o xatexit.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/xexit.c -o pic/xexit.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/xexit.c -o xexit.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/xmalloc.c -o pic/xmalloc.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/xmalloc.c -o xmalloc.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/xmemdup.c -o pic/xmemdup.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/xmemdup.c -o xmemdup.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/xstrdup.c -o pic/xstrdup.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/xstrdup.c -o xstrdup.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/xstrerror.c -o pic/xstrerror.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/xstrerror.c -o xstrerror.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/mkstemps.c -o pic/mkstemps.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/mkstemps.c -o mkstemps.o rm -f ./libiberty.a pic/./libiberty.a ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./physmem.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./mkstemps.o ranlib ./libiberty.a if [ x"" != x ]; then \ cd pic; \ ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./physmem.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./mkstemps.o; \ ranlib ./libiberty.a; \ cd ..; \ else true; fi rm -f needed-list; touch needed-list; \ for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork waitpid bcmp bcopy bzero; do \ for g in ./mkstemps.o ; do \ case "$g" in \ *$f*) echo $g >> needed-list ;; \ esac; \ done; \ done echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./physmem.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o > required-list make[4]: Entering directory `/root/work/gcc-4.0-4.0.2/build/build-sh4-linux-gnu/libiberty/testsuite' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/root/work/gcc-4.0-4.0.2/build/build-sh4-linux-gnu/libiberty/testsuite' make[3]: Leaving directory `/root/work/gcc-4.0-4.0.2/build/build-sh4-linux-gnu/libiberty' mkdir -p -- build-sh4-linux-gnu/fixincludes Configuring in build-sh4-linux-gnu/fixincludes configure: loading cache ../config.cache checking build system type... (cached) sh4-unknown-linux-gnu checking host system type... (cached) sh4-unknown-linux-gnu checking target system type... sh4-unknown-linux-gnu checking for sh4-linux-gnu-gcc... (cached) cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ANSI C... (cached) none needed checking how to run the C preprocessor... (cached) cc -E checking for egrep... (cached) grep -E checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for strings.h... (cached) yes checking for unistd.h... (cached) yes checking for fcntl.h... (cached) yes checking for sys/file.h... (cached) yes checking for sys/stat.h... (cached) yes checking for clearerr_unlocked... yes checking for feof_unlocked... yes checking for ferror_unlocked... yes checking for fflush_unlocked... yes checking for fgetc_unlocked... yes checking for fgets_unlocked... yes checking for fileno_unlocked... yes checking for fprintf_unlocked... no checking for fputc_unlocked... yes checking for fputs_unlocked... yes checking for fread_unlocked... yes checking for fwrite_unlocked... yes checking for getchar_unlocked... yes checking for getc_unlocked... yes checking for putchar_unlocked... yes checking for putc_unlocked... yes checking whether abort is declared... yes checking whether errno is declared... no checking whether clearerr_unlocked is declared... yes checking whether feof_unlocked is declared... yes checking whether ferror_unlocked is declared... yes checking whether fflush_unlocked is declared... yes checking whether fgetc_unlocked is declared... yes checking whether fgets_unlocked is declared... no checking whether fileno_unlocked is declared... yes checking whether fprintf_unlocked is declared... no checking whether fputc_unlocked is declared... yes checking whether fputs_unlocked is declared... no checking whether fread_unlocked is declared... yes checking whether fwrite_unlocked is declared... yes checking whether getchar_unlocked is declared... yes checking whether getc_unlocked is declared... yes checking whether putchar_unlocked is declared... yes checking whether putc_unlocked is declared... yes checking for an ANSI C-conforming const... (cached) yes checking for sys/mman.h... (cached) yes checking for mmap... yes checking whether read-only mmap of a plain file works... yes checking whether mmap from /dev/zero works... yes checking for MAP_ANON(YMOUS)... yes checking whether mmap with MAP_ANON(YMOUS) works... yes checking whether to enable maintainer-specific portions of Makefiles... no updating cache ../config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating mkheaders config.status: creating config.h make[3]: Entering directory `/root/work/gcc-4.0-4.0.2/build/build-sh4-linux-gnu/fixincludes' cc -c -g -O2 -DHAVE_CONFIG_H -I. -I../../../src/fixincludes -I../include -I../../../src/fixincludes/../include ../../../src/fixincludes/fixincl.c cc -c -g -O2 -DHAVE_CONFIG_H -I. -I../../../src/fixincludes -I../include -I../../../src/fixincludes/../include ../../../src/fixincludes/fixtests.c cc -c -g -O2 -DHAVE_CONFIG_H -I. -I../../../src/fixincludes -I../include -I../../../src/fixincludes/../include ../../../src/fixincludes/fixfixes.c cc -c -g -O2 -DHAVE_CONFIG_H -I. -I../../../src/fixincludes -I../include -I../../../src/fixincludes/../include ../../../src/fixincludes/server.c cc -c -g -O2 -DHAVE_CONFIG_H -I. -I../../../src/fixincludes -I../include -I../../../src/fixincludes/../include ../../../src/fixincludes/procopen.c cc -c -g -O2 -DHAVE_CONFIG_H -I. -I../../../src/fixincludes -I../include -I../../../src/fixincludes/../include ../../../src/fixincludes/fixlib.c cc -c -g -O2 -DHAVE_CONFIG_H -I. -I../../../src/fixincludes -I../include -I../../../src/fixincludes/../include ../../../src/fixincludes/fixopts.c cc -g -O2 -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a echo timestamp > full-stamp srcdir="../../../src/fixincludes" /bin/sh ../../../src/fixincludes/mkfixinc.sh sh4-unknown-linux-gnu make[3]: Leaving directory `/root/work/gcc-4.0-4.0.2/build/build-sh4-linux-gnu/fixincludes' Configuring in intl configure: creating cache ./config.cache checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for sh4-linux-gnu-gcc... cc 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 cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking build system type... sh4-unknown-linux-gnu checking host system type... sh4-unknown-linux-gnu checking for sh4-linux-gnu-ranlib... ranlib checking for library containing strerror... none required checking how to run the C preprocessor... cc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for off_t... yes checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... yes checking whether we are using the GNU C Library 2.1 or newer... yes checking whether integer division by zero raises SIGFPE... no checking for inttypes.h... yes checking for stdint.h... yes checking for unsigned long long... yes checking for inttypes.h... yes checking whether the inttypes.h PRIxNN macros are broken... no checking for ld used by GCC... ld checking if the linker (ld) is GNU ld... yes checking for shared library run path origin... done checking argz.h usability... yes checking argz.h presence... yes checking for argz.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking nl_types.h usability... yes checking nl_types.h presence... yes checking for nl_types.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for feof_unlocked... yes checking for fgets_unlocked... yes checking for getc_unlocked... yes checking for getcwd... yes checking for getegid... yes checking for geteuid... yes checking for getgid... yes checking for getuid... yes checking for mempcpy... yes checking for munmap... yes checking for putenv... yes checking for setenv... yes checking for setlocale... yes checking for stpcpy... yes checking for strcasecmp... yes checking for strdup... yes checking for strtoul... yes checking for tsearch... yes checking for __argz_count... yes checking for __argz_stringify... yes checking for __argz_next... yes checking for __fsetlocking... yes checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for nl_langinfo and CODESET... yes checking for LC_MESSAGES... yes checking for bison... bison checking version of bison... 1.875, ok checking whether NLS is requested... yes checking whether included gettext is requested... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for aclocal... aclocal checking for autoconf... autoconf checking for autoheader... autoheader updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating config.intl config.status: creating config.h config.status: executing default-1 commands make[3]: Entering directory `/root/work/gcc-4.0-4.0.2/build/intl' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/root/work/gcc-4.0-4.0.2/build/intl' Configuring in libiberty configure: creating cache ./config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking for makeinfo... makeinfo checking for perl... perl checking build system type... sh4-unknown-linux-gnu checking host system type... sh4-unknown-linux-gnu checking for sh4-linux-gnu-ar... ar checking for sh4-linux-gnu-ranlib... ranlib checking for sh4-linux-gnu-gcc... cc 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 cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking how to run the C preprocessor... cc -E checking whether cc understands -c and -o together... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking whether byte ordering is bigendian... no checking for a BSD-compatible install... /usr/bin/install -c checking for sys/file.h... yes checking for sys/param.h... yes checking for limits.h... yes checking for stdlib.h... yes checking for malloc.h... yes checking for string.h... yes checking for unistd.h... yes checking for strings.h... yes checking for sys/time.h... yes checking for time.h... yes checking for sys/resource.h... yes checking for sys/stat.h... yes checking for sys/mman.h... yes checking for fcntl.h... yes checking for alloca.h... yes checking for sys/pstat.h... no checking for sys/sysmp.h... no checking for sys/sysinfo.h... yes checking for machine/hal_sysinfo.h... no checking for sys/table.h... no checking for sys/sysctl.h... yes checking for sys/systemcfg.h... no checking for stdint.h... yes checking for stdio_ext.h... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking whether time.h and sys/time.h may both be included... yes checking whether errno must be declared... no checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... yes checking for strings.h... (cached) yes checking for inttypes.h... yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for int... yes checking size of int... 4 checking for uintptr_t... yes checking for a 64-bit type... uint64_t checking for pid_t... yes checking for library containing strerror... none required checking for asprintf... yes checking for atexit... yes checking for basename... yes checking for bcmp... yes checking for bcopy... yes checking for bsearch... yes checking for bzero... yes checking for calloc... yes checking for clock... yes checking for ffs... yes checking for getcwd... yes checking for getpagesize... yes checking for index... yes checking for insque... yes checking for memchr... yes checking for memcmp... yes checking for memcpy... yes checking for memmove... yes checking for mempcpy... yes checking for memset... yes checking for mkstemps... no checking for putenv... yes checking for random... yes checking for rename... yes checking for rindex... yes checking for setenv... yes checking for snprintf... yes checking for sigsetmask... yes checking for stpcpy... yes checking for stpncpy... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strncasecmp... yes checking for strrchr... yes checking for strstr... yes checking for strtod... yes checking for strtol... yes checking for strtoul... yes checking for tmpnam... yes checking for vasprintf... yes checking for vfprintf... yes checking for vprintf... yes checking for vsnprintf... yes checking for vsprintf... yes checking for waitpid... yes checking whether alloca needs Cray hooks... no checking stack direction for C alloca... -1 checking for unistd.h... (cached) yes checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for _doprnt... no checking for sys_errlist... yes checking for sys_nerr... yes checking for sys_siglist... yes checking for external symbol _system_configuration... no checking for getrusage... yes checking for on_exit... yes checking for psignal... yes checking for strerror... yes checking for strsignal... yes checking for sysconf... yes checking for times... yes checking for sbrk... yes checking for gettimeofday... yes checking for realpath... yes checking for canonicalize_file_name... yes checking for pstat_getstatic... no checking for pstat_getdynamic... no checking for sysmp... no checking for getsysinfo... no checking for table... no checking for sysctl... yes checking for __fsetlocking... yes checking whether canonicalize_file_name must be declared... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... yes checking for working strncmp... yes updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating testsuite/Makefile config.status: creating config.h config.status: executing default commands Configuring in libcpp configure: creating cache ./config.cache checking build system type... sh4-unknown-linux-gnu checking host system type... sh4-unknown-linux-gnu checking target system type... sh4-unknown-linux-gnu checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c checking for sh4-linux-gnu-gcc... cc 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 cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking for sh4-linux-gnu-ranlib... ranlib checking for aclocal... aclocal checking for autoconf... autoconf checking for autoheader... autoheader checking whether cc supports -W... yes checking whether cc supports -Wall... yes checking whether cc supports -Wwrite-strings... yes checking whether cc supports -Wstrict-prototypes... yes checking whether cc supports -Wmissing-prototypes... yes checking whether cc supports -Wold-style-definition... yes checking whether cc supports -pedantic -Wno-long-long... yes checking whether time.h and sys/time.h may both be included... yes checking whether string.h and strings.h may both be included... yes checking how to run the C preprocessor... cc -E checking for egrep... 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 iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for strings.h... (cached) yes checking for string.h... (cached) yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for obstacks... yes checking for off_t... yes checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 4 checking for clearerr_unlocked... yes checking for feof_unlocked... yes checking for ferror_unlocked... yes checking for fflush_unlocked... yes checking for fgetc_unlocked... yes checking for fgets_unlocked... yes checking for fileno_unlocked... yes checking for fprintf_unlocked... no checking for fputc_unlocked... yes checking for fputs_unlocked... yes checking for fread_unlocked... yes checking for fwrite_unlocked... yes checking for getchar_unlocked... yes checking for getc_unlocked... yes checking for putchar_unlocked... yes checking for putc_unlocked... yes checking whether abort is declared... yes checking whether basename is declared... no checking whether errno is declared... no checking whether getopt is declared... yes checking whether clearerr_unlocked is declared... yes checking whether feof_unlocked is declared... yes checking whether ferror_unlocked is declared... yes checking whether fflush_unlocked is declared... yes checking whether fgetc_unlocked is declared... yes checking whether fgets_unlocked is declared... no checking whether fileno_unlocked is declared... yes checking whether fprintf_unlocked is declared... no checking whether fputc_unlocked is declared... yes checking whether fputs_unlocked is declared... no checking whether fread_unlocked is declared... yes checking whether fwrite_unlocked is declared... yes checking whether getchar_unlocked is declared... yes checking whether getc_unlocked is declared... yes checking whether putchar_unlocked is declared... yes checking whether putc_unlocked is declared... yes checking for working alloca.h... yes checking for alloca... yes checking for ANSI C header files... (cached) yes checking for nl_langinfo and CODESET... yes checking whether NLS is requested... yes checking for catalogs to be installed... be ca da de el es fr ja nl rw sv tr vi be ca da de el es fr ja nl rw sv tr vi checking for uchar... checking for ld used by GCC... ld checking if the linker (ld) is GNU ld... yes checking for shared library run path origin... done checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating config.h make[3]: Entering directory `/root/work/gcc-4.0-4.0.2/build/libiberty' if [ x"" != x ] && [ ! -d pic ]; then \ mkdir pic; \ else true; fi touch stamp-picdir if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../src/libiberty/regex.c -o pic/regex.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../src/libiberty/regex.c -o regex.o In file included from ../../src/libiberty/../include/xregex.h:26, from ../../src/libiberty/regex.c:199: ../../src/libiberty/../include/xregex2.h:548: warning: ISO C90 does not support `static' or type qualifiers in parameter array declarators In file included from ../../src/libiberty/regex.c:653: ../../src/libiberty/regex.c: In function `byte_compile_range': ../../src/libiberty/regex.c:4552: warning: signed and unsigned type in conditional expression ../../src/libiberty/regex.c:4562: warning: signed and unsigned type in conditional expression ../../src/libiberty/regex.c:4562: warning: signed and unsigned type in conditional expression if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../src/libiberty/cplus-dem.c -o pic/cplus-dem.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../src/libiberty/cplus-dem.c -o cplus-dem.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../src/libiberty/cp-demangle.c -o pic/cp-demangle.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../src/libiberty/cp-demangle.c -o cp-demangle.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../src/libiberty/md5.c -o pic/md5.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../src/libiberty/md5.c -o md5.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../src/libiberty/alloca.c -o pic/alloca.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../src/libiberty/alloca.c -o alloca.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../src/libiberty/argv.c -o pic/argv.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../src/libiberty/argv.c -o argv.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../src/libiberty/choose-temp.c -o pic/choose-temp.o; \ else true; fi cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../src/libiberty/choose-temp.c -o choose-temp.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include -W -Wall -Wtrad