Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 297083

Summary: mail-filter/maildrop-2.2.0: maildropfilter functions output
Product: Gentoo Linux Reporter: Scott <scott>
Component: Current packagesAssignee: Net-Mail Packages <net-mail+disabled>
Status: RESOLVED NEEDINFO    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
URL: http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg720916.html
Whiteboard:
Package list:
Runtime testing required: ---

Description Scott 2009-12-15 19:25:56 UTC
the tolower function call, and possibly others, return an empty value when compiled with the -O2 option. My problem was fixed by following the advise found at the URL provided.

Reproducible: Always

Steps to Reproduce:
1. emerge mail-filter/maildrop (with -O2 on amd64)
Comment 1 Adriano Meirelles 2010-06-03 15:53:30 UTC
I can reproduce in my up-to-date gentoo hardened server (amd64).

Fixes with:
CFLAGS="-O1" CXXFLAGS="-O1" emerge -1 maildrop
Comment 2 Eray Aslan gentoo-dev 2011-05-07 05:15:48 UTC
Please reopen if this is still a problem with newer versions.  Thanks.