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: 20
Popularity: 0.006132
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 »

dreieck commented on 2023-03-15 08:24 (UTC) (edited on 2023-03-15 08:25 (UTC) by dreieck)

fwts-git fails to build for me with mv: cannot stat 'dtcompilerparser.tab.c': No such file or directory and mv: cannot stat 'dtparser.tab.c': No such file or directory:

==> Starting build()...
[...]
make  all-recursive
make[1]: Entering directory '/tmp/makepkg/build/fwts-git/src/fwts'
Making all in src
make[2]: Entering directory '/tmp/makepkg/build/fwts-git/src/fwts/src'
git.mk: Generating .gitignore
Making all in libfwtsiasl
make[3]: Entering directory '/tmp/makepkg/build/fwts-git/src/fwts/src/libfwtsiasl'
[...]
flex -i -PDtParser -odtparserlex.c ../../src/acpica/source/compiler/dtparser.l
mv dtcompilerparser.tab.c dtcompilerparser.c
cp dtcompilerparser.tab.h dtcompilerparser.y.h
mv dtcompilerparser.tab.c dtcompilerparser.c
bison -y -d -bdtparser -pDtParser ../../src/acpica/source/compiler/dtparser.y
flex -i -PDtParser -odtparserlex.c ../../src/acpica/source/compiler/dtparser.l
mv: cannot stat 'dtcompilerparser.tab.c': No such file or directory
make[3]: *** [Makefile:4197: dtcompilerparser.y.h] Error 1
make[3]: *** Waiting for unfinished jobs....
bison -y -d -bdtparser -pDtParser ../../src/acpica/source/compiler/dtparser.y
mv dtcompilerparser.tab.c dtcompilerparser.c
cp dtcompilerparser.tab.h dtcompilerparser.y.h
mv dtparser.tab.c dtparser.c
cp dtparser.tab.h dtparser.y.h
mv dtparser.tab.c dtparser.c
mv: cannot stat 'dtparser.tab.c': No such file or directory
make[3]: *** [Makefile:4206: dtparserlex.c] Error 1
make[3]: Leaving directory '/tmp/makepkg/build/fwts-git/src/fwts/src/libfwtsiasl'
make[2]: *** [Makefile:5008: all-recursive] Error 1
make[2]: Leaving directory '/tmp/makepkg/build/fwts-git/src/fwts/src'
make[1]: *** [Makefile:820: all-recursive] Error 1
make[1]: Leaving directory '/tmp/makepkg/build/fwts-git/src/fwts'
make: *** [Makefile:751: all] Error 2
==> ERROR: A failure occurred in build().

Full build() output can be found ↗ here.

It might be an upstream error, if it occurs within make, if it is not a configuration error.

Regards!

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