FS#73107 - [mkinitcpio] Missing makedepend=(' asciidoc')

Attached to Project: Arch Linux
Opened by Jonathon (jonathon) - Tuesday, 21 December 2021, 11:44 GMT
Last edited by Jelle van der Waa (jelly) - Monday, 18 September 2023, 17:44 GMT
Task Type Bug Report
Category Arch Projects
Status Closed
Assigned To Giancarlo Razzolini (grazzolini)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

Description:

The PKGBUILD is missing a makedepend to bring in `a2x` (which is in asciidoc):

```
==> Starting package()...
make: Entering directory '/build/mkinitcpio/src/mkinitcpio-31'
a2x -d manpage \
-f manpage \
-a manversion="mkinitcpio 31" \
-a manmanual="mkinitcpio manual" man/mkinitcpio.8.txt
/bin/sh: line 1: a2x: command not found
```

Additional info:
* 31-2

Steps to reproduce:
* Build in a clean chroot
This task depends upon

Closed by  Jelle van der Waa (jelly)
Monday, 18 September 2023, 17:44 GMT
Reason for closing:  Moved
Additional comments about closing:  https://gitlab.archlinux.org/archlinux/m kinitcpio/mkinitcpio/issues/206
Comment by Jelle van der Waa (jelly) - Wednesday, 02 August 2023, 16:02 GMT
Can't reproduce as the current tarball sneakily has prebuild man pages

-rw-rw-r-- root/root 3406 2023-05-29 23:56 mkinitcpio-36/man/mkinitcpio.conf.5.adoc
-rw-r--r-- fox/fox 23569 2023-05-29 21:34 mkinitcpio-36/man/mkinitcpio.8

Loading...