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

[regression][linux][build] 1dd3730 cause build error #234

Closed
Bin-CI opened this issue Sep 7, 2022 · 3 comments
Closed

[regression][linux][build] 1dd3730 cause build error #234

Bin-CI opened this issue Sep 7, 2022 · 3 comments
Labels
bug Issue is identified as a bug

Comments

@Bin-CI
Copy link

Bin-CI commented Sep 7, 2022

System information

  • CPU information(cat /proc/cpuinfo | grep "model name" | uniq):
  • GPU information(lspci -nn | grep -E 'VGA|isplay):
  • Display server if rendering to display (X or wayland):
  • Good VPL runtime version?
  • Bad VPL runtime version?
  • Underlying media stack (libva/libgmm/media-driver) version?

Issue behavior

Describe the current behavior

Describe the expected behavior

Catch build error on current version: 0ac1151
last build passed version is: 175cd3e

@Bin-CI Bin-CI added the bug Issue is identified as a bug label Sep 7, 2022
@Bin-CI
Copy link
Author

Bin-CI commented Sep 7, 2022

bisect build error from: 1dd3730

[ 59%] Built target decode_hw
/opt/media/build/onevpl-gpu/_studio/shared/mfx_trace/src/mfx_reflect.cpp: In member function ‘void mfx_reflect::ReflectedTypesCollection::DeclareMsdkStructs()’:
/opt/media/build/onevpl-gpu/_studio/shared/mfx_trace/src/mfx_reflect.cpp:528:10: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
  528 |     void ReflectedTypesCollection::DeclareMsdkStructs()
      |          ^~~~~~~~~~~~~~~~~~~~~~~~
[ 59%] Linking CXX static library ../../../__lib/release/libmfx_trace.a
cd /opt/media/build/onevpl-gpu/__cmake_build/_studio/shared/mfx_trace && /usr/bin/cmake -P CMakeFiles/mfx_trace.dir/cmake_clean_target.cmake
cd /opt/media/build/onevpl-gpu/__cmake_build/_studio/shared/mfx_trace && /usr/bin/cmake -E cmake_link_script CMakeFiles/mfx_trace.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../__lib/release/libmfx_trace.a  CMakeFiles/mfx_trace.dir/src/mfx_trace.cpp.o CMakeFiles/mfx_trace.dir/src/mfx_trace_ftrace.cpp.o CMakeFiles/mfx_trace.dir/src/mfx_trace_itt.cpp.o CMakeFiles/mfx_trace.dir/src/mfx_trace_ir.cpp.o CMakeFiles/mfx_trace.dir/src/mfx_trace_stat.cpp.o CMakeFiles/mfx_trace.dir/src/mfx_trace_textlog.cpp.o CMakeFiles/mfx_trace.dir/src/mfx_trace_utils.cpp.o CMakeFiles/mfx_trace.dir/src/mfx_trace_utils_linux.cpp.o CMakeFiles/mfx_trace.dir/src/mfx_trace_dump.cpp.o CMakeFiles/mfx_trace.dir/src/mfx_trace_dump_common.cpp.o CMakeFiles/mfx_trace.dir/src/mfx_trace_dump_structures.cpp.o CMakeFiles/mfx_trace.dir/src/mfx_reflect.cpp.o
/usr/bin/ranlib ../../../__lib/release/libmfx_trace.a
make[2]: Leaving directory '/opt/media/build/onevpl-gpu/__cmake_build'
[ 59%] Built target mfx_trace
make[1]: Leaving directory '/opt/media/build/onevpl-gpu/__cmake_build'
make: *** [Makefile:133: all] Error 2
make: Leaving directory '/opt/media/build/onevpl-gpu/__cmake_build'

@Bin-CI
Copy link
Author

Bin-CI commented Sep 7, 2022

verify on 66851a7 + #235 build error fixed
wait for PR merge to close this issue

@Bin-CI Bin-CI changed the title [regression][linux][build] build error [regression][linux][build] 1dd3730 cause build error Sep 7, 2022
@Bin-CI
Copy link
Author

Bin-CI commented Sep 13, 2022

verify on 2768687 without build error, close issue

@Bin-CI Bin-CI closed this as completed Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is identified as a bug
Projects
None yet
Development

No branches or pull requests

1 participant