Hi, I downloaded the sources of kde 3.0.3 from:
deb http://people.debian.org/~schoepf/kde3/woody ./ My box is running testing, but for safeties sake, I built a chroot partition running woody to build the kde 3.0.3 sources. Everything went fine with the exception of the build/install of kdeadmin. In kdeadmin, there is an application for lilo which is not needed for ppc box. In the control file: Package: kcmlilo Section: admin Architecture: i386 Depends: ${shlibs:Depends} Suggests: lilo Replaces: lilo-config Conflicts: lilo-config Description: KDE Frontend for lilo configuration kcmlilo is a KDE based frontend to the lilo boot manager configuration. It runs out of the KDE Control Center. However, when I run dpkg-buildpackage in the kdeadmin directory I get the following error: <snip> /bin/sh ../libtool --mode=install /usr/bin/install -c -p secpolicy /home/jas/kde/kdeadmin/kdeadmin-3.0.3/debian/tmp/usr/bin/secpolicy /usr/bin/install -c -p secpolicy /home/jas/kde/kdeadmin/kdeadmin-3.0.3/debian/tmp/usr/bin/secpolicy make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/jas/kde/kdeadmin/kdeadmin-3.0.3/obj-powerpc-linux/secpolicy' make[2]: Leaving directory `/home/jas/kde/kdeadmin/kdeadmin-3.0.3/obj-powerpc-linux/secpolicy' make[2]: Entering directory `/home/jas/kde/kdeadmin/kdeadmin-3.0.3/obj-powerpc-linux' make[3]: Entering directory `/home/jas/kde/kdeadmin/kdeadmin-3.0.3/obj-powerpc-linux' make[3]: Nothing to be done for `install-exec-am'. *************** Important ************************* add /usr/bin to your PATH Please report bugs with our web form at http://bugs.kde.org. Stephan Kulow <[EMAIL PROTECTED]> and all the KDE developers wish you fun with the KDE. **************************************************** make[3]: Leaving directory `/home/jas/kde/kdeadmin/kdeadmin-3.0.3/obj-powerpc-linux' make[2]: Leaving directory `/home/jas/kde/kdeadmin/kdeadmin-3.0.3/obj-powerpc-linux' make[1]: Leaving directory `/home/jas/kde/kdeadmin/kdeadmin-3.0.3/obj-powerpc-linux' dh_install cp: cannot stat `debian/tmp/usr/lib/kde3/kcm_lilo.la': No such file or directorydh_install: command returned error code make: *** [install] Error 1 There is no file kcm_lilo.la which shouldn't be because we are only supposed to build kcmlilo on i386. Is there anyway to fix the above error. This is the first time I have built packages from source, so not that familiar with how to correct above errors. Thanks, John Schmidt