<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Hi<br>
</div>
<blockquote
cite="mid:CACP_GsA1zP2q=gF4hYS2LsiH9VJ=rS_wLTKq1W1C_im_PaR9Hg@mail.gmail.com"
type="cite">
<div dir="ltr">
<div>
<div>I can build atom successfully, but it does not run,
showing the following error:<br>
"/usr/share/atom/atom: cannot execute binary file"<br>
<br>
</div>
I'm on 14.2 32 bit. Running "file /usr/share/atom/atom" I see
that it is a 64 bit executable. Next I tried to force ARCH=""
in the slackbuild script, but the outcome still is 64 bit.<br>
</div>
</div>
<br>
</blockquote>
<span id="result_box" class="" lang="en"><span class="">Sometimes
npm does not correctly detect the architecture, ia32 or x86_64,
</span></span><span id="result_box" class="" lang="en"><span
class=""><span id="result_box" class="" lang="en"><span class="">this
bug appeared to have been fixed in previous versions.</span></span></span><br>
<br>
<span class="">You can try modifying the following lines to the
slackbuild to see if this solves the problems:</span></span>
<pre>npm_config_arch=ia32 npm_config_target_arch=ia32 PYTHON=python2 \
./script/build --build-dir=$BUILD_DIR</pre>
<pre class="moz-signature" cols="72">--
Dhaby Xiloj</pre>
</body>
</html>