Egmont Koblinger <[email protected]> writes:
> Hi,
>
> Thanks, but I'm not sure what difference this patch makes -- turns out I
> simply missed the "make html" step :)
Oh, html isn't built by default. I assume it would be a single line to
change that.
In the message I linked you said:
> The html docs weren't built for me and I couldn't quickly figure out why.
> I haven't spent more than a minute investigating. If you happen to have a
> guess which software might be missing, which line of ./configure's output I
> should look at, I'd appreciate that. Anyway, it's probably just a user
> error on my side, not an actionable feedback.
Your reference to a missing ./configure output made me think that you
ran into the same issue that I ran into with the tarball Pádraig shared:
$ wget https://pixelbeat.org/cu/coreutils-9.9.221-05e42.tar.xz
$ tar -xf coreutils-9.9.221-05e42.tar.xz
$ cd coreutils-9.9.221-05e42
$ ./configure >/dev/null 2>&1
$ make html
Making html in po
make[1]: Entering directory
'/home/collin/Downloads/coreutils-9.9.221-05e42/po'
make[1]: Nothing to be done for 'html'.
make[1]: Leaving directory
'/home/collin/Downloads/coreutils-9.9.221-05e42/po'
Making html in .
make[1]: Entering directory '/home/collin/Downloads/coreutils-9.9.221-05e42'
MAKEINFO doc/coreutils.html
/bin/sh: line 1:
/home/collin/Downloads/coreutils-9.9.221-05e42/build-aux/makeinfo-wrapper.sh:
No such file or directory
make[1]: *** [Makefile:24242: doc/coreutils.html] Error 1
make[1]: Leaving directory '/home/collin/Downloads/coreutils-9.9.221-05e42'
make: *** [Makefile:24412: html-recursive] Error 1
One might think ./configure couldn't find a nessecary program in this
case, but it was just a file missing from the tarball.
Regardless, I probably wouldn't have noticed it if you didn't mention
the missing html. So thanks for helping me catch it. :)
Collin