Package Details: libmodbus 3.1.11-2

Git Clone URL: https://aur.archlinux.org/libmodbus.git (read-only, click to copy)
Package Base: libmodbus
Description: A Modbus library for Linux, Mac OS X, FreeBSD, QNX and Win32
Upstream URL: https://libmodbus.org
Keywords: modbus
Licenses: LGPL-2.1-or-later
Submitter: honzor
Maintainer: fedefranc
Last Packager: fedefranc
Votes: 19
Popularity: 0.68
First Submitted: 2010-05-15 23:11 (UTC)
Last Updated: 2024-12-16 15:55 (UTC)

Latest Comments

1 2 Next › Last »

fedefranc commented on 2024-12-16 16:00 (UTC)

Updated the missing pkgrel, thanks for noticing @ve7it

ve7it commented on 2024-12-14 05:28 (UTC)

old version of libmodbus reinstalled during updates....

It appears the root/PKGBUILD needs the pkgrel=1 line changed to pkgrel=2 and probably the sha256sums= line updated. The existing file just rebuilds and installs libmodbus 3.1.11-1 instead of libmodbus 3.1.11-2. cheers

pingplug commented on 2024-12-08 08:33 (UTC)

in readme they said:

The license of libmodbus is LGPL v2.1 or later.

micwoj92 commented on 2024-10-16 22:02 (UTC)

To get rid of namcap error:

$ namcap libmodbus-3.1.10-1-x86_64.pkg.tar.zst 
libmodbus E: LGPL is not a valid SPDX license identifier. See https://spdx.org/licenses/ for valid identifiers, or prefix the identifier with 'LicenseRef-', if it is custom.
libmodbus E: Dependency glibc detected and not included (libraries ['usr/lib/libc.so.6'] needed in files ['usr/lib/libmodbus.so.5.1.0'])

fedefranc commented on 2024-10-16 21:39 (UTC)

Hi @micwoj92, thanks for the feedback.

No problem in adding glibc if this may be helpful. Anyway it seems that the PKGBUILD guidelines: https://wiki.archlinux.org/title/PKGBUILD#Dependencies explicitly states that glibc (and others) are some "implicit" deps, which are not required to be set.

Is this causing some troubles to you?

micwoj92 commented on 2024-10-07 19:52 (UTC)

Please add glibc to depends.

fedefranc commented on 2023-01-21 12:25 (UTC)

Hello darkshines, I'd like to contribute updating this package to v3.1.10. I've already have working PKGBUILD and .SRCINFO. How can I proceed? Thanks.

stas commented on 2017-10-24 16:04 (UTC)

This question pops up from time to time. It is how the authors present it on their website, see http://libmodbus.org/download/ Stable release is libmodbus-3.0.6.tar.gz (2013-10-06) Development release is libmodbus-3.1.4.tar.gz (2016-05-28). This development release is very stable!

Niklas commented on 2017-10-24 15:58 (UTC)

Why libmodbus at version 3.1.4 considered a development version? Should probably be merged into one single package libmodbus with a new package libmodbus-3.0 if needed

uberGeek commented on 2016-05-28 19:05 (UTC)

Please add 'armv6h' 'armv7h' 'aarch64' to arch() Thank you.