https://bugs.freedesktop.org/show_bug.cgi?id=89905
Bug ID: 89905 Summary: scons build broken on 10.5.2 due to activated vega st Product: Mesa Version: 10.5 Hardware: All OS: All Status: NEW Severity: major Priority: medium Component: Mesa core Assignee: mesa-dev@lists.freedesktop.org Reporter: kallis...@unixzen.com QA Contact: mesa-dev@lists.freedesktop.org In 10.5.2: http://cgit.freedesktop.org/mesa/mesa/commit/include/VG?id=3acd7a34ab05b87521b74f626ec637e7fdcc6595 This removes includes/VG which is still referenced in several places causing the scons builds to fail. It looks like this commit was included in 10.5.2 while the matching commit to disable the code wasn't? http://cgit.freedesktop.org/mesa/mesa/commit/src/gallium/SConscript?id=3acd7a34ab05b87521b74f626ec637e7fdcc6595 Might want to document this in 10.5.2 or target it to 10.5.3 (if there will be a 10.5.3?) Compiling src/gallium/state_trackers/vega/api.c ... Compiling src/gallium/state_trackers/vega/api_context.c ... Compiling src/gallium/state_trackers/vega/api_filters.c ... src/gallium/state_trackers/vega/api.c:28:18: fatal error: mapi.h: No such file or directory #include "mapi.h" ^ compilation terminated. scons: *** [build/haiku-x86_64-debug/gallium/state_trackers/vega/api.os] Error 1 Compiling src/gallium/state_trackers/vega/api_images.c ... src/gallium/state_trackers/vega/api_context.c:27:23: fatal error: VG/openvg.h: No such file or directory #include "VG/openvg.h" ^ compilation terminated. scons: *** [build/haiku-x86_64-debug/gallium/state_trackers/vega/api_context.os] Error 1 src/gallium/state_trackers/vega/api_filters.c:27:23: fatal error: VG/openvg.h: No such file or directory #include "VG/openvg.h" ^ compilation terminated. scons: *** [build/haiku-x86_64-debug/gallium/state_trackers/vega/api_filters.os] Error 1 In file included from src/gallium/state_trackers/vega/vg_context.h:30:0, from src/gallium/state_trackers/vega/image.h:30, from src/gallium/state_trackers/vega/api_images.c:27: src/gallium/state_trackers/vega/vg_state.h:30:23: fatal error: VG/openvg.h: No such file or directory #include "VG/openvg.h" ^ compilation terminated. -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev