Search Criteria
Package Details: setserial 2.17-6
Package Actions
| Git Clone URL: | https://aur.archlinux.org/setserial.git (read-only, click to copy) |
|---|---|
| Package Base: | setserial |
| Description: | Allows to change various attributes of a serial device |
| Upstream URL: | http://setserial.sourceforge.net/ |
| Licenses: | GPL |
| Submitter: | Barthalion |
| Maintainer: | andreas_baumann |
| Last Packager: | andreas_baumann |
| Votes: | 15 |
| Popularity: | 0.001513 |
| First Submitted: | 2018-01-05 17:02 (UTC) |
| Last Updated: | 2025-08-10 17:23 (UTC) |
Dependencies (1)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
Required by (4)
- brainboxes-serial-pci
- cfg2html-linux-git
- moxa-mxu11x0 (optional)
- moxa-uport16x0 (optional)
Latest Comments
andreas_baumann commented on 2025-10-30 17:56 (UTC)
aclocal is part of automake which is in the base-devel group: https://archlinux.org/packages/core/any/base-devel/
This one is always assumed to be installed when you build software, so I'll not add a makedepends automake to the PKGBUILD.
theorozier commented on 2025-08-11 17:07 (UTC)
While installing setserial 2.17-6, I get the following error: /home/theo/.cache/yay/setserial/PKGBUILD: line 23: aclocal: command not found
I think you are missing a build dependency, fixed this by installing "automake".
andreas_baumann commented on 2024-09-28 20:09 (UTC)
It compiles with some fixes in setserial.c and a aclocal; autoconfg:
https://git.andreasbaumann.cc/cgit/arch/tree/adapted/setserial
ktov commented on 2024-08-31 21:26 (UTC)
I receive the following configuration error
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake.configure:566: checking for gcc configure:679: checking whether the C compiler (gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -We> configure:695: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security > configure:692:1: error: return type defaults to 'int' [-Wimplicit-int] 692 | main(){return(0);} | ^~~~ configure: failed program was:
line 690 "configure"
include "confdefs.h"
main(){return(0);}bidulock commented on 2018-09-06 17:05 (UTC)
patch and make are part of base-devel which needs to be loaded to build any aur package.
Jokler commented on 2018-09-06 14:34 (UTC)
"patch" and "make" should be listed as build dependencies.