[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#624973: marked as done (xserver-xorg-input-joystick: FTBFS: ../../src/jstk.h:120:5: error: unknown type name 'LocalDevicePtr')



Your message dated Wed, 29 Jun 2011 23:33:17 +0000
with message-id <E1Qc4Fx-0000rY-45@franck.debian.org>
and subject line Bug#624973: fixed in xserver-xorg-input-joystick 1:1.6.0-1
has caused the Debian Bug report #624973,
regarding xserver-xorg-input-joystick: FTBFS: ../../src/jstk.h:120:5: error: unknown type name 'LocalDevicePtr'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
624973: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=624973
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: xserver-xorg-input-joystick
Version: 1:1.5.0-7
Severity: serious
Tags: wheezy sid
User: debian-qa@lists.debian.org
Usertags: qa-ftbfs-20110502 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> /bin/bash ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../include/   -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -Wbad-function-cast -Wformat=2 -Wold-style-definition -Wdeclaration-after-statement -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1   -g -O2 -c -o jstk.lo ../../src/jstk.c
> libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../include/ -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -Wbad-function-cast -Wformat=2 -Wold-style-definition -Wdeclaration-after-statement -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -g -O2 -c ../../src/jstk.c  -fPIC -DPIC -o .libs/jstk.o
> In file included from ../../src/jstk.c:42:0:
> ../../src/jstk.h:120:5: error: unknown type name 'LocalDevicePtr'
> In file included from ../../src/jstk.c:43:0:
> ../../src/jstk_axis.h:27:25: error: unknown type name 'LocalDevicePtr'
> ../../src/jstk_axis.h:28:31: error: unknown type name 'LocalDevicePtr'
> ../../src/jstk_axis.h:29:29: error: unknown type name 'LocalDevicePtr'
> ../../src/jstk_axis.h:30:24: error: unknown type name 'LocalDevicePtr'
> In file included from ../../src/jstk.c:44:0:
> ../../src/jstk_key.h:28:23: error: unknown type name 'LocalDevicePtr'
> ../../src/jstk_key.h:30:54: error: unknown type name 'IDevPtr'
> ../../src/jstk_key.h:31:45: error: unknown type name 'LocalDevicePtr'
> ../../src/jstk.c:78:17: error: unknown type name 'LocalDevicePtr'
> ../../src/jstk.c:150:14: error: unknown type name 'LocalDevicePtr'
> ../../src/jstk.c: In function 'jstkDeviceControlProc':
> ../../src/jstk.c:330:5: error: unknown type name 'LocalDevicePtr'
> ../../src/jstk.c:330:31: error: 'LocalDevicePtr' undeclared (first use in this function)
> ../../src/jstk.c:330:31: note: each undeclared identifier is reported only once for each function it appears in
> ../../src/jstk.c:330:46: error: expected ',' or ';' before 'pJstk'
> ../../src/jstk.c:331:5: warning: implicit declaration of function 'XI_PRIVATE' [-Wimplicit-function-declaration]
> ../../src/jstk.c:331:5: warning: nested extern declaration of 'XI_PRIVATE' [-Wnested-externs]
> ../../src/jstk.c:331:30: warning: cast from function call of type 'int' to non-matching type 'struct _JoystickDevRec *' [-Wbad-function-cast]
> ../../src/jstk.c:331:30: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
> ../../src/jstk.c:384:48: error: invalid type argument of '->' (have 'int')
> ../../src/jstk.c:398:36: error: too few arguments to function 'InitValuatorAxisStruct'
> /usr/include/xorg/exevents.h:43:23: note: declared here
> ../../src/jstk.c:408:36: error: too few arguments to function 'InitValuatorAxisStruct'
> /usr/include/xorg/exevents.h:43:23: note: declared here
> ../../src/jstk.c:421:40: error: too few arguments to function 'InitValuatorAxisStruct'
> /usr/include/xorg/exevents.h:43:23: note: declared here
> ../../src/jstk.c:424:13: warning: passing argument 1 of 'xf86MotionHistoryAllocate' makes pointer from integer without a cast [enabled by default]
> /usr/include/xorg/xf86Xinput.h:166:23: note: expected 'InputInfoPtr' but argument is of type 'int'
> ../../src/jstk.c:428:35: warning: comparison between pointer and integer [enabled by default]
> ../../src/jstk.c:431:13: warning: implicit declaration of function 'xf86ActivateDevice' [-Wimplicit-function-declaration]
> ../../src/jstk.c:431:13: warning: nested extern declaration of 'xf86ActivateDevice' [-Wnested-externs]
> ../../src/jstk.c:432:34: error: invalid type argument of '->' (have 'int')
> ../../src/jstk.c:433:39: error: invalid type argument of '->' (have 'int')
> ../../src/jstk.c:433:77: error: invalid type argument of '->' (have 'int')
> ../../src/jstk.c:434:51: error: invalid type argument of '->' (have 'int')
> ../../src/jstk.c:451:18: error: invalid type argument of '->' (have 'int')
> ../../src/jstk.c:452:35: error: invalid type argument of '->' (have 'int')
> ../../src/jstk.c:474:18: error: invalid type argument of '->' (have 'int')
> ../../src/jstk.c:475:38: error: invalid type argument of '->' (have 'int')
> ../../src/jstk.c:476:14: error: invalid type argument of '->' (have 'int')
> ../../src/jstk.c: At top level:
> ../../src/jstk.c:497:5: error: 'jstkKeyboardPreInit' undeclared here (not in a function)
> ../../src/jstk.c:498:5: error: 'jstkKeyboardUnInit' undeclared here (not in a function)
> ../../src/jstk.c:514:37: error: unknown type name 'IDevPtr'
> ../../src/jstk.c:745:16: error: unknown type name 'LocalDevicePtr'
> ../../src/jstk.c:768:5: error: 'jstkCorePreInit' undeclared here (not in a function)
> ../../src/jstk.c:769:5: error: 'jstkCoreUnInit' undeclared here (not in a function)
> ../../src/jstk.c:326:1: warning: 'jstkDeviceControlProc' defined but not used [-Wunused-function]
> make[3]: *** [jstk.lo] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2011/05/02/xserver-xorg-input-joystick_1:1.5.0-7_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lucas@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lucas@nussbaum.fr             GPG: 1024D/023B3F4F |



--- End Message ---
--- Begin Message ---
Source: xserver-xorg-input-joystick
Source-Version: 1:1.6.0-1

We believe that the bug you reported is fixed in the latest version of
xserver-xorg-input-joystick, which is due to be installed in the Debian FTP archive:

xserver-xorg-input-joystick-dev_1.6.0-1_all.deb
  to main/x/xserver-xorg-input-joystick/xserver-xorg-input-joystick-dev_1.6.0-1_all.deb
xserver-xorg-input-joystick_1.6.0-1.diff.gz
  to main/x/xserver-xorg-input-joystick/xserver-xorg-input-joystick_1.6.0-1.diff.gz
xserver-xorg-input-joystick_1.6.0-1.dsc
  to main/x/xserver-xorg-input-joystick/xserver-xorg-input-joystick_1.6.0-1.dsc
xserver-xorg-input-joystick_1.6.0-1_amd64.deb
  to main/x/xserver-xorg-input-joystick/xserver-xorg-input-joystick_1.6.0-1_amd64.deb
xserver-xorg-input-joystick_1.6.0.orig.tar.gz
  to main/x/xserver-xorg-input-joystick/xserver-xorg-input-joystick_1.6.0.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 624973@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Cyril Brulebois <kibi@debian.org> (supplier of updated xserver-xorg-input-joystick package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 30 Jun 2011 01:15:32 +0200
Source: xserver-xorg-input-joystick
Binary: xserver-xorg-input-joystick xserver-xorg-input-joystick-dev
Architecture: source amd64 all
Version: 1:1.6.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Changed-By: Cyril Brulebois <kibi@debian.org>
Description: 
 xserver-xorg-input-joystick - X.Org X server -- joystick input driver
 xserver-xorg-input-joystick-dev - X.Org X server -- joystick input driver (development headers)
Closes: 624973 628410
Changes: 
 xserver-xorg-input-joystick (1:1.6.0-1) unstable; urgency=low
 .
   [ Julien Cristau ]
   * New upstream release:
     - Compatible with xorg-server 1.10 (Closes: #624973, #628410).
 .
   [ Cyril Brulebois ]
   * Bump Standards-Version to 3.9.2 (no changes).
Checksums-Sha1: 
 4bece75252df7c4373cb597bb38cf1ad28fade56 1597 xserver-xorg-input-joystick_1.6.0-1.dsc
 231a4da18ad7ef2d63d67a693a45f4d090f086c6 379092 xserver-xorg-input-joystick_1.6.0.orig.tar.gz
 a5a587498377be287c3b80feaa321aa130b2c808 5440 xserver-xorg-input-joystick_1.6.0-1.diff.gz
 eb53335658b378cc7cda733d1d599c53f29f5735 47516 xserver-xorg-input-joystick_1.6.0-1_amd64.deb
 b11504f43fd168c68b93caed79077a11e7c2f48f 30178 xserver-xorg-input-joystick-dev_1.6.0-1_all.deb
Checksums-Sha256: 
 c68941d1ce1998f7a16e62e38d08c4442c21d05350ec44660413da2aae96798d 1597 xserver-xorg-input-joystick_1.6.0-1.dsc
 4d1698fd375307a917968759da5effb62f770da75bfc9c23e66b2aa8cd5e6cf6 379092 xserver-xorg-input-joystick_1.6.0.orig.tar.gz
 5a2e9e02cd4698a5356a8ce59d8baa8a00d6d335f74929dc1bb44bfc36def35d 5440 xserver-xorg-input-joystick_1.6.0-1.diff.gz
 f963e39ca3c9cd88f912ce6b7e72c412af1ed0b6afab04743714d03069bde98b 47516 xserver-xorg-input-joystick_1.6.0-1_amd64.deb
 54e18a95dde44c8da863bbb69f65e2a6ca9207d7b8f0613c2cc82ceec4a0eb47 30178 xserver-xorg-input-joystick-dev_1.6.0-1_all.deb
Files: 
 3984312bdfbd18b44f9c3aef72b06131 1597 x11 optional xserver-xorg-input-joystick_1.6.0-1.dsc
 03bd0aad0b350795b7525907dc3c2cbe 379092 x11 optional xserver-xorg-input-joystick_1.6.0.orig.tar.gz
 17925adfce6c00204ba346b0ec4965ed 5440 x11 optional xserver-xorg-input-joystick_1.6.0-1.diff.gz
 c9e6efdb924d579c7680652b60608ffb 47516 x11 optional xserver-xorg-input-joystick_1.6.0-1_amd64.deb
 d59607d41cddd8188685dc073a94c857 30178 libdevel optional xserver-xorg-input-joystick-dev_1.6.0-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk4LsqkACgkQeGfVPHR5Nd33PQCeIn5K79um54OOMYYOpdyrk9i1
6XUAnRMkZ4ex5rW6XaI+CtBtogr5IIod
=UhsL
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: