Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Sep 2003 18:15:32 -0400 (EDT)
From:      Ken Stailey <kstailey@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/57333: gnomevfs2 will not build when bind84-base-8.4.1 is installed
Message-ID:  <200309282215.h8SMFWPp046986@hermes.trickster.gods>
Resent-Message-ID: <200309282220.h8SMKK48028634@freefall.freebsd.org>

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

>Number:         57333
>Category:       ports
>Synopsis:       gnomevfs2 will not build when bind84-base-8.4.1 is installed
>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:   Sun Sep 28 15:20:20 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Ken Stailey
>Release:        FreeBSD 4.9-PRERELEASE i386
>Organization:
self
>Environment:
System: FreeBSD hermes.trickster.gods 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #36: Fri Sep 26 14:36:25 EDT 2003 kstailey@hermes.trickster.gods:/usr/obj/usr/src/sys/HERMES i386


	
>Description:
	
gnomevfs2 gets link errors (__h_errno not found) when the bind84-base-8.4.1
package is installed.  That BIND package replaces /usr/include/netdb.h with
one that has a function __h_errno() that is in the bind library.

>How-To-Repeat:
	
Install bind84-base-8.4.1 then try to rebuild gnomevfs2

>Fix:
	
I got around it by cramming:

LIBS="-lbind $LIBS"

into the configure script.  It could be done with

AC_CHECK_LIB(bind, __h_errno)

in configure.in

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



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