Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Dec 2006 14:28:46 -0800 (PST)
From:      "Eric P. Scott" <eps+pbug0612@ana.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/106393: devel/m4: m4 1.4.8 configure test for rlim_t broken
Message-ID:  <200612052228.kB5MSk81002277@anna.ana.com>
Resent-Message-ID: <200612052230.kB5MUA4p013497@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612052228.kB5MSk81002277>