Hide Forgot
Description of problem: ino doesn't work with current arduino package Version-Release number of selected component (if applicable): ino-0.3.6-3.fc23 How reproducible: Always Steps to Reproduce: 1. Go into a project directory 2. Run ino build -m mega2560 3. Observe the results Actual results: Searching for Board description file (boards.txt) ... FAILED Board description file (boards.txt) not found. Searched in following places: - /usr/local/share/arduino/hardware/arduino - /usr/share/arduino/hardware/arduino Expected results: Searching for Board description file (boards.txt) ... /usr/share/arduino/hardware/arduino/avr/boards.txt Additional info: When I symlink the boards file, i don't get any further: Traceback (most recent call last): File "/usr/bin/ino", line 6, in <module> main() File "/usr/lib/python2.7/site-packages/ino/runner.py", line 64, in main e.process_args(args) File "/usr/lib/python2.7/site-packages/ino/environment.py", line 263, in process_args all_models = self.board_models() File "/usr/lib/python2.7/site-packages/ino/environment.py", line 204, in board_models subdict[key] = {} TypeError: 'str' object does not support item assignment This is also discussed here: https://github.com/amperka/ino/issues/260 Most importantly, upstream is dead: https://github.com/amperka/ino/issues/255 https://github.com/scottdarch/Arturo seems to be the solution I'll look into it and try to package it.
Arturo also does not work with recent arduino :( It says "A command-line tool for Arduino 1.6.1 or earlier"
Orphaned in F25 and rawhide.