Search Criteria
Package Details: fwts-git 23.11.00.r9.ffc2469b-1
Package Actions
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.35 |
First Submitted: | 2010-08-11 12:23 (UTC) |
Last Updated: | 2023-12-21 09:11 (UTC) |
Latest Comments
1 2 3 Next › Last »
mar04 commented on 2024-03-04 20:30 (UTC)
This is broken as it is, @xiota is correct, make -j1 is the right fix.
frostwork commented on 2023-12-21 16:51 (UTC)
thanks for the heads-up, @solsticedhiver now it does! thanks for the bump, @robertfoster
solsticedhiver commented on 2023-12-09 16:27 (UTC)
This does not use the upstream repo at https://github.com/fwts/fwts
xiota commented on 2023-11-18 21:15 (UTC) (edited on 2023-11-18 21:19 (UTC) by xiota)
I just looked at this more carefully. The problem is
make
is running commands out of order, so files don't exist when they're needed. The-j1
option is needed to force commands to be executed in order, so the file will exist when needed.CPPFLAGS
andCFLAGS
are unnecessary. (Possibly in the past, they affected timing enough so the files would exist when needed.) They can be removed. Here is abuild()
function that should work.brotgummi commented on 2023-11-18 20:48 (UTC)
Just tested it exhaustively: The modifications proposed by @xiota change nothing. Package does not build.
I found a solution though, no changes to PKGBUILD necessary:
1) cd into repository folder 2) Run
makepkg -si
3) Wait for errormv: cannot stat 'dtparser.tab.c': No such file or directory
4) Runmakepkg -si
again 5) Build succeedsWould be cool if someone managed to fix the PKGBUILD, as I am not capable enough.
evorster commented on 2023-11-16 15:59 (UTC)
There is a definite typo in the PKGBUILD, and it does not build as is. Modifyng the PKGBUILD with the infpormation from below does result in a successful build
xiota commented on 2023-06-04 17:32 (UTC)
@xenhat Does modifying
build()
with the following help:XenHat commented on 2023-06-04 16:08 (UTC)
Doesn't seem to build for me, not even using extra-x86_64-build (from devtools).
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 withmv: cannot stat 'dtcompilerparser.tab.c': No such file or directory
andmv: cannot stat 'dtparser.tab.c': No such file or directory
: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!
1 2 3 Next › Last »