The simplest way: http://people.debian.org/~rafael/skype-amd64/ I trust it because it is packaged by a debian dev.
Best reards, Bin 2009/3/19 Jaime Ochoa Malagón <[email protected]>: > I was waiting for the update in sid, but now I change it in the > source, my skype is now working, in that way. On the other hand the > libraries required are in conflict with ia32-libs and then with wine > nspluginwrapper and so on... > > wine is working installed from ia32 repo... > > I'm pretty happy this feel much better than ia32-libs... > > This is the new way to go? in that case how could nspluginwrapper work? > > I'm asking to know if I should keep my dchroot or only wait for the changes... > > Great job, Thanks. > > On Wed, Mar 11, 2009 at 3:51 AM, Goswin von Brederlow <[email protected]> > wrote: >> Jaime Ochoa Malagón <[email protected]> writes: >> >>> I don't know what change but now it works and try to download skype and >>> libs... >>> >>> That is an example of the errors trying to install: >>> >>> dpkg-deb: --control >>> /var/cache/apt/archives/ia32-libjpeg62_6b-14~11_amd64.deb >>> /var/lib/dpkg/tmp.ci >>> (Reading database ... 542638 files and directories currently >>> installed.) >>> Unpacking ia32-libjpeg62 (from .../ia32-libjpeg62_6b-14~11_amd64.deb) >>> ... >>> dpkg-deb: --fsys-tarfile >>> /var/cache/apt/archives/ia32-libjpeg62_6b-14~11_amd64.deb >>> parsechangelog/debian: warning: debian/changelog(l5): badly >>> formatted trailer line >>> LINE: -- root <r...@localhost> Mon, 9 Mar 2009 08:04:28 PM -0600 >>> parsechangelog/debian: warning: debian/changelog(l5): found eof >>> where expected more change data or trailer >>> Use of uninitialized value $v in pattern match (m//) at >>> /usr/share/perl5/Dpkg/Fields.pm line 229, <STDIN> line 5. >>> Use of uninitialized value $v in pattern match (m//) at >>> /usr/share/perl5/Dpkg/Fields.pm line 229, <STDIN> line 5. >>> dch warning: new version (6b-14~11) is less than >>> the current version number (6b-14). >>> >>> There is somethign that I miss? >> >> That sounds like libjpeg62 has an invalid debian/changelog. From the >> email and date this is the entry that is added to document the >> conversion. The problem is the timestamp. I'm generating the timestamp >> with $(date +"%a, %e %b %Y %X %z"), which should give something like >> "Wed, 11 Mar 2009 10:44:13 +0100". Your locale setting must cause date >> to inject the "PM" there. I guess it should have been %T instead of >> %X. Fixed in svn. >> >> >> As for "dch warning: new version (6b-14~11) is less than the current >> version number (6b-14)." that is intentional. The idea behind that is >> that if a source starts shipping a 32bit flavour on amd64 then its >> version will always be higher than the converted package. >> >> >> (Reading database ... 126066 files and directories currently >> installed.) >> Unpacking ia32-libjpeg62 (from .../ia32-libjpeg62_6b-14~12_amd64.deb) >> ... >> dpkg-deb: --fsys-tarfile >> /var/cache/apt/archives/ia32-libjpeg62_6b-14~12_amd64.deb >> dch warning: new version (6b-14~12) is less than >> the current version number (6b-14). >> Setting up ia32-libjpeg62 (6b-14~12) ... >> >> >> >> MfG >> Goswin >> ---------------------------------------------------------------------------- >> --- ia32-apt-get/dpkg-deb.in (revision 247) >> +++ ia32-apt-get/dpkg-deb.in (working copy) >> @@ -34,7 +34,7 @@ >> >> * ia32-apt-get conversion >> >> - -- root <r...@localhost> $(date +"%a, %e %b %Y %X %z") >> + -- root <r...@localhost> $(date +"%a, %e %b %Y %T %z") >> EOF >> if [ -f "/usr/lib/ia32-libs-tools/hooks/$PKG.hook" ]; then >> cp "/usr/lib/ia32-libs-tools/hooks/$PKG.hook" debian/ >> > > > > -- > Perhaps the depth of love can be calibrated by the number of different > selves that are actively involved in a given relationship. > > Carl Sagan (Contact) > > Jaime Ochoa Malagón > Arquitecto de Soluciones > Cel: +52 (55) 1021 0774 > > > -- > To UNSUBSCRIBE, email to [email protected] > with a subject of "unsubscribe". Trouble? Contact [email protected] > > -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

