When I getting message like this (blender --verbose 99 --debug-all)
ED_screen_refresh: set screen bpy.ops.wm.open_mainfile(filepath="/media/Compressed/data/scenes/classroom/untitled.blend", load_ui=True, use_scripts=False) WM_operator_last_properties_store: storing properties for 'WM_OT_open_mainfile' Thread 0: update object OBCamera recalcob Camera Thread 0: update object OBLamp recalcob Lamp Thread 3: update object OBSuzanne recalcob Suzanne recalcdata Suzanne Thread 0: total 2 objects in 0.000032 sec. Camera in 0.000009 sec Lamp in 0.000023 sec Thread 1: total 0 objects in 0.000000 sec. Thread 2: total 0 objects in 0.000000 sec. Thread 3: total 1 objects in 0.000115 sec. Suzanne in 0.000115 sec Scene update in 0.001901 sec wm_window_make_drawable: set drawable 1 ui_item_menutype_func: opening menu "INFO_MT_render" Evaluate all animation - 1.000000 No Actions, so no animation needs to be evaluated... Device init success Compiling OpenCL kernel ... Build flags: -D__NODES_MAX_GROUP__=3 -D__NODES_FEATURES__=0 -D__MAX_CLOSURE__=1 -D__NO_HAIR__ -D__NO_OBJECT_MOTION__ -D__NO_CAMERA_MOTION__ -D__NO_BAKING__ -D__NO_SUBSURFACE__ -D__NO_BRANCHED_PATH__ OpenCL build failed: errors in console bpy.ops.info.reports_display_update() WM_operator_last_properties_store: storing properties for 'INFO_OT_reports_display_update'
I still have two unanswered questions:
Compiling which OpenCL kernel?
Which errors, in which console?
May be knowing those answers someone (even may be I) may try to fix this kernel and even possible it's template and send some patches. Also very needed at least one thing: save unsuccessful kernel sources (one source if no includes were used) to temporary directory and print it's path.