Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kerl hides the output of configure #53

Closed
sedrik opened this issue Oct 22, 2013 · 7 comments
Closed

kerl hides the output of configure #53

sedrik opened this issue Oct 22, 2013 · 7 comments

Comments

@sedrik
Copy link

sedrik commented Oct 22, 2013

The end results of configure tells you if any applications in otp will be skipped due to missing dependencies. It would be nice if kerl could capture and present this information during building.

*********************************************************************
**********************  APPLICATIONS DISABLED  **********************
*********************************************************************

jinterface     : No Java compiler found
odbc           : ODBC library - link check failed

*********************************************************************
*********************************************************************
**********************  APPLICATIONS INFORMATION  *******************
*********************************************************************

wx             : wxWidgets not found, wx will NOT be usable

*********************************************************************
*********************************************************************
**********************  DOCUMENTATION INFORMATION  ******************
*********************************************************************

documentation  : 
                 xsltproc is missing.
                 fop is missing.
                 xmllint is missing.
                 The documentation can not be built.

*********************************************************************
@yrashk
Copy link
Collaborator

yrashk commented Oct 22, 2013

👍

It is a very interesting idea. Mind sending a pull req?

@sedrik
Copy link
Author

sedrik commented Oct 22, 2013

If I get the time over I will look at it.

@fredyouhanaie
Copy link
Contributor

I've just seen this issue. The way I fixed it for myself was to change do_build() so that the otp_build commands append to the log file, instead of overwrite, and to not remove the log file at all.

I can send a PR, if still interested, or you can make the change yourself :)

@jadeallenx
Copy link
Collaborator

This is really worthwhile. Good idea.

@mazenharake
Copy link
Contributor

This is my proposal did last evening. Let me know if it looks good and I'll send a pull request.

https://github.com/mazenharake/kerl/commit/65123ce7bfa267677c5ae82e71c24270c424c613

@jadeallenx
Copy link
Collaborator

Yes, please make a PR :) Thanks

jadeallenx added a commit that referenced this issue Jul 17, 2016
@jadeallenx
Copy link
Collaborator

Thanks! Going to close this issue since we merged #148

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants