[Pkg-electronics-devel] Bug#990534: arduino: Arduino-IDE not starting

Francisco Gonzalez Morell gzmorell at pm.me
Wed Sep 7 22:15:18 BST 2022


There is a bug report with the same problem in Ubuntu.

https://bugs.launchpad.net/ubuntu/+source/arduino/+bug/1916278

The problem seems to be the order of the linker flags in the
listserialportsc Makefile. Moving the LDFLAGS after the object files
fixes the bug.

listserialportsc is missing a library dependency: libserialport.so.0

A workaround is:

sudo apt install libserialport0 patchelf

sudo patchelf --add-needed /usr/lib/x86_64-linux-gnu/libserialport.so.0
/usr/lib/x86_64-linux-gnu/liblistSerialsj.so.1.4.0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-electronics-devel/attachments/20220907/04059b67/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: publickey - gzmorell at pm.me - 62aa1eb7.asc
Type: application/pgp-keys
Size: 689 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-electronics-devel/attachments/20220907/04059b67/attachment.key>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 249 bytes
Desc: OpenPGP digital signature
URL: <http://alioth-lists.debian.net/pipermail/pkg-electronics-devel/attachments/20220907/04059b67/attachment.sig>


More information about the Pkg-electronics-devel mailing list