Hi, seit ich das letzte Update fuer Mozilla-Firefox/Thunderbird von www.backports.org gezogen habe laufen beide Anwendungen hoechst instabil. Insbesondere bei Thunderbird lassen sich einige Funktionen(attach-button, attachments saven, newsgroups mit mehr als 500 postings ansehen) ueberhaupt nicht mehr benutzen.(geht das noch wem so?) Beim Selbstcompilieren der .deb-Pakete bin ich nach der Anleitung auf http://www.linux-magazin.de/Artikel/ausgabe/2002/11/pakete/pakete.html vorgegangen und bin jetzt bei "dpkg-buildpackage -rfakeroot" angelangt, was mit der Fehlermeldung "no targets specified and no makefile found" abbricht. Im rulez-Makefile unter source/firefox-0.9/debian steht in zwei Zeilen "Add here commands to configure the package" Dokumentation dazu hab ich weder bei den Sourcen noch im Internet gefunden. Was muss ich jetzt dort genau eintragen um erfolgreich Compilieren zu koennen.
Danke Jens
jens@hoppelmoppel:~/firefox-source/firefox-0.9$ dpkg-buildpackage -rfakeroot dpkg-buildpackage: source package is firefox dpkg-buildpackage: source version is 0.9-1 dpkg-buildpackage: source maintainer is Jens Herrmann jemihe@gmx.de dpkg-buildpackage: host architecture is i386 fakeroot debian/rules clean dh_testdir dh_testroot rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. /usr/bin/make clean make[1]: Entering directory `/home/jens/firefox-source/firefox-0.9' make[1]: *** No rule to make target `clean'. Stop. make[1]: Leaving directory `/home/jens/firefox-source/firefox-0.9' make: [clean] Error 2 (ignored) dh_clean dpkg-source -b firefox-0.9 dpkg-source: building firefox using existing firefox_0.9.orig.tar.gz dpkg-source: building firefox in firefox_0.9-1.diff.gz dpkg-source: building firefox in firefox_0.9-1.dsc debian/rules build dh_testdir # Add here commands to configure the package. touch configure-stamp dh_testdir # Add here commands to compile the package. /usr/bin/make make[1]: Entering directory `/home/jens/firefox-source/firefox-0.9' make[1]: *** No targets specified and no makefile found. Stop. make[1]: Leaving directory `/home/jens/firefox-source/firefox-0.9' make: *** [build-stamp] Error 2 jens@hoppelmoppel:~/firefox-source/firefox-0.9$