Bug 74276

Summary: ports/mail/procmail build hangs
Product: Ports & Packages Reporter: Conrad J. Sabatier <conrads>
Component: Individual Port(s)Assignee: Andrey A. Chernov <ache>
Status: Closed FIXED    
Severity: Affects Only Me CC: ache
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Conrad J. Sabatier 2004-11-23 02:40:28 UTC
	build of ports/mail/procmail hangs on benchmarking of strstr(),
	_autotst program (under work/procmail-3.22/src) goes into runaway 
	RUN state, consuming 96% CPU

Excerpted build output:

Testing for memmove, strchr, strpbrk, strcspn, strtol, strstr,
        rename, setrgid, setegid, pow, opendir, mkdir, waitpid, fsync,
        ftruncate, strtod, strncasecmp, strerror, strlcat,
        memset, bzero, and _exit
Determining the maximum number of 16 byte arguments execv() takes
Benchmarking your system's strstr() implementation

(build never gets beyond this point)

Fix: 

Fix unknown at this time
How-To-Repeat: 	cd /usr/ports/mail/procmail; make
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-11-23 05:55:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ache

Over to maintainer.
Comment 2 Andrey A. Chernov freebsd_committer freebsd_triage 2004-11-23 17:39:25 UTC
State Changed
From-To: open->feedback

I can't reproduce this on -current from Nov 5. 
More detailed investigation from your side is needed.
Comment 3 Andrey A. Chernov freebsd_committer freebsd_triage 2004-11-23 18:55:05 UTC
State Changed
From-To: feedback->closed

Submitter says it was due to the use of -O3 in CFLAGS.