Discussion:
[libtorrent] libtorrent 1.0.8 released
Arvid Norberg
2016-01-17 23:44:28 UTC
Permalink
Get it here:
https://github.com/arvidn/libtorrent/releases/tag/libtorrent-1_0_8

Changes since last release:

* fix web seed request size
* fix bug where web seeds were not used for torrents added by URL
* fix support for symlinks on windows
* fix long filename issue (on unixes)
* fixed performance bug in DHT torrent eviction
* fixed win64 build (GetFileAttributesEx)
* fixed bug when deleting files for magnet links before they had metadata
--
Arvid Norberg
Steven Siloti
2016-01-18 01:32:01 UTC
Permalink
Are you going to upload a make dist tarball?
Post by Arvid Norberg
https://github.com/arvidn/libtorrent/releases/tag/libtorrent-1_0_8
* fix web seed request size
* fix bug where web seeds were not used for torrents added by URL
* fix support for symlinks on windows
* fix long filename issue (on unixes)
* fixed performance bug in DHT torrent eviction
* fixed win64 build (GetFileAttributesEx)
* fixed bug when deleting files for magnet links before they had metadata
sledgehammer999
2016-01-18 15:23:19 UTC
Permalink
Just in time for my next qbittorrent release!!!
Post by Steven Siloti
Are you going to upload a make dist tarball?
Post by Arvid Norberg
https://github.com/arvidn/libtorrent/releases/tag/libtorrent-1_0_8
* fix web seed request size
* fix bug where web seeds were not used for torrents added by URL
* fix support for symlinks on windows
* fix long filename issue (on unixes)
* fixed performance bug in DHT torrent eviction
* fixed win64 build (GetFileAttributesEx)
* fixed bug when deleting files for magnet links before they had metadata
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Libtorrent-discuss mailing list
https://lists.sourceforge.net/lists/listinfo/libtorrent-discuss
sledgehammer999
2016-01-26 16:57:52 UTC
Permalink
Did you change something in python2 related to "distutils" between 1.0.7
and 1.0.8? My PPA build fails with:

checking for a version of Python >= '2.4'... yes
checking for the distutils Python package... no
configure: error: cannot import Python module "distutils".
Please check your Python installation. The error was:
[18386 refs]
dh_auto_configure: ../configure --build=x86_64-linux-gnu --prefix=/usr
--includedir=${prefix}/include --mandir=${prefix}/share/man
--infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var
--disable-silent-rules --libexecdir=${prefix}/lib/libtorrent-rasterbar
--disable-maintainer-mode --disable-dependency-tracking
PYTHON=/usr/bin/python2.7-dbg
PYTHON_INSTALL_PARAMS=--root=/«PKGBUILDDIR»/debian/tmp
--install-layout=deb --enable-python-binding
--with-boost-python=boost_python-py27 --with-libgeoip --with-libiconv
--with-boost-system=boost_system returned exit code 1
debian/rules:21: recipe for target 'override_dh_auto_configure-2.7-dbg' failed
make[1]: *** [override_dh_auto_configure-2.7-dbg] Error 2
make[1]: Leaving directory '/«PKGBUILDDIR»'
debian/rules:15: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2


Here is the whole log:
https://launchpadlibrarian.net/235279877/buildlog_ubuntu-wily-amd64.libtorrent-rasterbar_1.0.8.1-1ppa1~wily1_BUILDING.txt.gz
Post by sledgehammer999
Just in time for my next qbittorrent release!!!
Post by Steven Siloti
Are you going to upload a make dist tarball?
Post by Arvid Norberg
https://github.com/arvidn/libtorrent/releases/tag/libtorrent-1_0_8
* fix web seed request size
* fix bug where web seeds were not used for torrents added by URL
* fix support for symlinks on windows
* fix long filename issue (on unixes)
* fixed performance bug in DHT torrent eviction
* fixed win64 build (GetFileAttributesEx)
* fixed bug when deleting files for magnet links before they had
metadata
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Libtorrent-discuss mailing list
https://lists.sourceforge.net/lists/listinfo/libtorrent-discuss
Arvid Norberg
2016-01-27 03:27:34 UTC
Permalink
I believe the ax_python.m4 needed updating. I'm not familiar with the
details. I believe it has been fixed in RC_1_0 and hopefully will be fixed
in 1.0.9

