I added deb-src http://people.debian.org/~schoepf/kde3/woody/ ./ to my sources and then did a apt-get source arts and then: cd arts-1.0.3/ mac:~/arts-1.0.3# dpkg-buildpackage dpkg-buildpackage: source package is arts dpkg-buildpackage: source version is 1.0.2-1 dpkg-buildpackage: source maintainer is Christopher L Cheney <[EMAIL PROTECTED]> dpkg-buildpackage: host architecture is powerpc debian/rules clean perl -w admin/debianrules echodirs > debian/debiandirs dh_testdir dh_testroot rm -f build-stamp configure-stamp debian/debiandirs # Remove Debian specific patches if test -d /root/arts-1.0.3/debian/patches ;\ then \ patches=$(find /root/arts-1.0.3/debian/patches -name *.diff);\ fi ;\ if test -f patch-stamp; then \ for patch in $patches ;\ do \ echo REMOVING PATCH\: ${patch##*/};\ patch -p1 -R < $patch ;\ done ;\ rm -f patch-stamp ;\ fi # Remove build tree rm -rf /root/arts-1.0.3/obj-powerpc-linux # if Makefile exists run distclean if test -f Makefile; then \ /usr/bin/make distclean; \ fi if test -d CVS; then \ /usr/bin/make -f admin/Makefile.common cvs-clean ;\ fi make[1]: Entering directory `/root/arts-1.0.3' F Makefile.in F acinclude.m4 F aclocal.m4 F config.h.in F configure F configure.files F configure.in F stamp-h.in F subdirs F artsc/Makefile.in F doc/Makefile.in F examples/Makefile.in F flow/Makefile.in F flow/gsl/Makefile.in F flow/mcopclass/Makefile.in F gmcop/Makefile.in F libltdl/Makefile.in F libltdl/acinclude.m4 F libltdl/aclocal.m4 F libltdl/config.h.in F libltdl/configure F libltdl/stamp-h.in F mcop/Makefile.in F mcop_mt/Makefile.in F mcopidl/Makefile.in F qtmcop/Makefile.in F soundserver/Makefile.in F tests/Makefile.in F x11/Makefile.in make[1]: Leaving directory `/root/arts-1.0.3' dh_clean dpkg-source -b arts-1.0.3 dpkg-source: warning: source directory `./arts-1.0.3' is not <sourcepackage>-<upstreamversion> `arts-1.0.2' dpkg-source: building arts in arts_1.0.2-1.tar.gz dpkg-source: building arts in arts_1.0.2-1.dsc debian/rules build perl -w admin/debianrules echodirs > debian/debiandirs dh_testdir # Apply Debian specific patches if test -d /root/arts-1.0.3/debian/patches ;\ then \ patches=$(find /root/arts-1.0.3/debian/patches -name *.diff);\ fi ;\ if test ! -f patch-stamp; then \ for patch in $patches ;\ do \ echo APPLYING PATCH\: ${patch##*/};\ patch -p1 < $patch ;\ done ;\ touch patch-stamp ;\ fi # KDE CVS does not have aclocal.m4 or configure if test ! -f configure; then \ /usr/bin/make -f admin/Makefile.common ;\ fi make[1]: Entering directory `/root/arts-1.0.3' *** Creating acinclude.m4 make[2]: Entering directory `/root/arts-1.0.3' make[2]: Leaving directory `/root/arts-1.0.3' !!! If you get recursion errors from autoconf, it is advisable to set the environment variable M4 to something including "--nesting-limit=500" *** Creating list of subdirectories make[2]: Entering directory `/root/arts-1.0.3' make[3]: Entering directory `/root/arts-1.0.3' make[3]: Leaving directory `/root/arts-1.0.3' make[2]: Leaving directory `/root/arts-1.0.3' *** Creating configure.in make[2]: Entering directory `/root/arts-1.0.3' make[3]: Entering directory `/root/arts-1.0.3' make[3]: Leaving directory `/root/arts-1.0.3' make[2]: Leaving directory `/root/arts-1.0.3' *** Creating aclocal.m4 *** Creating configure configure.in:29: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst configure.in:98: warning: AC_ARG_PROGRAM invoked multiple times configure.in:781: error: m4_popdef: undefined macro: AC_Dest autoconf/status.m4:844: AC_CONFIG_FILES is expanded from... configure.in:781: the top level autom4te: /usr/bin/m4 failed with exit status: 1 make[1]: *** [cvs] Error 1 make[1]: Leaving directory `/root/arts-1.0.3' make: *** [configure-stamp] Error 2
Can anyone help? Gustavo