This is an auto-filled bug because net-misc/dropbear fails to compile on ia64. Feel free to adjust the summary to clarify the exact issue. Attached build log and emerge --info
Created attachment 624148 [details] build.log build log and emerge --info
Key parts: bn_fast_mp_invmod.c: In function ‘fast_mp_invmod’: bn_fast_mp_invmod.c:143:1: internal compiler error: in sel_target_adjust_priority, at sel-sched.c:3334 143 | } | ^ * ia64-unknown-linux-gnu-gcc bn_fast_mp_montgomery_reduce.o * ia64-unknown-linux-gnu-gcc bn_fast_s_mp_mul_digs.o ... bn_fast_s_mp_mul_high_digs.c: In function ‘fast_s_mp_mul_high_digs’: bn_fast_s_mp_mul_high_digs.c:93:1: internal compiler error: in sel_target_adjust_priority, at sel-sched.c:3334 93 | } | ^
(side note: may be worth devendoring libtommath/crypto).
(In reply to sam_c (Security Padawan) from comment #2) > Key parts: > > bn_fast_mp_invmod.c: In function ‘fast_mp_invmod’: > bn_fast_mp_invmod.c:143:1: internal compiler error: in > sel_target_adjust_priority, at sel-sched.c:3334 slyfox pointed out this is a known gcc bug (https://gcc.gnu.org/PR88879). The patch there looks like it is already in Gentoo (bug 707958): https://gitweb.gentoo.org/proj/gcc-patches.git/tree/9.2.0/gentoo/34_all_ia64-neg-insn-cost.patch. The patch is in gcc 9.2.0-r4, can you update to this and try again?
it works with that gcc version
(In reply to Agostino Sarubbo from comment #5) > it works with that gcc version Cool, thanks!