ports/57333: gnomevfs2 will not build when bind84-base-8.4.1 is installed

Ken Stailey kstailey at yahoo.com
Sun Sep 28 22:20:22 UTC 2003


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



More information about the freebsd-ports-bugs mailing list