Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] External build tool: Cannot run program "bjam": Unknown reason


On 29 March 2016 at 01:53, Jesper Eskilson <Jesper.Eskilson@xxxxxxx> wrote:

Have you tried attaching strace to Eclipse to see what actual system calls are being made and if there are any error messages at that level? strace has pretty nice filtering features to capture just certain subsets of system calls.


I've run eclipse through strace as follows:

     $ strace eclipse 2> /tmp/eclipse.strace.out

It seems to stop during launching and then the following message is the last returned

    wait4(15567, log4j:WARN No appenders could be found for logger (org.eclipse.jgit.util.FS).
    log4j:WARN Please initialize the log4j system properly.

Please see log attached

Any insight greatly appreciated!

Thanks
Steve

Attachment: eclipse.strace.out
Description: Binary data


Back to the top