Your message dated Fri, 19 Aug 2005 01:47:03 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#323521: fixed in gem 1:0.90.0-16 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; 17 Aug 2005 04:24:22 +0000 >From [EMAIL PROTECTED] Tue Aug 16 21:24:22 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 1E5FTR-00030K-00; Tue, 16 Aug 2005 21:24:22 -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 j7H4OKUp052573 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for <[EMAIL PROTECTED]>; Tue, 16 Aug 2005 21:24:21 -0700 (PDT) (envelope-from [EMAIL PROTECTED]) Received: from kraai by localhost.localdomain with local (Exim 4.52) id 1E57gV-00013Z-4I for [EMAIL PROTECTED]; Tue, 16 Aug 2005 13:05:19 -0700 Date: Tue, 16 Aug 2005 13:05:18 -0700 From: Matt Kraai <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: FTBFS: Unable to include <X11/extensions/xf86vmode.h> Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="JYK4vJDZwFMowpUq" Content-Disposition: inline User-Agent: Mutt/1.5.9i X-Virus-Scanned: ClamAV 0.86.2/1027/Tue Aug 16 16:44:00 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=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2005_01_02 --JYK4vJDZwFMowpUq Content-Type: multipart/mixed; boundary="T4sUOijqQbZv57TR" Content-Disposition: inline --T4sUOijqQbZv57TR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Package: gem Version: 0.90.0-15 Severity: serious Tags: patch gem fails to build because it cannot find X11/extensions/xf86vmode.h: > g++ -c -fPIC -g -Wall -O2 -I/usr/include/freetype2 -I.. -I/usr/includ= e/FTGL GemModelData.cpp -o GemModelData.o > In file included from GemMan.cpp:41: > GemWinCreate.h:20:38: error: X11/extensions/xf86vmode.h: No such file or = directory > g++ -c -fPIC -g -Wall -O2 -I/usr/include/freetype2 -I.. -I/usr/includ= e/FTGL GemPathBase.cpp -o GemPathBase.o > GemWinCreate.h:68: error: 'XF86VidModeModeInfo' does not name a type > g++ -c -fPIC -g -Wall -O2 -I/usr/include/freetype2 -I.. -I/usr/includ= e/FTGL GemPixDualObj.cpp -o GemPixDualObj.o > GemMan.cpp: In static member function 'static int GemMan::createWindow(ch= ar*)': > GemMan.cpp:1100: warning: suggest parentheses around assignment used as t= ruth value Adding a build-dependency on libxxf86vm-dev fixes this problem. --=20 Matt --T4sUOijqQbZv57TR Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch Content-Transfer-Encoding: quoted-printable diff -u gem-0.90.0/debian/control gem-0.90.0/debian/control --- gem-0.90.0/debian/control +++ gem-0.90.0/debian/control @@ -2,7 +2,7 @@ Section: graphics Priority: optional Maintainer: Guenter Geiger (Debian/GNU) <[EMAIL PROTECTED]> -Build-Depends: debhelper, cdbs, autoconf, puredata, libfreetype6-dev, ftgl= -dev, libtiff4-dev, libjpeg62-dev, flex, xlibmesa-gl-dev, xlibmesa-glu-dev,= zlib1g-dev (>=3D 1:1.1.3), pkg-config, libquicktime-dev, libmpeg3-dev, lin= ux-kernel-headers (>=3D 2.5.999-test7-bk-10), xlibs-static-dev, libpng12-de= v, libavcodec-dev, libavformat-dev, libdv-dev +Build-Depends: debhelper, cdbs, autoconf, puredata, libfreetype6-dev, ftgl= -dev, libtiff4-dev, libjpeg62-dev, flex, xlibmesa-gl-dev, xlibmesa-glu-dev,= zlib1g-dev (>=3D 1:1.1.3), pkg-config, libquicktime-dev, libmpeg3-dev, lin= ux-kernel-headers (>=3D 2.5.999-test7-bk-10), xlibs-static-dev, libpng12-de= v, libavcodec-dev, libavformat-dev, libdv-dev, libxxf86vm-dev Standards-Version: 3.6.1.1 =20 Package: gem --T4sUOijqQbZv57TR-- --JYK4vJDZwFMowpUq 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) iD8DBQFDAkb+fNdgYxVXvBARAk0xAJ4/0FAn10rmaVxCHV05zTT8Ll6wBACgsukY dySMTJHrwYqz/59cMmYpHvc= =LyMJ -----END PGP SIGNATURE----- --JYK4vJDZwFMowpUq-- --------------------------------------- Received: (at 323521-close) by bugs.debian.org; 19 Aug 2005 08:56:24 +0000 >From [EMAIL PROTECTED] Fri Aug 19 01:56:24 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E62Wl-0005lW-00; Fri, 19 Aug 2005 01:47:03 -0700 From: Guenter Geiger (Debian/GNU) <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#323521: fixed in gem 1:0.90.0-16 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Fri, 19 Aug 2005 01:47:03 -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: gem Source-Version: 1:0.90.0-16 We believe that the bug you reported is fixed in the latest version of gem, which is due to be installed in the Debian FTP archive: gem_0.90.0-16.diff.gz to pool/main/g/gem/gem_0.90.0-16.diff.gz gem_0.90.0-16.dsc to pool/main/g/gem/gem_0.90.0-16.dsc gem_0.90.0-16_i386.deb to pool/main/g/gem/gem_0.90.0-16_i386.deb 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. Guenter Geiger (Debian/GNU) <[EMAIL PROTECTED]> (supplier of updated gem 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: Fri, 19 Aug 2005 10:29:40 +0200 Source: gem Binary: gem Architecture: source i386 Version: 1:0.90.0-16 Distribution: unstable Urgency: low Maintainer: Guenter Geiger (Debian/GNU) <[EMAIL PROTECTED]> Changed-By: Guenter Geiger (Debian/GNU) <[EMAIL PROTECTED]> Description: gem - Graphics Environment for Multimedia - PureData library Closes: 323521 Changes: gem (1:0.90.0-16) unstable; urgency=low . * Added build dependency on libxxf86vm-dev (closes: #323521) Files: f788c00232fd152ce4d629293ae41312 889 graphics optional gem_0.90.0-16.dsc df2cb355570e54907f81e9287ac31038 59425 graphics optional gem_0.90.0-16.diff.gz 030e4f6e0056987bd9d00dc73322ae53 2978226 graphics optional gem_0.90.0-16_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDBZtB1pbKhmC2uVgRAuajAJ98YHSk4n1BKjxMgJcCBslplsbPtACfVy+L nQwwjxkqhT9fE/zshd5S6f8= =xC8W -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]