Closed muellermartin closed 7 years ago
Thanks for reporting this, @muellermartin! Your fix is now included in the formula itself. It really helped to have this bug report when I couldn't get any of the options to build while updating the formula to 3.7.11. 😄
Closed via https://github.com/Homebrew/homebrew-core/pull/12997
@JCount You're welcome! And thanks for updating the formula!
Now the only thing left is to bring gnuradio-companion back!
[X] Confirmed this is a problem with only one, specific formula and not Homebrew/brew? If it's a general Homebrew/brew problem please file this issue at https://github.com/Homebrew/brew/issues/new
[X] Ran
brew update
and retried your prior step?[X] Ran
brew doctor
, fixed as many issues as possible and retried your prior step?What you were trying to do (and why): I wanted to upgrade to gnuradio 3.7.10.1 by building it from source but the update kept failing for a while.
What happened (include command output) The build fails at about 13% with the following error (only relevant part of build log including a bit of context):
What you expected to happen No error while building.
Possible fix: By looking at the error
validity error : Could not load the external subset "docbookx.dtd"
from the included log it was likely the error had something to do with docbook, so I reinstalled it and noticed the caveats:Therefore I set the environment variable as suggested prior to building and the building succeeded.
Edit: Full log of another build with same error: https://gist.github.com/muellermartin/fee1391b48e59bb4c12088ec44bd4619#file-05-make