pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/52883: chat/scrollz fails to build with inet6 option (default)
>Number: 52883
>Category: pkg
>Synopsis: chat/scrollz-2.2.3nb3 pkg fails to build with default inet6 option
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun Dec 31 22:20:00 +0000 2017
>Originator: Jeff Woodall
>Release: NetBSD 8.99.9 - 201712240430Z
>Organization:
n/a
>Environment:
System: NetBSD think 8.99.9 NetBSD 8.99.9 (THINK) #0: Wed Dec 27 23:58:03 MST 2017 root@think:/usr/src/sys/arch/i386/compile/THINK i386
Architecture: i386
Machine: i386
>Description:
Despite chat/scrollz being listed in ../pkgsrc/README-IPv6.html
as "known to support IPv6" it does not:
(pkgsrc tree is 'current', updated via cvs prior to build attempt)
% cd /usr/pkgsrc/chat/scrollz
% sudo make -s configure
..
checking whether to enable ipv6... yes
checking ipv6 stack type... kame
You do not have (need) inet6 library, using libc
checking getaddrinfo bug... buggy
configure: error: Fatal: You must get working getaddrinfo() function.
*** Error code 1
Stop.
make[1]: stopped in /usr/pkgsrc/chat/scrollz
*** Error code 1
Stop.
make: stopped in /usr/pkgsrc/chat/scrollz
>How-To-Repeat:
% sudo make -s clean && sudo make -s configure
>Fix:
Only way to build package currently is to disable inet6 option
in ../options.mk. For some reason the package doesn't see the
native getaddrinfo() which I *think* is sufficently non-buggy
to be used..
Home |
Main Index |
Thread Index |
Old Index