Bug#677861: lftp: FTBFS[kfreebsd-i386]: error: conflicting declaration 'typedef __int32_t gl_intptr_t'

2012-11-26 Thread Cyril Brulebois
Hello, Michael Stapelberg stapelb...@debian.org (26/11/2012): Andreas Henriksson andr...@fatal.se writes: Hopefully the explanation of this mail makes more sense. Anyone with a kFreeBSD installation are welcome to try to build lftp with any of the solutions discussed to see how much

Bug#677861: lftp: FTBFS[kfreebsd-i386]: error: conflicting declaration 'typedef __int32_t gl_intptr_t'

2012-11-26 Thread Andreas Henriksson
tags 677861 patch thanks On Mon, Nov 26, 2012 at 08:22:24PM +0100, Cyril Brulebois wrote: [...] Installed in fischer's sid chroot. Thanks. The attached patch works around the issue on kFreeBSD. Build tested in the sid chroot on fischer.debian.org. Hopefully kFreeBSD porters or package

Bug#677861: lftp: FTBFS[kfreebsd-i386]: error: conflicting declaration 'typedef __int32_t gl_intptr_t'

2012-11-25 Thread Michael Stapelberg
Hi, On Tue, 30 Oct 2012 14:04:42 -0700 Christoph Egger christ...@debian.org wrote: Andreas Henriksson andr...@fatal.se writes: I guess someone needs to untangle all the preprocessor and configure macros in lib/stdint.in.h. If someone from the kfreebsd camp could post the generated

Bug#677861: lftp: FTBFS[kfreebsd-i386]: error: conflicting declaration 'typedef __int32_t gl_intptr_t'

2012-11-25 Thread Andreas Henriksson
Hello Michael Stapelberg! On Sun, Nov 25, 2012 at 10:11:46PM +0100, Michael Stapelberg wrote: Here is some further analysis: Thanks for this! I'll contribute by adding some further confusion below. lftp’s configure script checks for a working stdint.h and that test fails on kfreebsd-i386

Bug#677861: lftp: FTBFS[kfreebsd-i386]: error: conflicting declaration 'typedef __int32_t gl_intptr_t'

2012-11-25 Thread Andreas Henriksson
Hello again! After looking more at this I think I'm less confused now On Sun, Nov 25, 2012 at 11:22:28PM +0100, Andreas Henriksson wrote: lftp’s configure script checks for a working stdint.h and that test fails on kfreebsd-i386 (tested on fischer.debian.org). Please note that the check

Bug#677861: lftp: FTBFS[kfreebsd-i386]: error: conflicting declaration 'typedef __int32_t gl_intptr_t'

2012-11-25 Thread Michael Stapelberg
Hi Andreas, Thanks for your excellent further analysis of the problem at hand. Andreas Henriksson andr...@fatal.se writes: Hopefully the explanation of this mail makes more sense. Anyone with a kFreeBSD installation are welcome to try to build lftp with any of the solutions discussed to see

Bug#677861: lftp: FTBFS[kfreebsd-i386]: error: conflicting declaration 'typedef __int32_t gl_intptr_t'

2012-10-30 Thread Andreas Henriksson
Hello Robert Millan! On Thu, Jun 21, 2012 at 07:44:48PM +0200, Robert Millan wrote: 2012/6/17 Christoph Egger christ...@debian.org: ../lib/stdint.h:295:18: error: 'gl_intptr_t' has a previous declaration as 'typedef long int gl_intptr_t' The problem is that lib/stdint.h is hijacking

Bug#677861: lftp: FTBFS[kfreebsd-i386]: error: conflicting declaration 'typedef __int32_t gl_intptr_t'

2012-10-30 Thread Christoph Egger
Andreas Henriksson andr...@fatal.se writes: I guess someone needs to untangle all the preprocessor and configure macros in lib/stdint.in.h. If someone from the kfreebsd camp could post the generated lib/stdint.h that would be helpful to be able to see things a bit more clearly. For the

Bug#677861: lftp: FTBFS[kfreebsd-i386]: error: conflicting declaration 'typedef __int32_t gl_intptr_t'

2012-10-14 Thread Steve McIntyre
On Wed, Aug 15, 2012 at 09:00:55PM +0200, Noël Köthe wrote: forwarded 677861 http://univ.uniyar.ac.ru/pipermail/lftp-devel/2012-July/28.html thanks Hello Jakub, Am Samstag, den 11.08.2012, 14:04 +0200 schrieb Jakub Wilk: Thanks for the report and the comment. I forwarded it to the

Bug#677861: lftp: FTBFS[kfreebsd-i386]: error: conflicting declaration 'typedef __int32_t gl_intptr_t'

2012-08-15 Thread Noël Köthe
forwarded 677861 http://univ.uniyar.ac.ru/pipermail/lftp-devel/2012-July/28.html thanks Hello Jakub, Am Samstag, den 11.08.2012, 14:04 +0200 schrieb Jakub Wilk: Thanks for the report and the comment. I forwarded it to the upstream mailinglist. N.b. I can't find your e-mail in the

Bug#677861: lftp: FTBFS[kfreebsd-i386]: error: conflicting declaration 'typedef __int32_t gl_intptr_t'

2012-08-11 Thread Jakub Wilk
Control: found -1 4.3.6-1 The problem is that lib/stdint.h is hijacking system headers with definitions such as: #define intptr_t gl_intptr_t #define uintptr_t gl_uintptr_t But the purpose of lib/stdint.h is: | /* | * ISO C 99 stdint.h for platforms that lack it. | *

Bug#677861: lftp: FTBFS[kfreebsd-i386]: error: conflicting declaration 'typedef __int32_t gl_intptr_t'

2012-07-05 Thread Noël Köthe
tags 677861 + upstream forwarded 677861 lftp-de...@uniyar.ac.ru thanks Hello, Am Donnerstag, den 21.06.2012, 19:44 +0200 schrieb Robert Millan: 2012/6/17 Christoph Egger christ...@debian.org: ../lib/stdint.h:295:18: error: 'gl_intptr_t' has a previous declaration as 'typedef long int

Bug#677861: lftp: FTBFS[kfreebsd-i386]: error: conflicting declaration 'typedef __int32_t gl_intptr_t'

2012-06-21 Thread Robert Millan
2012/6/17 Christoph Egger christ...@debian.org: ../lib/stdint.h:295:18: error: 'gl_intptr_t' has a previous declaration as 'typedef long int gl_intptr_t' The problem is that lib/stdint.h is hijacking system headers with definitions such as: #define intptr_t gl_intptr_t #define uintptr_t

Bug#677861: lftp: FTBFS[kfreebsd-i386]: error: conflicting declaration 'typedef __int32_t gl_intptr_t'

2012-06-17 Thread Christoph Egger
Package: src:lftp Version: 4.3.7-1 Severity: serious Tags: sid wheezy User: debian-...@lists.debian.org Usertags: kfreebsd X-Debbugs-Cc: debian-...@lists.debian.org Justification: fails to build from source (but built successfully in the past) Hi! Your package failed to build on the