This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asholomitskiy84
Recipients asholomitskiy84
Date 2021-02-26.12:27:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614342437.38.0.34857180933.issue43328@roundup.psfhosted.org>
In-reply-to
Content
this commands are successful:
CXX=/usr/bin/g++ ./configure --enable-optimizations >> log_configure.log
make -j4 >> log_make.log

errors on make test:
make -j4 test >> log_make_test.log


my system:
uname -a
Linux home 5.8.0-43-generic #49~20.04.1-Ubuntu SMP Fri Feb 5 09:57:56 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

Linux Mint 20.1 x64 Cinnamon
History
Date User Action Args
2021-02-26 12:27:17asholomitskiy84setrecipients: + asholomitskiy84
2021-02-26 12:27:17asholomitskiy84setmessageid: <1614342437.38.0.34857180933.issue43328@roundup.psfhosted.org>
2021-02-26 12:27:17asholomitskiy84linkissue43328 messages
2021-02-26 12:27:16asholomitskiy84create