[Bug 3085] seccomp issue after upgrading openssl

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Thu Apr 16 06:47:31 AEST 2020


https://bugzilla.mindrot.org/show_bug.cgi?id=3085

--- Comment #20 from brunni at netestate.de ---
(In reply to Nicholas Niro from comment #19)
> Actually, upon further investigation on the host I'm testing this
> on, it seems the host is indeed X86_64 but all the compilation tool
> set and libraries are 32bit. This ought to confuse any configure
> script.

>From my experience, 99% of them work out of the box with that setup.

> brunni: I wonder if you are in the same situation too.

Exactly. 64bit kernel running 32bit binaries and toolchain. On my old
machine. The reason for this was that the spectre/meltdown patches for
the kernel were 64bit only when they came out.

And yes, config.h contains 

 #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64

on my old machine.

> Anyhow, the "correct" way to fix this in the user stand point is by
> passing something like --host=i686-linux-gnu to the configure script.

I'm glad I don't have to worry about such things any more as I finally
made the step to 64bit.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list