Your message dated Tue, 23 Aug 2005 15:32:12 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#324055: fixed in swt-motif 3.0-6 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 20 Aug 2005 01:14:10 +0000 >From [EMAIL PROTECTED] Fri Aug 19 18:14:10 2005 Return-path: <[EMAIL PROTECTED]> Received: from zoot.lafn.org [206.117.18.6] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1E6Hw2-0000X3-00; Fri, 19 Aug 2005 18:14:10 -0700 Received: from localhost.localdomain (pool-71-104-166-233.lsanca.dsl-w.verizon.net [71.104.166.233]) (authenticated bits=0) by zoot.lafn.org (8.13.1/8.13.1) with ESMTP id j7K1E5U4046408 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for <[EMAIL PROTECTED]>; Fri, 19 Aug 2005 18:14:06 -0700 (PDT) (envelope-from [EMAIL PROTECTED]) Received: from kraai by localhost.localdomain with local (Exim 4.52) id 1E6AmQ-00012x-8N for [EMAIL PROTECTED]; Fri, 19 Aug 2005 10:35:46 -0700 Date: Fri, 19 Aug 2005 10:35:46 -0700 From: Matt Kraai <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: FTBFS: Can't include <X11/extensions/Xinerama.h> Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OwLcNYc0lM97+oe1" Content-Disposition: inline User-Agent: Mutt/1.5.9i X-Virus-Scanned: ClamAV 0.86.2/1034/Thu Aug 18 13:07:58 2005 on zoot.lafn.org X-Virus-Status: Clean Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-2.4 required=4.0 tests=BAYES_00,DATE_IN_PAST_06_12 autolearn=no version=2.60-bugs.debian.org_2005_01_02 --OwLcNYc0lM97+oe1 Content-Type: multipart/mixed; boundary="5vNYLRcllDrimb99" Content-Disposition: inline --5vNYLRcllDrimb99 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Package: swt-motif Version: 3.0-5 Severity: serious Tags: patch swt-motif fails to build because it can't include <X11/extensions/Xinerama.h>: > cc -O -s -DSWT_VERSION=3D3062 -DLINUX -DMOTIF -fpic -I./ -I/bluebird/tea= mswt/swt-builddir/IBMJava2-141/include -I/bluebird/teamswt/swt-builddir/mot= if21/include -I/usr/X11R6/include -c os.c > In file included from os_structs.h:12, > from os.c:13: > os.h:31:37: error: X11/extensions/Xinerama.h: No such file or directory > In file included from os.c:13: > os_structs.h:352: error: syntax error before '*' token > os_structs.h:352: error: syntax error before 'XineramaScreenInfo' > os_structs.h:352: warning: data definition has no type or storage class > os_structs.h:353: error: syntax error before 'XineramaScreenInfo' > os.c: In function 'Java_org_eclipse_swt_internal_motif_OS_memmove__Lorg_e= clipse_swt_internal_motif_XineramaScreenInfo_2II': > os.c:5368: error: 'XineramaScreenInfo' undeclared (first use in this func= tion) > os.c:5368: error: (Each undeclared identifier is reported only once > os.c:5368: error: for each function it appears in.) > os.c:5368: error: syntax error before '_arg0' > os.c:5370: error: 'lparg0' undeclared (first use in this function) > os.c:5370: error: '_arg0' undeclared (first use in this function) The header file is contained in libxinerama-dev. The attached patch adds a build-dependency on that package, which fixes this bug. --=20 Matt --5vNYLRcllDrimb99 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch Content-Transfer-Encoding: quoted-printable diff -u swt-motif-3.0/debian/control swt-motif-3.0/debian/control --- swt-motif-3.0/debian/control +++ swt-motif-3.0/debian/control @@ -2,7 +2,7 @@ Section: libs Priority: optional Maintainer: Shaun Jackman <[EMAIL PROTECTED]> -Build-Depends: gcj, libgcj-dev, lesstif2-dev, libgnomeui-dev, libxtst-dev,= fastjar, debhelper (>=3D 4.0.0) +Build-Depends: gcj, libgcj-dev, lesstif2-dev, libgnomeui-dev, libxtst-dev,= fastjar, debhelper (>=3D 4.0.0), libxinerama-dev Standards-Version: 3.6.1.0 =20 Package: libswt-motif3-java --5vNYLRcllDrimb99-- --OwLcNYc0lM97+oe1 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDBhhxfNdgYxVXvBARAjBTAJoD2YpdhQzOyqhGj6ACi1g8xBIPxQCgoE58 +kA/+8IO3zOih6yOemqBdfM= =F+Lt -----END PGP SIGNATURE----- --OwLcNYc0lM97+oe1-- --------------------------------------- Received: (at 324055-close) by bugs.debian.org; 23 Aug 2005 22:41:08 +0000 >From [EMAIL PROTECTED] Tue Aug 23 15:41:07 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E7hJU-00037D-00; Tue, 23 Aug 2005 15:32:12 -0700 From: Shaun Jackman <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#324055: fixed in swt-motif 3.0-6 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Tue, 23 Aug 2005 15:32:12 -0700 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: swt-motif Source-Version: 3.0-6 We believe that the bug you reported is fixed in the latest version of swt-motif, which is due to be installed in the Debian FTP archive: libswt-motif3-java_3.0-6_all.deb to pool/main/s/swt-motif/libswt-motif3-java_3.0-6_all.deb libswt-motif3-jni_3.0-6_i386.deb to pool/main/s/swt-motif/libswt-motif3-jni_3.0-6_i386.deb swt-motif_3.0-6.diff.gz to pool/main/s/swt-motif/swt-motif_3.0-6.diff.gz swt-motif_3.0-6.dsc to pool/main/s/swt-motif/swt-motif_3.0-6.dsc 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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Shaun Jackman <[EMAIL PROTECTED]> (supplier of updated swt-motif 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 [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Tue, 23 Aug 2005 15:22:05 -0700 Source: swt-motif Binary: libswt-motif3-jni libswt-motif3-java Architecture: source all i386 Version: 3.0-6 Distribution: unstable Urgency: low Maintainer: Shaun Jackman <[EMAIL PROTECTED]> Changed-By: Shaun Jackman <[EMAIL PROTECTED]> Description: libswt-motif3-java - Standard Widget Toolkit for Motif JAR library libswt-motif3-jni - Standard Widget Toolkit for Motif JNI library Closes: 324055 Changes: swt-motif (3.0-6) unstable; urgency=low . * Add libxinerama-dev | xlibs-static-dev (<< 6) to Build-Depends for X11/extensions/Xinerama.h. Closes: #324055. Thanks to Matt Kraai <[EMAIL PROTECTED]>. Files: 7fa586fe72cb9ac36c2b172add379a5f 708 libs optional swt-motif_3.0-6.dsc 10d7336c37a92d71a0934e73dd3fca74 22772 libs optional swt-motif_3.0-6.diff.gz 4b4e2f60e9e631b91965aacc764a33bf 845264 libs optional libswt-motif3-java_3.0-6_all.deb a8f90e73b158fdc48701bce047104291 104710 libs optional libswt-motif3-jni_3.0-6_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDC6K3vFdYF1IwUUoRAsW7AJ9EfB7lADrN3F/r9IW9crHifOZh/ACgs1UJ 4ZKE9hJOuCi0TN3ieRqgB/8= =ijUc -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]