Bug#451463: tcng: FTBFS: Conflicting types for loff_t

2007-11-16 Thread Daniel Schepler
On Friday 16 November 2007 08:57:13 am Adam Borowski wrote:
 I can't seem to reproduce it; could you please tell me what arch/compiler
 are you using?

 In current unstable, both types are signed 64 bit ints both in sys/types.h
 (from libc6-dev) and linux/types.h (from linux-libc-dev), even on i386.

This was on amd64.  What I'm wondering is whether you really need to include 
kernel headers from userspace.

BTW: With the next upload could you update to texlive-* build dependencies, so 
it doesn't take 5 minutes just to install tetex-extra when I do a pbuilder 
test run?
-- 
Daniel Schepler



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451463: tcng: FTBFS: Conflicting types for loff_t

2007-11-16 Thread Adam Borowski
On Thu, Nov 15, 2007 at 09:01:03PM -0500, Daniel Schepler wrote:
 From my pbuilder build log:
 
 ...
 cc -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
 -I../shared -DVERSION=\`cat ../VERSION`\ -DTOPDIR=\/tmp/buildd/tcng-10b\  
-c -o f_fw.o f_fw.c
 In file included from ../shared/memutil.h:13,
  from util.h:14,
  from f_fw.c:13:
 /usr/include/sys/types.h:46: error: conflicting types for 'loff_t'
 /usr/include/linux/types.h:30: error: previous declaration of 'loff_t' was 
 here
 /usr/include/sys/types.h:62: error: conflicting types for 'dev_t'
 /usr/include/linux/types.h:13: error: previous declaration of 'dev_t' was here

I can't seem to reproduce it; could you please tell me what arch/compiler
are you using?

In current unstable, both types are signed 64 bit ints both in sys/types.h
(from libc6-dev) and linux/types.h (from linux-libc-dev), even on i386.

-- 
1KB // Microsoft corollary to Hanlon's razor:
//  Never attribute to stupidity what can be
//  adequately explained by malice.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451463: tcng: FTBFS: Conflicting types for loff_t

2007-11-15 Thread Daniel Schepler
Package: tcng
Version: 10b-1
Severity: serious

From my pbuilder build log:

...
cc -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-I../shared -DVERSION=\`cat ../VERSION`\ -DTOPDIR=\/tmp/buildd/tcng-10b\
 -c -o f_fw.o f_fw.c
In file included from ../shared/memutil.h:13,
 from util.h:14,
 from f_fw.c:13:
/usr/include/sys/types.h:46: error: conflicting types for 'loff_t'
/usr/include/linux/types.h:30: error: previous declaration of 'loff_t' was here
/usr/include/sys/types.h:62: error: conflicting types for 'dev_t'
/usr/include/linux/types.h:13: error: previous declaration of 'dev_t' was here
...
make[2]: *** [f_fw.o] Error 1
make[2]: Leaving directory `/tmp/buildd/tcng-10b/tcc'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/tmp/buildd/tcng-10b'
make: *** [build-stamp] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2
-- 
Daniel Schepler