Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#1507 - qmail-installer broken !!!
Attached to Project:
Arch Linux
Opened by Grigorescu Ionut (onami) - Thursday, 23 September 2004, 16:20 GMT
Last edited by Dale Blount (dale) - Friday, 24 September 2004, 13:35 GMT
Opened by Grigorescu Ionut (onami) - Thursday, 23 September 2004, 16:20 GMT
Last edited by Dale Blount (dale) - Friday, 24 September 2004, 13:35 GMT
|
DetailsAfter installing the qmail-installer package, and running the script that should download and compile qmail, the compilation stops with this message:
./compile: line 3: exec: qmail-local.c: not found make: *** [qmail-local.o] Error 127 ==> ERROR: Build Failed. Aborting... ==> Fail: Package creation. please contact the package maintainer. |
This task depends upon
head_tail_092004.patch
Upload the patch to
..abs/local/qmail/src
and change
..abs/local/qmail/PKGBUILD patch file section from
patch -p1 << ../ext_todo-20030105.diff
--to-->
patch -p1 << ../ext_todo-20030105.patch
patch -p1 << ../head_tail_patch.patch
If you have fun qmail before, do the following after the above fix
cd ..abs/local/qmail/
rm -rf src/qmail-{ver#}
makepkg
Try this, it works on my machine.
I diff'ed in haste, and hadn't installed the first patch....so
change
patch -p1 << ../ext_todo-20030105.patch
patch -p1 << ../head_tail_patch.patch
--to-->
patch -p1 << ../ext_todo-20030105.patch
patch -p1 << ../head_tail_patch.patch
patch -p1 << ../ext_todo-20030105.patch
to Add the old patch, have it removed by mine, and then readded. I will have to make a new Diff file if noone else has the time for it.