[ITP] Inetutils 1.9.4
D. Boland
daniel@boland.nl
Sat Feb 13 06:59:00 GMT 2016
Hi Corinna,
Corinna Vinschen wrote:
> On Feb 7 18:55, D. Boland wrote:
>> Hi group,
>>
>> At Corinna's request, I re-intend to package the new version of Inetutils,
>> version 1.9.4:
>>
>> http://cygwin.boland.nl/x86_64/release/inetutils/inetutils-1.9.4-2-src.tar.xz
>> [...]
>> Some programs in the inetutils suite are packaged already:
>>
>> * hostname
>> * whois
>> * tftp
>> * tftp-server
>>
>> So I added these on the 'required' lines.
>
> They are not actually *required* to run inetd, right? Does it really
> make sense to add them as require packages then?
They belong to the package. A user expects them in there and would have
to piece the package back together. Why does it make sense to leave them
out?
>
>> Also, the following include files are needed:
>>
>> * /usr/include/netinet/icmp6.h
>> * /usr/include/netinet/ip_var.h
>>
>> There has been discussion on including the icmp6.h file in Cygwin 2.3.0.
>
> Can you check if icmp6.h from FreeBSD
> https://svnweb.freebsd.org/base/head/sys/netinet/icmp6.h?revision=279531&view=co
> does the trick when copied to /usr/include/netinet? If so, I add this file
> to the repo.
If I use the FreeBSD version I get:
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../lib -I../lib
-I../libinetutils -I../libicmp -O2 -pipe
-Wimplicit-function-declaration -MT ping6.o -MD -MP -MF .deps/ping6.Tpo
-c -o ping6.o ping6.c
ping6.c: In function 'ping_init':
ping6.c:844:37: error: 'ICMP6_FILTER' undeclared (first use in this
function)
setsockopt (fd, IPPROTO_ICMPV6, ICMP6_FILTER, &filter, sizeof
(filter));
^
Daniel
More information about the Cygwin-apps
mailing list