Your message dated Tue, 04 Apr 2006 15:17:24 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#358298: fixed in pgadmin3 1.4.2-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)
--- Begin Message ---Package: pgadmin3 Version: 1.4.1-1 Severity: important Tags: patch Your package fails to build with G++ 4.1. I'm filing this bug as important for now, but when 4.1 will be the default compiler in unstable (probably in a few weeks) I'll upgrade this to serious. A patch is attached. > Automatic build of pgadmin3_1.4.1-1 on bigsur by sbuild/mips 1.106 ... > mips-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. > -DDATA_DIR=\"/usr/share/pgadmin3/\" -Wall -Wno-non-virtual-dtor > -I../src/include -I../src/agent/include -I../src/slony/include > -I/usr/include/postgresql -I./include -DSSL > -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 > -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES > -D_LARGEFILE_SOURCE=1 -DNO_GCC_PRAGMA -O2 -DDATA_DIR=\"/usr/share/pgadmin3/\" > -Wall -Wno-non-virtual-dtor -I../src/include -I../src/agent/include > -I../src/slony/include -c -o pgAggregate.o `test -f > './schema/pgAggregate.cpp' || echo './'`./schema/pgAggregate.cpp > /usr/include/wx-2.6/wx/hashmap.h: In member function > 'wxLongToLongHashMap_wxImplementation_HashTable::Node** > wxLongToLongHashMap_wxImplementation_HashTable::GetNodePtr(const long int&) > const': > /usr/include/wx-2.6/wx/hashmap.h:684: warning: dereferencing type-punned > pointer will break strict-aliasing rules > /usr/include/wx-2.6/wx/gdicmn.h: In member function > 'wxStringToColourHashMap_wxImplementation_HashTable::Node** > wxStringToColourHashMap_wxImplementation_HashTable::GetNodePtr(const > wxString&) const': > /usr/include/wx-2.6/wx/gdicmn.h:476: warning: dereferencing type-punned > pointer will break strict-aliasing rules > /usr/include/wx-2.6/wx/image.h: In member function > 'wxImageHistogramBase_wxImplementation_HashTable::Node** > wxImageHistogramBase_wxImplementation_HashTable::GetNodePtr(const long > unsigned int&) const': > /usr/include/wx-2.6/wx/image.h:123: warning: dereferencing type-punned > pointer will break strict-aliasing rules > ../src/include/pgSchema.h: At global scope: > ../src/include/pgSchema.h:88: error: extra qualification 'pgSchemaObject::' > on member 'pgSchemaObject' > make[3]: *** [pgAggregate.o] Error 1 > make[3]: Leaving directory `/build/tbm/pgadmin3-1.4.1/src' --- ./src/include/pgSchema.h~ 2006-03-22 03:28:05.000000000 +0000 +++ ./src/include/pgSchema.h 2006-03-22 03:28:10.000000000 +0000 @@ -85,7 +85,7 @@ pgSchemaObject(pgSchema *newSchema, int newType, const wxString& newName = wxT("")) : pgDatabaseObject(newType, newName) { SetSchema(newSchema); wxLogInfo(wxT("Creating a pg") + GetTypeName() + wxT(" object")); } - pgSchemaObject::~pgSchemaObject() + ~pgSchemaObject() { wxLogInfo(wxT("Destroying a pg") + GetTypeName() + wxT(" object")); } bool GetSystemObject() const; --- ./xtra/pgagent/include/connection.h~ 2006-03-22 03:42:01.000000000 +0000 +++ ./xtra/pgagent/include/connection.h 2006-03-22 03:42:09.000000000 +0000 @@ -41,7 +41,7 @@ void Return(); private: - bool DBconn::Connect(const wxString &connectString); + bool Connect(const wxString &connectString); protected: static wxString basicConnectString; -- Martin Michlmayr http://www.cyrius.com/
--- End Message ---
--- Begin Message ---Source: pgadmin3 Source-Version: 1.4.2-1 We believe that the bug you reported is fixed in the latest version of pgadmin3, which is due to be installed in the Debian FTP archive: pgadmin3-data_1.4.2-1_all.deb to pool/main/p/pgadmin3/pgadmin3-data_1.4.2-1_all.deb pgadmin3_1.4.2-1.diff.gz to pool/main/p/pgadmin3/pgadmin3_1.4.2-1.diff.gz pgadmin3_1.4.2-1.dsc to pool/main/p/pgadmin3/pgadmin3_1.4.2-1.dsc pgadmin3_1.4.2-1_i386.deb to pool/main/p/pgadmin3/pgadmin3_1.4.2-1_i386.deb pgadmin3_1.4.2.orig.tar.gz to pool/main/p/pgadmin3/pgadmin3_1.4.2.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. Raphael Enrici <[EMAIL PROTECTED]> (supplier of updated pgadmin3 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, 4 Apr 2006 19:59:58 +0000 Source: pgadmin3 Binary: pgadmin3 pgadmin3-data Architecture: source i386 all Version: 1.4.2-1 Distribution: unstable Urgency: low Maintainer: Raphael Enrici <[EMAIL PROTECTED]> Changed-By: Raphael Enrici <[EMAIL PROTECTED]> Description: pgadmin3 - Graphical administration tool for PostgreSQL pgadmin3-data - Graphical administration tool for PostgreSQL - documentation Closes: 358298 Changes: pgadmin3 (1.4.2-1) unstable; urgency=low . * New upstream release. * Upstream includes a fix for GCC 4.1 build problems. (Closes: #358298) * Re-added patch concerning double link on libssl and libcrytpo as I wasn't able to get it included upstream in time (more information in #341117). [debian/acinclude.m4] Files: 06a95f0349b8f7c5b1e27d32c989955e 642 misc optional pgadmin3_1.4.2-1.dsc 59f80424e392cf6043eda5b3f7712724 6706410 misc optional pgadmin3_1.4.2.orig.tar.gz 218ab872933c395a9b5a811f9ade41e7 38947 misc optional pgadmin3_1.4.2-1.diff.gz 2f9be27307f5b77f234d140e4c44ecb1 2503144 misc optional pgadmin3-data_1.4.2-1_all.deb 008b81485f122ef8ae10ad17e8d4ad4c 2073814 misc optional pgadmin3_1.4.2-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) iD8DBQFEMuiATTx8oVVPtMYRApJIAKC+3yA+NbTe8Z+g0Sw2JqU5OLGhFwCfbJp9 KQJn529dAlieJtOap4xRr/8= =ZuPm -----END PGP SIGNATURE-----
--- End Message ---

