Bug#540060: error in pgadmin3

2009-08-28 Thread Ryan Niebur
On Fri, Aug 28, 2009 at 07:01:36PM +0200, Giuseppe Iuculano wrote:
> Hi,
> 
> #540751 was fixed, so a binNMU of wxwidgets2.8 should fix this issue.
> 

and then binnmu the things that were built against the broken
wxwidgets2.8. I'll mail the release team. also, we could just
bump the build deps and revert my (now broken) patch in the
upload in git, and upload that as usual.

-- 
_
Ryan Niebur
ryanrya...@gmail.com


signature.asc
Description: Digital signature


Bug#540060: error in pgadmin3

2009-08-28 Thread Giuseppe Iuculano
Hi,

#540751 was fixed, so a binNMU of wxwidgets2.8 should fix this issue.

Cheers,
Giuseppe.



signature.asc
Description: OpenPGP digital signature


Bug#540060: error in pgadmin3

2009-08-14 Thread Matthias Klose

reply from upstream: http://sourceware.org/bugzilla/show_bug.cgi?id=10518

The linker script shown has two global wildcard matches.  As the ld info doc
says, this is slightly crazy.  They both match "test_new", so which one should
ld choose?  The most specific match?  How do you do that in general?  eg. is
"tes*" a better match than "*new" for "test_new"?  (If we make a special case
for "*", why stop there?)



--
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#540060: error in pgadmin3

2009-08-10 Thread Giuseppe Iuculano
clone 540060 -1
reassign -1 binutils
retitle -1 version script commands not handled correctly in sid/squeeze
severity -1 grave
thanks


Hi,

please see the testcase below

Cheers,
Giuseppe.


Giuseppe Iuculano ha scritto:
> Giuseppe Iuculano ha scritto:
>> _zn21wxmemoryfshandlerbase19addfilewithmimetypeerk8wxstringpkvj...@wxu_2.8
>> 2.8.7.1-2  and
>> _zn21wxmemoryfshandlerbase19addfilewithmimetypeerk8wxstringpkvj...@wxu_2.8.5
>> 2.8.7.1-1
> 
> It seems that something changed in binutils, testcase:
> 
> squeeze, binutils 2.19.51.20090723-1:
> 
> $ cat test.c
> int test(void)
> {
>   return 1;
> }
> 
> int test_new(void)
> {
>   return 2;
> }
> 
> $ cat test.version
> TEST_1.0.1 {
> *new*;
> };
> 
> TEST_1.0 {
> global: *;
> };
> 
> $ gcc -c -fPIC test.c
> $ ld -shared -o test.so -version-script test.version test.o
> $ objdump -T test.so |grep test
> test.so: file format elf32-i386
> 0210 gDF .text000a  TEST_1.0test
> 021a gDF .text000a  TEST_1.0test_new
> 
> 
> 
> but in lenny, binutils 2.18.1~cvs20080103-7:
> 
> # objdump -T test.so |grep test
> test.so: file format elf32-i386
> 0210 gDF .text000a  TEST_1.0test
> 021a gDF .text000a  TEST_1.0.1  test_new
> 




signature.asc
Description: OpenPGP digital signature


Processed: Re: Bug#540060: error in pgadmin3

2009-08-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> clone 540060 -1
Bug#540060: error in pgadmin3
Bug 540060 cloned as bug 540751.

> reassign -1 binutils
Bug #540751 [libwxgtk2.8-0] error in pgadmin3
Bug reassigned from package 'libwxgtk2.8-0' to 'binutils'.
Bug #540751 [binutils] error in pgadmin3
Bug No longer marked as found in versions 2.8.7.1-2.
Bug #540751 [binutils] error in pgadmin3
Ignoring request to alter fixed versions of bug #540751 to the same values 
previously set
> retitle -1 version script commands not handled correctly in sid/squeeze
Bug #540751 [binutils] error in pgadmin3
Changed Bug title to 'version script commands not handled correctly in 
sid/squeeze' from 'error in pgadmin3'
> severity -1 grave
Bug #540751 [binutils] version script commands not handled correctly in 
sid/squeeze
Severity set to 'grave' from 'serious'

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#540060: error in pgadmin3

