Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: maildrop - Mail delivery agent with filtering abilities https://bugzilla.redhat.com/show_bug.cgi?id=241596 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|[EMAIL PROTECTED] |[EMAIL PROTECTED] Flag| |fedora-review? ------- Additional Comments From [EMAIL PROTECTED] 2007-09-01 00:48 EST ------- After checking maildrop/buffer.C (where compilation failed) and configure, it turned out that this was due to "BuildRequies: gawk" :( I think the compilation log should be more verbose, not just showing the message "Compiling maildirmake.c" or so so that we can check if compilation flags are honored correctly. The following should work (see http://koji.fedoraproject.org/koji/taskinfo?taskID=144270 ) ------------------------------------------------- for f in `find . -name Makefile.in` ; do sed -i.silent -e 's|@echo |echo |' -e 's|@rm |rm |' $f done ------------------------------------------------- I will check later if there are any issues else to be fixed later -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list [email protected] http://www.redhat.com/mailman/listinfo/fedora-package-review
