| Summary: | Arduino Verify error when verifying "ASCITable" example, or any other sketch | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | John G <johngx> |
| Component: | RPM Packages | Assignee: | All Packagers <pkg-bugs> |
| Status: | RESOLVED OLD | QA Contact: | |
| Severity: | major | ||
| Priority: | Normal | CC: | geiger.david68210, marja11 |
| Version: | 5 | ||
| Target Milestone: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Source RPM: | arduino-1.0.5-10.mga5.noarch.rpm | CVE: | |
| Status comment: | |||
|
David GEIGER
2016-07-02 10:50:36 CEST
CC:
(none) =>
geiger.david68210 Hi John, Thank you for having taken the needed time to report this issue! Did this bug get fixed? If so, please change its status to RESOLVED - FIXED If it didn't, then we regret that we weren't able to fix it in Mageia 5. Mageia 5 has officially reached its End of Life on December 31st, 2017 https://blog.mageia.org/en/2017/11/07/mageia-5-eol-postponed/ It only continued to get important security updates since then, because we are waiting for a big Plasma5 update in Mageia 6, that'll fix many of the Mageia 5 => 6 upgrade issues. If you haven't seen that this bug got fixed, then please check whether this bug still exists in Mageia 6. If it does, then please change the Version (near the top, at the left) to "6". If you know it exists in Cauldron, then change Version to Cauldron. If you see it in both Cauldron and Mageia 6, then please set Version to Cauldron and add MGA6TOO on the Whiteboard. Thanks, Marja (In case this report needs to stay open for a supported release: Reassigning to all packagers collectively, since the registered maintainer for this package is no longer available) CC:
(none) =>
marja11 @ John: No reply, so closing as OLD since Mageia 5 is no longer maintained. ==> If you didn't reset your password after February 2018, then you'll need to reset it here https://identity.mageia.org/forgot_password to be able to log in and comment in this report. <== Status:
NEW =>
RESOLVED |
Description of problem: When I open the example sketch "ASCITable" included in Arduino on Mageia 5 (KDE) and run Verify, I get the error message below: _____________________________________________________ In file included from /usr/share/arduino/hardware/arduino/cores/arduino/Platform.h:9:0, from /usr/share/arduino/hardware/arduino/cores/arduino/CDC.cpp:19: /usr/avr/include/util/delay.h: In function 'void _delay_ms(double)': /usr/avr/include/util/delay.h:149:42: error: 'fabs' was not declared in this scope __ticks_dc = (uint32_t)(ceil(fabs(__tmp))); ^ /usr/avr/include/util/delay.h:149:43: error: 'ceil' was not declared in this scope __ticks_dc = (uint32_t)(ceil(fabs(__tmp))); ^ /usr/avr/include/util/delay.h: In function 'void _delay_us(double)': /usr/avr/include/util/delay.h:226:42: error: 'fabs' was not declared in this scope __ticks_dc = (uint32_t)(ceil(fabs(__tmp))); _________________________________________________ If I run the same sketch in Mint 17.3 I don't get an error. How reproducible: Steps to Reproduce: 1.Open Arduino 2.open Files/Examples/Communications/ASCITable, run Verify 3.run Verify