Commit Graph

12 Commits

Author SHA1 Message Date
Robert Serrano Kobylyansky
9147024c50 Add help2man to Fedora Bootstrap Dependencies
After following the "Native Build" instructions on Fedora 42, I got the
following error message.
```
bootstrap:   error: Prerequisite 'help2man' not found. Please install it, or
bootstrap:          'export HELP2MAN=/path/to/help2man'.
bootstrap:   error: HACKING explains how to obtain these prerequisite programs:
bootstrap:          Program    Min_version Homepage                            
bootstrap:          -----------------------------------------------------------
bootstrap:          help2man   1.29        https://www.gnu.org/s/help2man      
bootstrap:          make       3.81        https://www.gnu.org/s/make          
bootstrap:          makeinfo   4.8         https://www.gnu.org/s/texinfo       
bootstrap:          xz         4.999.8beta https://tukaani.org/xz              
bootstrap:          autoconf   2.64        https://www.gnu.org/s/autoconf      
bootstrap:          automake   1.11.1      https://www.gnu.org/s/automake      
bootstrap:          -----------------------------------------------------------
```
help2man is available from the Fedora repositories.
https://packages.fedoraproject.org/pkgs/help2man/help2man/

Adding it to the list of required packages.

After installing the help2man package, the build process proceeds successfully.
2025-09-19 00:19:10 +00:00
Wildan Mubarok
751c2afdca Update deps for native ubuntu build 2025-09-01 08:29:53 +00:00
auronandace
cf549d8f3e ensure consistant formatting using spaces 2025-06-29 17:53:55 +01:00
Ribbon
37395f5184 Fix typos on bootstrapping scripts 2025-03-15 17:10:59 +00:00
Ribbon
6cf5b4d3dd Add gdb and gdb-multiarch on the native and Podman builds 2025-03-03 08:22:10 +00:00
accessviolation
0cecf5558d Add missing 'patchelf' dependency for platforms in 'native_bootstrap.sh' 2025-02-19 00:37:46 +01:00
Daniel Axtens
e87739bc4a Use the name native_bootstrap.sh consistently
Otherwise, the bootstrap fails when trying to delete bootstrap.sh
which doesn't exist
2025-01-07 01:21:04 +11:00
Daniel Axtens
2f81b15736 native_bootstrap.sh: Install help2man for Ubuntu Noble
Otherwise the build fails
2025-01-07 01:21:04 +11:00
Ribbon
fd731e9713 Fix the Debian/Ubuntu target on native_bootstrap.sh 2024-12-14 18:43:18 +00:00
Jeremy Soller
6e4f6437e9
Update cbindgen in native bootstrap 2024-10-24 15:24:47 -06:00
Jeremy Soller
b6c5742da0
Set PODMAN_BUILD to zero when doing native bootstrap 2024-09-20 15:58:49 -06:00
Ribbon
5f818145e7 Rename the "bootstrap.sh" script to "native_bootstrap.sh" 2024-09-20 21:04:05 +00:00