Thread: Documentation Not Compiling (http://docbook... not https:.//...)
Andres,
Apologies to pick on you directly.
But it appears that sites are refusing HTTP requests,
and it's affecting compilation of docs in a new configuration.
I was surprised to see NON-HTTPS references in 2023, tbh...
I cannot even curl these references.
Maybe I am missing a simple flag...
Or should I offer to search/replace to fix everything to HTTPS,
and submit a patch?
Regards, Kirk
On Sun, Mar 26, 2023 at 09:12:35PM -0400, Kirk Wolak wrote: > Andres, > Apologies to pick on you directly. > But it appears that sites are refusing HTTP requests, > and it's affecting compilation of docs in a new configuration. > > I was surprised to see NON-HTTPS references in 2023, tbh... > I cannot even curl these references. > > Maybe I am missing a simple flag... > > Or should I offer to search/replace to fix everything to HTTPS, > and submit a patch? See 969509c3f2e3b4c32dcf264f9d642b5ef01319f3 Do you have the necessary packages installed for your platform (which platform?). -- Justin
On Sun, Mar 26, 2023 at 9:12 PM Kirk Wolak <wolakk@gmail.com> wrote:
Andres,Apologies to pick on you directly.But it appears that sites are refusing HTTP requests,and it's affecting compilation of docs in a new configuration.I was surprised to see NON-HTTPS references in 2023, tbh...I cannot even curl these references.Maybe I am missing a simple flag...Or should I offer to search/replace to fix everything to HTTPS,and submit a patch?Regards, Kirk
Okay, for future reference I had to install a few things (fop, dbtoepub, docbook-xsl)
Not sure why the original ./configure did not bring those in...
Regards, Kirk