[Bug 241596] Review Request: maildrop - Mail delivery agent with filtering abilities

bugzilla at redhat.com bugzilla at redhat.com
Sat Sep 1 04:48:49 UTC 2007


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


mtasaka at ioa.s.u-tokyo.ac.jp changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|nobody at fedoraproject.org    |mtasaka at ioa.s.u-tokyo.ac.jp
               Flag|                            |fedora-review?




------- Additional Comments From mtasaka at ioa.s.u-tokyo.ac.jp  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.




More information about the Fedora-package-review mailing list