fwts installation error
ivanhu
ivan.hu at canonical.com
Thu Feb 16 02:33:04 UTC 2023
Hi Katrin,
On 2/15/23 18:46, Katrin Cheung wrote:
> Hi Ivan,
>
> I think for that one I have to run 'sudo add-apt-repository
> ppa:firmware-testing-team/ppa-fwts-stable' first?
> Can I do it without doing add-apt-repository?
> ```
> Reading package lists... Done
> E: Unable to find a source package for fwts
> ```
NO, you should enable deb-src source list(/etc/apt/sources.list)
>
> I also put the detail log here:
> https://github.com/ColinIanKing/fwts/issues/10
> <https://github.com/ColinIanKing/fwts/issues/10>
> Thanks for the quick reply
if you would like to file a bug for FWTS, please refer to,
https://wiki.ubuntu.com/FirmwareTestSuite/FirmwareTestSuiteReportBug
Cheers,
Ivan
>
> Regards,
> Katrin
>
>
> On Wed, 15 Feb 2023 at 17:46, ivanhu <ivan.hu at canonical.com
> <mailto:ivan.hu at canonical.com>> wrote:
>
> Have you tried to get all the fwts build dependencies?
>
> You can try 'sudo apt build-dep fwts'.
>
>
> Cheers,
>
> Ivan
>
> On 2/15/23 16:41, Katrin Cheung wrote:
> > Hi fwts dev,
> >
> > I'm trying to build and install from source but I have a problem
> when
> > using the make file.
> >
> > Successfully run `autoreconf -ivf` and `./configure`.
> > Then when I run make,
> > ```
> > make all-recursive
> > make[1]: Entering directory '/gerrit/fwts'
> > Making all in src
> > make[2]: Entering directory '/gerrit/fwts/src'
> > Making all in libfwtsiasl
> > make[3]: Entering directory '/gerrit/fwts/src/libfwtsiasl'
> > m4 -P -I../../src/acpica/source/compiler
> > ../../src/acpica/source/compiler/aslparser.y > aslcompiler.y
> > yacc -d -d -baslcompiler -pAslCompiler aslcompiler.y
> > make[3]: yacc: No such file or directory
> > make[3]: *** [Makefile:4207: aslcompiler.y.h] Error 127
> > make[3]: Leaving directory '/gerrit/fwts/src/libfwtsiasl'
> > make[2]: *** [Makefile:5035: all-recursive] Error 1
> > make[2]: Leaving directory '/gerrit/fwts/src'
> > make[1]: *** [Makefile:822: all-recursive] Error 1
> > make[1]: Leaving directory '/gerrit/fwts'
> > make: *** [Makefile:753: all] Error 2
> > ```
> > Did I miss something?
> > Thanks!
> >
> > Regards,
> > Katrin
> >
> >
> >
>
More information about the fwts-devel
mailing list