ports/111701: Compilation of clamav-0.90.2 fails on FreeBSD 6.1 (undefined reference to gethostbyname_r)

Max Arnold amv_cbx at mail.ru
Mon Apr 16 07:40:13 UTC 2007


>Number:         111701
>Category:       ports
>Synopsis:       Compilation of clamav-0.90.2 fails on FreeBSD 6.1 (undefined reference to gethostbyname_r)
>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:   Mon Apr 16 07:40:12 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Max Arnold
>Release:        6.1
>Organization:
>Environment:
FreeBSD 6.1-RELEASE #1: i386

>Description:
Upgrading clamav from 0.90.1 to 0.90.2 failed on FreeBSD 6.1 (and maybe 6.0) with  undefined reference to function gethostbyname_r().
>How-To-Repeat:

>Fix:
Revert back this patch: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/111478
Or increase OSVERSION here:

.if ${OSVERSION} < 600000
CONFIGURE_ARGS+=        --disable-gethostbyname_r
.else
CONFIGURE_ARGS+=        --enable-gethostbyname_r
.endif

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



More information about the freebsd-ports-bugs mailing list