gut icon indicating copy to clipboard operation
gut copied to clipboard

Gut downloads the wrong binaries on 32-bit systems

Open RX14 opened this issue 10 years ago • 3 comments

When using gut on 32-bit, it downloads the amd64 binaries and fails with an exec format error. Using --build-deps fixes the issue.

RX14 avatar Aug 22 '15 11:08 RX14

Thanks @RX14, what OSes and versions are you running? And what does uname -m output? (I'm guessing it might say 'i686'?)

tillberg avatar Aug 22 '15 12:08 tillberg

Localhost was arch linux 32bit and remote was debian 64 bit. I'm actually not in front of the systems right now but I will get the info to you later. Downloading the file on the remote also failed with some kind of SSL error.

RX14 avatar Aug 22 '15 12:08 RX14

I just pushed out a new release, 1.0.3, that should hopefully be a bit more robust in detecting 32-/64-bitness of systems. I imagine I'm just kind of doing this detection wrong and there's some magical command somewhere that does exactly what I want, but I haven't found that magical command yet (though uname -m gets pretty close).

tillberg avatar Aug 22 '15 14:08 tillberg