Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Apr 2007 07:29:56 GMT
From:      Max Arnold<amv_cbx@mail.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/111701: Compilation of clamav-0.90.2 fails on FreeBSD 6.1 (undefined reference to gethostbyname_r)
Message-ID:  <200704160729.l3G7TuuC098076@www.freebsd.org>
Resent-Message-ID: <200704160740.l3G7eCck023245@freefall.freebsd.org>

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

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



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