rakshasa / rtorrent

rTorrent BitTorrent client
https://github.com/rakshasa/rtorrent/wiki
GNU General Public License v2.0
4.19k stars 415 forks source link

libTorrent 0.13.6 does not compile on debian 10 #1041

Open PulsedMedia-Aleksi opened 4 years ago

PulsedMedia-Aleksi commented 4 years ago
# ./autogen.sh 
aclocal...
configure.ac:22: warning: macro 'AM_PATH_CPPUNIT' not found in library
autoheader...
libtoolize... using libtoolize
automake...
configure.ac:3: installing './compile'
configure.ac:20: installing './missing'
src/Makefile.am: installing './depcomp'
autoconf...
configure.ac:22: error: possibly undefined macro: AM_PATH_CPPUNIT
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
PulsedMedia-Aleksi commented 4 years ago

Should have added that all dependancies are installed and 0.13.8 compiles without any issues

PulsedMedia-Aleksi commented 4 years ago

Same with rTorrent 0.9.6

Works with rTorrent 0.9.7 and lib 0.13.7

pyroscope commented 4 years ago

you cannot mix old and new beyond certain limits. and I'm quite sure this would be a "won't fix" if issues were maintained.

PulsedMedia-Aleksi commented 4 years ago

you cannot mix old and new beyond certain limits. and I'm quite sure this would be a "won't fix" if issues were maintained.

Agree completely. However in case someone has a workaround. I tried to get some libs from debian 8 to 10, did not help. For debugging purposes i wanted to check with 0.9.6

pyroscope commented 3 years ago

About the only workable path in those situations is to engage Docker to go back to an older gcc (which is the main axis to consider here, libs can be solved by other means).