Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Nov 2001 14:55:48 -0800 (PST)
From:      Anthony Kim <anthony.kim@vw.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/32201: freetds port fails to build
Message-ID:  <200111222255.fAMMtmS89352@freefall.freebsd.org>

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

>Number:         32201
>Category:       ports
>Synopsis:       freetds port fails to build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 22 15:00:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Anthony Kim
>Release:        5.0-CURRENT
>Organization:
Volkswagen
>Environment:
FreeBSD nabokov.afc.vw.com 5.0-CURRENT FreeBSD 5.0-CURRENT #4: Thu Nov 22 04:09:30 CST 2001     root@nabokov.afc.vw.com:/usr/obj/usr/src/sys/NABOKOV  i386

>Description:
/usr/ports/databases/freetds fails to build due to
#include <malloc.h> in tds.h

>How-To-Repeat:
make install
>Fix:
*** include/tds.h~      Thu Nov 22 16:23:24 2001
--- include/tds.h       Thu Nov 22 16:24:51 2001
***************
*** 53,59 ****
  #include <time.h>
  /* FIX ME -- use autoconf for the existance of malloc.h */
  #ifndef __APPLE__
! #include <malloc.h>
  #endif
  #include <sys/time.h>
  #endif
--- 53,59 ----
  #include <time.h>
  /* FIX ME -- use autoconf for the existance of malloc.h */
  #ifndef __APPLE__
! #include <stdlib.h>
  #endif
  #include <sys/time.h>
  #endif

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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