On Tue, Jan 26, 2016 at 11:57 AM, sledgehammer999 <
Post by sledgehammer999
Did you change something in python2 related to "distutils" between 1.0.7
checking for a version of Python >= '2.4'... yes
checking for the distutils Python package... no
configure: error: cannot import Python module "distutils".
[18386 refs]
dh_auto_configure: ../configure --build=x86_64-linux-gnu --prefix=/usr
--includedir=${prefix}/include --mandir=${prefix}/share/man
--infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var
--disable-silent-rules --libexecdir=${prefix}/lib/libtorrent-rasterbar
--disable-maintainer-mode --disable-dependency-tracking
PYTHON=/usr/bin/python2.7-dbg
PYTHON_INSTALL_PARAMS=--root=/«PKGBUILDDIR»/debian/tmp
--install-layout=deb --enable-python-binding
--with-boost-python=boost_python-py27 --with-libgeoip --with-libiconv
--with-boost-system=boost_system returned exit code 1
debian/rules:21: recipe for target 'override_dh_auto_configure-2.7-dbg' failed
make[1]: *** [override_dh_auto_configure-2.7-dbg] Error 2
make[1]: Leaving directory '/«PKGBUILDDIR»'
debian/rules:15: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
https://launchpadlibrarian.net/235279877/buildlog_ubuntu-wily-amd64.libtorrent-rasterbar_1.0.8.1-1ppa1~wily1_BUILDING.txt.gz
2016-01-18 17:23 GMT+02:00 sledgehammer999 <
Post by sledgehammer999
Just in time for my next qbittorrent release!!!
Post by Steven Siloti
Are you going to upload a make dist tarball?
Post by Arvid Norberg
https://github.com/arvidn/libtorrent/releases/tag/libtorrent-1_0_8
* fix web seed request size
* fix bug where web seeds were not used for torrents added by URL
* fix support for symlinks on windows
* fix long filename issue (on unixes)
* fixed performance bug in DHT torrent eviction
* fixed win64 build (GetFileAttributesEx)
* fixed bug when deleting files for magnet links before they had
metadata
------------------------------------------------------------------------------
Post by sledgehammer999
Post by Steven Siloti
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Libtorrent-discuss mailing list
https://lists.sourceforge.net/lists/listinfo/libtorrent-discuss
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Libtorrent-discuss mailing list
https://lists.sourceforge.net/lists/listinfo/libtorrent-discuss
--
Arvid Norberg
Steven Siloti
2016-01-27 04:01:53 UTC
Permalink
What's the output when you run `python2.7-dbg -c "import distutils"`?

It also seems a little suspicious that it's using a debug version of
python, but I don't think that should be causing this error.
Post by sledgehammer999
Did you change something in python2 related to "distutils" between 1.0.7
checking for a version of Python >= '2.4'... yes
checking for the distutils Python package... no
configure: error: cannot import Python module "distutils".
[18386 refs]
dh_auto_configure: ../configure --build=x86_64-linux-gnu --prefix=/usr
--includedir=${prefix}/include --mandir=${prefix}/share/man
--infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var
--disable-silent-rules --libexecdir=${prefix}/lib/libtorrent-rasterbar
--disable-maintainer-mode --disable-dependency-tracking
PYTHON=/usr/bin/python2.7-dbg
PYTHON_INSTALL_PARAMS=--root=/«PKGBUILDDIR»/debian/tmp
--install-layout=deb --enable-python-binding
--with-boost-python=boost_python-py27 --with-libgeoip --with-libiconv
--with-boost-system=boost_system returned exit code 1
debian/rules:21: recipe for target 'override_dh_auto_configure-2.7-dbg' failed
make[1]: *** [override_dh_auto_configure-2.7-dbg] Error 2
make[1]: Leaving directory '/«PKGBUILDDIR»'
debian/rules:15: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
https://launchpadlibrarian.net/235279877/buildlog_ubuntu-wily-amd64.libtorrent-rasterbar_1.0.8.1-1ppa1~wily1_BUILDING.txt.gz
Post by sledgehammer999
Just in time for my next qbittorrent release!!!
Post by Steven Siloti
Are you going to upload a make dist tarball?
Post by Arvid Norberg
https://github.com/arvidn/libtorrent/releases/tag/libtorrent-1_0_8
* fix web seed request size
* fix bug where web seeds were not used for torrents added by URL
* fix support for symlinks on windows
* fix long filename issue (on unixes)
* fixed performance bug in DHT torrent eviction
* fixed win64 build (GetFileAttributesEx)
* fixed bug when deleting files for magnet links before they had
metadata
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Libtorrent-discuss mailing list
https://lists.sourceforge.net/lists/listinfo/libtorrent-discuss
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Libtorrent-discuss mailing list
https://lists.sourceforge.net/lists/listinfo/libtorrent-discuss
sledgehammer999
2016-01-27 21:41:48 UTC
Permalink
Ok. I patched locally with latest ax_boost_script.m4 from RC_1_0 but when
trying to make a "debian source package" it fails in the clean step because
it tries to call b2 which doesn't exist on debian (only bjam). Funnily
enough if I remove the patch for the m4 script the "debian source package"
is made successfully. It somehow uses bjam instead of b2. This is totally
out of my league for solving. I'll wait the debian maintainer to update the
package and then copy his scripts for my PPA.

