From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 62930 invoked by alias); 1 Nov 2015 08:01:33 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 62915 invoked by uid 89); 1 Nov 2015 08:01:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wm0-f50.google.com Received: from mail-wm0-f50.google.com (HELO mail-wm0-f50.google.com) (74.125.82.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sun, 01 Nov 2015 08:01:31 +0000 Received: by wmeg8 with SMTP id g8so38559090wme.1 for ; Sun, 01 Nov 2015 01:01:28 -0700 (PDT) X-Received: by 10.28.212.18 with SMTP id l18mr7646294wmg.93.1446364888386; Sun, 01 Nov 2015 01:01:28 -0700 (PDT) Received: from [192.168.2.108] (p5B174FF8.dip0.t-ipconnect.de. [91.23.79.248]) by smtp.googlemail.com with ESMTPSA id 184sm11651614wmk.10.2015.11.01.01.01.27 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 01 Nov 2015 01:01:27 -0700 (PDT) Subject: Re: [ITP] Inetutils 1.9.4 To: cygwin-apps@cygwin.com References: <563498A3.9020401@boland.nl> <5634B3FC.5070703@gmail.com> <5635489C.40504@boland.nl> From: Marco Atzeri Message-ID: <5635C6D0.7040707@gmail.com> Date: Sun, 01 Nov 2015 08:01:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <5635489C.40504@boland.nl> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg00001.txt.bz2 On 01/11/2015 00:02, D. Boland wrote: > Marco Atzeri wrote: >> >> >> Have you forgot to update Fakesu package or there is a wrong include ? >> >> Regards >> Marco >> >> > Oops, sorry about that. I forgot to update. I just updated libfakesu to > version 1.2.0-0 > > Sincerely, > Daniel Hi Daniel, with that is still failing a bit later on 64bit: gcc -std=gnu99 -O2 -pipe -Wimplicit-function-declaration -o tftp tftp.o ../libinetutils/libinetutils.a ../lib/libgnu.a -lutil /usr/lib/libfakesu.a gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../lib -I../lib -I../libinetutils -I../libicmp -DPATH_CONSOLE=\"/dev/console\" -DPATH_CP=\"/usr/bin/cp\" -DPATH_INETDCONF=\"/etc/inetd.conf\" -DPATH_INETDDIR=\"/etc/inetd.d\" -DPATH_INETDPID=\"/var/run/inetd.pid\" -DPATH_LOGCONF=\"/etc/syslog.conf\" -DPATH_LOGCONFD=\"/etc/syslog.d\" -DPATH_LOGIN=\"/usr/bin/login\" -DPATH_LOGPID=\"/var/run/syslog.pid\" -DPATH_NOLOGIN=\"/etc/nologin\" -DPATH_RLOGIN=\"/usr/bin/rlogin\" -DPATH_RSH=\"/usr/bin/rsh\" -DPATH_UUCICO=\"/usr/sbin/uucp/uucico\" -O2 -pipe -Wimplicit-function-declaration -MT traceroute.o -MD -MP -MF .deps/traceroute.Tpo -c -o traceroute.o traceroute.c traceroute.c:110:14: error: 'MAX_IPOPTLEN' undeclared here (not in a function) char ip_opts[MAX_IPOPTLEN]; ^ traceroute.c: In function 'get_hostname': traceroute.c:461:5: warning: return discards 'const' qualifier from pointer target type return info->h_name; ^ Makefile:1691: recipe for target 'traceroute.o' failed make[2]: *** [traceroute.o] Error 1