[flashrom] Re: Unable to build flashrom from git repo without sphinx

2023-04-06 Thread Stefan Reinauer via flashrom
You should also be able to just say "make flashrom" instead of just "make" or "make all" On Thu, Apr 6, 2023 at 10:42 PM Thomas Heijligen wrote: > Yea, there is a error in the Makefile logic which requires sphix when run > 'make [all]'. I'll fix this. > > To mitigate this in the meanwhile you

[flashrom] Re: Unable to build flashrom from git repo without sphinx

2023-04-06 Thread Thomas Heijligen
Yea, there is a error in the Makefile logic which requires sphix when run 'make [all]'. I'll fix this. To mitigate this in the meanwhile you can comment out Makefile line 1035 'FLASHROM_VERSION=$(VERSION) $(SPHINXBUILD) -b man doc .' Please be aware, that we are in the process of switching to

[flashrom] Re: Unable to build flashrom from git repo without sphinx

2023-04-06 Thread Anastasia Klimchuk
Hi Alex, This is definitely not intended behaviour: sphinx is optional. If it is not present, flashrom can be built, just without docs. I didn't have sphinx locally for a while, and was building the sources without it. Only installed it very recently, because I started to add docs. Can you tell

[flashrom] Re: Unable to build flashrom from git repo without sphinx

2023-04-06 Thread Edward O'Callaghan via flashrom
CC: Thomas who knows this part best. Hey Alex, Thanks for the report! My impression was that if the dependencies are not found documentation should not be built, it should be optional. Was this via the Makefile or meson and was this Tip of Tree or a release tarball? Could you also provide a log

[flashrom] Re: I need a Dasharo compatible Intel ME update for my device

2023-04-06 Thread Nico Huber
Hi Uli, On 24.03.23 15:38, Uli Armbruster wrote: > I own a Tuxedo InfinityBook S15 Gen6 and would love to have Coreboot on it. > So I followed this manual > https://docs.dasharo.com/variants/tuxedo_ibs15/installation and … fucked it > up, because I used the image without Intel ME and because

[flashrom] Unable to build flashrom from git repo without sphinx

2023-04-06 Thread Alex Perez via flashrom
Hi there, It doesn’t seem possible to cleanly build flashrom without installing a TON of dependencies. The build assumes sphinx-build is present, and shits a brick once it can’t find it. This is not user-friendly behavior. ___ flashrom mailing list --

[flashrom] I need a Dasharo compatible Intel ME update for my device

2023-04-06 Thread Uli Armbruster
Hey guys, I own a Tuxedo InfinityBook S15 Gen6 and would love to have Coreboot on it. So I followed this manual https://docs.dasharo.com/variants/tuxedo_ibs15/installation and … fucked it up, because I used the image without Intel ME and because of a problem with the Archlinux kernel.