Your message dated Thu, 05 Oct 2006 15:03:33 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#285693: fixed in entity 1.0.1-8 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)
--- Begin Message ---Package: entity Severity: normal Tags: patch When building 'entity' on amd64 with gcc-4.0, I get the following error: /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -DJS_EXT_DIR=\"/usr/lib/entity\" -DJS_SYSBOOT_DIR=\"/usr/lib/entity\" -g -O2 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -Wall -I/usr/local/ssl/include/ -L/usr/local/ssl/lib/ -c -o iostream.lo `test -f iostream.c || echo './'`iostream.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -DJS_EXT_DIR=\"/usr/lib/entity\" -DJS_SYSBOOT_DIR=\"/usr/lib/entity\" -g -O2 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -Wall -I/usr/local/ssl/include/ -L/usr/local/ssl/lib/ -c iostream.c -MT iostream.lo -MD -MP -MF .deps/iostream.TPlo -fPIC -DPIC -o iostream.lo In file included from njs/internal.h:96, from iostream.c:30: ./njs/njs.h:275: warning: type qualifiers ignored on function return type ./njs/njs.h:287: warning: type qualifiers ignored on function return type ./njs/njs.h:469: warning: type qualifiers ignored on function return type iostream.c: In function 'js_iostream_read': iostream.c:236: error: invalid lvalue in assignment iostream.c: In function 'js_iostream_write': iostream.c:293: error: invalid lvalue in assignment make[4]: *** [iostream.lo] Error 1 make[4]: Leaving directory `/entity-1.0.1/libentitynjs' With the attached patch 'entity' can be compiled on amd64 using gcc-4.0. Regards Andreas Jochens diff -urN ../tmp-orig/entity-1.0.1/libentitynjs/iostream.c ./libentitynjs/iostream.c --- ../tmp-orig/entity-1.0.1/libentitynjs/iostream.c 2000-07-25 07:26:00.000000000 +0200 +++ ./libentitynjs/iostream.c 2004-12-14 22:57:48.103180208 +0100 @@ -233,7 +233,7 @@ stream->bufpos += got; size -= got; - (unsigned char *) ptr += got; + ptr = (unsigned char *) ptr + got; total += got; } else @@ -290,7 +290,7 @@ stream->data_in_buf += space; total += space; size -= space; - (unsigned char *) ptr += space; + ptr = (unsigned char *) ptr + space; /* Now the buffer contains buffered write data. */ stream->writep = 1;
--- End Message ---
--- Begin Message ---Source: entity Source-Version: 1.0.1-8 We believe that the bug you reported is fixed in the latest version of entity, which is due to be installed in the Debian FTP archive: entity-c_1.0.1-8_i386.deb to pool/main/e/entity/entity-c_1.0.1-8_i386.deb entity-doc_1.0.1-8_all.deb to pool/main/e/entity/entity-doc_1.0.1-8_all.deb entity-gl_1.0.1-8_i386.deb to pool/main/e/entity/entity-gl_1.0.1-8_i386.deb entity-javascript_1.0.1-8_i386.deb to pool/main/e/entity/entity-javascript_1.0.1-8_i386.deb entity-python_1.0.1-8_i386.deb to pool/main/e/entity/entity-python_1.0.1-8_i386.deb entity-tcl_1.0.1-8_i386.deb to pool/main/e/entity/entity-tcl_1.0.1-8_i386.deb entity_1.0.1-8.diff.gz to pool/main/e/entity/entity_1.0.1-8.diff.gz entity_1.0.1-8.dsc to pool/main/e/entity/entity_1.0.1-8.dsc entity_1.0.1-8_i386.deb to pool/main/e/entity/entity_1.0.1-8_i386.deb libentity-dev_1.0.1-8_i386.deb to pool/main/e/entity/libentity-dev_1.0.1-8_i386.deb libentity0_1.0.1-8_i386.deb to pool/main/e/entity/libentity0_1.0.1-8_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. Luk Claes <[EMAIL PROTECTED]> (supplier of updated entity 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: Thu, 5 Oct 2006 22:04:17 +0200 Source: entity Binary: entity-gl entity-python entity-c libentity0 entity-doc entity-tcl libentity-dev entity entity-javascript Architecture: source i386 all Version: 1.0.1-8 Distribution: unstable Urgency: low Maintainer: Debian QA Group <[EMAIL PROTECTED]> Changed-By: Luk Claes <[EMAIL PROTECTED]> Description: entity - XML-based GUI builder for GTK+ entity-c - XML-based GUI builder for GTK+ (C bindings) entity-doc - XML-based GUI builder for GTK+ entity-gl - XML-based GUI builder for GTK+ (OpenGL bindings) entity-javascript - XML-based GUI builder for GTK+ (JavaScript bindings) entity-python - XML-based GUI builder for GTK+ (Python bindings) entity-tcl - XML-based GUI builder for GTK+ (TCL bindings) libentity-dev - XML-based GUI builder for GTK+ (core library development files) libentity0 - XML-based GUI builder for GTK+ (core library) Closes: 285693 328154 357180 386488 Changes: entity (1.0.1-8) unstable; urgency=low . * QA upload. * Set maintainer to Debian QA Group. * Acknowledgde NMUs (Closes: #285693, #328154, #386488). * Update config.{guess,sub} (Closes: #357180). Files: 6ba37079af825c5c0e2b6f9c8b34db02 956 interpreters optional entity_1.0.1-8.dsc 0aa0e1e711a6da32b9d4a0a3ca39d624 23842 interpreters optional entity_1.0.1-8.diff.gz 7dde0b6c487127ed7f3f5dd4b20e9aed 204880 interpreters optional entity_1.0.1-8_i386.deb df48f57625fd8f31790788ebb8b36ef5 19068 python optional entity-python_1.0.1-8_i386.deb d0d9797b92e11dffe145804baa03f6d6 14608 interpreters optional entity-tcl_1.0.1-8_i386.deb c28063ee366f4af4394d2df4f9c993e0 143522 interpreters optional entity-javascript_1.0.1-8_i386.deb 00472f5f7538f3df078bcf89bf434b03 73838 libs optional libentity0_1.0.1-8_i386.deb 34465a5dfa65d151d3edc5916e423802 18898 libdevel optional libentity-dev_1.0.1-8_i386.deb ba4459bbd48a4d784fb756d4a45a2d95 47964 interpreters optional entity-c_1.0.1-8_i386.deb d577bec2cba4eee86ddd7dd1e5393c14 17456 interpreters optional entity-gl_1.0.1-8_i386.deb 509582bf79b24fbbb759cbb8b1f54f76 35764 doc optional entity-doc_1.0.1-8_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFJW1P5UTeB5t8Mo0RAvC+AKCgPnZnoGqm1wd2U0Ugeft2nwbnhQCfcGUu UTl38kZsP8FpSSuXfMPCQrY= =kbyg -----END PGP SIGNATURE-----
--- End Message ---

