Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jul 2004 10:20:22 GMT
From:      Andriy Gapon <avg@icyb.net.ua>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:    ports/69372: sysutils/healthd: incorrect configure with WITHOUT_IPV6
Message-ID:  <200407211020.i6LAKMh4082792@www.freebsd.org>
Resent-Message-ID: <200407211030.i6LAUQcP015925@freefall.freebsd.org>

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

>Number:         69372
>Category:       ports
>Synopsis:       sysutils/healthd: incorrect configure with WITHOUT_IPV6
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 21 10:30:26 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Andriy Gapon
>Release:        FreeBSD 4.10 or 5.2.1 i386
>Organization:
>Environment:
FreeBSD 4.10 or 5.2.1 i386
healthd-0.7.7
>Description:
      when the port is built with WITHOUT_IPV6 option (--disable-ipv6 option for configure), configure script can not detect any header file properly, including smb.h, thus limiting healthd's capabilities.

>How-To-Repeat:
      $ make configure WITHOUT_IPV6=yes
===>  Vulnerability check disabled
===>  Extracting for healthd-0.7.7
>Fix:
      unfortunately I have very little experience with autoconf
>Release-Note:
>Audit-Trail:
>Unformatted:
 >> Checksum OK for healthd-0.7.7.tar.gz.
 ===>  Patching for healthd-0.7.7
 ===>  Applying extra patch files/healthd.sh-500038
 ===>  Configuring for healthd-0.7.7
 creating cache ./config.cache
 checking host system type... i386-unknown-freebsd5.2.1
 checking for gcc... cc
 checking whether the C compiler (cc -O -pipe -march=athlon-xp ) works... yes
 checking whether the C compiler (cc -O -pipe -march=athlon-xp ) is a cross-compiler... no
 checking whether we are using GNU C... yes
 checking whether cc accepts -g... yes
 checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel
 checking for hosts_access in -lwrap... yes
 checking for inb in -lio... no
 checking for i386_iopl in -li386... no
 checking whether to enable remotely reading the full config... no
 checking whether to enable ipv6... no
 checking getaddrinfo bug... good
 checking for getaddrinfo... yes
 checking for getnameinfo... yes
 checking for ANSI C header files... no
 checking for fcntl.h... no
 checking for sys/ioctl.h... no
 checking for sys/time.h... no
 checking for syslog.h... no
 checking for unistd.h... no
 checking for machine/smb.h... no
 checking for dev/smbus/smb.h... no
 checking for working const... yes
 checking whether time.h and sys/time.h may both be included... yes
 checking whether cc needs -traditional... no
 checking return type of signal handlers... void
 checking for select... yes
 checking for socket... yes
 checking for strerror... yes
 checking for strtod... yes
 checking for strtol... yes
 updating cache ./config.cache
 creating ./config.status
 creating Makefile
 creating config.h



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