<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Maple 15 (X86 64 LINUX) Fedora 16 log[2](x) bug???</title>
    <link>http://www.mapleprimes.com/questions/130220-Maple-15-X86-64-LINUX-Fedora-16-Log2</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Thu, 11 Jun 2026 11:51:42 GMT</lastBuildDate>
    <pubDate>Thu, 11 Jun 2026 11:51:42 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Maple 15 (X86 64 LINUX) Fedora 16 log[2](x) bug???</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Maple 15 (X86 64 LINUX) Fedora 16 log[2](x) bug???</title>
      <link>http://www.mapleprimes.com/questions/130220-Maple-15-X86-64-LINUX-Fedora-16-Log2</link>
    </image>
    <item>
      <title>Cannot reproduce that error</title>
      <link>http://www.mapleprimes.com/questions/130220-Maple-15-X86-64-LINUX-Fedora-16-Log2?ref=Feed:MaplePrimes:Maple 15 (X86 64 LINUX) Fedora 16 log[2](x) bug???:Comments#answer130221</link>
      <itunes:summary>&lt;p&gt;... on supported platforms, including Ubuntu x86_64. You might check your Maple_15_InstallLog.log (and the same for the 15.01 update if you started with 15.00) for warnings and errors at installation time. But in case the problem is Fedora specific I recommend changing to another distribution. Fedora is bleeding edge, with all its pros and cons, and probably a bad idea for production systems.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;... on supported platforms, including Ubuntu x86_64. You might check your Maple_15_InstallLog.log (and the same for the 15.01 update if you started with 15.00) for warnings and errors at installation time. But in case the problem is Fedora specific I recommend changing to another distribution. Fedora is bleeding edge, with all its pros and cons, and probably a bad idea for production systems.&lt;/p&gt;</description>
      <guid>130221</guid>
      <pubDate>Tue, 31 Jan 2012 14:20:04 Z</pubDate>
      <itunes:author>Thomas Richard</itunes:author>
      <author>Thomas Richard</author>
    </item>
    <item>
      <title>Contact Maplesoft Technical Support for assistance</title>
      <link>http://www.mapleprimes.com/questions/130220-Maple-15-X86-64-LINUX-Fedora-16-Log2?ref=Feed:MaplePrimes:Maple 15 (X86 64 LINUX) Fedora 16 log[2](x) bug???:Comments#answer130515</link>
      <itunes:summary>&lt;p&gt;After investigating this, we have found an 'unofficial' workaround to resolve this for users running Maple 15 in Fedora 15 and above. The problem originates due to a conflict between the hflogb implementation in Fedora and a few of Maple's libraries.&amp;nbsp; This issue will be fixed in Maple 16.&lt;/p&gt;
&lt;p&gt;If any user does experience this problem, please contact Maplesoft Technical Support at support (at) maplesoft.com and they will assist you in resolving this issue.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;After investigating this, we have found an 'unofficial' workaround to resolve this for users running Maple 15 in Fedora 15 and above. The problem originates due to a conflict between the hflogb implementation in Fedora and a few of Maple's libraries.&amp;nbsp; This issue will be fixed in Maple 16.&lt;/p&gt;
&lt;p&gt;If any user does experience this problem, please contact Maplesoft Technical Support at support (at) maplesoft.com and they will assist you in resolving this issue.&lt;/p&gt;</description>
      <guid>130515</guid>
      <pubDate>Thu, 09 Feb 2012 20:38:45 Z</pubDate>
      <itunes:author>dskoog</itunes:author>
      <author>dskoog</author>
    </item>
    <item>
      <title>only applies to integers</title>
      <link>http://www.mapleprimes.com/questions/130220-Maple-15-X86-64-LINUX-Fedora-16-Log2?ref=Feed:MaplePrimes:Maple 15 (X86 64 LINUX) Fedora 16 log[2](x) bug???:Comments#answer131564</link>
      <itunes:summary>&lt;p&gt;Same problem here - 3.2.8-1-ARCH #1 SMP PREEMPT Mon Feb 27 21:51:46 CET 2012 x86_64 Intel(R) Core(TM)2 Duo CPU T9900 @ 3.06GHz GenuineIntel GNU/Linux.&lt;/p&gt;
&lt;p&gt;It seems that the problem only occurs if maple treats the number as an integer.&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;log[2](8) =&amp;gt; Error, (in iroot) powering may produce overflow&lt;/p&gt;
&lt;p&gt;log[2](8.) =&amp;gt; 3.0000 (note the decimal point)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Speculation: Log method in Arch/Fedora/Generic linux changed the way it works with floats/integers.&amp;nbsp; So when maple parses a number as integer, it is not converting it accordingly (to float or whatever).&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Same problem here - 3.2.8-1-ARCH #1 SMP PREEMPT Mon Feb 27 21:51:46 CET 2012 x86_64 Intel(R) Core(TM)2 Duo CPU T9900 @ 3.06GHz GenuineIntel GNU/Linux.&lt;/p&gt;
&lt;p&gt;It seems that the problem only occurs if maple treats the number as an integer.&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;log[2](8) =&amp;gt; Error, (in iroot) powering may produce overflow&lt;/p&gt;
&lt;p&gt;log[2](8.) =&amp;gt; 3.0000 (note the decimal point)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Speculation: Log method in Arch/Fedora/Generic linux changed the way it works with floats/integers.&amp;nbsp; So when maple parses a number as integer, it is not converting it accordingly (to float or whatever).&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;</description>
      <guid>131564</guid>
      <pubDate>Fri, 09 Mar 2012 15:49:13 Z</pubDate>
      <itunes:author>pnm</itunes:author>
      <author>pnm</author>
    </item>
    <item>
      <title>Dear Thomas!
