Your message dated Tue, 06 Sep 2005 23:02:07 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#319307: fixed in blender 2.37a-1 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; 21 Jul 2005 01:45:41 +0000 >From [EMAIL PROTECTED] Wed Jul 20 18:45:41 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 1DvQ84-0002hl-00; Wed, 20 Jul 2005 18:45:41 -0700 Received: from localhost.localdomain (pool-71-104-165-253.lsanca.dsl-w.verizon.net [71.104.165.253]) (authenticated bits=0) by zoot.lafn.org (8.13.1/8.13.1) with ESMTP id j6L1jdAW065554 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for <[EMAIL PROTECTED]>; Wed, 20 Jul 2005 18:45:40 -0700 (PDT) (envelope-from [EMAIL PROTECTED]) Received: from kraai by localhost.localdomain with local (Exim 4.52) id 1DvKe2-0001Ts-6h for [EMAIL PROTECTED]; Wed, 20 Jul 2005 12:54:18 -0700 Date: Wed, 20 Jul 2005 12:54:18 -0700 From: Matt Kraai <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: FTBFS: conflicting declarations of BPy_CurNurb_methods Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="JP+T4n/bALQSJXh8" Content-Disposition: inline User-Agent: Mutt/1.5.9i X-Virus-Scanned: ClamAV version 0.85.1, clamav-milter version 0.85 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.6 required=4.0 tests=BAYES_00,DATE_IN_PAST_03_06 autolearn=no version=2.60-bugs.debian.org_2005_01_02 --JP+T4n/bALQSJXh8 Content-Type: multipart/mixed; boundary="0OAP2g/MAC+5xKAE" Content-Disposition: inline --0OAP2g/MAC+5xKAE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Package: blender Version: 2.36-1 Severity: serious Tags: patch blender fails to build because it declares BPy_CurNurb_methods as both static and non-static: gcc -pipe -funsigned-char -O2 -Wall -W -DGAMEBLENDER=3D1 -DUSE_SUMO_SOLID -= DNDEBUG -Ibuild/linux2/source/blender/python/api2_2x -Isource/blender/pytho= n/api2_2x -Isource/blender/python/api2_2x -Ibuild/linux2/source/blender/ble= nkernel -Isource/blender/blenkernel -Isource/blender/blenkernel -Ibuild/lin= ux2/source/blender/blenlib -Isource/blender/blenlib -Isource/blender/blenli= b -Ibuild/linux2/source/blender/blenloader -Isource/blender/blenloader -Iso= urce/blender/blenloader -Ibuild/linux2/source/blender/render/extern/include= -Isource/blender/render/extern/include -Isource/blender/render/extern/incl= ude -Ibuild/linux2/source/blender/radiosity/extern/include -Isource/blender= /radiosity/extern/include -Isource/blender/radiosity/extern/include -Ibuild= /linux2/source/blender/makesdna -Isource/blender/makesdna -Isource/blender/= makesdna -Iintern/guardedalloc -Iintern/bmfont -Ibuild/linux2/source/blende= r/imbuf -Isource/blender/imbuf -Isource/blender/imbuf -Ibuild/linux2/source= /blender/include -Isource/blender/include -Isource/blender/include -I/usr/i= nclude/python2.3 -I/usr/include -c -o build/linux2/source/blender/python/ap= i2_2x/CurNurb.o source/blender/python/api2_2x/CurNurb.c source/blender/python/api2_2x/CurNurb.c: In function 'M_CurNurb_New': source/blender/python/api2_2x/CurNurb.c:197: warning: unused parameter 'sel= f' source/blender/python/api2_2x/CurNurb.c:197: warning: unused parameter 'arg= s' source/blender/python/api2_2x/CurNurb.c: In function 'CurNurb_isNurb': source/blender/python/api2_2x/CurNurb.c:421: warning: dereferencing type-pu= nned pointer will break strict-aliasing rules source/blender/python/api2_2x/CurNurb.c:422: warning: dereferencing type-pu= nned pointer will break strict-aliasing rules source/blender/python/api2_2x/CurNurb.c:424: warning: dereferencing type-pu= nned pointer will break strict-aliasing rules source/blender/python/api2_2x/CurNurb.c:425: warning: dereferencing type-pu= nned pointer will break strict-aliasing rules source/blender/python/api2_2x/CurNurb.c: At top level: source/blender/python/api2_2x/CurNurb.c:455: error: static declaration of '= BPy_CurNurb_methods' follows non-static declaration source/blender/python/api2_2x/CurNurb.c:54: error: previous declaration of = 'BPy_CurNurb_methods' was here scons: *** [build/linux2/source/blender/python/api2_2x/CurNurb.o] Error 1 scons: building terminated because of errors. make: *** [build-stamp] Error 2 The attached patch fixes this making both declarations static. --=20 Matt --0OAP2g/MAC+5xKAE Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="blender_2.36-1.patch" Content-Transfer-Encoding: quoted-printable only in patch2: unchanged: --- blender-2.36.orig/source/blender/python/api2_2x/CurNurb.c +++ blender-2.36/source/blender/python/api2_2x/CurNurb.c @@ -51,7 +51,7 @@ */ =20 =20 -extern PyMethodDef BPy_CurNurb_methods[]; +static PyMethodDef BPy_CurNurb_methods[]; PyObject *CurNurb_CreatePyObject( Nurb * blen_nurb ); static PyObject *CurNurb_setMatIndex( BPy_CurNurb * self, PyObject * args = ); static PyObject *CurNurb_getMatIndex( BPy_CurNurb * self ); --0OAP2g/MAC+5xKAE-- --JP+T4n/bALQSJXh8 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) iD8DBQFC3qvpfNdgYxVXvBARArx/AJ9HMxIJkAdHzGPu9VzzcZA+OL3J/QCfSIm6 daZXkqsIZnWquzqa8SaBlnI= =Yzau -----END PGP SIGNATURE----- --JP+T4n/bALQSJXh8-- --------------------------------------- Received: (at 319307-close) by bugs.debian.org; 7 Sep 2005 06:08:32 +0000 >From [EMAIL PROTECTED] Tue Sep 06 23:08:32 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1ECt0Z-0001Lr-00; Tue, 06 Sep 2005 23:02:07 -0700 From: Masayuki Hatta (mhatta) <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#319307: fixed in blender 2.37a-1 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Tue, 06 Sep 2005 23:02:07 -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 X-CrossAssassin-Score: 6 Source: blender Source-Version: 2.37a-1 We believe that the bug you reported is fixed in the latest version of blender, which is due to be installed in the Debian FTP archive: blender_2.37a-1.diff.gz to pool/main/b/blender/blender_2.37a-1.diff.gz blender_2.37a-1.dsc to pool/main/b/blender/blender_2.37a-1.dsc blender_2.37a-1_i386.deb to pool/main/b/blender/blender_2.37a-1_i386.deb blender_2.37a.orig.tar.gz to pool/main/b/blender/blender_2.37a.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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Masayuki Hatta (mhatta) <[EMAIL PROTECTED]> (supplier of updated blender 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, 6 Sep 2005 17:52:51 +0900 Source: blender Binary: blender Architecture: source i386 Version: 2.37a-1 Distribution: unstable Urgency: low Maintainer: Masayuki Hatta (mhatta) <[EMAIL PROTECTED]> Changed-By: Masayuki Hatta (mhatta) <[EMAIL PROTECTED]> Description: blender - Very fast and versatile 3D modeller/renderer Closes: 285577 298167 304567 313676 316524 319307 Changes: blender (2.37a-1) unstable; urgency=low . * Works had been done at Codefest Asia 2005 in Colombo, Sri Lanka. * New upstream release - closes: #316524 * Bumped Standards-Version 3.6.2.1 (no physical changes). * Now the package include blenderplayer - closes: #304567 * Now it should be built on amd64 with gcc-4.0 - closes: #285577, #319307 * Now quit.blend is created in the user's homedir - closes: #298167 * Fixed de.po - closes: #313676 Files: 1cad4af1a7c382dac16d089a30bceea7 740 graphics optional blender_2.37a-1.dsc 2af6afdb01c1d297c43602982d9a919c 7885589 graphics optional blender_2.37a.orig.tar.gz ae9f4939702135e2b738e26b88886736 3388 graphics optional blender_2.37a-1.diff.gz 4a1b7a229e084686024e76545a00c91d 4239716 graphics optional blender_2.37a-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDHnxNy2+jQOcHWlQRAuMAAJ924sjh9SrQWhSMCvblyAHVdp3EtwCgoBHF uk8ORn3vzHQbBGTJ97mI7WM= =DBe9 -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]