Date: Sat, 03 May 2008 10:51:32 -0700 From: Tim Kientzle <kientzle@freebsd.org> To: Doug Rabson <dfr@rabson.org> Cc: arm@freebsd.org, FreeBSD Tinderbox <tinderbox@freebsd.org>, current@freebsd.org Subject: Re: [head tinderbox] failure on arm/arm Message-ID: <481CA624.2040308@freebsd.org> In-Reply-To: <9828CD60-3176-4147-8780-60E56A00E379@rabson.org> References: <20080503161608.5681073039@freebsd-current.sentex.ca> <9828CD60-3176-4147-8780-60E56A00E379@rabson.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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" > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?481CA624.2040308>