<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: IEs4Linux 2.5 Beta 3 and happy new year</title>
	<atom:link href="http://www.tatanka.com.br/ies4linux/news/39/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tatanka.com.br/ies4linux/news/39</link>
	<description>Internet Explorers for Linux</description>
	<lastBuildDate>Sun, 13 May 2012 04:58:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Elez J. Shenhar</title>
		<link>http://www.tatanka.com.br/ies4linux/news/39/comment-page-1#comment-3383</link>
		<dc:creator>Elez J. Shenhar</dc:creator>
		<pubDate>Wed, 17 Jan 2007 20:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.tatanka.com.br/ies4linux/news/39#comment-3383</guid>
		<description>I found a website that still has the old hebrew websites empty window bug.
http://projects.ee.bgu.ac.il/</description>
		<content:encoded><![CDATA[<p>I found a website that still has the old hebrew websites empty window bug.<br />
<a href="http://projects.ee.bgu.ac.il/" rel="nofollow">http://projects.ee.bgu.ac.il/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jim burns</title>
		<link>http://www.tatanka.com.br/ies4linux/news/39/comment-page-1#comment-3382</link>
		<dc:creator>jim burns</dc:creator>
		<pubDate>Wed, 17 Jan 2007 07:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.tatanka.com.br/ies4linux/news/39#comment-3382</guid>
		<description>Well, line 8 wasn&#039;t terribly informative - it&#039;s a comment!

Basically, you are having a tmp file problem. &#039;logfile&#039; is a variable in function extractCABS () in ies4linux-2.5beta4/lib/functions.sh, which invokes (is set by) function create_temp_file() on line 353, which first tries &#039;mktemp&#039;, then failing that, &#039;tempfile&#039;. Let us know if MAC OSX (what version?) is missing both of these commands. If not, comment out the line containing the command you don&#039;t have. If you are missing both commands, comment out both lines, and hard code a filename here as a return value (&#039;touch made-up-filename;echo made-up-filename&#039;), and make sure you have permissions in the directory you create the file in. create_temp_file() is also a new function in beta4.</description>
		<content:encoded><![CDATA[<p>Well, line 8 wasn&#8217;t terribly informative &#8211; it&#8217;s a comment!</p>
<p>Basically, you are having a tmp file problem. &#8216;logfile&#8217; is a variable in function extractCABS () in ies4linux-2.5beta4/lib/functions.sh, which invokes (is set by) function create_temp_file() on line 353, which first tries &#8216;mktemp&#8217;, then failing that, &#8216;tempfile&#8217;. Let us know if MAC OSX (what version?) is missing both of these commands. If not, comment out the line containing the command you don&#8217;t have. If you are missing both commands, comment out both lines, and hard code a filename here as a return value (&#8216;touch made-up-filename;echo made-up-filename&#8217;), and make sure you have permissions in the directory you create the file in. create_temp_file() is also a new function in beta4.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal</title>
		<link>http://www.tatanka.com.br/ies4linux/news/39/comment-page-1#comment-3381</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Tue, 16 Jan 2007 16:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.tatanka.com.br/ies4linux/news/39#comment-3381</guid>
		<description>Thank you for your help. No problem with the editing of your post, I know how to uncomment. ;)

The last idea did the trick, I removed &#039;-block-size=1&#039; in both places and it started the download. Now I get stuck at another place, I can&#039;t find what the error tells me in &quot;install.sh&quot;:

-----
Installing IE 6
  Initializing
  Creating Wine Prefix
  Extracting CAB files
/Users/pp/Desktop/ies4linux-2.5beta4/lib/install.sh: line 8: $logfile: ambiguous redirect
cat: : No such file or directory
An error occured when trying to cabextract some files.
-----</description>
		<content:encoded><![CDATA[<p>Thank you for your help. No problem with the editing of your post, I know how to uncomment. <img src='http://www.tatanka.com.br/ies4linux/news/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>The last idea did the trick, I removed &#8216;-block-size=1&#8242; in both places and it started the download. Now I get stuck at another place, I can&#8217;t find what the error tells me in &#8220;install.sh&#8221;:</p>
<p>&#8212;&#8211;<br />
Installing IE 6<br />
  Initializing<br />
  Creating Wine Prefix<br />
  Extracting CAB files<br />
/Users/pp/Desktop/ies4linux-2.5beta4/lib/install.sh: line 8: $logfile: ambiguous redirect<br />
cat: : No such file or directory<br />
An error occured when trying to cabextract some files.<br />
&#8212;&#8211;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jim burns</title>
		<link>http://www.tatanka.com.br/ies4linux/news/39/comment-page-1#comment-3380</link>
		<dc:creator>jim burns</dc:creator>
		<pubDate>Tue, 16 Jan 2007 08:55:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.tatanka.com.br/ies4linux/news/39#comment-3380</guid>
		<description>Well, once again this posting software is editing out text between &quot;forbidden&quot; punctuation marks, but you should get the idea.</description>
		<content:encoded><![CDATA[<p>Well, once again this posting software is editing out text between &#8220;forbidden&#8221; punctuation marks, but you should get the idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jim burns</title>
		<link>http://www.tatanka.com.br/ies4linux/news/39/comment-page-1#comment-3379</link>
		<dc:creator>jim burns</dc:creator>
		<pubDate>Tue, 16 Jan 2007 08:51:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.tatanka.com.br/ies4linux/news/39#comment-3379</guid>
		<description>That error - &quot;Corrupted file:&quot; - on the very first download attempted sounds like you are having problems with the new function getFileSize(). This starts at line 117 of your ies4linux-2.5beta4/lib/functions.sh. There you will find four different ways of calculating the file size, failing over from one to the other if your system doesn&#039;t support the first command tried. Try commenting out each command block tried and running ies4linux again. Hopefully ies4linux will work before you get to the last command. If it doesn&#039;t, try the &#039;ls&#039; command block again, but with the &#039;--block-size=1&#039; removed (in both places). If anything works, let us know.

Just to state the obvious, a line is commented out if you place a &#039;#&#039; in column 1. So commenting out the first and second command blocks would look like this, except for the spacing:

#        stat &#039;-Lc&#039; &#039;%s&#039; &quot;$1&quot; 2&gt; &#039;/dev/null&#039; &amp;&amp; return 0

#       ls &#039;--block-size=1&#039; &#039;-l&#039; &quot;$1&quot; &amp;&gt; &#039;/dev/null&#039; &amp;&#039;
#                return 0
#        }</description>
		<content:encoded><![CDATA[<p>That error &#8211; &#8220;Corrupted file:&#8221; &#8211; on the very first download attempted sounds like you are having problems with the new function getFileSize(). This starts at line 117 of your ies4linux-2.5beta4/lib/functions.sh. There you will find four different ways of calculating the file size, failing over from one to the other if your system doesn&#8217;t support the first command tried. Try commenting out each command block tried and running ies4linux again. Hopefully ies4linux will work before you get to the last command. If it doesn&#8217;t, try the &#8216;ls&#8217; command block again, but with the &#8216;&#8211;block-size=1&#8242; removed (in both places). If anything works, let us know.</p>
<p>Just to state the obvious, a line is commented out if you place a &#8216;#&#8217; in column 1. So commenting out the first and second command blocks would look like this, except for the spacing:</p>
<p>#        stat &#8216;-Lc&#8217; &#8216;%s&#8217; &#8220;$1&#8243; 2&gt; &#8216;/dev/null&#8217; &amp;&amp; return 0</p>
<p>#       ls &#8216;&#8211;block-size=1&#8242; &#8216;-l&#8217; &#8220;$1&#8243; &amp;&gt; &#8216;/dev/null&#8217; &amp;&#8217;<br />
#                return 0<br />
#        }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SanHolo</title>
		<link>http://www.tatanka.com.br/ies4linux/news/39/comment-page-1#comment-3378</link>
		<dc:creator>SanHolo</dc:creator>
		<pubDate>Tue, 16 Jan 2007 08:03:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.tatanka.com.br/ies4linux/news/39#comment-3378</guid>
		<description>Beta4 aborts on Mac OS X with the following error (be it from &quot;standard&quot; Bash or from inside X11 Bash):

------
Downloading everything we need
/Users/pp/Desktop/ies4linux-2.5beta4/lib/install.sh: line 28: [:        0 /Users/pp/.ies4linux/downloads/DCOM98.EXE: integer expression expected
  DCOM98.EXE           100%           
An error ocurred when downloading. Please run IEs4Linux again. Corrupted file: DCOM98.EXE
------

The file DCOM98.EXE is nowhere to be found, and the error pops up almost immediadetly after invoking the script. Beta1 (or Beta2) ran fine, I&#039;m still using IE 6 from that installation. Any ideas?</description>
		<content:encoded><![CDATA[<p>Beta4 aborts on Mac OS X with the following error (be it from &#8220;standard&#8221; Bash or from inside X11 Bash):</p>
<p>&#8212;&#8212;<br />
Downloading everything we need<br />
/Users/pp/Desktop/ies4linux-2.5beta4/lib/install.sh: line 28: [:        0 /Users/pp/.ies4linux/downloads/DCOM98.EXE: integer expression expected<br />
  DCOM98.EXE           100%<br />
An error ocurred when downloading. Please run IEs4Linux again. Corrupted file: DCOM98.EXE<br />
&#8212;&#8212;</p>
<p>The file DCOM98.EXE is nowhere to be found, and the error pops up almost immediadetly after invoking the script. Beta1 (or Beta2) ran fine, I&#8217;m still using IE 6 from that installation. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Romer!can</title>
		<link>http://www.tatanka.com.br/ies4linux/news/39/comment-page-1#comment-3376</link>
		<dc:creator>Romer!can</dc:creator>
		<pubDate>Sat, 13 Jan 2007 17:11:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.tatanka.com.br/ies4linux/news/39#comment-3376</guid>
		<description>On the legal notice page of the wiki/information, I would like to humbly point out that instead of saying &quot;you are breaking the law&quot; (which may not be true in some jurisdictions), it might be more accurate to state something similar to &quot;you are not in compliance with the EULA, which may or may not be illegal according to the laws where you live.&quot;

Thanks for IEs4Linux!</description>
		<content:encoded><![CDATA[<p>On the legal notice page of the wiki/information, I would like to humbly point out that instead of saying &#8220;you are breaking the law&#8221; (which may not be true in some jurisdictions), it might be more accurate to state something similar to &#8220;you are not in compliance with the EULA, which may or may not be illegal according to the laws where you live.&#8221;</p>
<p>Thanks for IEs4Linux!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nir</title>
		<link>http://www.tatanka.com.br/ies4linux/news/39/comment-page-1#comment-3375</link>
		<dc:creator>Nir</dc:creator>
		<pubDate>Fri, 12 Jan 2007 15:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.tatanka.com.br/ies4linux/news/39#comment-3375</guid>
		<description>Hi Sergio,

I can confirm that the Hebrew bug is fixed.

THANKS!</description>
		<content:encoded><![CDATA[<p>Hi Sergio,</p>
<p>I can confirm that the Hebrew bug is fixed.</p>
<p>THANKS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crash</title>
		<link>http://www.tatanka.com.br/ies4linux/news/39/comment-page-1#comment-3374</link>
		<dc:creator>Crash</dc:creator>
		<pubDate>Fri, 12 Jan 2007 07:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.tatanka.com.br/ies4linux/news/39#comment-3374</guid>
		<description>I had Wine 0.9.23, now with 0.9.29 it does work. Cool! :-)</description>
		<content:encoded><![CDATA[<p>I had Wine 0.9.23, now with 0.9.29 it does work. Cool! <img src='http://www.tatanka.com.br/ies4linux/news/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jim burns</title>
		<link>http://www.tatanka.com.br/ies4linux/news/39/comment-page-1#comment-3373</link>
		<dc:creator>jim burns</dc:creator>
		<pubDate>Fri, 12 Jan 2007 00:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tatanka.com.br/ies4linux/news/39#comment-3373</guid>
		<description>Crash - your Google link works fine for me, using wine 0.9.29. What version are you using?</description>
		<content:encoded><![CDATA[<p>Crash &#8211; your Google link works fine for me, using wine 0.9.29. What version are you using?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.249 seconds -->

