Qmail: www.debianhowto.de: Fehlermeldung
Qmail: www.debianhowto.de: Fehlermeldung
Hi,
versuche gerade qmail mit der How-To von http://www.debianhowto.de zu installieren.
Bekomme beim patchen folgende Fehlermeldung:
I8200:/tmp/qmail# tar xzf qmail-smtpd-auth-0.31.tar.gz
I8200:/tmp/qmail# cd qmail-smtpd-auth-0.31/
I8200:/tmp/qmail/qmail-smtpd-auth-0.31# cp README.auth base64.c base64.h ../qmail-1.03
I8200:/tmp/qmail/qmail-smtpd-auth-0.31# patch -d ../qmail-1.03 < auth.patch
patching file Makefile
Hunk #2 FAILED at 1540.
1 out of 3 hunks FAILED -- saving rejects to file Makefile.rej
patching file TARGETS
Hunk #1 succeeded at 250 with fuzz 1.
patching file qmail-smtpd.8
patching file qmail-smtpd.c
Hunk #1 FAILED at 23.
Hunk #2 succeeded at 67 (offset 5 lines).
Hunk #3 succeeded at 279 (offset 38 lines).
Hunk #4 succeeded at 454 (offset 40 lines).
Hunk #5 succeeded at 684 (offset 40 lines).
1 out of 5 hunks FAILED -- saving rejects to file qmail-smtpd.c.rej
I8200:/tmp/qmail/qmail-smtpd-auth-0.31#
Erklärungen / Lösungen ???
Gruß
Horst
versuche gerade qmail mit der How-To von http://www.debianhowto.de zu installieren.
Bekomme beim patchen folgende Fehlermeldung:
I8200:/tmp/qmail# tar xzf qmail-smtpd-auth-0.31.tar.gz
I8200:/tmp/qmail# cd qmail-smtpd-auth-0.31/
I8200:/tmp/qmail/qmail-smtpd-auth-0.31# cp README.auth base64.c base64.h ../qmail-1.03
I8200:/tmp/qmail/qmail-smtpd-auth-0.31# patch -d ../qmail-1.03 < auth.patch
patching file Makefile
Hunk #2 FAILED at 1540.
1 out of 3 hunks FAILED -- saving rejects to file Makefile.rej
patching file TARGETS
Hunk #1 succeeded at 250 with fuzz 1.
patching file qmail-smtpd.8
patching file qmail-smtpd.c
Hunk #1 FAILED at 23.
Hunk #2 succeeded at 67 (offset 5 lines).
Hunk #3 succeeded at 279 (offset 38 lines).
Hunk #4 succeeded at 454 (offset 40 lines).
Hunk #5 succeeded at 684 (offset 40 lines).
1 out of 5 hunks FAILED -- saving rejects to file qmail-smtpd.c.rej
I8200:/tmp/qmail/qmail-smtpd-auth-0.31#
Erklärungen / Lösungen ???
Gruß
Horst
SID on IBM T42p kernel 2.6.14.5 ati-8.20.8
- blackm
- Moderator und Co-Admin
- Beiträge: 5921
- Registriert: 02.06.2002 15:03:17
- Lizenz eigener Beiträge: MIT Lizenz
Re: Qmail: www.debianhowto.de: Fehlermeldung
Sicher das du die richtige Version patchen willst?HorstV hat geschrieben:Erklärungen / Lösungen ???
Schöne Grüße
Martin
Neu im Forum? --> https://wiki.debianforum.de/debianforum ... tensregeln
Log- und Konfigurationsdatein? --> pastebin.php
Forum unterstützen? --> https://wiki.debianforum.de/debianforum.de/Spenden
Martin
Neu im Forum? --> https://wiki.debianforum.de/debianforum ... tensregeln
Log- und Konfigurationsdatein? --> pastebin.php
Forum unterstützen? --> https://wiki.debianforum.de/debianforum.de/Spenden
Glaube schon.
Hab mir mit apt-get die sourcen von qmail gezogen und die sind immernoch afaik die von 1.03 ohne smtp-auth.Genauer 1.03-28.
Es sei denn ich hätte da was verpaßt. (der entpackt sich ja auch automatisch nach 1.03!)
Würde aber auch mal auf einen Versionskonflikt tippen.
Gruß Horst
Hab mir mit apt-get die sourcen von qmail gezogen und die sind immernoch afaik die von 1.03 ohne smtp-auth.Genauer 1.03-28.
Es sei denn ich hätte da was verpaßt. (der entpackt sich ja auch automatisch nach 1.03!)
Würde aber auch mal auf einen Versionskonflikt tippen.
Gruß Horst
SID on IBM T42p kernel 2.6.14.5 ati-8.20.8
Debug-Hilfe
Vielleicht kann einer mit der debug-Ausgabe von patch was anfangen, ich kann es leider nicht wirklich und bin langsam am verzweifeln.
I8200:/tmp/qmail/qmail-smtpd-auth-0.31# patch --verbose -d ../qmail-1.03 < auth.patch
Hmm... Looks like a new-style context diff to me...
The text leading up to this was:
--------------------------
|*** Makefile.orig Mon Jun 15 05:53:16 1998
|--- Makefile Fri May 10 00:31:38 2002
--------------------------
Patching file Makefile using Plan A...
Hunk #1 succeeded at 136.
Hunk #2 FAILED at 1540.
Hunk #3 succeeded at 1557.
1 out of 3 hunks FAILED -- saving rejects to file Makefile.rej
Hmm... The next patch looks like a new-style context diff to me...
The text leading up to this was:
--------------------------
|
|
|*** TARGETS.orig Mon Jun 15 05:53:16 1998
|--- TARGETS Fri May 10 00:31:38 2002
--------------------------
Patching file TARGETS using Plan A...
Hunk #1 succeeded at 250 with fuzz 1.
Hmm... The next patch looks like a new-style context diff to me...
The text leading up to this was:
--------------------------
|
|
|*** qmail-smtpd.8.orig Mon Jun 15 05:53:16 1998
|--- qmail-smtpd.8 Fri May 10 00:31:38 2002
--------------------------
Patching file qmail-smtpd.8 using Plan A...
Hunk #1 succeeded at 3.
Hunk #2 succeeded at 28.
Hunk #3 succeeded at 204.
Hmm... The next patch looks like a new-style context diff to me...
The text leading up to this was:
--------------------------
|
|
|*** qmail-smtpd.c.orig Mon Jun 15 05:53:16 1998
|--- qmail-smtpd.c Fri May 10 00:33:35 2002
--------------------------
Patching file qmail-smtpd.c using Plan A...
Hunk #1 FAILED at 23.
Hunk #2 succeeded at 67 (offset 5 lines).
Hunk #3 succeeded at 279 (offset 38 lines).
Hunk #4 succeeded at 454 (offset 40 lines).
Hunk #5 succeeded at 684 (offset 40 lines).
1 out of 5 hunks FAILED -- saving rejects to file qmail-smtpd.c.rej
done
I8200:/tmp/qmail/qmail-smtpd-auth-0.31# patch --verbose -d ../qmail-1.03 < auth.patch
Hmm... Looks like a new-style context diff to me...
The text leading up to this was:
--------------------------
|*** Makefile.orig Mon Jun 15 05:53:16 1998
|--- Makefile Fri May 10 00:31:38 2002
--------------------------
Patching file Makefile using Plan A...
Hunk #1 succeeded at 136.
Hunk #2 FAILED at 1540.
Hunk #3 succeeded at 1557.
1 out of 3 hunks FAILED -- saving rejects to file Makefile.rej
Hmm... The next patch looks like a new-style context diff to me...
The text leading up to this was:
--------------------------
|
|
|*** TARGETS.orig Mon Jun 15 05:53:16 1998
|--- TARGETS Fri May 10 00:31:38 2002
--------------------------
Patching file TARGETS using Plan A...
Hunk #1 succeeded at 250 with fuzz 1.
Hmm... The next patch looks like a new-style context diff to me...
The text leading up to this was:
--------------------------
|
|
|*** qmail-smtpd.8.orig Mon Jun 15 05:53:16 1998
|--- qmail-smtpd.8 Fri May 10 00:31:38 2002
--------------------------
Patching file qmail-smtpd.8 using Plan A...
Hunk #1 succeeded at 3.
Hunk #2 succeeded at 28.
Hunk #3 succeeded at 204.
Hmm... The next patch looks like a new-style context diff to me...
The text leading up to this was:
--------------------------
|
|
|*** qmail-smtpd.c.orig Mon Jun 15 05:53:16 1998
|--- qmail-smtpd.c Fri May 10 00:33:35 2002
--------------------------
Patching file qmail-smtpd.c using Plan A...
Hunk #1 FAILED at 23.
Hunk #2 succeeded at 67 (offset 5 lines).
Hunk #3 succeeded at 279 (offset 38 lines).
Hunk #4 succeeded at 454 (offset 40 lines).
Hunk #5 succeeded at 684 (offset 40 lines).
1 out of 5 hunks FAILED -- saving rejects to file qmail-smtpd.c.rej
done
SID on IBM T42p kernel 2.6.14.5 ati-8.20.8
Einen Schritt weiter.
Hi,
habe mittlerweile einen Bugreport gefunden.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=199143
Werde wohl qmail aus stable installieren müssen.
Gruß Horst
habe mittlerweile einen Bugreport gefunden.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=199143
Werde wohl qmail aus stable installieren müssen.
Gruß Horst
SID on IBM T42p kernel 2.6.14.5 ati-8.20.8
Fehlermeldung beim installieren der packages
Hab gestern probiert qmail-1.03-24 mit patch für SMTH-AUTH sowie qmail-1.03-28 ohne zu installieren. Bei beiden erhalte ich folgende Fehlermeldung:
I8200:/home/horst# dpkg -r exim; dpkg -i /tmp/qmail/qmail_1.03-28_i386.deb
dpkg: dependency problems prevent removal of exim:
anacron depends on exim | mail-transport-agent; however:
Package exim is to be removed.
Package mail-transport-agent is not installed.
Package exim which provides mail-transport-agent is to be removed.
mutt depends on exim | mail-transport-agent; however:
Package exim is to be removed.
Package mail-transport-agent is not installed.
Package exim which provides mail-transport-agent is to be removed.
anacron depends on exim | mail-transport-agent; however:
Package exim is to be removed.
Package mail-transport-agent is not installed.
Package exim which provides mail-transport-agent is to be removed.
at depends on mail-transport-agent; however:
Package mail-transport-agent is not installed.
Package exim which provides mail-transport-agent is to be removed.
mailx depends on mail-transport-agent; however:
Package mail-transport-agent is not installed.
Package exim which provides mail-transport-agent is to be removed.
mutt depends on exim | mail-transport-agent; however:
Package exim is to be removed.
Package mail-transport-agent is not installed.
Package exim which provides mail-transport-agent is to be removed.
dpkg: error processing exim (--remove):
dependency problems - not removing
Errors were encountered while processing:
exim
dpkg: considering removing exim in favour of qmail ...
dpkg: yes, will remove exim in favour of qmail.
(Reading database ... 82498 files and directories currently installed.)
Unpacking qmail (from .../qmail/qmail_1.03-28_i386.deb) ...
Stopping MTA: exim.
Unknown 'strict' tag(s) 'barewords' at /var/lib/dpkg/tmp.ci/preinst line 5
BEGIN failed--compilation aborted at /var/lib/dpkg/tmp.ci/preinst line 5.
dpkg: error processing /tmp/qmail/qmail_1.03-28_i386.deb (--install):
subprocess pre-installation script returned error exit status 255
Starting MTA: exim.
Errors were encountered while processing:
/tmp/qmail/qmail_1.03-28_i386.deb
I8200:/home/horst#
Kann irgendwer helfen??? Würde mich sehr darüber freuen.
Gruß Horst
I8200:/home/horst# dpkg -r exim; dpkg -i /tmp/qmail/qmail_1.03-28_i386.deb
dpkg: dependency problems prevent removal of exim:
anacron depends on exim | mail-transport-agent; however:
Package exim is to be removed.
Package mail-transport-agent is not installed.
Package exim which provides mail-transport-agent is to be removed.
mutt depends on exim | mail-transport-agent; however:
Package exim is to be removed.
Package mail-transport-agent is not installed.
Package exim which provides mail-transport-agent is to be removed.
anacron depends on exim | mail-transport-agent; however:
Package exim is to be removed.
Package mail-transport-agent is not installed.
Package exim which provides mail-transport-agent is to be removed.
at depends on mail-transport-agent; however:
Package mail-transport-agent is not installed.
Package exim which provides mail-transport-agent is to be removed.
mailx depends on mail-transport-agent; however:
Package mail-transport-agent is not installed.
Package exim which provides mail-transport-agent is to be removed.
mutt depends on exim | mail-transport-agent; however:
Package exim is to be removed.
Package mail-transport-agent is not installed.
Package exim which provides mail-transport-agent is to be removed.
dpkg: error processing exim (--remove):
dependency problems - not removing
Errors were encountered while processing:
exim
dpkg: considering removing exim in favour of qmail ...
dpkg: yes, will remove exim in favour of qmail.
(Reading database ... 82498 files and directories currently installed.)
Unpacking qmail (from .../qmail/qmail_1.03-28_i386.deb) ...
Stopping MTA: exim.
Unknown 'strict' tag(s) 'barewords' at /var/lib/dpkg/tmp.ci/preinst line 5
BEGIN failed--compilation aborted at /var/lib/dpkg/tmp.ci/preinst line 5.
dpkg: error processing /tmp/qmail/qmail_1.03-28_i386.deb (--install):
subprocess pre-installation script returned error exit status 255
Starting MTA: exim.
Errors were encountered while processing:
/tmp/qmail/qmail_1.03-28_i386.deb
I8200:/home/horst#
Kann irgendwer helfen??? Würde mich sehr darüber freuen.
Gruß Horst
SID on IBM T42p kernel 2.6.14.5 ati-8.20.8
- blackm
- Moderator und Co-Admin
- Beiträge: 5921
- Registriert: 02.06.2002 15:03:17
- Lizenz eigener Beiträge: MIT Lizenz
Schau mal ob es geht, wenn du erst exim deinstallierst (werden wahrscheinlich noch ein paar andere Packet mit deinstalliert) und dan qmail installieren.dpkg: error processing exim (--remove):
dependency problems - not removing
BTW: bei packages.debian.org habe ich garbein Packet gefunden das sich einfach nur qmail nennt. Die Packete die das Wort qmail in ihrem Namen hatten, haben das Packet qmail benoetigt, da stand aber (NOT AVAILABLE) hinter?! Postfix ware eine einfache Loesung fuer das Problem...
by, Martin
Schöne Grüße
Martin
Neu im Forum? --> https://wiki.debianforum.de/debianforum ... tensregeln
Log- und Konfigurationsdatein? --> pastebin.php
Forum unterstützen? --> https://wiki.debianforum.de/debianforum.de/Spenden
Martin
Neu im Forum? --> https://wiki.debianforum.de/debianforum ... tensregeln
Log- und Konfigurationsdatein? --> pastebin.php
Forum unterstützen? --> https://wiki.debianforum.de/debianforum.de/Spenden
- blackm
- Moderator und Co-Admin
- Beiträge: 5921
- Registriert: 02.06.2002 15:03:17
- Lizenz eigener Beiträge: MIT Lizenz
Achso...und mit dem Kompilieen hat es bei dir nicht geklappt...
Schöne Grüße
Martin
Neu im Forum? --> https://wiki.debianforum.de/debianforum ... tensregeln
Log- und Konfigurationsdatein? --> pastebin.php
Forum unterstützen? --> https://wiki.debianforum.de/debianforum.de/Spenden
Martin
Neu im Forum? --> https://wiki.debianforum.de/debianforum ... tensregeln
Log- und Konfigurationsdatein? --> pastebin.php
Forum unterstützen? --> https://wiki.debianforum.de/debianforum.de/Spenden
Also das erste Problem mit dem patchen bezog sich aufs kompilieren. Das 2. mit dem installieren via dpkg hat aber glaube ich nichts mit dem kompilieren zu tun, da das skript vorher ohne Fehlermeldung durchgelaufen ist.
Vielleicht meldet sich ja noch einer der qmail kürzlich unter sid zum laufen gebracht hat.
Gruß Horst
Vielleicht meldet sich ja noch einer der qmail kürzlich unter sid zum laufen gebracht hat.
Gruß Horst
SID on IBM T42p kernel 2.6.14.5 ati-8.20.8