(yes I am managing my PPAs from my debian sid installation)
Post by Steven Siloti
What's the output when you run `python2.7-dbg -c "import distutils"`?
It also seems a little suspicious that it's using a debug version of
python, but I don't think that should be causing this error.
Post by sledgehammer999
Did you change something in python2 related to "distutils" between 1.0.7
checking for a version of Python >= '2.4'... yes
checking for the distutils Python package... no
configure: error: cannot import Python module "distutils".
[18386 refs]
dh_auto_configure: ../configure --build=x86_64-linux-gnu --prefix=/usr
--includedir=${prefix}/include --mandir=${prefix}/share/man
--infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var
--disable-silent-rules --libexecdir=${prefix}/lib/libtorrent-rasterbar
--disable-maintainer-mode --disable-dependency-tracking
PYTHON=/usr/bin/python2.7-dbg
PYTHON_INSTALL_PARAMS=--root=/«PKGBUILDDIR»/debian/tmp
--install-layout=deb --enable-python-binding
--with-boost-python=boost_python-py27 --with-libgeoip --with-libiconv
--with-boost-system=boost_system returned exit code 1
debian/rules:21: recipe for target 'override_dh_auto_configure-2.7-dbg'
failed
Post by sledgehammer999
make[1]: *** [override_dh_auto_configure-2.7-dbg] Error 2
make[1]: Leaving directory '/«PKGBUILDDIR»'
debian/rules:15: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
https://launchpadlibrarian.net/235279877/buildlog_ubuntu-wily-amd64.libtorrent-rasterbar_1.0.8.1-1ppa1~wily1_BUILDING.txt.gz
Post by sledgehammer999
2016-01-18 17:23 GMT+02:00 sledgehammer999 <
Post by sledgehammer999
Just in time for my next qbittorrent release!!!
Post by Steven Siloti
Are you going to upload a make dist tarball?
Post by Arvid Norberg
https://github.com/arvidn/libtorrent/releases/tag/libtorrent-1_0_8
* fix web seed request size
* fix bug where web seeds were not used for torrents added by URL
* fix support for symlinks on windows
* fix long filename issue (on unixes)
* fixed performance bug in DHT torrent eviction
* fixed win64 build (GetFileAttributesEx)
* fixed bug when deleting files for magnet links before they had
metadata
------------------------------------------------------------------------------
Post by sledgehammer999
Post by sledgehammer999
Post by Steven Siloti
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Libtorrent-discuss mailing list
https://lists.sourceforge.net/lists/listinfo/libtorrent-discuss
------------------------------------------------------------------------------
Post by sledgehammer999
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Libtorrent-discuss mailing list
https://lists.sourceforge.net/lists/listinfo/libtorrent-discuss
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Libtorrent-discuss mailing list
https://lists.sourceforge.net/lists/listinfo/libtorrent-discuss
Continue reading on narkive:
Loading...