2009-08-08 Thread Giuseppe Iuculano
Giuseppe Iuculano ha scritto:
> _zn21wxmemoryfshandlerbase19addfilewithmimetypeerk8wxstringpkvj...@wxu_2.8
> 2.8.7.1-2  and
> _zn21wxmemoryfshandlerbase19addfilewithmimetypeerk8wxstringpkvj...@wxu_2.8.5
> 2.8.7.1-1

It seems that something changed in binutils, testcase:

squeeze, binutils 2.19.51.20090723-1:

$ cat test.c
int test(void)
{
return 1;
}

int test_new(void)
{
return 2;
}

$ cat test.version
TEST_1.0.1 {
*new*;
};

TEST_1.0 {
global: *;
};

$ gcc -c -fPIC test.c
$ ld -shared -o test.so -version-script test.version test.o
$ objdump -T test.so |grep test
test.so: file format elf32-i386
0210 gDF .text  000a  TEST_1.0test
021a gDF .text  000a  TEST_1.0test_new



but in lenny, binutils 2.18.1~cvs20080103-7:

# objdump -T test.so |grep test
test.so: file format elf32-i386
0210 gDF .text  000a  TEST_1.0test
021a gDF .text  000a  TEST_1.0.1  test_new



signature.asc
Description: OpenPGP digital signature


Bug#540060: error in pgadmin3

2009-08-08 Thread Giuseppe Iuculano
Ryan Niebur ha scritto:
> since amd64 seems to be the only architecture with (known) problems,


No, unfortunately I was able to reproduce this issue on my i386 machine.

Cheers,
Giuseppe.



signature.asc
Description: OpenPGP digital signature


Bug#540060: error in pgadmin3

2009-08-08 Thread Ryan Niebur
Hi!

On Sat, Aug 08, 2009 at 08:44:49PM +0200, Giuseppe Iuculano wrote:
> Gerfried Fuchs ha scritto:
> >  Beg your pardon, but that sounds rather like the ABI of wxwidgets2.8
> > has changed - and then it's not pgadmin3's job to fix it, rather the
> > library should bump its compatibility level, not?
> > 
> >  Can this please get investigated properly? I don't object to a
> > scheduled binNMU of pgadmin3 (given that there won't be any source
> > changes needed), but if wxwidgets2.8 changes its ABI/API it shouldn't do
> > that in disguise.
> 
> You are right, but I don't think my small patch[1] introduced in the latest
> security/QA upload caused an API breakage...
> 
> _zn21wxmemoryfshandlerbase19addfilewithmimetypeerk8wxstringpkvj...@wxu_2.8
> 2.8.7.1-2  and
> _zn21wxmemoryfshandlerbase19addfilewithmimetypeerk8wxstringpkvj...@wxu_2.8.5
> 2.8.7.1-1
> 
> I have no idea... Is it possible that something changed with symbol mangling 
> in
> latest gcc-4.3 version?
> 
> [1]http://patch-tracking.debian.net/patch/series/view/wxwidgets2.8/2.8.7.1-2/CVE-2009-2369.dpatch
> 

since amd64 seems to be the only architecture with (known) problems,
and that the version that was built on the uploaders machine, I am
suspecting it was a build problem caused by the uploaders machine. I'm
working on (waiting for) wx to rebuild on my amd64 and then I'll test
to see if that fixes it.

Cheers,
Ryan

-- 
_
Ryan Niebur
ryanrya...@gmail.com


signature.asc
Description: Digital signature


Bug#540060: error in pgadmin3

2009-08-08 Thread Giuseppe Iuculano
Gerfried Fuchs ha scritto:
>  Beg your pardon, but that sounds rather like the ABI of wxwidgets2.8
> has changed - and then it's not pgadmin3's job to fix it, rather the
> library should bump its compatibility level, not?
> 
>  Can this please get investigated properly? I don't object to a
> scheduled binNMU of pgadmin3 (given that there won't be any source
> changes needed), but if wxwidgets2.8 changes its ABI/API it shouldn't do
> that in disguise.

You are right, but I don't think my small patch[1] introduced in the latest
security/QA upload caused an API breakage...

