Re: different debian/symbols for 32 and 64 bit system?

2009-07-26 Thread Jaromír Mikeš
Hi all, I would like to ask one other question here. Let say that I have two different working debian/symbols file; one for i386 and one for amd64 architecture. .symbols.i386 .symbols.amd64 Q1: How to care about other architectures which I am not able test? Q2: Should I have in one other symbols f

Re: different debian/symbols for 32 and 64 bit system?

2009-07-23 Thread Jaromír Mikeš
> Od: Paul Wise PW> I looked at your symbols files and saw lots of lines starting with PW> #MISSING:. This indicates that some symbols have dissappeared from PW> your library at some stage in the history of that symbols file. That PW> means that the ABI changed without a corresponding change in t

Re: different debian/symbols for 32 and 64 bit system?

2009-07-23 Thread Mike Hommey
On Thu, Jul 23, 2009 at 06:44:13PM +0200, Paul Wise wrote: > On Thu, Jul 23, 2009 at 6:36 PM, Jaromír Mikeš wrote: > > > I am not sure if I understand well your question. > > I've change nothing consciously I create new symbols file ... there were no > > one before my upgrade. > > Maybe you can p

Re: different debian/symbols for 32 and 64 bit system?

2009-07-23 Thread Jaromír Mikeš
> Od: Paul Wise JM> > Working debian symbols files are in attachments. (they are different in the JM> end of them) PW> You have a lot of #MISSING: lines, did the ABI get broken without a PW> SONAME change. Hi, I am not sure if I understand well your question. I've change nothing consciously I

Re: different debian/symbols for 32 and 64 bit system?

2009-07-23 Thread Paul Wise
On Thu, Jul 23, 2009 at 6:36 PM, Jaromír Mikeš wrote: > I am not sure if I understand well your question. > I've change nothing consciously I create new symbols file ... there were no > one before my upgrade. > Maybe you can point me somewhere to help me understand. Please read libpkg-guide and

Re: different debian/symbols for 32 and 64 bit system?

2009-07-23 Thread Jaromír Mikeš
> Od: Paul Wise JM> > Working debian symbols files are in attachments. (they are different in the JM> end of them) PW> You have a lot of #MISSING: lines, did the ABI get broken without a PW> SONAME change. Hi, I am not sure if I understand well your question. I've change nothing consciously I

Re: different debian/symbols for 32 and 64 bit system?

2009-07-23 Thread Paul Wise
On Thu, Jul 23, 2009 at 5:06 AM, Jaromír Mikeš wrote: > Working debian symbols files are in attachments. (they are different in the > end of them) You have a lot of #MISSING: lines, did the ABI get broken without a SONAME change. -- bye, pabs http://wiki.debian.org/PaulWise -- To UNSUBSCRIB

Re: Re: different debian/symbols for 32 and 64 bit system?

2009-07-22 Thread Jaromír Mikeš
> Od: Ryan Niebur > see the dpkg-gensymbols manpage. it explains how to use different > symbols files for different architectures. I see it now Thank you.. mira -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@l

Re: different debian/symbols for 32 and 64 bit system?

2009-07-22 Thread Ryan Niebur
On Thu, Jul 23, 2009 at 05:06:54AM +0200, Jaromír Mikeš wrote: > Hi all, > > I am upgrading library package here and it seems that dpkg-gensymbols asking > different debian/symbols file for my 32bit system and different for 64bit one. > Working debian symbols files are in attachments. (they are d

different debian/symbols for 32 and 64 bit system?

2009-07-22 Thread Jaromír Mikeš
Hi all, I am upgrading library package here and it seems that dpkg-gensymbols asking different debian/symbols file for my 32bit system and different for 64bit one. Working debian symbols files are in attachments. (they are different in the end of them) Can someone advise me how such issue solve