There is a new pull request by ezag against master on the void-packages repository https://github.com/ezag/void-packages libmsp430 https://github.com/void-linux/void-packages/pull/21360 New package: libmsp430-3.15.0.1 Allows to use [mspdebug](https://github.com/void-linux/void-packages/tree/master/srcpkgs/mspdebug) with `tilib` driver, solving following error: ``` $ mspdebug tilib MSPDebug version 0.25 - debugging tool for MSP430 MCUs Copyright (C) 2009-2017 Daniel Beer This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Chip info database from MSP430.dll v3.3.1.4 Copyright (C) 2013 TI, Inc. tilib_api: can't find libmsp430.so: libmsp430.so: cannot open shared object file: No such file or directory ``` A patch file from https://github.com/void-linux/void-packages/pull/21360.patch is attached