![]() |
2014-08-26
, 23:16
|
Posts: 445 |
Thanked: 367 times |
Joined on Nov 2010
@ Italy
|
#62
|
![]() |
2014-08-27
, 07:59
|
Posts: 235 |
Thanked: 86 times |
Joined on Dec 2010
|
#63
|
can this work on maemo for the ssl issue?
https://developer.pidgin.im/wiki/FAQ...lingFromSource
The Following User Says Thank You to figaro For This Useful Post: | ||
![]() |
2014-08-27
, 20:08
|
Posts: 445 |
Thanked: 367 times |
Joined on Nov 2010
@ Italy
|
#64
|
That could be it
From https://pidgin.im/pipermail/support/...il/014558.html and http://tehpost.blogspot.kr/2008/03/s...msn-error.html, I think you can either choose to install libgnutls26 or both libnspr4-dev and libnss3-dev
cp -a debian/tmp/usr/share/locale debian/pidgin-l10n//usr/share/ dh_install: usr/lib/purple-2/ssl-gnutls.so exists in debian/tmp but is not installed to anywhere dh_install: usr/lib/purple-2/ssl-nss.so exists in debian/tmp but is not installed to anywhere dh_install: missing files, aborting make: *** [binary-arch] Error 255 dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2
![]() |
2014-08-28
, 16:38
|
Posts: 235 |
Thanked: 86 times |
Joined on Dec 2010
|
#65
|
The Following User Says Thank You to figaro For This Useful Post: | ||
![]() |
2014-08-29
, 19:06
|
|
Posts: 282 |
Thanked: 2,387 times |
Joined on Sep 2011
|
#66
|
apt-get source pidgin cd pidgin-2.10.9 dpkg-buildpackage -b
The Following 8 Users Say Thank You to gidzzz For This Useful Post: | ||
![]() |
2014-08-29
, 19:55
|
Posts: 805 |
Thanked: 1,605 times |
Joined on Feb 2010
@ Gdynia, Poland
|
#67
|
gianko, please make sure that you know what you are doing before replacing someone else's package in the repositories. The source package that you have uploaded contains 40 MB of unnecessary files, that might be a hint to why it failed at the autobuilder (I guess they are leftovers from your local compilation).
Building Pidgin should be pretty straightforward, this works for me (dependencies already installed, clean folder):
I have uploaded Pidgin 2.10.9-0maemo2. It's been built successfully and is ready for download.Code:apt-get source pidgin cd pidgin-2.10.9 dpkg-buildpackage -b
- Changed source format to 3.0 (quilt) -- thanks to that packaging new versions from upstream and managing patches should be a bliss.
- Added patch to fix Yahoo login with GnuTLS -- as requested by figaro.
The Following User Says Thank You to misiak For This Useful Post: | ||
![]() |
2014-08-29
, 22:57
|
Posts: 445 |
Thanked: 367 times |
Joined on Nov 2010
@ Italy
|
#69
|
The Following 2 Users Say Thank You to gianko For This Useful Post: | ||
![]() |
2015-06-20
, 23:30
|
Posts: 51 |
Thanked: 41 times |
Joined on Jun 2013
|
#70
|
The output mentioned that "install-sh: No such file or directory", and I only guess that you can use one available in the net (or maybe by installing x11-utils package? but I don't think so). Not sure though
As for the second one, completely no idea
Thanks a lot though for trying