Package Details: fwts-git 23.11.00.r9.ffc2469b-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: https://github.com/fwts/fwts
Licenses: GPL
Conflicts: fwts
Provides: fwts
Submitter: robertfoster
Maintainer: robertfoster
Last Packager: robertfoster
Votes: 19
Popularity: 0.000034
First Submitted: 2010-08-11 12:23 (UTC)
Last Updated: 2023-12-21 09:11 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

jxs commented on 2021-04-21 09:11 (UTC) (edited on 2021-04-21 09:12 (UTC) by jxs)

git://kernel.ubuntu.com/hwe/fwts.git seems to be broken, returning 404, one way to overcome this is to use git://github.com/ColinIanKing/fwts instead

quiexotic commented on 2021-03-21 21:29 (UTC)

fwts_button.c:29:10: fatal error: bsd/string.h: No such file or directory
   29 | #include <bsd/string.h>

Doesn't build if libbsd is not installed.

mxfm commented on 2020-09-27 20:04 (UTC)

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 (UTC)

@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 (UTC) (edited on 2020-09-25 20:00 (UTC) by barabas)

Doesn't build.

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -Wstrict-prototypes -fno-strict-aliasing -D_LINUX -DACPI_ASL_COMPILER --sysroot= -I../acpica/source/include -I../acpica/source/compiler -D_FORTIFY_SOURCE=2 -O2 --sysroot= -MT libfwtsiasl_la-aslcompilerlex.lo -MD -MP -MF .deps/libfwtsiasl_la-aslcompilerlex.Tpo -c ./aslcompilerlex.c  -fPIC -DPIC -o .libs/libfwtsiasl_la-aslcompilerlex.o
gcc: error: ./aslcompilerlex.c: No such file or directory

Edit: It did install after installing flex, could the maintainer please add all the dependencies to the package? The README specifies

    autoconf automake libglib2.0-dev libtool libpcre3-dev
    flex bison dkms libfdt-dev libbsd-dev

but these are for Ubuntu.

mwberry commented on 2020-05-24 00:51 (UTC)

Upstream picked up a libbsd dependency:

-pkgver=4336.f4063ed2
+pkgver=4511.fc43a6a4
-depends=('pcre' 'json-c')
+depends=('pcre' 'json-c' 'libbsd')

Sparticuz commented on 2018-08-29 19:53 (UTC)

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 (UTC)

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 (UTC)

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 (UTC)

And also automake