Search Criteria
Package Details: fwts-git 4604.2b14ce46-1
Git Clone URL: | https://aur.archlinux.org/fwts-git.git (read-only, click to copy) |
---|---|
Package Base: | fwts-git |
Description: | The FirmWare Test Suite is a tool to do automatic testing of a PC's firmware |
Upstream URL: | http://smackerelofopinion.blogspot.com/2010/08/firmware-test-suite-biosacpi-health.html |
Licenses: | |
Submitter: | robertfoster |
Maintainer: | robertfoster |
Last Packager: | robertfoster |
Votes: | 16 |
Popularity: | 0.001792 |
First Submitted: | 2010-08-11 12:23 |
Last Updated: | 2020-09-27 15:03 |
Latest Comments
mxfm commented on 2020-09-27 20:04
I cannot build the package. In my environment it errs with '../acpica/source/include/platform/acgcc.h:167:10: fatal error: stdarg.h: No such file or directory'. In clean chroot it errs with some bsd dependency.
robertfoster commented on 2020-09-27 15:06
@barabas the deps specified in your issue are intended to be installed in the wiki as base-devel packages group. So no any makedep is required in this PKGBUILD
barabas commented on 2020-09-25 19:42
Doesn't build.
Edit: It did install after installing flex, could the maintainer please add all the dependencies to the package? The README specifies
but these are for Ubuntu.
mwberry commented on 2020-05-24 00:51
Upstream picked up a libbsd dependency:
Sparticuz commented on 2018-08-29 19:53
This wasn't building for me so I tried to compile it myself. Getting a few errors. Haven't looked into it yet. Just wanted to post to see if anyone else had a solution.
brikler commented on 2015-08-08 18:08
with the present PKBUILD the build will fail.
you should replace this "./configure --prefix=/usr" with "CFLAGS=--sysroot= ./configure --prefix=/usr" and add before this line "CPPFLAGS="$CPPFLAGS -O2"
CPPFLAGS="$CPPFLAGS -O2"
CFLAGS=--sysroot= ./configure --prefix=/usr
digitalirony commented on 2013-11-15 20:13
And also libtool,And need to edit the configure.ac and remote -Werror from AM_INIT_AUTOMAKE, this causes all warnings to be treated as errors. And because subdir-objects is disabled, and you have .c files in subdirs, this throws warnings, which are treated as errors, and causes automake to fail.
digitalirony commented on 2013-11-15 19:50
And also automake
digitalirony commented on 2013-11-15 19:48
Please add autoconf to dependencies.
Thanks!
Anonymous comment on 2011-07-05 21:06
Please add json-c and pcre to depends array. Thanks in advance.