<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic We filed a new engineering in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Installing-under-Debian/m-p/992087#M101823</link>
    <description>We filed a new engineering case DPD200299772 to cover the specific problem descibed here ( against compiler 13.0 on Debian and Ubuntu ) - the case mentioned before is more generic.</description>
    <pubDate>Tue, 18 Sep 2012 18:04:02 GMT</pubDate>
    <dc:creator>Heinz_B_Intel</dc:creator>
    <dc:date>2012-09-18T18:04:02Z</dc:date>
    <item>
      <title>Installing under Debian</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Installing-under-Debian/m-p/992085#M101821</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm not sure if this is the right place to report installation issues, but... Trying to install version 13 (i.e., composer_xe_2013.0.079) under Debian 7.0 results in a bunch of empty scripts, as shown in the first attachment.&lt;/P&gt;
&lt;P&gt;I know that Debian 7.0 isn't supported (yet), but since it seems that the problem is caused by sh pointing to dash instead of bash, it'll probably happen under Ubuntu as well.&lt;/P&gt;
&lt;P&gt;In the new Intel installation scripts, redirection (to dev/null or whatever) sometimes uses bash syntax, instead of proper POSIX syntax, so some errors are shown during the installation (see second attachment), and the installation seems to fail at least partially.&lt;/P&gt;
&lt;P&gt;By (temporarily) making /bin/sh point to /bin/bash, the installation is completed successfully.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Sep 2012 17:10:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Installing-under-Debian/m-p/992085#M101821</guid>
      <dc:creator>John4</dc:creator>
      <dc:date>2012-09-15T17:10:10Z</dc:date>
    </item>
    <item>
      <title>John</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Installing-under-Debian/m-p/992086#M101822</link>
      <description>John
yes - you are right. We discovered the problem recently and it shows up for Ubuntu as well. The issue is caused by #!/bin/sh causing the 'dash' shell being used. We filed  this  to engineering already as case DPD200271659. I will let you about any changes in this context.

In the mean time, you can use one of two workarounds below.I tooks like you successfully used (2): 

1. edit all the scripts  of the installation package where you see /bin.sh being used to use /bin/bash     or

2.  temporarily link /bin/sh to /bin/bash:  
   mv /bin/sh /bin/sh.orig
   ln -s /bin/bash /bin/sh 
   &amp;lt; do the installation&amp;gt;
  rm /bin/sh
  mv /bin/sh.orig /bin/sh 

Heinz</description>
      <pubDate>Mon, 17 Sep 2012 15:33:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Installing-under-Debian/m-p/992086#M101822</guid>
      <dc:creator>Heinz_B_Intel</dc:creator>
      <dc:date>2012-09-17T15:33:59Z</dc:date>
    </item>
    <item>
      <title>We filed a new engineering</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Installing-under-Debian/m-p/992087#M101823</link>
      <description>We filed a new engineering case DPD200299772 to cover the specific problem descibed here ( against compiler 13.0 on Debian and Ubuntu ) - the case mentioned before is more generic.</description>
      <pubDate>Tue, 18 Sep 2012 18:04:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Installing-under-Debian/m-p/992087#M101823</guid>
      <dc:creator>Heinz_B_Intel</dc:creator>
      <dc:date>2012-09-18T18:04:02Z</dc:date>
    </item>
    <item>
      <title>Hello John</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Installing-under-Debian/m-p/992088#M101824</link>
      <description>Hello John
We investigated the problem in more detail: The problem only occurs in case the RPM manager is installed which is unusual for Ubuntu/Debian. This is why our evaluation failed to detect the problem. To improve our testing, it would be helpful to understand, why you had to install the RPM manager. Any feedback would be helpful. Thanks a lot 
Heinz</description>
      <pubDate>Wed, 26 Sep 2012 09:36:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Installing-under-Debian/m-p/992088#M101824</guid>
      <dc:creator>Heinz_B_Intel</dc:creator>
      <dc:date>2012-09-26T09:36:26Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Installing-under-Debian/m-p/992089#M101825</link>
      <description>Hi,

It's really not that unusual to have the rpm package installed (since the lsb package depends on the lsb-core package, the lsb-core package depends on the alien package, and the alien package depends on the rpm package)... And lsb-core is a dependency of any package built against lsb ---e.g., google-earth-stable. 

Previous versions of the Intel Software Installer didn't seem to have a problem with having the rpm command around (i.e., installing ifort/icc 11.x and 12.x under Debian or Ubuntu never fails because of rpm or shell redirection issues), so it seems some incompatible change was introduced recently into the installer.

By the way, the lsb-release package (providing the lsb_release command) is likely to be present in any Debian/Ubuntu/Mint installation.</description>
      <pubDate>Wed, 26 Sep 2012 12:17:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Installing-under-Debian/m-p/992089#M101825</guid>
      <dc:creator>John4</dc:creator>
      <dc:date>2012-09-26T12:17:13Z</dc:date>
    </item>
    <item>
      <title>update 1 of Composer 2013 (</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Installing-under-Debian/m-p/992090#M101826</link>
      <description>update 1 of Composer 2013 ( version 2013.1.117 )  is available for download now at  registrationcenter.intel.com. This version fixes the installation issue.</description>
      <pubDate>Wed, 24 Oct 2012 06:51:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Installing-under-Debian/m-p/992090#M101826</guid>
      <dc:creator>Heinz_B_Intel</dc:creator>
      <dc:date>2012-10-24T06:51:51Z</dc:date>
    </item>
  </channel>
</rss>