_zn21wxmemoryfshandlerbase19addfilewithmimetypeerk8wxstringpkvj...@wxu_2.8
2.8.7.1-2  and
_zn21wxmemoryfshandlerbase19addfilewithmimetypeerk8wxstringpkvj...@wxu_2.8.5
2.8.7.1-1

I have no idea... Is it possible that something changed with symbol mangling in
latest gcc-4.3 version?

[1]http://patch-tracking.debian.net/patch/series/view/wxwidgets2.8/2.8.7.1-2/CVE-2009-2369.dpatch

Cheers,
Giuseppe.



signature.asc
Description: OpenPGP digital signature


Processed: Re: Bug#540060: error in pgadmin3

2009-08-08 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 540060 libwxgtk2.8-0
Bug #540060 [pgadmin3] error in pgadmin3
Bug reassigned from package 'pgadmin3' to 'libwxgtk2.8-0'.
Bug #540060 [libwxgtk2.8-0] error in pgadmin3
Bug No longer marked as found in versions 1.10.0-1.
Bug #540060 [libwxgtk2.8-0] error in pgadmin3
Ignoring request to alter fixed versions of bug #540060 to the same values 
previously set
> quit
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#540060: error in pgadmin3

2009-08-08 Thread Giuseppe Iuculano
reassign 540060 pgadmin3
found 540060 1.10.0-1
thanks

Giuseppe Iuculano ha scritto:
> It's likely that pgadmin3 should have been rebuilt after the latest 
> wxwidgets2.8
> upload.

Yes, I confirm that, I rebuilt pgadmin3 and it works perfectly.


Cheers,
Giuseppe.



signature.asc
Description: OpenPGP digital signature


Bug#540060: error in pgadmin3

2009-08-08 Thread Giuseppe Iuculano
It's likely that pgadmin3 should have been rebuilt after the latest wxwidgets2.8
upload.

Cheers,
Giuseppe.



signature.asc
Description: OpenPGP digital signature


Bug#540060: error in pgadmin3

2009-08-07 Thread Alexander Clouter
Hi,

Borked for me also (amd64):

a...@berk:~$ uname -a
Linux berk 2.6.30.4 #8 SMP Sun Aug 2 18:53:03 BST 2009 x86_64 GNU/Linux
a...@berk:~$ dpkg -s libwxgtk2.8-0 | grep Version
Version: 2.8.7.1-2
a...@berk:~$ dpkg -s pgadmin3 | grep Version
Version: 1.10.0-1



a...@berk:~$ pgadmin3 
pgadmin3: relocation error: pgadmin3: symbol 
_ZN21wxMemoryFSHandlerBase19AddFileWithMimeTypeERK8wxStringPKvmS2_, version 
WXU_2.8.5 not defined in file libwx_baseu-2.8.so.0 with link time reference


Downgrading to libwxbase2.8-0_2.8.7.1-1.1_amd64.deb (testing) 'fixes' 
the problem for me, but I get no warnings.

Let me know what tests you might want me to do :)

Cheers

-- 
Alexander Clouter
.sigmonster says: "You must have an IQ of at least half a million."  -- Popeye



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#540060: error in pgadmin3

2009-08-05 Thread Ryan Niebur
hm, pgadmin3 will at least open for me. what steps did you have to do
to reproduce this? and which architecture are you on?

-- 
_
Ryan Niebur
ryanrya...@gmail.com


signature.asc
Description: Digital signature


Bug#540060: error in pgadmin3

2009-08-05 Thread Ivan Sergio Borgonovo
Package: libwxgtk2.8-0
Version: 2.8.7.1-2
Severity: serious

libwxbase2.8-0 2.8.7.1-1.1 -> 2.8.7.1-2

Gtk-Message: Failed to load module "canberra-gtk-module":
libcanberra-gtk-module.so: cannot open shared object file: No such
file or directory

pgadmin3: relocation error: pgadmin3: symbol
_ZN21wxMemoryFSHandlerBase19AddFileWithMimeTypeERK8wxStringPKvmS2_,
version WXU_2.8.5 not defined in file libwx_baseu-2.8.so.0 with link
time reference

and pgadmin not working

after downgrading to -1
I just get the warning and pgadmin works again.

-- 
Ivan Sergio Borgonovo
http://www.webthatworks.it




-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org