FS#67453 - [arduino] package doesn't include 'libraries' directory

Attached to Project: Community Packages
Opened by Albert Vaca Cintora (elvaka) - Friday, 31 July 2020, 17:06 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:01 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To NicoHood (NicoHood)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

The `arduino` package doesn't include the `libraries` directory which comes in the upstream tarball.

This directory is needed for many sketches to work, since it's Arduino's equivalent to `/usr/include/`.
This task depends upon

Closed by  Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:01 GMT
Reason for closing:  Moved
Additional comments about closing:  https://gitlab.archlinux.org/archlinux/p ackaging/packages/arduino/issues/1
Comment by NicoHood (NicoHood) - Saturday, 01 August 2020, 06:50 GMT
What exactly do you need? An empty folder? In which location?

Can you give me an exact example where this is a problem?
Comment by Albert Vaca Cintora (elvaka) - Saturday, 01 August 2020, 13:21 GMT
In the upstream Arduino package [1] there's a `libraries` directory with some libraries bundled by default like `Servo`, `Ethernet`, `Stepper`... and others. They are used when you do eg: `#include <Servo.h>` in your code, which works by default on other platforms (since the Servo library is bundled in the Arduino package) but doesn't work with Arch's package.

[1] https://downloads.arduino.cc/arduino-1.8.13-linux64.tar.xz
Comment by NicoHood (NicoHood) - Thursday, 13 May 2021, 09:19 GMT
Maybe we should include them inside the arduino-avr-core package? Do you know where to get these libraries as a bundled download?
Comment by NicoHood (NicoHood) - Thursday, 13 May 2021, 09:20 GMT Comment by Buggy McBugFace (bugbot) - Tuesday, 08 August 2023, 19:11 GMT
This is an automated comment as this bug is open for more then 2 years. Please reply if you still experience this bug otherwise this issue will be closed after 1 month.

Loading...