Package: toolchain-source
Version: 3.4-5
Severity: normal

See all the way at the bottom of this run (marked with ************):

sarge:~$ tpkg-make powerpc-linux 
Package `toolchain-source-gdb' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.

Target                    : powerpc-linux
Maintainer                : martin f. krafft
Email-Address             : [EMAIL PROTECTED]
Toolchain                 : 3.4-5
  binutils                : 2.15
  gcc                     : 3.4.3
  gdb                     : toolchain-source-gdb not installed
: # unpack gcc tarball
mkdir stamps
if [ -d /root/gcc-powerpc-linux-3.4.3/src ]; then \
  echo >&2 "Source directory /root/gcc-powerpc-linux-3.4.3/src exists. Delete 
by hand"; \
  false; \
fi
rm -rf gcc-3.4.3
case gcc-3.4.3.tar.bz2 in \
  *.bz2) tar -x --bzip2 -f gcc-3.4.3.tar.bz2;; \
  *.gz)  tar -x --gzip  -f gcc-3.4.3.tar.bz2;; \
  *)     false; \
esac
mv gcc-3.4.3 /root/gcc-powerpc-linux-3.4.3/src
echo "gcc-3.4.3.tar.bz2 unpacked." > stamps/01-unpack-stamp-gcc-3.4.3.tar.bz2
echo -e "\nBuilt from Debian source package gcc-powerpc-linux-3.4.3-1" \
  > pxxx
echo -e "Integrated upstream packages in this version:\n" >> pxxx
for i in gcc-3.4.3.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='3.4.3-1'; export DEB_VERSION; \
debian/patches/cvs-updates.dpatch -patch -d /root/gcc-powerpc-linux-3.4.3/src
patching file gcc/ChangeLog
patching file gcc/Makefile.in
patching file gcc/attribs.c
patching file gcc/builtins.c
patching file gcc/c-common.c
patching file gcc/c-decl.c
patching file gcc/c-opts.c
patching file gcc/c-ppoutput.c
patching file gcc/c-semantics.c
patching file gcc/c-typeck.c
patching file gcc/config.gcc
patching file gcc/config.in
patching file gcc/configure
patching file gcc/configure.ac
patching file gcc/cppfiles.c
patching file gcc/cpplib.c
patching file gcc/dojump.c
patching file gcc/emit-rtl.c
patching file gcc/explow.c
patching file gcc/expr.h
patching file gcc/fold-const.c
patching file gcc/function.c
patching file gcc/gcc.c
patching file gcc/libgcc-darwin.ver
patching file gcc/libgcc-std.ver
patching file gcc/libgcc2.c
patching file gcc/libgcc2.h
patching file gcc/loop.c
patching file gcc/reg-stack.c
patching file gcc/reload1.c
patching file gcc/simplify-rtx.c
patching file gcc/toplev.c
patching file gcc/tree-inline.c
patching file gcc/unwind-dw2.c
patching file gcc/version.c
patching file gcc/config/t-libunwind-elf
patching file gcc/config/t-slibgcc-darwin
patching file gcc/config/t-slibgcc-elf-ver
patching file gcc/config/t-slibgcc-sld
patching file gcc/config/alpha/alpha.c
patching file gcc/config/alpha/alpha.md
patching file gcc/config/alpha/t-osf4
patching file gcc/config/arc/lib1funcs.asm
patching file gcc/config/arm/t-netbsd
patching file gcc/config/arm/t-rtems
patching file gcc/config/avr/rtems.h
patching file gcc/config/avr/t-rtems
patching file gcc/config/c4x/t-rtems
patching file gcc/config/i386/freebsd.h
patching file gcc/config/i386/i386-modes.def
patching file gcc/config/i386/i386-protos.h
patching file gcc/config/i386/i386.c
patching file gcc/config/i386/i386.h
patching file gcc/config/i386/i386.md
patching file gcc/config/ia64/ia64.c
patching file gcc/config/ia64/unwind-ia64.h
patching file gcc/config/mips/t-iris5-6
patching file gcc/config/mips/t-iris6
patching file gcc/config/mmix/mmix.c
patching file gcc/config/mmix/mmix.h
patching file gcc/config/pa/t-hpux-shlib
patching file gcc/config/rs6000/linux.h
patching file gcc/config/rs6000/linux64.h
patching file gcc/config/rs6000/rs6000-c.c
patching file gcc/config/rs6000/rs6000.c
patching file gcc/config/rs6000/rs6000.md
patching file gcc/config/rs6000/sysv4.h
patching file gcc/config/rs6000/t-rtems
patching file gcc/config/sh/t-linux
patching file gcc/config/sparc/sparc.c
patching file gcc/cp/ChangeLog
patching file gcc/cp/call.c
patching file gcc/cp/decl.c
patching file gcc/cp/init.c
patching file gcc/cp/method.c
patching file gcc/cp/name-lookup.c
patching file gcc/cp/parser.c
patching file gcc/cp/pt.c
patching file gcc/cp/semantics.c
patching file gcc/doc/invoke.texi
patching file gcc/doc/md.texi
patching file gcc/doc/include/gcc-common.texi
patching file gcc/fixinc/fixincl.x
patching file gcc/fixinc/inclhack.def
patching file gcc/fixinc/tests/base/pthread.h
patching file gcc/java/ChangeLog
patching file gcc/java/check-init.c
patching file gcc/java/java-tree.h
patching file gcc/java/jcf-io.c
patching file gcc/java/parse.y
patching file gcc/objc/objc-act.c
patching file gcc/po/ChangeLog
patching file gcc/po/be.po
patching file gcc/po/ca.po
patching file gcc/po/da.po
patching file gcc/po/de.po
patching file gcc/po/el.po
patching file gcc/po/es.po
patching file gcc/po/fr.po
patching file gcc/po/ja.po
patching file gcc/po/nl.po
patching file gcc/po/sv.po
patching file gcc/po/tr.po
patching file gcc/testsuite/ChangeLog
patching file gcc/testsuite/g++.dg/init/array15.C
patching file gcc/testsuite/g++.dg/init/array16.C
patching file gcc/testsuite/g++.dg/lookup/name-clash4.C
patching file gcc/testsuite/g++.dg/opt/inline9.C
patching file gcc/testsuite/g++.dg/other/complex1.C
patching file gcc/testsuite/g++.dg/other/synth1.C
patching file gcc/testsuite/g++.dg/other/unreachable1.C
patching file gcc/testsuite/g++.dg/overload/arg1.C
patching file gcc/testsuite/g++.dg/overload/arg2.C
patching file gcc/testsuite/g++.dg/overload/arg3.C
patching file gcc/testsuite/g++.dg/overload/arg4.C
patching file gcc/testsuite/g++.dg/parse/cond1.C
patching file gcc/testsuite/g++.dg/parse/enum2.C
patching file gcc/testsuite/g++.dg/parse/struct-1.C
patching file gcc/testsuite/g++.dg/parse/struct-2.C
patching file gcc/testsuite/g++.dg/parse/struct-3.C
patching file gcc/testsuite/g++.dg/template/call3.C
patching file gcc/testsuite/g++.dg/template/error15.C
patching file gcc/testsuite/g++.dg/template/instantiate3.C
patching file gcc/testsuite/g++.dg/template/ptrmem11.C
patching file gcc/testsuite/gcc.c-torture/execute/20041112-1.c
patching file gcc/testsuite/gcc.c-torture/execute/20041126-1.c
patching file gcc/testsuite/gcc.c-torture/execute/20041218-1.c
patching file gcc/testsuite/gcc.c-torture/execute/ieee/20041213-1.c
patching file gcc/testsuite/gcc.dg/attr-mode-2.c
patching file gcc/testsuite/gcc.dg/bitfld-13.c
patching file gcc/testsuite/gcc.dg/ftrapv-2.c
patching file gcc/testsuite/gcc.dg/func-outside-1.c
patching file gcc/testsuite/gcc.dg/func-outside-2.c
patching file gcc/testsuite/gcc.dg/i386-sse-10.c
patching file gcc/testsuite/gcc.dg/loop-6.c
patching file gcc/testsuite/gcc.dg/ppc-eabi.c
patching file gcc/testsuite/gcc.dg/pr18614-1.c
patching file gcc/testsuite/gcc.dg/setjmp-2.c
patching file gcc/testsuite/gcc.dg/switch-4.c
patching file gcc/testsuite/gcc.dg/union-2.c
patching file gcc/testsuite/gcc.dg/cpp/empty-include.c
patching file gcc/testsuite/gcc.dg/cpp/pragma-once-1.c
patching file gcc/testsuite/gcc.dg/cpp/pragma-once-1b.h
patching file gcc/testsuite/gcc.dg/cpp/pragma-once-1c.h
patching file gcc/testsuite/gcc.dg/cpp/pragma-once-1d.h
patching file gcc/testsuite/gcc.dg/cpp/inc/pragma-once-1a.h
patching file libjava/ChangeLog
patching file libjava/testsuite/libjava.compile/PR14853.java
patching file libjava/testsuite/libjava.compile/PR14853.xfail
patching file libstdc++-v3/ChangeLog
patching file libstdc++-v3/config/io/basic_file_stdio.cc
patching file libstdc++-v3/config/io/c_io_stdio.h
patching file 
libstdc++-v3/config/locale/ieee_1003.1-2001/codecvt_specializations.h
patching file libstdc++-v3/docs/html/documentation.html
patching file libstdc++-v3/docs/html/19_diagnostics/howto.html
patching file libstdc++-v3/docs/html/ext/howto.html
patching file libstdc++-v3/include/bits/c++config
patching file libstdc++-v3/include/bits/fstream.tcc
patching file libstdc++-v3/include/bits/ios_base.h
patching file libstdc++-v3/include/bits/locale_facets.tcc
patching file libstdc++-v3/libsupc++/eh_globals.cc
patching file libstdc++-v3/src/debug.cc
patching file libstdc++-v3/src/ios.cc
patching file libstdc++-v3/testsuite/testsuite_hooks.h
patching file libstdc++-v3/testsuite/testsuite_performance.h
patching file libstdc++-v3/testsuite/27_io/ios_base/cons/assign_neg.cc
patching file libstdc++-v3/testsuite/27_io/ios_base/cons/copy_neg.cc
patching file 
libstdc++-v3/testsuite/27_io/ios_base/types/fmtflags/bitmask_operators.cc
patching file libstdc++-v3/testsuite/27_io/ios_base/types/fmtflags/case_label.cc
patching file 
libstdc++-v3/testsuite/27_io/ios_base/types/iostate/bitmask_operators.cc
patching file libstdc++-v3/testsuite/27_io/ios_base/types/iostate/case_label.cc
patching file 
libstdc++-v3/testsuite/27_io/ios_base/types/openmode/bitmask_operators.cc
patching file libstdc++-v3/testsuite/27_io/ios_base/types/openmode/case_label.cc
patching file libstdc++-v3/testsuite/27_io/ios_base/types/seekdir/case_label.cc
patching file libstdc++-v3/testsuite/thread/18185.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='3.4.3-1'; export DEB_VERSION; \
debian/patches/gcc-version.dpatch -patch -d /root/gcc-powerpc-linux-3.4.3/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='3.4.3-1'; export DEB_VERSION; \
debian/patches/gcc-textdomain.dpatch -patch -d /root/gcc-powerpc-linux-3.4.3/src
patching file gcc/Makefile.in
Hunk #1 succeeded at 2329 (offset 18 lines).
Hunk #2 succeeded at 3840 (offset -8 lines).
patching file gcc/intl.c
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='3.4.3-1'; export DEB_VERSION; \
debian/patches/rename-info-files.dpatch -patch -d 
/root/gcc-powerpc-linux-3.4.3/src
patching file gcc/Makefile.in
Hunk #1 succeeded at 2636 (offset 21 lines).
Hunk #2 succeeded at 2682 (offset 21 lines).
Hunk #3 succeeded at 2992 (offset 22 lines).
Hunk #4 succeeded at 3167 (offset 25 lines).
patching file gcc/doc/cpp.texi
patching file gcc/doc/cppinternals.texi
patching file gcc/doc/extend.texi
Hunk #1 succeeded at 8461 (offset 790 lines).
patching file gcc/doc/gcc.texi
Hunk #1 succeeded at 64 (offset -15 lines).
Hunk #2 succeeded at 128 (offset -3 lines).
patching file gcc/doc/gccint.texi
Hunk #1 succeeded at 48 (offset -17 lines).
Hunk #2 succeeded at 83 (offset -31 lines).
patching file gcc/doc/invoke.texi
Hunk #1 succeeded at 768 (offset 5 lines).
Hunk #2 succeeded at 5052 (offset 7 lines).
Hunk #3 succeeded at 5060 (offset 7 lines).
Hunk #4 succeeded at 11285 (offset 74 lines).
Hunk #5 succeeded at 11444 (offset 81 lines).
patching file gcc/doc/libgcc.texi
patching file gcc/doc/makefile.texi
patching file gcc/doc/passes.texi
patching file gcc/doc/standards.texi
patching file gcc/doc/trouble.texi
patching file gcc/f/Make-lang.in
Hunk #1 succeeded at 151 (offset -2 lines).
Hunk #2 succeeded at 165 (offset -2 lines).
Hunk #3 succeeded at 263 (offset -2 lines).
Hunk #4 succeeded at 279 (offset -2 lines).
patching file gcc/java/Make-lang.in
Hunk #1 succeeded at 159 (offset 1 line).
Hunk #2 succeeded at 236 (offset 1 line).
patching file gcc/java/gcj.texi
patching file gcc/treelang/Make-lang.in
patching file gcc/treelang/treelang.texi
patching file gcc/f/g77.texi
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='3.4.3-1'; export DEB_VERSION; \
debian/patches/libstdc++-pic.dpatch -patch -d /root/gcc-powerpc-linux-3.4.3/src
patching file libstdc++-v3/src/Makefile.am
Hunk #1 succeeded at 210 with fuzz 2 (offset -14 lines).
patching file libstdc++-v3/src/Makefile.in
Hunk #1 succeeded at 592 (offset 7 lines).
Hunk #2 succeeded at 625 (offset 7 lines).
Hunk #3 succeeded at 710 (offset 2 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='3.4.3-1'; export DEB_VERSION; \
debian/patches/libstdc++-doclink.dpatch -patch -d 
/root/gcc-powerpc-linux-3.4.3/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='3.4.3-1'; export DEB_VERSION; \
debian/patches/amd64-specs.dpatch -patch -d /root/gcc-powerpc-linux-3.4.3/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='3.4.3-1'; export DEB_VERSION; \
debian/patches/gccbug.dpatch -patch -d /root/gcc-powerpc-linux-3.4.3/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='3.4.3-1'; export DEB_VERSION; \
debian/patches/gccbug-posix.dpatch -patch -d /root/gcc-powerpc-linux-3.4.3/src
patching file gcc/gccbug.in
echo "gccbug-posix patches applied." > stamps/02-patch-stamp-gccbug-posix
if [ -x debian/patches/hppa-toplevel.dpatch ]; then true; else chmod +x 
debian/patches/hppa-toplevel.dpatch; fi
if [ -f stamps/02-patch-stamp-hppa-toplevel ]; then \
  echo "hppa-toplevel patches already applied."; exit 1; \
fi
DEB_VERSION='3.4.3-1'; export DEB_VERSION; \
debian/patches/hppa-toplevel.dpatch -patch -d /root/gcc-powerpc-linux-3.4.3/src
patching file configure.in
patching file configure
echo "hppa-toplevel patches applied." > stamps/02-patch-stamp-hppa-toplevel
if [ -x debian/patches/hppa-libffi.dpatch ]; then true; else chmod +x 
debian/patches/hppa-libffi.dpatch; fi
if [ -f stamps/02-patch-stamp-hppa-libffi ]; then \
  echo "hppa-libffi patches already applied."; exit 1; \
fi
DEB_VERSION='3.4.3-1'; export DEB_VERSION; \
debian/patches/hppa-libffi.dpatch -patch -d /root/gcc-powerpc-linux-3.4.3/src
patching file libffi/Makefile.am
patching file libffi/Makefile.in
patching file libffi/configure.in
Hunk #1 succeeded at 87 (offset 2 lines).
Hunk #2 succeeded at 112 (offset 2 lines).
patching file libffi/src/pa/ffi.c
patching file libffi/src/pa/ffitarget.h
patching file libffi/src/pa/linux.S
patching file libffi/src/prep_cif.c
*******************************************************
configure.in:93: error: possibly undefined macro: AM_RUNTESTFLAGS
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
make: *** [stamps/02-patch-stamp-hppa-libffi] Error 1
******************************************************

Created in binutils-powerpc-linux-2.15, gcc-powerpc-linux-3.4.3


The directories are created, but no DEB file is. I am building this
on a bare-bones sarge with basically nothing but essential and
build-essential (+ autoconf, automake1.7) installed. Thus, this may
well be related to a dependency problem. After installing all
recommendations (those that did not pull in X or LaTeX, I am on
a slow link right now), the problem went away.

I don't think that a recommendation is right. Or an appropriate
warning should be told.

Thanks,

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-3-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages toolchain-source depends on:
ii  autoconf                      2.59a-3    automatic configure script builder
ii  automake1.7                   1.7.9-7    A tool for generating GNU Standard
ii  devscripts                    2.8.14     Scripts to make the life of a Debi
ii  dpkg-awk                      1.0.1      Gawk script to parse /var/lib/dpkg
ii  dpkg-cross                    1.24       tools for cross compiling Debian p
ii  m4                            1.4.2-1    a macro processing language
ii  wget                          1.9.1-12   retrieves files from the web

-- no debconf information


-- 
Please do not send copies of list mail to me; I read the list!
 
 .''`.     martin f. krafft <[EMAIL PROTECTED]>
: :'  :    proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system

Attachment: signature.asc
Description: Digital signature (GPG/PGP)

Reply via email to