Hi Philipp, > Dear gmp maintainers, > > could you please take a look at #367862? Is it possible that there were > some changes in the last gmp upload which should have warranted a SONAME > bump? Like this it silently broke dependent applications. As a simple > recompile of obby, the library, solved the problem, I strongly suspect > that there happened something wrong in gmp.
One thing to note is that some gmp internals that were there only for mpfr have been broken and will be removed (see #363692). If you were relying on anything in /usr/lib/gmp then, yes, you need a rebuild. Sorry. Otherwise, it would help me if you could point out what part of gmp you believe has changed. In this bug report, the errors have to do with missing methods of obby::RSA::Key: > powerpc-linux-gnu-g++ -g -O2 -o sobby sobby-main_connection_generic.o > sobby-buffer_wrapper.o sobby-common.o sobby-autosaver.o sobby-server.o > sobby-main.o -lobby -lgmpxx -lgmp -lnet6 -lhowl -lglibmm-2.4 -lgobject-2.0 > -lsigc-2.0 -lglib-2.0 -lobby > sobby-buffer_wrapper.o: In function > `obby::basic_client_buffer<net6::selector>::on_net_welcome(net6::packet > const&)': > /usr/include/obby/client_buffer.hpp:697: undefined reference to > `obby::RSA::Key::set_n(__gmp_expr<__mpz_struct [1], __mpz_struct [1]> const&)' > /usr/include/obby/client_buffer.hpp:702: undefined reference to > `obby::RSA::Key::set_k(__gmp_expr<__mpz_struct [1], __mpz_struct [1]> const&)' Since you know the obby source better than I, maybe you could let me know what parts of gmp are implicated. For example, what is the type of obby::RSA::Key::set_n()'s argument after the rebuild? -Steve -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]