Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 297083 - mail-filter/maildrop-2.2.0: maildropfilter functions output
Summary: mail-filter/maildrop-2.2.0: maildropfilter functions output
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Net-Mail Packages
URL: http://www.mail-archive.com/debian-bu...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-15 19:25 UTC by Scott
Modified: 2011-05-07 05:15 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.