a) the the fresh install of</title>
      <link>http://www.mapleprimes.com/questions/130220-Maple-15-X86-64-LINUX-Fedora-16-Log2?ref=Feed:MaplePrimes:Maple 15 (X86 64 LINUX) Fedora 16 log[2](x) bug???:Comments#comment130223</link>
      <itunes:summary>&lt;p&gt;Dear Thomas!&lt;/p&gt;
&lt;p&gt;a) the the fresh install of this 15.01 version&amp;nbsp; was SUCCESSFUL:&lt;/p&gt;
&lt;p&gt;$ grep Status /opt/MAPLE15/Maple_15_InstallLog.log|grep -v "Status: SUCCESSFUL"&lt;/p&gt;
&lt;p&gt;$&lt;/p&gt;
&lt;p&gt;b) i have been using Maple on Fedora for many years without any&amp;nbsp; (platform-specific) problems.&lt;/p&gt;
&lt;p&gt;This is my first 64 bit install, although.&lt;/p&gt;
&lt;p&gt;How can i try some kind of debugging?&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;&amp;nbsp; J&amp;aacute;nos&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Dear Thomas!&lt;/p&gt;
&lt;p&gt;a) the the fresh install of this 15.01 version&amp;nbsp; was SUCCESSFUL:&lt;/p&gt;
&lt;p&gt;$ grep Status /opt/MAPLE15/Maple_15_InstallLog.log|grep -v "Status: SUCCESSFUL"&lt;/p&gt;
&lt;p&gt;$&lt;/p&gt;
&lt;p&gt;b) i have been using Maple on Fedora for many years without any&amp;nbsp; (platform-specific) problems.&lt;/p&gt;
&lt;p&gt;This is my first 64 bit install, although.&lt;/p&gt;
&lt;p&gt;How can i try some kind of debugging?&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;&amp;nbsp; J&amp;aacute;nos&lt;/p&gt;</description>
      <guid>130223</guid>
      <pubDate>Tue, 31 Jan 2012 17:02:42 Z</pubDate>
      <itunes:author>viraghj</itunes:author>
      <author>viraghj</author>
    </item>
    <item>
      <title>@viraghj I have a rather old system (Fedora</title>
      <link>http://www.mapleprimes.com/questions/130220-Maple-15-X86-64-LINUX-Fedora-16-Log2?ref=Feed:MaplePrimes:Maple 15 (X86 64 LINUX) Fedora 16 log[2](x) bug???:Comments#comment130224</link>
      <itunes:summary>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/130220-Maple-15-X86-64-LINUX-Fedora-16-Log2#comment130223"&gt;@viraghj&lt;/a&gt; I have a rather old system (Fedora Core 3 on a Dual Opteron machine, made in 2004) at home, with Maple 10 - 15 on it, but I certainly cannot recommend that distribution for real work, as it has massive bugs. In any case, Maple has no problems with log[2](8) on that machine. So maybe Fedora 16 broke some libraries. Just a guess.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/130220-Maple-15-X86-64-LINUX-Fedora-16-Log2#comment130223"&gt;@viraghj&lt;/a&gt; I have a rather old system (Fedora Core 3 on a Dual Opteron machine, made in 2004) at home, with Maple 10 - 15 on it, but I certainly cannot recommend that distribution for real work, as it has massive bugs. In any case, Maple has no problems with log[2](8) on that machine. So maybe Fedora 16 broke some libraries. Just a guess.&lt;/p&gt;</description>
      <guid>130224</guid>
      <pubDate>Tue, 31 Jan 2012 20:14:04 Z</pubDate>
      <itunes:author>Thomas Richard</itunes:author>
      <author>Thomas Richard</author>
    </item>
    <item>
      <title>No error in Fedora 16</title>
      <link>http://www.mapleprimes.com/questions/130220-Maple-15-X86-64-LINUX-Fedora-16-Log2?ref=Feed:MaplePrimes:Maple 15 (X86 64 LINUX) Fedora 16 log[2](x) bug???:Comments#comment130315</link>
      <itunes:summary>&lt;p&gt;We tested this on a fresh Fedora 16 (32-bit) install and did not encounter the error.&lt;/p&gt;
&lt;p&gt;We were however able to reproduce it in the 64-bit version. This seems to suggest an issue with the 64-bit binaries.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;We tested this on a fresh Fedora 16 (32-bit) install and did not encounter the error.&lt;/p&gt;
&lt;p&gt;We were however able to reproduce it in the 64-bit version. This seems to suggest an issue with the 64-bit binaries.&lt;/p&gt;</description>
      <guid>130315</guid>
      <pubDate>Fri, 03 Feb 2012 21:30:35 Z</pubDate>
      <itunes:author>dskoog</itunes:author>
      <author>dskoog</author>
    </item>
  </channel>
</rss>