ports/106393: devel/m4: m4 1.4.8 configure test for rlim_t broken

Eric P. Scott eps+pbug0612 at ana.com
Tue Dec 5 22:30:12 UTC 2006


>Number:         106393
>Category:       ports
>Synopsis:       devel/m4: m4 1.4.8 configure test for rlim_t broken
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 05 22:30:10 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Eric P. Scott
>Release:        FreeBSD 4.11-SECURITY i386
>Organization:
ana-systems, Inc.
>Environment:
System: FreeBSD fourever 4.11-SECURITY FreeBSD 4.11-SECURITY #0: Tue Feb 28 16:06:29 GMT 2006 root at builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386
>Description:
Compile produces numerous warnings:

/usr/include/sys/types.h:84: warning: useless keyword or type name in empty declaration
/usr/include/sys/types.h:84: warning: empty declaration
>How-To-Repeat:
make on FreeBSD 4.x
>Fix:
Add as files/patch-ac to add missing #include <sys/time.h>

--- configure.orig	Mon Nov 20 06:25:55 2006
+++ configure
@@ -15426,6 +15426,7 @@
 cat confdefs.h >>conftest.$ac_ext
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
+#include <sys/time.h>
 #include <sys/resource.h>
 
 
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list