333.i2p

Форум, посвященный разработке и поддержке i2pd
 
Thu, 16 Sep 2021, 12:42pm #1
sAzh7Y
Участник
Registered: April 2019
Последний раз: Tue, 23 Nov 2021
Сообщения: 42

Получите, распишитесь.
5.10.63-3, i2pd 2.39, boost-libs 1.76.0, miniupnpc 2.2.2, openssl 1.1.1.l-1, zlib 1:1.2.11.
from ../libi2pd/Timestamp.cpp:15:
/usr/include/c++/10.2.0/bits/stl_vector.h: В функции-члене <<void boost::asio::detail::epoll_reactor::schedule_timer(boost::asio::detail::timer_queue<Time_Traits>&, const typename Time_Traits::time_type&, typename boost::asio::detail::timer_queue<Time_Traits>::per_timer_data&, boost::asio::detail::wait_op*) [with Time_Traits = boost::asio::time_traits<boost::posix_time::ptime>]>>:
/usr/include/c++/10.2.0/bits/stl_vector.h:1198:21: замечание: передача параметров для аргументов типа <<__gnu_cxx::__normal_iterator<boost::asio::detail::timer_queue<boost::asio::detail::forwarding_posix_time_traits>::heap_entry*, std::vector<boost::asio::detail::timer_queue<boost::asio::detail::forwarding_posix_time_traits>::heap_entry, std::allocator<boost::asio::detail::timer_queue<boost::asio::detail::forwarding_posix_time_traits>::heap_entry> > >>> изменилась в GCC 7.1
1198 | _M_realloc_insert(end(), __x);
| ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
g++ -D_FORTIFY_SOURCE=2 -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector-strong -fno-plt -Wall -Wno-unused-parameter -Wextra -pedantic -g -std=c++11 -D_GLIBCXX_USE_NANOSLEEP=1 -pthread -Wl,--unresolved-symbols=ignore-in-object-files -I../libi2pd -I../i18n -o test-elligator ../libi2pd/Elligator.cpp ../libi2pd/Crypto.cpp test-elligator.cpp -lcrypto -lssl -lboost_system
./test-gost-sig: error while loading shared libraries: unexpected PLT reloc type 0x00
./test-x25519: error while loading shared libraries: unexpected PLT reloc type 0x00
./test-aeadchacha20poly1305: error while loading shared libraries: unexpected PLT reloc type 0x00
./test-blinding: error while loading shared libraries: unexpected PLT reloc type 0x00
./test-elligator: error while loading shared libraries: unexpected PLT reloc type 0x00
make: *** [Makefile:35: run] Ошибка 127

Offline
Fri, 17 Sep 2021, 05:23pm #2
orignal
Директор
Wlm
Registered: February 2016
Последний раз: день назад
Сообщения: 209

У тебя не ошибка компиляции, а выполнения собранного.
Короче какая то либа берется не оттуда.
Набери ldd test-gost-sig например и посмотри.

Offline