From owner-freebsd-current@FreeBSD.ORG Sat May 3 18:27:53 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43D8F106567D; Sat, 3 May 2008 18:27:53 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from kientzle.com (h-66-166-149-50.snvacaid.covad.net [66.166.149.50]) by mx1.freebsd.org (Postfix) with ESMTP id DBEE48FC19; Sat, 3 May 2008 18:27:52 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from [10.0.0.128] (p54.kientzle.com [66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id m43HpWtv023905; Sat, 3 May 2008 10:51:32 -0700 (PDT) (envelope-from kientzle@freebsd.org) Message-ID: <481CA624.2040308@freebsd.org> Date: Sat, 03 May 2008 10:51:32 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060422 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Doug Rabson References: <20080503161608.5681073039@freebsd-current.sentex.ca> <9828CD60-3176-4147-8780-60E56A00E379@rabson.org> In-Reply-To: <9828CD60-3176-4147-8780-60E56A00E379@rabson.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: arm@freebsd.org, FreeBSD Tinderbox , current@freebsd.org Subject: Re: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 18:27:53 -0000 Looks like 1.65 of stdio.h made __sFILE opaque, which prevents libftp from accessing the _cookie element. Doug Rabson wrote: > This is caused by the recent changes to stdio.h, I think. > > On 3 May 2008, at 17:16, FreeBSD Tinderbox wrote: > >> TB --- 2008-05-03 15:50:01 - tinderbox 2.3 running on freebsd- >> current.sentex.ca >> TB --- 2008-05-03 15:50:01 - starting HEAD tinderbox run for arm/arm >> TB --- 2008-05-03 15:50:01 - cleaning the object tree >> TB --- 2008-05-03 15:50:16 - cvsupping the source tree >> TB --- 2008-05-03 15:50:16 - /usr/bin/csup -r 3 -g -L 1 -h localhost >> -s /tinderbox/HEAD/arm/arm/supfile >> TB --- 2008-05-03 15:50:23 - building world (CFLAGS=-O -pipe) >> TB --- 2008-05-03 15:50:23 - cd /src >> TB --- 2008-05-03 15:50:23 - /usr/bin/make -B buildworld >> >>>>> World build started on Sat May 3 15:50:25 UTC 2008 >>>>> Rebuilding the temporary build tree >>>>> stage 1.1: legacy release compatibility shims >>>>> stage 1.2: bootstrap tools >>>>> stage 2.1: cleaning up the object tree >>>>> stage 2.2: rebuilding the object tree >>>>> stage 2.3: build tools >>>>> stage 3: cross tools >>>>> stage 4.1: building includes >>>>> stage 4.2: building libraries >> >> [...] >> /src/lib/libftpio/ftpio.c: In function 'ftpGet': >> /src/lib/libftpio/ftpio.c:258: error: dereferencing pointer to >> incomplete type >> /src/lib/libftpio/ftpio.c: In function 'ftpLoginAf': >> /src/lib/libftpio/ftpio.c:295: error: dereferencing pointer to >> incomplete type >> /src/lib/libftpio/ftpio.c: In function 'ftpPut': >> /src/lib/libftpio/ftpio.c:322: error: dereferencing pointer to >> incomplete type >> /src/lib/libftpio/ftpio.c: In function 'ftpPassive': >> /src/lib/libftpio/ftpio.c:333: error: dereferencing pointer to >> incomplete type >> *** Error code 1 >> >> Stop in /src/lib/libftpio. >> *** Error code 1 >> >> Stop in /src/lib. >> *** Error code 1 >> >> Stop in /src. >> *** Error code 1 >> >> Stop in /src. >> *** Error code 1 >> >> Stop in /src. >> *** Error code 1 >> >> Stop in /src. >> TB --- 2008-05-03 16:16:08 - WARNING: /usr/bin/make returned exit >> code 1 >> TB --- 2008-05-03 16:16:08 - ERROR: failed to build world >> TB --- 2008-05-03 16:16:08 - tinderbox aborted >> TB --- 1144.84 user 157.00 system 1567.21 real >> >> >> http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full >> _______________________________________________ >> freebsd-current@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-current >> To unsubscribe, send any mail to >> "freebsd-current-unsubscribe@freebsd.org " > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > >