Bug#323669: baycomusb: FTBFS: error: 'USBDEVFS_URB_ISO_ASAP' undeclared

2005-12-13 Thread Joop PG4I
On 12/12/05, Kurt Roeckx [EMAIL PROTECTED] wrote:
I've just merged them.Thanks, much appreciated!
But you can probably work around this by fixing your local copyof the header file.Okay, will have a look.
KurtRegards,Joop-- Linux for your hamradio desktop___http://www.qsl.net/pg4i/linux



Bug#323669: baycomusb: FTBFS: error: 'USBDEVFS_URB_ISO_ASAP' undeclared

2005-12-12 Thread Joop PG4I
326561On 12/11/05, Kurt Roeckx [EMAIL PROTECTED] wrote:
This seems to be #326561, and amd64 specific.KurtHi Kurt,I am unfamiliar with these issues.Does this mean I can close this bug and/or re-assign it to 326561?
Thanks,Joop


Bug#323669: baycomusb: FTBFS: error: 'USBDEVFS_URB_ISO_ASAP' undeclared

2005-12-12 Thread Kurt Roeckx
severity 323669 important
severity 326561 important
reassign 323669 linux-kernel-headers
merge 323669 326561
thanks

 I am unfamiliar with these issues.
 Does this mean I can close this bug and/or re-assign it to 326561?

I've just merged them.

But you can probably work around this by fixing your local copy
of the header file.


Kurt



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



Bug#323669: baycomusb: FTBFS: error: 'USBDEVFS_URB_ISO_ASAP' undeclared

2005-12-10 Thread Joop PG4I
Hello again Kurt,Baycomusb still seems to build just fine on my Debian/unstable box. Can you please check if USBDEVFS_URB_ISO_ASAP is defined in /usr/include/linux/usbdevice_fs.h on your system?
Thanks,Joop - pa3aba at debian dot org-- Linux for your hamradio desktop___http://www.qsl.net/pg4i/linux


Bug#323669: baycomusb: FTBFS: error: 'USBDEVFS_URB_ISO_ASAP' undeclared

2005-12-10 Thread Kurt Roeckx
On Sat, Dec 10, 2005 at 07:45:30PM +0100, Joop PG4I wrote:
 Hello again Kurt,
 
 Baycomusb still seems to build just fine on my Debian/unstable box. Can you
 please check if USBDEVFS_URB_ISO_ASAP is defined in
 /usr/include/linux/usbdevice_fs.h on your system?

You have this code:
#ifdef HAVE_LINUX_USBDEVICE_FS_H
#include linux/types.h
#include linux/usbdevice_fs.h
#else
#include usbdevice_fs.h
#endif

And usbdevice_fs.h doesn't contain it.

From the buildd log:
checking for linux/usbdevice_fs.h... no

From config.log:
configure:2738: gcc -E  conftest.c /dev/null 2conftest.out
In file included from /usr/include/asm-x86_64/div64.h:1,
 from /usr/include/asm/div64.h:8,
 from /usr/include/linux/jiffies.h:9,
 from /usr/include/linux/sched.h:12,
 from /usr/include/asm-x86_64/compat.h:8,
 from /usr/include/asm/compat.h:8,
 from /usr/include/linux/compat.h:15,
 from /usr/include/linux/usbdevice_fs.h:35,
 from configure:2734:
/usr/include/asm-generic/div64.h:54:3: error: #error do_div() does not yet 
support the C64
[...]


This seems to be #326561, and amd64 specific.


Kurt



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



Bug#323669: baycomusb: FTBFS: error: 'USBDEVFS_URB_ISO_ASAP' undeclared

2005-08-19 Thread Joop PG4I
 
 Which is inside #ifdef WIN32
 

Oops, didn't see that.

  It compiles cleanly on my i386 box.
 
 Try upgrading to the latest version.
 

I am already running unstable with the latest gcc-4.0. There is no
problem here. Will try at home on another box.

Anyway, it doesn't look good. I will contact upstream for a solution.

 
 Kurt
 
 

Thanks,
Joop
-- 
Linux for your hamradio desktop
___
  http://www.qsl.net/pg4i/linux



Bug#323669: baycomusb: FTBFS: error: 'USBDEVFS_URB_ISO_ASAP' undeclared

2005-08-18 Thread Joop PG4I
On 8/17/05, Kurt Roeckx [EMAIL PROTECTED] wrote:

 adapttests.c:1312: error: 'USBDEVFS_URB_ISO_ASAP' undeclared (first use in 
 this
 function)

I don't understand. USBDEVFS_URB_ISO_ASAP is declared 0x0002 in
../usbdrv/usbdrv.h. This header is included adapttest.c through the
following include:

#include baycomusb.h

at line 74.
It compiles cleanly on my i386 box.

Any suggestions?

Thanks,
Joop
-- 
Linux for your hamradio desktop
___
  http://www.qsl.net/pg4i/linux



Bug#323669: baycomusb: FTBFS: error: 'USBDEVFS_URB_ISO_ASAP' undeclared

2005-08-18 Thread Kurt Roeckx
On Thu, Aug 18, 2005 at 08:56:32AM +0200, Joop PG4I wrote:
 On 8/17/05, Kurt Roeckx [EMAIL PROTECTED] wrote:
 
  adapttests.c:1312: error: 'USBDEVFS_URB_ISO_ASAP' undeclared (first use in 
  this
  function)
 
 I don't understand. USBDEVFS_URB_ISO_ASAP is declared 0x0002 in
 ../usbdrv/usbdrv.h. This header is included adapttest.c through the
 following include:
 
 #include baycomusb.h
 
 at line 74.

Which is inside #ifdef WIN32

 It compiles cleanly on my i386 box.

Try upgrading to the latest version.


Kurt



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



Bug#323669: baycomusb: FTBFS: error: 'USBDEVFS_URB_ISO_ASAP' undeclared

2005-08-17 Thread Kurt Roeckx
Package: baycomusb
Version: 0.10-5
Severity: serious

Hi,

Your package is failing to build with the following error:
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/include/gnome-xml -DCONFIGDIR=\/usr/etc\ 
-DLOCALSTATEDIR=\/usr/var\  -I.. -I../misc -I../usbdrv -I../diag
-I../directx/include -I../directx/include/directx6 -I../kerneldrv -I../wdmdrv   
 -O2 -g -Wall -c adapttests.c
adapttests.c: In function 'ledtest':
adapttests.c:610: warning: operation on 'led' may be undefined
adapttests.c: In function 'transmittestafsk':
adapttests.c:1103: warning: pointer targets in passing argument 1 of 
'calc_crc_ccitt' differ in signedness
adapttests.c: In function 'isotest':
adapttests.c:1312: error: 'USBDEVFS_URB_ISO_ASAP' undeclared (first use in this
function)
adapttests.c:1312: error: (Each undeclared identifier is reported only once
adapttests.c:1312: error: for each function it appears in.)
adapttests.c: In function 'isotest2':
adapttests.c:1408: error: 'USBDEVFS_URB_ISO_ASAP' undeclared (first use in this
function)
adapttests.c: In function 'saudio':
adapttests.c:1620: error: 'USBDEVFS_URB_ISO_ASAP' undeclared (first use in this
function)
adapttests.c:1543: warning: unused variable 'phase'
adapttests.c:1538: warning: unused variable 'phdspusb'
adapttests.c:1538: warning: unused variable 'phusbdsp'
make[3]: *** [adapttests.o] Error 1

This is probably because linux-kernel-headers changed to
version 2.6.13, and they dropped debfs support in it.


Kurt



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