pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/30999: mail/procmail hung for years



The following reply was made to PR pkg/30999; it has been noted by GNATS.

From: "Jeremy C. Reed" <reed%reedmedia.net@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: Huajian.luo%Sun.COM@localhost
Subject: Re: pkg/30999: mail/procmail hung for years
Date: Tue, 16 Aug 2005 08:55:24 -0700 (PDT)

 On Tue, 16 Aug 2005 Huajian.luo%Sun.COM@localhost wrote:
 
 > Benchmarking your system's strstr() implementation
 > ----hung at here.....
 
 I see that FreeBSD ports had same issue reported:
   http://www.FreeBSD.org/cgi/query-pr.cgi?pr=74276
 
 "Submitter says it was due to the use of -O3 in CFLAGS."
 
 And the Gentoo ebuild says:
 # -finline-functions (implied by -O3) leaves strstr() in an infinite loop.
 # To work around this, we append -fno-inline-functions to CFLAGS
          append-flags -fno-inline-functions
 
 
 Maybe try in the pkgsrc/mail/procmail/Makefile:
 
 CFLAGS+=       -finline-functions
 
   Jeremy C. Reed
 
                         BSD News, BSD tutorials, BSD links
                         http://www.bsdnewsletter.com/
 



Home | Main Index | Thread Index | Old Index